]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2019-11-12 Carlo Alberto... runtime: consistently seed fastrand state across archs
2019-11-12 Hana (Hyang... cmd: sync github.com/google/pprof@v0.0.0-20191105193234...
2019-11-12 Matthew Dempskytest: add another test case for #35518
2019-11-12 Bryan C. Millscmd/go: convert TestCacheVet to a script
2019-11-12 David Chasecmd/compile: enable optimizer logging for inline-relate...
2019-11-12 Tobias Klausersyscall: fix epoll_event padding on linux/arm64
2019-11-12 Robert Griesemermath/big: ensure correct test input
2019-11-12 Bryan C. Millscrypto/tls: retry ETIMEDOUT flakes in localPipe on...
2019-11-12 Matthew Dempskycmd/compile: fix -m=2 infinite loop in escape.go
2019-11-12 Bryan C. Millscmd/dist: save and restore original permissions in...
2019-11-12 Ian Lance Taylorruntime: use pipe rather than note in TestSignalM
2019-11-12 Agniva De Sarkercmd/doc: show the package clause always
2019-11-12 Rémy Oudomphengmath/big: implement recursive algorithm for division
2019-11-12 Rob Piketext/template: add error check for parenthesized first...
2019-11-12 Agniva De Sarkergo/doc: document unicode quoting conversion
2019-11-12 Agniva De Sarkercmd/doc: show variables of unexported types for -all
2019-11-12 Filippo Valsordacrypto/tls: take key size into account in signature...
2019-11-12 Filippo Valsordacrypto/tls: add CipherSuites, InsecureCipherSuites...
2019-11-12 Filippo Valsordacrypto/tls: add correct names for CHACHA20_POLY1305...
2019-11-12 Filippo Valsordacrypto/tls: re-enable RSA-PSS in TLS 1.2 again
2019-11-12 Filippo Valsordacrypto/tls: implement Certificate.SupportedSignatureAlg...
2019-11-12 Filippo Valsordacrypto/tls: select only compatible chains from Certificates
2019-11-12 Filippo Valsordacrypto/tls: implement (*CertificateRequestInfo).Support...
2019-11-12 Filippo Valsordacrypto/tls: implement (*ClientHelloInfo).SupportsCertif...
2019-11-12 Filippo Valsordacrypto/tls: refactor certificate and signature algorith...
2019-11-12 Dmitri Shuralyovgo/doc: add NewFromFiles with support for classifying...
2019-11-11 Than McIntoshcmd/link: disable a DWARF testpoint on Windows pending...
2019-11-11 Bryan C. Millscmd/go: convert TestNonCanonicalImportPaths to a script...
2019-11-11 Bryan C. Millscmd/go: convert TestFmtLoadErrors to a script test
2019-11-11 Joel Singinternal/cpu,internal/bytealg: add support for riscv64
2019-11-11 Leon Klingelenet/smtp: add missing error check in test
2019-11-11 Jay Conrodcmd/go/internal/modcmd: skip modules with empty version...
2019-11-11 Bryan C. Millscmd/dist: write binaries to to GOTMPDIR instead of...
2019-11-11 Gabriel Rosenhousenet/http: add DialTLSContext hook to Transport
2019-11-11 Bryan C. Millscmd/go: in 'go build -o', allow the destination file...
2019-11-11 Agniva De Sarkerflag: clarify that a flag cannot be re-defined
2019-11-11 Rob Pikestrconv: reformat and tidy comments in example
2019-11-11 Lorenz Bruncrypto/x509: fix CreateCRL for Ed25519 CAs
2019-11-11 Bryan C. Millsmisc: ensure that test overlay directories are writable
2019-11-11 Jay Conrodcmd/go: fix windows test failures
2019-11-11 Than McIntoshcmd/go: remove -w workaround for -buildmode=plugin...
2019-11-11 Than McIntoshcmd/go: address DWARF linker issues with -buildmode...
2019-11-11 Daniel Martíencoding/json: error when encoding a pointer cycle
2019-11-11 Michael Anthony... runtime: fix min/max logic in findScavengeCandidate
2019-11-11 Constantin... cmd/go: error out of 'go mod download' if the main...
2019-11-11 Michael Mundaycmd/compile, runtime: intrinsify atomic And8 and Or8...
2019-11-11 Cherry Zhangruntime: don't save G during VDSO if we're handling...
2019-11-11 Bryan C. Millsruntime/pprof: skip checks for inlined functions when...
2019-11-11 DQNEOcmd/compile: rename sizeof_Array and array_* to slice_*
2019-11-10 Brad FitzpatrickRevert "net: halve the allocs in ParseCIDR by sharing...
2019-11-10 David Chasecmd/compile: add json logging for escape analysis
2019-11-10 David Chasecmd/compile: enable optimizer logging for bounds checking
2019-11-10 David Chasecmd/compile: enable nil check logging for other archite...
2019-11-10 David Chasecmd/compile: add framework for logging optimizer (non...
2019-11-10 jsigncmd/go: make env -w and -u validate GOOS and GOARCH...
2019-11-10 Agniva De Sarkertime: change variable name to next
2019-11-10 Michael Anthony... runtime: make the test addresses for pageAlloc smaller...
2019-11-09 Fazlul Shahriarcmd/go/internal/lockedfile, os: fix O_CREATE flag on...
2019-11-09 Filippo Valsordacrypto/tls: add ExampleConfig_VerifyPeerCertificate
2019-11-09 Rhys Hiltnersync: yield to the waiter when unlocking a starving...
2019-11-09 Tobias Klausersyscall: skip TestSyscallNoError on mips{,le}
2019-11-09 David Chasecmd/compile: intrinsify functions added to runtime...
2019-11-09 Ian Lance Tayloros/signal: use a larger channel buffer for all signals...
2019-11-08 David Chaseruntime: copy some functions from math/bits to runtime...
2019-11-08 witchardcmd/go/internal/modfetch: add GOINSECURE
2019-11-08 Bryan C. Millscmd/go/internal/lockedfile: skip flaky TestTransform...
2019-11-08 Matthew Dempskycmd/compile: don't apply -lang=go1.X restrictions to...
2019-11-08 Keith Randallruntime: fix line number for faulting instructions
2019-11-08 Ariel Mashrakicmd/go/internal/modload: fail if no package was found...
2019-11-08 Gerrit Code... Merge "cmd: merge branch 'dev.link' into master"
2019-11-08 Brad Fitzpatricknet/http: relax TestLinuxSendfile, trace all system...
2019-11-08 Ian Lance Taylorruntime: add pipe/pipe2 on Solaris
2019-11-08 Baokun Leecmd/go: refuse -w with an invalid GOPATH
2019-11-08 Emmanuel T... net/http: support gzip, x-gzip Transfer-Encodings
2019-11-08 Than McIntoshRevert "encoding/asn1: fix unmarshalling SEQUENCE OF...
2019-11-08 Visweswara Rnet: improve IPMask docs
2019-11-08 Ian Lance Taylorruntime: if InjectDebugCall sees "not at safe point...
2019-11-08 Martin Gartonencoding/binary: add float support to fast path
2019-11-08 sergeynet/url: reduce allocs on resolvePath func
2019-11-08 kaxapiencoding/asn1: fix unmarshalling SEQUENCE OF SET
2019-11-08 Chris Stocktonnet: halve the allocs in ParseCIDR by sharing slice...
2019-11-08 David Ndungunet/http: refactor test TestParseFormUnknownContentType
2019-11-08 Ian Lance Taylorruntime: sleep a bit when waiting for running debug...
2019-11-08 Michael Anthony... runtime: add per-p page allocation cache
2019-11-08 Michael Anthony... runtime: add page cache and tests
2019-11-08 Udalov Maxencoding/binary: make Read return an error when data...
2019-11-08 Bryan C. Millscmd/go/internal/lockedfile: add a unit-test for Transform
2019-11-08 Bryan C. Millscmd/go/internal/modload: use lockedfile.Read for the...
2019-11-08 Michael Anthony... runtime: add per-p mspan cache
2019-11-08 Michael Anthony... runtime: rearrange mheap_.alloc* into allocSpan
2019-11-08 Michael Anthony... runtime: fix (*gcSweepBuf).block guarantees
2019-11-08 Michael Anthony... runtime: make more page sweeper operations atomic
2019-11-08 Cherry Zhangcmd/internal/obj/arm64: make function epilogue async...
2019-11-08 Cherry Zhangruntime: add async preemption support on PPC64
2019-11-08 Michael Anthony... runtime: remove unnecessary large parameter to mheap_...
2019-11-08 Michael Anthony... runtime: define maximum supported physical page and...
2019-11-08 Bryan C. Millscmd/go: delete flaky TestQEMUUserMode
2019-11-08 Michael Anthony... runtime: ensure heap memstats are updated atomically
2019-11-08 Michael Anthony... runtime: remove useless heap_objects accounting
2019-11-08 Michael Anthony... runtime: make allocNeedsZero lock-free
next