]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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-08 Michael Pratt[release-branch.go1.24] all: merge master (e966a27...
2025-01-08 Russ Coxcrypto/internal/fips140/drbg: avoid global lock on...
2025-01-08 Michael Pratt[release-branch.go1.24] all: merge master (9a44df6...
2025-01-08 Michael Matloobcmd/go/testdata/script: fix TestScript/env_gocacheprog...
2025-01-08 Michael Anthony... runtime: hold traceAcquire across casgstatus in injectglist
2025-01-08 Koichi Shiraishiinternal/sync: fix typo of panic message
2025-01-08 Damien Neiltesting/synctest: add some examples
2025-01-07 Michael Matloobcmd/go/internal/modindex: don't write index entry if...
2025-01-07 Russ Coxcmd/internal/hash: stop using md5, sha1
2025-01-07 Michael Matloobcmd/go/internal/cache: handle cacheprog not responding...
2025-01-07 Michael Anthony... weak: don't panic when calling Value on a zero Pointer
2025-01-07 Robert Griesemercmd/compile/internal/syntax: add test case for invalid...
2025-01-07 Robert Griesemergo/types, types2: expand documentation for Info.Types map
2025-01-07 Michael Matloobcmd/go/internal/env: add GOCACHEPROG to go env output
2025-01-07 thekuwayamacrypto/tls: send illegal_parameter on invalid ECHClient...
2025-01-07 Filippo Valsordacrypto/internal/fips140: zeroise integrity test tempora...
2025-01-07 Joel Singcmd/internal/disasm: correct instruction length handlin...
2025-01-07 Filippo Valsordacrypto/rsa: use λ(N) instead of φ(N)
2025-01-06 Michael Anthony... internal/sync: add test from issue 70970
2025-01-06 yincongnet/http: update NewRequestWithContext wrong link to...
2025-01-06 Michael KnyszekRevert "internal/sync: optimize CompareAndSwap and...
2025-01-03 Filippo Valsordacrypto/ecdsa: drop SEC 1 reference from package doc
2025-01-03 Damien Neilcontext: use "canceled" in docs to refer to timed-out...
2025-01-03 Ian Lance Taylorcmd/go/internal/vcweb: close the .access file
2025-01-03 Filippo Valsordacrypto/internal/fips140: mark OpenBSD unsupported
2025-01-03 Filippo Valsordacrypto/internal/fips140: add Supported
2025-01-03 Jakub Ciolekinternal/fuzz: remove the exp2 method
2025-01-03 yaxum62spec: fix a dead link
2025-01-03 Mateusz Poliwczakinternal/exportdata: add missing return
2025-01-03 Filippo Valsordacrypto/internal/fips140/check: remove Enabled
2025-01-03 linmaolincmd/go: fix two typos in helpdoc.go
2025-01-02 Austin Clementscmd/go: document GOCACHEPROG in go help environment
2025-01-02 Austin Clementscmd/go/internal/cacheprog: drop redundant Prog prefixes
2025-01-02 Austin Clementscmd/go: move GOCACHEPROG protocol types to their own...
2025-01-02 Roland Shoemakercrypto/tls: properly return ECH retry configs
2025-01-02 Austin Clementscmd/go: improve GOCACHEPROG types documentation
2025-01-02 Sean Liaocmd/go: remove references to gopath-get
2025-01-02 Filippo Valsordacrypto/tls: fix Config.Time in tests using expired...
2025-01-01 Ian Lance Taylorcmd/go: document default GOARM value
2024-12-30 Shulhanbuiltin: use list instead of indentation for comments...
2024-12-30 Robert Griesemerspec: document that string conversions don't guarantee...
2024-12-30 Robert Griesemerspec: describe representation of values
2024-12-30 thekuwayamacrypto/tls: fix misspelling in comment
2024-12-30 willbolandencoding/binary: add documentation for endian methods
2024-12-30 Sean Liaoos: mention fsys modifications during CopyFS
2024-12-30 Joe Tsaiencoding/json: remove suggestion on Unmarshaler with...
2024-12-30 willbolandcmd/link: document that -s implies -w
2024-12-30 Sean Liaogo/doc: resolve imports before predeclared identifiers...
2024-12-30 Koichi Shiraishiunique: fix typo
2024-12-28 Joe Tsaiencoding/json: expand and modernize TestInterfaceSet
2024-12-27 Pedro Tôrrescmd/go/internal/work: allow @ character in some -Wl...
2024-12-27 Austin Clementsdoc/initial: remove fixed-width spacing notice
2024-12-27 Austin Clementscmd/compile: improve compiler directive docs
2024-12-27 Harald Albrechtiter: improve documentation with iterator example
2024-12-26 Alec Bakholdincrypto/mlkem: swap order of return values of Encapsulate
2024-12-24 Michael Anthony... weak: fix typo in warning about tiny allocator optimization
2024-12-23 Cherry Muicmd/link, runtime: apply a delta to RODATA->DATA reloca...
2024-12-23 Jorropointernal/goexperiment: run go generate for synctest
2024-12-23 Pedro Tôrrescmd/go/internal/work: allow single character values...
2024-12-23 Simon Sernet: document LookupTXT behavior with multiple strings...
2024-12-22 Cherry Muicmd/compile: load map length with the right type
2024-12-21 Cherry Muiinternal/syscall/unix: apply fstatat fix to linux/mips64le
2024-12-21 Alan Donovanslices: document two oddities
2024-12-20 Cosmos Nicolaouruntime/pprof: continued attempt to deflake the VMInfo...
2024-12-20 Michael Prattruntime: test trap panic parsing in TestTracebackSystem
2024-12-19 Russ Coxnet/http: fix nil panic in test
2024-12-19 Russ Coxcmd/go: drop fips140 build ID hacks
2024-12-19 Russ Coxcmd/go: fix two-step toolchain upgrade through go insta...
2024-12-19 Cherry Muicmd/dist: skip fips140test in exe mode on Android
2024-12-19 Michal Bohuslávekweak: improve grammar in doc comments
2024-12-18 Mauri de Souza... crypto/ecdsa: fix condition for fips140=only check
2024-12-18 Filippo Valsordacrypto/tls: normalize spelling of "ClientHello" in...
2024-12-18 Filippo Valsordacrypto/pbkdf2: update RFC reference in package doc
2024-12-18 Filippo Valsordacmd/go,crypto: reject using Go+BoringCrypto and fips140...
2024-12-18 Ian Lance Taylortesting: support B.Context and F.Context
2024-12-17 Ian Lance Taylordebug/elf: adjust version API per issue discussion
2024-12-17 Filippo Valsordacrypto/internal/fips140/aes/gcm: use aes.EncryptBlockIn...
2024-12-17 Filippo Valsordacrypto/internal/fips140: add Name and Version
2024-12-17 wangshuocmd, go: fix some typos
2024-12-17 Oleksandr Redkobytes, strings: add cross-references in docstrings
2024-12-17 Oleksandr Redkocmd/go/internal/help: use secure link to swig.org
2024-12-17 Damien Neilsyscall, internal/syscall/unix: fix fstatat on linux...
2024-12-17 Robert Griesemerspec: explain function invocation and passing of parame...
2024-12-17 Filippo Valsordago/build: streamline the crypto package graph in TestDe...
2024-12-17 qmuntalgo/build: remove nonexistent package from TestDependencies
2024-12-17 Filippo Valsordacrypto/rsa: revert minimum GenerateKey size to 32 bits
2024-12-17 Filippo Valsordacrypto/cipher: block non-AES CTR and CBC in fips140...
2024-12-17 Filippo Valsordacrypto/internal/fips140/aes: mark AES-ECB as not approved
2024-12-17 Michael Matloobcmd/go/testdata/script: update test_flags for new test...
2024-12-17 Ian Lance Taylorfmt, strconv: document that exponent is always two...
2024-12-17 Cherry Muicmd/link: update runtime dependency list
2024-12-16 Michael Matloobcmd/go: don't create test actions for incomplete packages
2024-12-16 Michael Anthony... runtime: usleep in TestWeakToStrongMarkTermination
2024-12-16 Austin Clementstesting: don't measure cleanup time after B.Loop
2024-12-16 Austin Clementstesting: improve B.Loop test
next