]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2023-05-25 Filippo Valsordacrypto/tls: implement Extended Master Secret
2023-05-25 Filippo Valsordacrypto/tls: add QUIC 0-RTT APIs
2023-05-25 Chris O'Haranet: implement wasip1 FileListener and FileConn
2023-05-25 Chris O'Hararuntime: implement wasip1 netpoll
2023-05-25 Sean Liaoencoding/json: document unsupported float values
2023-05-24 Filippo Valsordacrypto/tls: add SessionState.Extra
2023-05-24 Filippo Valsordacrypto/tls: add WrapSession and UnwrapSession
2023-05-24 Filippo Valsordacrypto/tls: add ClientSessionState.ResumptionState...
2023-05-24 Filippo Valsordacrypto/tls: use SessionState on the client side
2023-05-24 Filippo Valsordacrypto/tls: add SessionState and use it on the server...
2023-05-24 Filippo Valsordacrypto/tls: reduce session ticket linkability
2023-05-24 Maksim Meshkovcompress/flate, archive/zip: reduce memory allocations
2023-05-24 Alan Donovango/types: set correct Pos for T in struct{p.T}
2023-05-24 Jakub Ciolekcmd/compile: Use XORL and X15 for zeroing in ggen's...
2023-05-24 Damien Neilcrypto/tls: support QUIC as a transport
2023-05-24 Jorroponet/http: second do not force the Content-Length header...
2023-05-24 Tobias Klauseros: add dirFs.ReadDir to implement fs.ReadDirFS for...
2023-05-24 Mateusz Poliwczaknet: root the nodata test domain to avoid search domains
2023-05-24 Filippo Valsordacrypto/rsa,crypto/internal/bigmod: optimized short...
2023-05-24 Filippo Valsordacrypto/internal/bigmod: switch to saturated limbs
2023-05-24 Jakub Ciolekcmd/compile: use shorter version of movzx for LoweredHA...
2023-05-24 Robert Griesemerspec: re-order built-ins sections alphabetically (more...
2023-05-24 Brad Fitzpatrickcmd/go/internal/cache: use internal/godebug for three...
2023-05-24 Derek Parkercmd/compile: prioritize non-CALL struct member comparisons
2023-05-24 millercmd/go: quote entries in list-valued variables for...
2023-05-24 Michael Anthony... doc: add release note for runtime/metrics additions
2023-05-24 Roland Shoemakercrypto/tls: enforce 1.3 record version semantics
2023-05-24 fangguizhennet/http: check for nil, nil return from DialContext...
2023-05-24 Sebastiaan... crypto/tls: remove unused nonAESGCMAEADCiphers variable
2023-05-24 Tobias Klausermaps: move test funcs to maps_test.go
2023-05-24 Jonathan Amsterdamlog/slog: add link to handler-writing guide
2023-05-24 Joe Tsainet/http/pprof: adjust URL in package doc
2023-05-24 Simon Kotwicznet/http: add doc details regarding Transport retries
2023-05-24 Oleksandr Redkointernal/coverage: fix comment dupword, error typo
2023-05-24 Michael Prattos: explicitly check for invalid FD in NewFile
2023-05-24 Russ Coxcmd/go: implement 'toolchain local'
2023-05-24 Mark Ryanruntime: fix alignment code in memclr_riscv64.s
2023-05-24 Paul Jollyfmt: correct documentation for Formatter
2023-05-24 Oleksandr Redkonet/http: fix spelling issues in comments and tests
2023-05-24 Michael Anthony... runtime: ensure consistency of /gc/scan/*
2023-05-24 Dmitri Shuralyovcmd/dist: copy trailing text more directly in testJSONF...
2023-05-24 Dmitri Shuralyovcmd/dist: make two related panic messages more consistent
2023-05-24 Bryan MillsRevert "testing: only report subtest races once"
2023-05-24 Michael Prattcmd/go: fix PGO script flag matching
2023-05-24 Robert GriesemerRevert "cmd/compile: enable printing of error URLs...
2023-05-24 Michael Anthony... runtime: cache inner pinner on P
2023-05-24 Michael Anthony... runtime: move pinned object out of inner loop for bench...
2023-05-24 Roland Shoemakercrypto/x509: properly apply name constrains to roots...
2023-05-24 Sean Liaoos: implement fs.ReadFileFS for DirFS
2023-05-24 cui fliterall: fix unavailable url
2023-05-24 Junxian Zhucmd/compile: optimize math.Float32bits and math.Float32...
2023-05-24 Bryan MillsRevert "cmd/compile: sparse conditional constant propag...
2023-05-24 Michael Anthony... runtime: skip TestCPUMetricsSleep as flaky
2023-05-24 Michael Prattcmd/go: update build info when updating PGO file
2023-05-24 Bryan C. Millscmd/go: accept trailing text in compiler errors in...
2023-05-24 cuiweixiemaps,runtime: improve maps.Values
2023-05-24 Ian Lance Taylortesting: only report subtest races once
2023-05-24 Brad Fitzpatrickdatabase/sql: make RawBytes safely usable with contexts
2023-05-24 Junxian Zhucmd/compile: optimize math.Float64(32)bits and math...
2023-05-24 Carlos Amedeeinternal/types/errors: generate Markdown files for...
2023-05-24 Yi Yangcmd/compile: sparse conditional constant propagation
2023-05-24 Robert Griesemercmd/compile: enable printing of error URLs by default
2023-05-24 ruinancmd/asm: refine some APIs related to Prog.RestArgs[]
2023-05-24 Liruntime: pad work.full and pad.empty to avoid false...
2023-05-24 Russ Coxcmd/go: add mod edit -toolchain and work edit -toolchain
2023-05-24 Russ Coxcmd: go get golang.org/x/mod@fc83a8f
2023-05-24 milleros: make TestProgWideChdir detect more possible failure...
2023-05-24 Robert Griesemercmd/compile: report an error URL with error messages
2023-05-23 Eli Benderskyslices: add sorting and comparison functions
2023-05-23 Robert Griesemergo/types, types2: enable interface inference
2023-05-23 Robert Griesemergo/types, types2: consider shared methods when unifying...
2023-05-23 Paul E. Murphydebug/elf: define R_PPC64_REL24_P9NOTOC
2023-05-23 Michael Anthony... runtime: move pinner variable into inner loop for bench...
2023-05-23 Robert GriesemerRevert "go/types, types2: consider shared methods when...
2023-05-23 Robert Griesemergo/types, types2: consider shared methods when unifying...
2023-05-23 Egon Elbrefmt,math/big,net/url: fixes to old Benchmarks
2023-05-23 Sean Liaolog/slog: JSONHandler doesn't use special source format
2023-05-23 Guoqi Chencmd/internal/goobj: update builtin list
2023-05-23 Sean Liaoencoding: document when marshaling methods can be added
2023-05-23 Tobias Klauseros: avoid second fcntl syscall in NewFile on unix
2023-05-23 Tobias Klauserruntime: remove unused _F_{GET,SET}FL constants on...
2023-05-23 Rob Findleygo/types: update TestStdlib to type-check concurrently
2023-05-23 Ian Lance Taylorcmd/internal/objabi: regenerate RelocType strings
2023-05-23 Cuong Manh Lecmd/compile: avoid slicebytetostring call in len(string...
2023-05-23 Michael Anthony... runtime/metrics: refactor CPU stats accumulation
2023-05-23 Michael Anthony... runtime: fix usage of stale "now" value for netpolling Ms
2023-05-23 Felix Geisendörferruntime/metrics: add /gc/scan/total:bytes
2023-05-23 Felix Geisendörferruntime/metrics: add /gc/scan/heap:bytes
2023-05-23 Felix Geisendörferruntime/metrics: add /gc/scan/globals:bytes
2023-05-23 Felix Geisendörferruntime/metrics: add /gc/scan/stack:bytes
2023-05-23 Felix Geisendörferruntime/metrics: add /gc/gogc:percent
2023-05-23 Felix Geisendörferruntime/metrics: add /gc/gomemlimit:bytes
2023-05-23 Austin Clementsruntime: symbolize wrappers as a last resort in race...
2023-05-23 Felix Geisendörferruntime/metrics: add /gc/heap/live:bytes
2023-05-23 Russ Coxcmd/go: convert semver.IsValid to gover.ModIsValid
2023-05-23 Russ Coxcmd/go: convert semver.Compare to gover.ModCompare
2023-05-23 Russ Coxcmd/go: clean up old readEnvFile code
2023-05-23 Matthew Dempskycmd/compile: implement min/max builtins
2023-05-23 Russ Coxcmd/go: set default GOTOOLCHAIN in GOROOT/go.env
2023-05-23 Michael Anthony... runtime: add partial lock order between mspanSpecial...
next