]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2020-05-20 Yasuhiro Matsumotocmd/go: use temporary file for output of gcc command...
2020-05-20 David Chasecmd/go: remove GOAMD64 environment variable
2020-05-20 Bryan C. Millsruntime: allocate fewer bytes during TestEINTR
2020-05-20 Michael Anthony... runtime: don't use (addrRange).subtract in removeGreate...
2020-05-20 Michael Hudson... cmd/go: accept smart quotes when checking for missing...
2020-05-19 Bryan C. Millstesting: clean up remaining TempDir issues from CL...
2020-05-19 Bryan C. Millscrypto/x509: save the temp dir in TestReadUniqueDirecto...
2020-05-19 Roger Peppetesting: return unique directory inside same base root...
2020-05-19 Tobias Klauserdoc/go1.15: consolidate notes regarding package testing
2020-05-19 Ian Lance Taylordoc: require macOS 10.12 or later
2020-05-18 Katie Hockmancrypto/tls: remove version check when unmarshaling...
2020-05-18 Ian Lance Taylordoc/go1.15: mention vet warning for impossible type...
2020-05-18 Ian Lance Taylordoc/go1.15: mention vet warning for string(x)
2020-05-18 Katie Hockmancrypto/tls: persist the createdAt time when re-wrapping...
2020-05-18 Jay Conrodcmd: update golang.org/x/mod to v0.3.0 (same commit)
2020-05-18 Richard Millerruntime: don't enable notes (=signals) too early in...
2020-05-15 Cherry Zhangcmd/link: detect trampoline of deferreturn call
2020-05-14 Cherry Zhangcmd/link: fix SLIBFUZZER_EXTRA_COUNTER symbol handling
2020-05-14 Dan Scalesruntime: add a lock partial order edge (assistQueue...
2020-05-14 Josh Bleecher... runtime: remove flaky "goroutine 2 bt" from gdb test
2020-05-14 Cherry Zhangcmd/link: fix SCONST symbol handling on darwin
2020-05-14 Michael Anthony... runtime: make maxOffAddr reflect the actual address...
2020-05-14 Josh Bleecher... cmd/compile: add test for issue 37246
2020-05-14 Michael Mundaycmd/compile: fix tuple selector bug in CSE pass
2020-05-14 Bryan C. Millscmd/go: terminate TestScript commands more aggressively...
2020-05-13 David Chasecmd/internal/obj: add stmt prologueEnd to DWARF for...
2020-05-13 Bryan C. Millscmd/go: do not ignore permission errors when matching...
2020-05-13 smasher164cmd/go: enable stringintconv and ifaceassert vet checks...
2020-05-13 Bryan C. Millsruntime: reduce timing sensitivity in TestEINTR
2020-05-13 Lynn Bogercmd/vendor: update vendored x/arch/ppc64
2020-05-12 pjA+C: add Prasanga Siripala (individual CLA)
2020-05-12 Hajime Hoshisyscall/js: prepare IDs for the preset objects
2020-05-11 Ian Lance Taylorinternal/poll, os: loop on EINTR
2020-05-11 Ian Lance Taylorsyscall: append to environment in tests, don't clobber it
2020-05-11 Keith Randallcmd/compile: in prove, zero right shifts of positive...
2020-05-11 Keith Randallcmd/compile: restrict ppc64 constant shifts to amount...
2020-05-11 Steven Hartlandcmd/link: fix mode parameter to fallocate on Linux
2020-05-10 Joel Singcmd/compile: optimise branchs on riscv64
2020-05-10 Povilas Versockasinternal/trace: add license header to writer.go
2020-05-09 Alberto Donizettiruntime: fix dead link in gcc_androd.c file
2020-05-09 Hana (Hyang... net/http/pprof: document the trace endpoint is for...
2020-05-09 Steven Hartlandnet: only enable broadcast on sockets which support it
2020-05-08 Ayan Georgeimage/png: remove too early declaration of "n"
2020-05-08 Daniel Martítesting: tests and benchmarks can assume flag.Parsed
2020-05-08 Daniel Martíencoding/json: reuse values when decoding map elements
2020-05-08 Cherry Zhangcmd/internal/obj/arm64: fix 32-bit BITCON test
2020-05-08 Emmanuel T... cmd/compile: improve error when setting unexported...
2020-05-08 Robert Griesemerstrconv: fix ParseComplex for strings with separators
2020-05-08 Emmanuel T... cmd/compile: omit file:pos for non-existent errors
2020-05-08 Steven Hartlandruntime: use first line of cpuset output on FreeBSD
2020-05-08 pjstrconv: add ParseComplex and FormatComplex
2020-05-08 Daniel Martíencoding/json: don't mangle strings in an edge case...
2020-05-08 Michael Anthony... runtime: use offAddr in more parts of the runtime
2020-05-08 Michael Anthony... runtime: make addrRange[s] operate on offset addresses
2020-05-08 Michael Anthony... runtime: avoid re-scanning scavenged and untouched...
2020-05-08 Michael Anthony... runtime: remove scavAddr in favor of address ranges
2020-05-08 Daniel Martíencoding/json: properly encode strings with ",string...
2020-05-08 Kevin Burkedatabase/sql: form a complete sentence in code comment
2020-05-08 Katie Hockmancrypto/tls: add Config.VerifyConnection callback
2020-05-08 Katie Hockmancrypto/tls: rotate session ticket keys
2020-05-08 Roland Shoemakerencoding/asn1: sort order of 'SET of' components during...
2020-05-08 Filippo Valsordacrypto/x509: treat hostnames with colons as invalid
2020-05-08 Filippo Valsordacrypto/x509: treat certificate names with trailing...
2020-05-08 Filippo Valsordacrypto/x509: ignore Common Name by default
2020-05-08 Filippo Valsordacrypto/x509: require perfect matches for invalid hostnames
2020-05-07 Evgeniy Kulikovcrypto/elliptic: implement MarshalCompressed and Unmars...
2020-05-07 Martin Möhrmannruntime: do not attempt bulkBarrierPreWrite when dst...
2020-05-07 Keith Randallcmd/compile: don't store NaN in ppc64 floating point...
2020-05-07 Isfan AzhabilC: update email address for Isfan Azhabil
2020-05-07 Michael Anthony... runtime: avoid overflow from linearAlloc
2020-05-07 Michael Anthony... runtime: avoid overflow in (*mheap).grow
2020-05-07 Dan Scalesruntime: incorporate Gscan acquire/release into lock...
2020-05-07 Cherry Zhangcmd/link: fix minor bug in trampoline insertion
2020-05-07 Filippo Valsordacrypto/x509: use Security.framework without cgo for...
2020-05-07 Katie Hockmancrypto/tls: rotate session keys in older TLS versions
2020-05-07 Keith Randallruntime: grow stack more than 2x if the new frame is...
2020-05-07 Martin Möhrmanncmd/compile: optimize make+copy pattern to avoid memclr
2020-05-07 Andrew Ekstedtcrypto/hmac: speed up repeated operations with the...
2020-05-07 Katie Hockmancrypto/tls: fix sessionState marshaling
2020-05-07 Cherry Zhangcmd/link: don't overwrite text sections on PPC64
2020-05-07 Roland Shoemakerencoding/asn1: only accept minimally encoded base 128...
2020-05-07 Daniel Martíencoding/json: don't reuse slice elements when decoding
2020-05-07 徐志强runtime: call osyield directly in lockextra
2020-05-07 fanzha02cmd/internal/obj/arm64: fix typos in document
2020-05-07 Aaron Pattersonruntime/runtime2: pack the sudog struct
2020-05-07 Meng Zhuocmd/go: accept hash-style in LDFLAGS
2020-05-07 Shengyu Zhangcmd/go: add -Wl,-E to linker flag whitelist (shortcut...
2020-05-06 Michael Matloobcmd/go: add positions for load errors in call to load
2020-05-06 Filippo Valsordanet/http/cgi: reject invalid header names
2020-05-06 Filippo Valsordacrypto/x509: improve VerifyOptions and VerifyHostname...
2020-05-06 Filippo Valsordanet/http: use ASCII space trimming throughout
2020-05-06 Filippo Valsordanet/http: only support "chunked" in inbound Transfer...
2020-05-06 Filippo Valsordacrypto/tls: accept HelloRetryRequest messages with...
2020-05-06 Cherry Zhangcmd/internal/obj/mips: mark restartable sequences
2020-05-06 Cherry Zhangcmd/internal/obj, runtime: preempt & restart some instr...
2020-05-06 Agniva De Sarkerruntime: use correct truncated constants for float...
2020-05-06 Cuong Manh Lecmd/compile: do not emit code for discardable blank...
2020-05-06 Katie Hockmancrypto/tls: marshal sessionState using cryptobyte
2020-05-05 Alex Gaynorencoding/csv: optimize Write by giving fieldNeedsQuotes...
2020-05-05 Michał Łowickitesting: fix reported caller name for funcs passed...
next