]> Cypherpunks.ru repositories - gostls13.git/history - api/next
crypto/tls: add WrapSession and UnwrapSession
[gostls13.git] / api / next /
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: add SessionState and use it on the server...
2023-05-24 Damien Neilcrypto/tls: support QUIC as a transport
2023-05-23 Eli Benderskyslices: add sorting and comparison functions
2023-05-23 Paul E. Murphydebug/elf: define R_PPC64_REL24_P9NOTOC
2023-05-19 Ian Lance Taylorcmp: new package
2023-05-19 cuiweixiehtml/template: expose ErrJSTemplate
2023-05-19 Sven Andersonruntime: implement Pinner API for object pinning
2023-05-19 Alan Donovanslices: add in-place Reverse function
2023-05-10 Ian Lance Taylornet/http: let ErrNotSupported match errors.ErrUnsupported
2023-05-04 Jonathan Amsterdamlog/slog: Group takes ...any
2023-05-04 Jonathan Amsterdamlog/slog: built-in handler constructors take options...
2023-05-02 Ian Lance Taylorio/fs: add FormatFileInfo and FormatDirEntry functions
2023-04-25 Alan Donovango/ast: add IsGenerated(*File) predicate
2023-04-24 Jonathan Amsterdamtesting/slogtest: tests for slog handlers
2023-04-20 Jonathan Amsterdamlog/slog: add Source type for source location
2023-04-19 Damien Neilcontext: add AfterFunc
2023-04-18 Ian Lance Taylordebug/elf: support zstd compression
2023-04-18 Matthieu Baertsnet: mptcp: add TCPConn's MultipathTCP checker
2023-04-12 Jonathan Amsterdamlog/slog: function argument to Record.Attrs returns...
2023-04-12 Jonathan Hallregexp: add Regexp.TextMarshaler/TextUnmarshaler
2023-04-11 Russ Coxgo/ast: add File.GoVersion
2023-04-11 Russ Coxgo/build/constraint: add GoVersion
2023-04-07 Ian Lance Taylorslices: add DeleteFunc
2023-04-07 Akihiro Sudanet/http: expose "http: server gave HTTP response to...
2023-04-03 Russ Coxreflect: deprecate SliceHeader and StringHeader
2023-03-31 Austin Clementssync: implement OnceFunc, OnceValue, and OnceValues
2023-03-29 Matthieu Baertsnet: mptcp: implement listenMPTCP
2023-03-29 Matthieu Baertsnet: mptcp: implement dialMPTCP
2023-03-29 Sameer Ajmanicontext: add WithoutCancel
2023-03-21 Jonathan Amsterdamlog/slog: initial commit
2023-03-16 Carl Johnsonflag: add BoolFunc; FlagSet.BoolFunc
2023-03-16 Filippo Valsordacrypto/elliptic: deprecate unsafe APIs
2023-03-16 Filippo Valsordacrypto/rsa: deprecate multiprime RSA support
2023-03-13 Ian Lance Taylortesting: add Testing function
2023-03-13 Aaron Gablecrypto/x509: surface ReasonCode in RevocationList API
2023-03-13 Joe Tsaibytes: add Buffer.Available and Buffer.AvailableBuffer
2023-03-11 Andy Panerrors: add ErrUnsupported
2023-03-07 Damien Neilnet/http: support full-duplex HTTP/1 responses
2023-03-07 Florin Papadebug/elf: retrieve values for dynamic section tags
2023-02-23 Russ Coxcmd/go, go/build: parse directives in file headers
2023-02-22 Harald Böhmsyscall: add jail support to ForkExec on FreeBSD
2023-02-15 Akhil Indurtimath: add Compare and Compare32
2023-02-13 Ian Lance Taylorslices: new package
2023-02-10 Than McIntoshRevert "math: add Compare and Compare32"
2023-02-09 Akhil Indurtimath: add Compare and Compare32
2023-02-06 weebneyall: upgrade Unicode from 13.0.0 to 15.0.0
2023-02-03 Ian Lance Taylormaps: new package
2023-02-03 Florin Papadebug/elf: add DT_FLAGS_1 constants
2023-02-02 Alan Donovanmath/big: add Int.Float64 conversion
2023-02-02 Alan Donovango/token: add (*File).Lines method
2023-01-30 Cuong Manh Lereflect,runtime: add Value.Clear
2023-01-27 cuiweixieencoding/binary: add var NativeEndian
2023-01-24 hopehookbytes, strings: add ContainsFunc
2023-01-20 Sameer Ajmanicontext: add APIs for setting a cancelation cause when...
2023-01-19 Russ Coxruntime: replace panic(nil) with panic(new(runtime...
2022-12-07 Michael Prattapi: promote next to go1.20
2022-12-02 Russ Coxcmd/api: track darwin arm64 port
2022-12-02 Russ Coxcmd/api: track deprecations
2022-12-01 Robert Griesemergo/types, types2: make the new comparable semantics...
2022-11-21 Filippo Valsordacrypto/ed25519: implement Ed25519ctx and Ed25519ph...
2022-11-19 Filippo Valsordacrypto/ecdsa,crypto/x509: add encoding paths for NIST...
2022-11-18 Roland Shoemakercrypto/x509: implement SetFallbackRoots
2022-11-18 Gabor Tanzcrypto/tls: add CertificateVerificationError to tls...
2022-11-16 Damien Neilarchive/tar, archive/zip: return ErrInsecurePath for...
2022-11-16 Damien Neilpath/filepath: add IsLocal
2022-11-16 Filippo Valsordacrypto/ecdh: move ECDH method to PrivateKey
2022-11-15 Changkun Ousync: add new Map method Swap, CompareAndSwap, CompareA...
2022-11-10 Damien Neilnet/http: add ResponseController and per-handler timeouts
2022-11-09 Aleks Rudzitiscrypto: allow hash.Hash for OAEP and MGF1 to be specifi...
2022-11-09 Bryan C. Millsapi/next/54299: add missing newline
2022-11-09 cuiweixienet/http: add Transport.OnProxyConnectResponse
2022-11-08 Sameer Ajmanicontext: add APIs for writing and reading cancelation...
2022-11-04 cuiweixieapi: add newline to 55301.txt
2022-11-04 cuiweixienet: add ControlContext to Dialer
2022-11-02 Russ Coxcmd/api: make check pickier about api/*.txt
2022-11-02 cuiweixieregexp: add ErrLarge error
2022-10-25 Bryan C. Millsos/exec: add the Cancel and WaitDelay fields
2022-10-24 Filippo Valsordacrypto/ed25519: implement Ed25519ph in Sign and VerifyW...
2022-10-21 Matt Layhernet/netip: add IPv6LinkLocalAllRouters and IPv6Loopback
2022-10-15 Joe Tsaireflect: add Value.Grow
2022-10-05 Than McIntoshruntime/coverage: revise/shorten function names
2022-09-29 Paul E. Murphydebug/elf: fix typo in R_PPC64_TPREL34 and R_PPC64_DTPREL34
2022-09-29 Damien Neilerrors, fmt: add support for wrapping multiple errors
2022-09-29 Than McIntoshruntime/coverage: apis to emit counter data under user...
2022-09-28 Alan Donovango/ast: record start and end of file in File.File{Start...
2022-09-19 Roger Peppetime: implement Compare method
2022-09-16 Yuval Pavel Zholkoversyscall: remove FreeBSD 11 and below 64bit inode compat...
2022-09-09 Kir Kolyshkinsyscall: add CgroupFD support for ForkExec on Linux
2022-09-08 Paul E. Murphydebug/elf: define additional PPC64 ELFv2 relocations
2022-09-05 cuiweixiego/ast: add Range token.Pos to RangeStmt
2022-08-28 Cuong Manh Lecmd/cgo: add and use runtime/cgo.Incomplete instead...
2022-08-27 Jianwei Maonet: add FlagRunning to exactly reflect the states...
2022-08-27 Paul E. Murphydebug/elf: fix reloc number of R_PPC64_SECTOFF_LO_DS
2022-08-26 cuiweixiereflect: add Value.{Comparable,Equal}
2022-08-26 Joe Tsaireflect: add Value.SetZero
2022-08-25 Paschalis Tsiliaspath/filepath, io/fs: add SkipAll
2022-08-25 hopehooktesting: add Elapsed method to testing.B
2022-08-23 Axel Wagnerencoding/xml: add (*Encoder).Close
next