]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2024-03-09 Russ Coxtime: move runtimeTimer out of Timer struct
2024-03-09 guoguangwucmd/link: fix typo in comment
2024-03-09 Damien Neilall: update golang.org/x/net
2024-03-08 Russ Coxcmd/compile: compile cap(ch) as call to runtime.chancap
2024-03-08 Russ Coxruntime: fix spurious race using Ticker.Reset
2024-03-08 Russ Coxruntime: gofmt
2024-03-08 Russ Coxruntime: remove sched, allp < timers lockrank rule
2024-03-08 Russ Coxruntime: re-add call to ts.cleanHead (née cleantimers...
2024-03-08 Russ Coxruntime: avoid pp.timers.lock in updateTimerPMask
2024-03-08 Russ Coxruntime: introduce timers.lock, timers.unlock methods
2024-03-08 qmuntalinternal/syscall/windows: unexport Version
2024-03-08 Russ Coxtime: make sure tests avoid the special-case channel...
2024-03-08 Russ Coxruntime: fix mishandling of timer zombie count
2024-03-08 Russ Coxruntime: fix timers.wakeTime inaccuracy race
2024-03-08 Russ Coxruntime: update timers.len with Store instead of Add
2024-03-08 Russ Coxruntime: rename timers fields for clarity
2024-03-08 Michael Anthony... runtime: fix EvFrequency event value on Windows in...
2024-03-08 Michael Anthony... runtime: clean up dead P trace state when disabling...
2024-03-08 Michael Anthony... internal/trace/v2: clean up the ordering interface
2024-03-08 Michael Anthony... runtime: make checking if tracing is enabled non-atomic
2024-03-08 Russ Coxtime: gracefully handle ts.zombies underflow
2024-03-08 guoguangwunet/http: close res.Body
2024-03-08 Russ CoxRevert "encoding/xml: reject XML declaration after...
2024-03-08 Damien Neilnet/url: consider an empty base Path as equivalent...
2024-03-08 apocelipesruntime: use built-in clear to simplify code
2024-03-08 Jes Cokunicode/utf8: update doc for RuneLen
2024-03-08 Cuong Manh Lecmd/compile: fix copying SSA-able variables optimization
2024-03-08 Alexander Yastrebovnet/http: remove persistConn reference from wantConn
2024-03-08 apocelipesarchive/tar: use built-in clear to simplify code
2024-03-08 Tobias Klauseros: use goarch.BigEndian
2024-03-08 Tobias Klausersyscall: use goarch.BigEndian
2024-03-07 Michael Prattcmd/go: always include action mode in trace name
2024-03-07 Cuong Manh Lenet/http: set Cache-Control header only if presents...
2024-03-07 cui fliterall: remove redundant string conversions when formattin...
2024-03-07 Alex Driuksort: fix typo in sort_test.go
2024-03-07 Mauri de Souza... internal/poll: change Fsync to fallback to syscall...
2024-03-07 Jes Cokunicode/utf16: add func RuneLen
2024-03-07 guoguangwucmd/link: replace bytes.Compare call with bytes.Equal
2024-03-07 guoguangwucmd/trace: fix typo in comment
2024-03-07 guoguangwucmd/go: fix typo in comment
2024-03-07 Michael Matloobcmd/go: test that each script test increments at least...
2024-03-07 Andy Pannet: consolidate the existing Windows version checks
2024-03-07 Andy Pannet: support TCP_KEEPIDLE, TCP_KEEPINTVL and TCP_KEEPCN...
2024-03-07 Joel Singcmd/compile,cmd/internal/obj: provide rotation pseudo...
2024-03-07 Michael Matloobcmd: update telemetry to d5a85b2
2024-03-07 Michael Matloobcmd: update to golang.org/x/sys@v0.18.0
2024-03-07 Marin Petrunicnet/ip: proper ipv6 address parsing
2024-03-07 guoguangwuinternal/fuzz: remove useless code
2024-03-06 Alexander Yastrebovnet/http: add ResponseController http2 request without...
2024-03-06 qmuntalinternal/syscall/windows/registry: append .dll when...
2024-03-06 Jes Cokencoding/binary: use built-in clear to simplify code
2024-03-06 Mitarnet/http: remove misleading response headers on error
2024-03-06 guoguangwucmd/dist: fix typo in comment
2024-03-06 guoguangwudatabase/sql: remove useless error check
2024-03-06 guoguangwuinternal/trace: remove unreachable code
2024-03-06 Alessandro... cmd/compile: mark DIEs of captured variables
2024-03-06 Andrey Bokhankocmd/dist,internal: add GOARM64 environment variable
2024-03-05 Ian Lance Taylorslices: document that Clone can return extra capacity
2024-03-05 Damien Neilnet/textproto, mime/multipart: avoid unbounded read...
2024-03-05 Damien Neilnet/http, net/http/cookiejar: avoid subdomain matches...
2024-03-05 Roland Shoemakercrypto/x509: make sure pub key is non-nil before interf...
2024-03-05 qmuntalos: fix 63703.md release notes
2024-03-04 Michael Matloobcmd/go/internal/modload: make it clear -mod can't be...
2024-03-04 qmuntalos: don't normalize volumes to drive letters in os...
2024-03-04 Than McIntoshcmd/go: respect -coverpkg for unselected no-test packages
2024-03-04 Keith Randallslices: simplify rotate code
2024-03-04 Dave Russellnet/http: adjust wording on ServeMux godoc
2024-03-04 qmuntalos: don't treat mount points as symbolic links
2024-03-04 guoguangwunet/http/cgi: close res.Body
2024-03-04 Michael Matloobcmd/go: add file with list of all counters we collect
2024-03-04 apocelipescmd/compile/internal: replace direct calls to Sym.Links...
2024-03-04 Pouriyaruntime: use .Pointers() instead of manual checking
2024-03-04 apocelipescmd/compile/internal: use reflectdata.TypeLinksym
2024-03-04 aimuzdoc/go1.23: document database/sql wrap errors
2024-03-04 guoguangwuinternal/xcoff: fix typo in comment
2024-03-04 Oleksandr Redkomath/rand, math/rand/v2: rename receiver variables
2024-03-04 guoguangwulib/time: use consistent directory in mkzip usage message
2024-03-04 Mitarfmt: allow padding and minus flags at the same time
2024-03-04 Benjamin Petersondoc: fix typo of gotypesalias
2024-03-04 guoguangwucmd/internal/buildid: fix typo in comment
2024-03-04 Jes Cokreflect: clean up unnecessary comments for rtype
2024-03-04 Jorropocmd/compile: remove bug workarounds in prove's loop...
2024-03-04 huweiwencmd/go/internal/vcs: use git log to avoid unnecessary...
2024-03-04 Filippo Valsordacrypto: use and test purego tag consistently
2024-03-04 Andy Pansyscall: call internal/runtime/syscall.Syscall6 in...
2024-03-04 Michael Matloobsrc/cmd: update golang.org/x/telemetry to 3d5706d and...
2024-03-04 cui fliterdoc: close HTML tags
2024-03-04 cui fliterbytes: add a colon after Output to make the Example...
2024-03-04 guoguangwuos/exec: remove unnecessary fmt.Sprintf call
next