]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2024-03-19 Andy Panos: kick FIFOs with O_NONBLOCK out of the kqueue on...
2024-03-19 Andy Panos: use ignoringEINTR in openFileNolog and openDirNolog
2024-03-19 Nuno Gonçalvesnet/mail: enhance address parser to include support...
2024-03-19 Oleksandr Redkoregexp/syntax: use standard generated code header
2024-03-19 Tobias Klauserall: use "unix" build tag where appropriate
2024-03-19 guoguangwudatabase/sql: close rows in test
2024-03-19 Andy Pannet/http: update bundled x/net/http2
2024-03-18 apocelipesindex/suffixarray: use built-in clear to simplify code
2024-03-18 Brad Fitzpatrickdatabase/sql: optimize connection request pool
2024-03-18 Joe Tabertext/template: simplify unwrapping reflect.Interface...
2024-03-18 Robert Griesemercmd/go: fix long test
2024-03-18 Joe Tsaistrings: optimize Repeat for common substrings
2024-03-18 Alexander Yastrebovnet/http: fix request canceler leak on connection close
2024-03-18 Robert Griesemergo/types, types2: quote user-supplied names in error...
2024-03-18 qmuntalos: support UNC paths and .. segments in fixLongPath
2024-03-18 Keith Randallcmd/compile: compute ptrBytes during CalcSize instead...
2024-03-18 qmuntalruntime: remove nosplit directives from several Windows...
2024-03-18 apocelipescompress/bzip2,lzw: use built-in clear to simplify...
2024-03-18 guoguangwunet/http/httptest: close res.Body in test
2024-03-18 Andy Pannet/http: do not set a deadline when Server.IdleTimeout...
2024-03-18 Keith Randallcmd/compile: compute type eq/hash algorithm in CalcSize...
2024-03-18 Keith Randallcmd/compile: simplify algorithm kinds
2024-03-17 Mauri de Souza... syscall: use internal/asan and internal/msan
2024-03-16 Joel Singcmd/dist,cmd/link: enable PIE buildmode on openbsd...
2024-03-16 Peter Collingbourneos: don't try to make the directory FD non-blocking...
2024-03-15 guoguangwucmd/internal/obj: replace bytes.Index call with bytes...
2024-03-15 Bryan C. Millscmd/go/internal/modload: follow dependencies of unprune...
2024-03-15 guoguangwucmd/compile: fix typo in comment
2024-03-15 Michael Matloobcmd: vendor in golang.org/x/telemetry@abedc37
2024-03-15 Paul E. Murphycmd/compile/internal: generate ADDZE on PPC64
2024-03-15 Ian Lance Taylornet: #define _GNU_SOURCE to 1
2024-03-15 Russ Coxnet/http: revert header changes in Error
2024-03-15 Russ Coxruntime: fixes to traceback_system_test.go
2024-03-15 Russ Coxruntime: allow omitting virtual PCs from runtime.Caller...
2024-03-15 Than McIntoshcmd/link: support -bindnow option and permit use of...
2024-03-15 qiulaidongfengarchive/tar: add FileInfoNames interface
2024-03-15 apocelipesinternal/bisect: replace atomicPointerDedup to simplify...
2024-03-15 Mauri de Souza... runtime: add crash stack support for 386
2024-03-15 Robert Griesemergo/types, types2: do not overwrite nest entries in...
2024-03-15 Quentin McGawnet: fixes to dnsReadConfig in dnsconfig_windows.go
2024-03-15 Peter Collingbournedebug/elf: avoid using binary.Read() in NewFile()
2024-03-15 Russ Coxtime: fix longtest flake
2024-03-15 Russ Coxdoc: document new timer behavior
2024-03-15 Russ Coxdoc: fix various release notes mistakes
2024-03-14 Robert Griesemergo/types, types2: consistently report "duplicate method...
2024-03-14 Robert Griesemergo/types, types2: don't do version checks for embedded...
2024-03-14 Matthew Dempskytest/fixedbugs: add regress test for inlining failure
2024-03-14 Michael Matloobcmd/internal/telemetry: add a shim package around telemetry
2024-03-14 apocelipesnet/netip: use built-in clear to simplify code
2024-03-14 Russ Coxruntime: revert "traceback: include pc=0x%x for inline...
2024-03-14 Russ Coxtime: avoid stale receives after Timer/Ticker Stop...
2024-03-14 Kévin Dunglascmd/go: update docs for go test -benchmem
2024-03-14 apocelipesmath/big: use built-in clear to simplify code
2024-03-14 Michael KnyszekRevert "cmd/go/internal/test: add 'tests' vet check...
2024-03-14 guoguangwutime: replace time.Now().Sub call with time.Since in...
2024-03-14 guoguangwucmd/compile/internal/syntax: replace bytes.Compare...
2024-03-14 Russ Coxencoding/gob: make x509.Certificate marshalable again
2024-03-14 Russ CoxRevert "net/url: consider an empty base Path as equival...
2024-03-14 Than McIntoshRevert: "cmd/link: add option to enable full RELRO...
2024-03-14 guoguangwucmd/go/internal/modcmd: fix typo in comment
2024-03-14 Russ CoxRevert "net/http: remove superfluous newline on redirects"
2024-03-14 Russ Coxruntime: fix lost sleep causing TestZeroTimer flakes
2024-03-14 Matthew DempskyRevert "cmd/compile/internal/inline: refactor fixpoint...
2024-03-14 Alan Donovancmd/go/internal/test: add 'tests' vet check to 'go...
2024-03-14 Dominik Honnefinternal/trace/v2: support old trace format
2024-03-13 Russ Coxtime: garbage collect unstopped Tickers and Timers
2024-03-13 Russ Coxtime: clean up benchmarks
2024-03-13 qmuntalos,internal/godebugs: add missing IncNonDefault calls
2024-03-13 kwakubineyencoding/binary: cache struct sizes to speed up Read...
2024-03-13 Michael Matloobcmd/go: change some counter names
2024-03-13 Russ Coxruntime: add minimal debug tracing of runtime timers
2024-03-13 Russ Coxruntime: clean up timer state
2024-03-13 Russ Coxruntime: fix another lock ordering problem
2024-03-13 Paul E. Murphycmd/asm,cmd/compile: generate less instructions for...
2024-03-12 Keith Randallcmd/compile: fix sign/zero-extension removal
2024-03-12 qmuntalinternal/syscall/windows: implement SupportUnixSocket...
2024-03-12 guoguangwucmd/covdata: fix typo in comment
2024-03-12 Sam Thanawallacmd/go: check case-insensitive path collisions for...
2024-03-12 apocelipesstrconv: use generics to reduce redundant helper functions
2024-03-11 Bryan C. Millscmd/go/internal/modfetch: pass "-c" arguments to git...
2024-03-11 sivchariall: gofmt
2024-03-11 Jes Cokall.bash: allow spaces in $GOTOOLDIR to print build...
2024-03-11 guoguangwuio: close PipeReader in test
2024-03-11 apocelipesstrconv: use slices.BinarySearch to simplify makeisprint.go
2024-03-11 Michael Matloobcmd/go: provide a better error message when there's...
2024-03-11 Kevin Burkenet/http/httptest: add NewRequestWithContext
2024-03-11 胡玮文net/http: support socks5h proxy schema
2024-03-11 qiulaidongfengtime: fix typo in BenchmarkReset
2024-03-11 guoguangwucompress/gzip: close writer in test
2024-03-11 guoguangwuos: close pipe in test
2024-03-11 apocelipesimage: use built-in clear to simplify code
2024-03-11 guoguangwucmd/preprofile: fix typo in comment
2024-03-11 guoguangwucmd/trace/v2: fix typo in comment
2024-03-11 guoguangwucmd/compile: use raw strings to avoid double escapes
2024-03-10 Russ Coxnet/http: update bundle
2024-03-10 Joel Singcmd/link,debug/elf: mark Go binaries with no branch...
2024-03-09 Russ Coxcmd/go: respect GODEBUG in test cache
2024-03-09 Russ Coxtime: disable TestLongAdjustTimers on android/ios
2024-03-09 Russ Coxinternal/godebugs: test for use of IncNonDefault
2024-03-09 Hana (Hyang... cmd/go: check checkCounters counter read only on suppor...
next