]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2024-03-21 qmuntalcmd/internal/osinfo,runtime,syscall: use RtlGetVersion...
2024-03-21 qmuntalnet,internal/syscall/windows: prove that keep alive...
2024-03-21 WuGuangyaotime: fix typo in comment
2024-03-21 Emmanuel T... src/go.mod, net/http: update bundled+latest golang...
2024-03-21 Andy Pannet/http: add tests with zero and negative read/write...
2024-03-21 Peter Collingbournesync: name the Map.CompareAndSwap return value
2024-03-21 Damien Neilnet/http: improve error reporting in TestCancelRequestW...
2024-03-20 Matthew Dempskycmd/compile/internal/inline: refactor fixpoint algorithm
2024-03-20 Matthew Dempskycmd/compile/internal/typecheck: more selective OPAREN...
2024-03-20 Matthew Dempskycmd/compile/internal/noder: remove wrapName
2024-03-20 Dmitri Shuralyovdoc/go1.23: document "net/http".Request.CookiesNamed...
2024-03-20 Keith Randallcmd/compile: don't assume args are always zero-extended
2024-03-20 Timo Furrernet/http: add Request.CookiesNamed
2024-03-20 Wang Yaduocmd/internal/obj: support Zba, Zbb, Zbs extensions...
2024-03-20 apocelipesdatabase/sql: fix memory leaks in Stmt.removeClosedStmt...
2024-03-20 guoguangwuencoding/gob: close output file
2024-03-20 Emmanuel T... net/http: validate outgoing/client request trailers
2024-03-20 Joel Singos/signal: avoid calling ioctl via syscall.Syscall...
2024-03-19 Jes Cokslices: add func Repeat
2024-03-19 Paul E. Murphycmd/internal/obj/ppc64: don't modify runtime.elf_*...
2024-03-19 Filippo Valsordacrypto/rand: use arc4random(3) on macOS and iOS
2024-03-19 Tobias Klauserinternal/asan: match runtime.asan{read,write} len param...
2024-03-19 guoguangwucmd/compile: fix typo in comment
2024-03-19 Lance Yangruntime: optimize permission changes with mprotect
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...
next