]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2025-03-06 Sergey MatveevAutogenerated TLS-related strings go1.24.1-gost
2025-03-06 Sergey MatveevGOST X.509 and TLS 1.3 support via GoGOST
2025-03-04 Gopher Robot[release-branch.go1.24] go1.24.1 go1.24.1
2025-03-04 Damien Neil[release-branch.go1.24] all: updated vendored x/net...
2025-02-26 Ian Lance Taylor[release-branch.go1.24] runtime/cgo: avoid errors from...
2025-02-26 Keith Randall[release-branch.go1.24] cmd/compile: don't pull constan...
2025-02-26 Michael Anthony... [release-branch.go1.24] runtime: document that cleanups...
2025-02-26 Ian Lance Taylor[release-branch.go1.24] runtime/cgo: avoid errors from...
2025-02-26 qiulaidongfeng[release-branch.go1.24] reflect: let Value.Seq return...
2025-02-26 Zxilly[release-branch.go1.24] syscall: disable O_DIRECTORY...
2025-02-26 Michael Anthony... [release-branch.go1.24] reflect: correctly handle metho...
2025-02-26 Michael Pratt[release-branch.go1.24] runtime: use WCLONE when waitin...
2025-02-26 Ian Lance Taylor[release-branch.go1.24] syscall: don't send child signa...
2025-02-26 Jorropo[release-branch.go1.24] cmd/compile: don't report newLi...
2025-02-26 Michael Pratt[release-branch.go1.24] debug/buildinfo: base64-encode...
2025-02-26 khr@golang.org[release-branch.go1.24] cmd/compile: ensure we don...
2025-02-26 Ian Lance Taylor[release-branch.go1.24] internal/godebugs: add fips140...
2025-02-22 David Chase[release-branch.go1.24] cmd/compile, runtime: use defer...
2025-02-19 Ian Lance Taylor[release-branch.go1.24] doc/godebug: mention GODEBUG...
2025-02-19 Cuong Manh Le[release-branch.go1.24] cmd/compile: avoid infinite...
2025-02-19 qmuntal[release-branch.go1.24] syscall: don't truncate newly...
2025-02-19 Paul Murphy[release-branch.go1.24] runtime: fix usleep on s390x...
2025-02-19 段仪[release-branch.go1.24] runtime: add some linknames...
2025-02-12 Quan Tong[release-branch.go1.24] cmd/go: initialize req.Header...
2025-02-11 Gopher Robot[release-branch.go1.24] go1.24.0 go1.24.0
2025-02-10 Cherry Mui[release-branch.go1.24] bytes: use "subslice" instead...
2025-02-10 Michael Anthony... [release-branch.go1.24] os: hide SetFinalizer from...
2025-02-06 thepudds[release-branch.go1.24] weak: prevent unsafe conversion...
2025-02-05 Gopher Robot[release-branch.go1.24] go1.24rc3 go1.24rc3
2025-02-05 Roland Shoemaker[release-branch.go1.24] Revert "cmd/go/internal/work...
2025-01-31 Carlos Amedee[release-branch.go1.24] all: merge master (37f27fb...
2025-01-31 Russ Coxcmd/go: enable fips test and fix caching bug
2025-01-31 Rob Findleycmd: update golang.org/x/tools to CL 645697, and revendor
2025-01-30 Sam Thanawallacmd/go: refine GOAUTH user parsing to be more strict
2025-01-29 Filippo Valsordalib/fips140: freeze v1.0.0 FIPS 140 module zip file
2025-01-29 Filippo Valsordacmd/link/internal/loader: fix linknames from FIPS 140...
2025-01-29 Michael PrattRevert "os: employ sendfile(2) for file-to-file copying...
2025-01-29 Roland Shoemakercrypto/pbkdf2: add keyLength limit
2025-01-29 Ian Lance Taylorcrypto/hkdf: check error in TestFIPSServiceIndicator
2025-01-28 Filippo Valsordacrypto/internal/sysrand: skip TestNoGetrandom without cgo
2025-01-28 Than McIntoshinternal/coverage: fix bug in text-format coverage...
2025-01-28 Ian Lance Taylorinternal/godebug: check error from os.ReadFile in test
2025-01-28 Michael Prattruntime: mapiter linkname compatibility layer
2025-01-28 Michael Prattruntime: rename mapiterinit and mapiternext
2025-01-28 Ian Lance Taylorinternal/goexperiment: update location of baseline...
2025-01-28 yincongarchive/zip, archive/tar: writer appends slash to direc...
2025-01-27 Ian Lance Taylorstrconv: adjust comment so that gofmt doesn't mung it
2025-01-27 Filippo Valsordacrypto/internal/fips140/rsa: avoid CAST unsetting the...
2025-01-27 Filippo Valsordacrypto/internal/fips140/aes: set FIPS 140 service indic...
2025-01-27 Filippo Valsordacrypto/ecdsa: avoid needless ScalarBaseMult in s390x
2025-01-27 Sam Thanawallacmd/go: do not call base.fatal for an unset HOME for...
2025-01-27 Cherry MuiRevert "runtime: Check LSE support on ARM64 at runtime...
2025-01-27 Roland Shoemakercrypto/internal/boring: keep ECDH public key alive...
2025-01-22 Alan Donovango/types: avoid importer.Default
2025-01-22 Carlos Amedeeruntime: fix the equality check in AddCleanup
2025-01-22 Carlos Amedeeos: force a goroutine to be scheduled on WASM
2025-01-22 Roland Shoemakercrypto/internal/fips140/nistec: make p256NegCond consta...
2025-01-22 Alan Donovango/importer: document limitations of this API
2025-01-21 Dmitri Shuralyovnet/http: update bundled golang.org/x/net/http2 [generated]
2025-01-21 Kir Kolyshkintesting: fix reference to B.N in docstring
2025-01-20 Bill Morganruntime: delete out of date comment
2025-01-17 Than McIntoshinternal/coverage: refactor EmitTextual in preparation... master
2025-01-17 Wingrezgo/types, types2: ensure deterministic output when...
2025-01-17 Robert Griesemergo/types, types2: remove superfluous assertion (fix...
2025-01-16 Tobias Klauserlib/time: update to 2025a/2025a
2025-01-16 Cherry Muicmd/internal/obj/wasm, runtime: detect wasmexport call...
2025-01-16 Gopher Robot[release-branch.go1.24] go1.24rc2 go1.24rc2
2025-01-16 Filippo Valsorda[release-branch.go1.24] crypto/x509: avoid panic when...
2025-01-16 Sam Thanawalla[release-branch.go1.24] cmd/go: restore netrc preferenc...
2025-01-16 Damien Neil[release-branch.go1.24] net/http: persist header stripp...
2025-01-16 Roland Shoemaker[release-branch.go1.24] crypto/x509: properly check...
2025-01-16 Filippo Valsordacrypto/x509: avoid panic when parsing partial PKCS...
2025-01-16 Sam Thanawallacmd/go: restore netrc preferences for GOAUTH and fix...
2025-01-16 Roland Shoemakercrypto/x509: properly check for IPv6 hosts in URIs
2025-01-16 Damien Neilnet/http: persist header stripping across repeated...
2025-01-14 Joe Tsaiencoding/json: cleanup tests
2025-01-14 Russ Coxcmd/go/internal/modfetch: do not trust server to send...
2025-01-14 Russ Coxcmd/api: report error in test instead of crashing
2025-01-14 Keith Randallinternal/runtime/maps: re-enable some tests
2025-01-14 cuishuangtesting/fstest: fix function name and comment
2025-01-14 Ian Lance Taylorcmd/dist: ignore packages with no Go files in BenchmarkAll
2025-01-13 Sean Liaocmd/go: check go version when parsing go.mod fails
2025-01-13 Ian Lance Taylorsyscall/js: adjust comments to that gofmt does not...
2025-01-13 Robert Griesemergo/types, types2: don't panic when instantiating generi...
2025-01-13 Oleksandr Redkospec: fix grammar issue
2025-01-13 Joe Tsaiencoding/json: add cases to TestUnmarshal for fatal...
2025-01-13 Joe Tsaiencoding/json: always check resulting Go value for...
2025-01-13 Keith Randallcmd/compile: fix write barrier coalescing
2025-01-10 Daniel McCarneycrypto/internal/fips140test: add hmac DRBG ACVP tests
2025-01-10 Daniel McCarneycrypto/internal/fips140test: add ML-KEM ACVP tests
2025-01-09 Filippo Valsordacrypto/rsa: fix GenerateKey flakes for toy-sized keys
2025-01-09 Michael Prattruntime/pprof: hide map runtime frames from heap profiles
2025-01-09 Sean Liaocmd/go: clarify GODEBUG in go help environment
2025-01-09 Michael Matloobcmd/go/internal/mmap: reslice to file size on Windows
2025-01-09 Filippo Valsordacrypto: fix fips140=only detection of SHA-3
2025-01-08 Joe Tsaiencoding/json: improve fidelity of TestUnmarshal for...
2025-01-08 Filippo Valsordacrypto/mlkem: merge mlkem768.go and mlkem1024.go to...
2025-01-08 Filippo Valsordacrypto/mlkem: add example and improve docs
2025-01-08 Robert Griesemergo/types, types2: require iterator yield to return...
2025-01-08 Filippo Valsordacrypto/md5,crypto/sha1: apply fips140=only to Write...
next