]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2024-11-19 Filippo Valsordacrypto/internal/fips/aes/gcm: add GCMForSSH
2024-11-19 Filippo Valsordacrypto: check all cpu.X86 flags for features used in...
2024-11-19 Filippo Valsordacrypto/internal/fips/aes: add service indicators
2024-11-19 Russ Coxcmd/go/internal/fsys: refactor overlay consistency...
2024-11-19 Russ Coxcmd/go/internal/fsys: refactor vfs lookup
2024-11-19 Russ Coxcmd/go/internal/fsys: convert to proper ReadDir
2024-11-19 Russ Coxcmd/go/internal/fsys: minor cleanup
2024-11-19 Russ Coxcmd/go/internal/fsys: move glob, walk code into new...
2024-11-19 Ian Lance Taylordoc/godebug: document that unrecognized GODEBUG entries...
2024-11-19 Ian Lance Taylordoc/godebug: fix tipo
2024-11-19 Michael Anthony... mime: disable TestLookupMallocs with ASAN
2024-11-19 Austin Clementscmd/go: re-enable build JSON from go test -json, now...
2024-11-19 Guoqi Chencmd/compiler,internal/runtime/atomic: optimize Cas...
2024-11-19 Michael Anthony... cmd/go: disable fuzz instrumentation for internal/godebug
2024-11-19 Filippo Valsordacrypto/internal/fips/aes/gcm: add GCMForTLS12 and GCMFo...
2024-11-19 Filippo Valsordacrypto/internal/fips/aes/gcm: add SealWithRandomNonce
2024-11-19 Filippo Valsordacrypto/internal/fips/aes/gcm: add CounterKDF
2024-11-19 Filippo Valsordacrypto/internal/fips/aes/gcm: add CMAC
2024-11-19 Filippo Valsordacrypto/aes,crypto/cipher: test all available implementa...
2024-11-19 Filippo Valsordacrypto/internal/fips/aes: move GCM to its own package
2024-11-19 Filippo Valsordacrypto/internal/cryptotest: add SkipTestAllocations
2024-11-19 Filippo Valsordacrypto/internal/fips/drbg: add CAST and service indicator
2024-11-19 Filippo Valsordacrypto/internal/fips/drbg: implement FIPS-mode randomne...
2024-11-19 Filippo Valsordacrypto/internal/fips/drbg: implement CTR_DRBG
2024-11-19 Filippo Valsordacrypto/rand: move OS interaction to crypto/internal...
2024-11-19 Filippo Valsordacrypto/rand: replace crypto/aes with internal/chacha8ra...
2024-11-19 Filippo Valsordacrypto/aes: move to crypto/internal/fips/aes
2024-11-19 Boris Nagaevcrypto/aes: speedup CTR mode on AMD64 and ARM64
2024-11-19 David Chasecmd/compile: strongly favor closure inlining
2024-11-18 Damien Neilos: correctly handle errno==0 in (*Process).blockUntilW...
2024-11-18 Michael Anthony... weak: move internal/weak to weak, and update according...
2024-11-18 qmuntalos/user: skip tests that create users when running...
2024-11-18 Keith Randallruntime: get rid of gc programs for types
2024-11-18 khr@golang.orgcmd/link: use types (and not GC programs) to build...
2024-11-18 Michael Anthony... sync: make HashTrieMap[any, any] the default implementa...
2024-11-18 Michael Anthony... internal/sync: optimize CompareAndSwap and Swap
2024-11-18 Michael Anthony... sync: add HashTrieMap to Map tests and benchmarks
2024-11-18 Michael Anthony... internal/sync: add Range to HashTrieMap
2024-11-18 Michael Anthony... internal/sync: add Clear to HashTrieMap
2024-11-18 Michael Anthony... internal/sync: add Delete to HashTrieMap
2024-11-18 Michael Anthony... internal/sync: refactor HashTrieMap tests into per...
2024-11-18 Michael Anthony... internal/sync: add LoadAndDelete to HashTrieMap
2024-11-18 Michael Anthony... internal/sync: add Store to HashTrieMap
2024-11-18 Michael Anthony... internal/sync: add Swap to HashTrieMap
2024-11-18 Michael Anthony... internal/sync: add CompareAndSwap to HashTrieMap
2024-11-18 Michael Anthony... internal/sync: make the HashTrieMap zero value ready...
2024-11-18 Michael Anthony... internal/sync: relax value type constraint for HashTrieMap
2024-11-18 Michael Anthony... internal/sync: use normal comparison for keys in HashTr...
2024-11-18 Michael Anthony... internal/sync: factor out lookup for CompareAndDelete...
2024-11-18 Michael Anthony... internal/sync: move HashTrieMap from internal/concurrent
2024-11-18 Michael Anthony... internal/concurrent: remove dependency on math/rand/v2
2024-11-18 Michael Anthony... internal/sync: move sync.Mutex implementation into...
2024-11-18 Ian Lance Tayloros/user: s/Acount/Account/ in function name
2024-11-18 Ian Lance Taylorcmd: change from sort functions to slices functions
2024-11-18 Benny Siegertos: sysctl-based Executable implementation for NetBSD
2024-11-18 Michael Anthony... sync: add explicit noCopy fields to Map, Mutex, and...
2024-11-18 Keith Randallcmd/compile: remove gc programs from stack frame objects
2024-11-18 Keith Randallinternal/runtime/maps: don't copy indirect key/elem...
2024-11-18 Keith Randallruntime: fix MapCycle test
2024-11-18 Filippo Valsordacrypto/subtle: document and test XORBytes overlap rules
2024-11-18 Russ Coxcmd/compile: avoid static init of strings in FIPS mode
2024-11-18 Russ Coxcmd/internal/obj: exclude external test packages from...
2024-11-18 Sean Liaonet/http/httputil: return after handling error
2024-11-18 Filippo Valsordacrypto/cipher: add small CTR benchmark, remove CFB...
2024-11-18 Filippo Valsordacrypto/internal/impl: use base package name
2024-11-18 Filippo Valsordacrypto/internal/fips/subtle: move constant time functio...
2024-11-18 Filippo Valsordacrypto/internal/alias: move to crypto/internal/fips...
2024-11-18 Austin Clementscmd/go: fix TestScript/build_json on Windows
2024-11-18 Ian Lance Taylortext/template: don't crash piping to call with no arguments
2024-11-18 Tobias Klauserinternal/poll: use ignoringEINTR2 in copyFileRange
2024-11-18 Tobias Klauseros: use ignoringEINTR in (*Process).blockUntilWaitable
2024-11-18 Austin Clementscmd/go: temporarily disable build JSON in test output
2024-11-18 khr@golang.orginternal/runtime/maps: fix noswiss builder
2024-11-18 Russ Coxruntime: relax TestWindowsStackMemory from 100kB to...
2024-11-17 Keith Randallruntime/internal/maps: remove entryMask
2024-11-17 Keith Randallinternal/runtime/maps: simplify small group lookup
2024-11-17 Keith Randallinternal/runtime/maps: eliminate a load from the hot...
2024-11-17 Keith Randallruntime/internal/maps: optimize long string keys for...
2024-11-17 Austin Clementscmd/go: change Printer.Output -> Printer.Printf for...
2024-11-17 Austin Clementscmd/go: print build errors during go test -json in...
2024-11-17 Austin Clementscmd/go: track root failing Action
2024-11-17 Austin Clementscmd/go: report all loading errors in tests as "setup...
2024-11-17 Austin Clementscmd/go: implement "go build -json"
2024-11-17 Austin Clementscmd/go: add Printer interface and use for error reporting
2024-11-17 Tim Kingcrypto/internal/fips/check: remove unreachable return
2024-11-16 Joel Singcrypto/sha512: improve performance of riscv64 assembly
2024-11-16 Felix Geisendörferruntime/pprof: reduce label overhead
2024-11-16 Tobias Klauseros: add and use ignoringEINTR2
2024-11-16 Sean Liaofmt: document nil receiver handling for GoStringer
2024-11-16 Carlos Amedeeruntime: implement Stop for AddCleanup
2024-11-16 Carlos Amedeeruntime: implement AddCleanup
2024-11-16 Cosmos Nicolaouruntime/pprof: continued attempt to deflake the VMInfo...
2024-11-16 Xiaolin Zhaoruntime: improve CALLFN macro for loong64
2024-11-16 Guoqi Chenruntime: use ABIInternal for calls to sigtrampgo on...
2024-11-15 Rhys Hiltnerruntime: unify lock2, allow deeper sleep
2024-11-15 Rhys Hiltnerruntime: allow futex OSes to use sema-based mutex
2024-11-15 Carlos Amedeeruntime: validate all calls to SetFinalizer
2024-11-15 Lin Linruntime: add race detector tips to reportZombies func
2024-11-15 Cherry Muicrypto/internal/bigmod: add comparison test for addMulVVW
2024-11-15 Cherry Muicrypto/internal/bigmod: apply wasm-specific implementat...
next