]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-11-20 Russ Cox[dev.boringcrypto] misc/boring: add go1.9.2b4 release
2017-11-20 Russ Cox[dev.boringcrypto] all: merge go1.9.2 into dev.boringcrypto
2017-10-25 Russ Cox[release-branch.go1.9] go1.9.2 go1.9.2
2017-10-25 Russ Cox[release-branch.go1.9] runtime: use simple, more robust...
2017-10-25 Keith Randall[release-branch.go1.9] cmd/compile: fix sign-extension...
2017-10-25 Keith Randall[release-branch.go1.9] cmd/compile: avoid generating...
2017-10-25 Michael Matloob[release-branch.go1.9] runtime: in cpuProfile.addExtra...
2017-10-25 Hiroshi Ioka[release-branch.go1.9] cmd/cgo: support large unsigned...
2017-10-25 Hiroshi Ioka[release-branch.go1.9] cmd/cgo: avoid using common...
2017-10-25 Ian Lance Taylor[release-branch.go1.9] os: skip TestPipeThreads as...
2017-10-25 Russ Cox[release-branch.go1.9] runtime: avoid monotonic time...
2017-10-25 Russ Cox[release-branch.go1.9] doc: document Go 1.9.2
2017-10-25 Russ Cox[release-branch.go1.9] cmd/go: clean up x.exe properly...
2017-10-25 Matthew Dempsky[release-branch.go1.9] cmd/compile: omit ICE diagnostic...
2017-10-25 Daniel Theophanes[release-branch.go1.9] database/sql: prevent race in...
2017-10-25 Alex Brainman[release-branch.go1.9] internal/poll: only call SetFile...
2017-10-25 Alex Brainman[release-branch.go1.9] internal/poll: do not call SetFi...
2017-10-25 Ian Lance Taylor[release-branch.go1.9] cmd/go: correct directory used...
2017-10-25 Adam Langley[release-branch.go1.9] crypto/x509: reject intermediate...
2017-10-25 Jeff[release-branch.go1.9] net/smtp: NewClient: set tls...
2017-10-25 Author Name[release-branch.go1.9] net: increase expected time...
2017-10-25 Keith Randall[release-branch.go1.9] cmd/compile: fix merge rules...
2017-10-25 Elias Naur[release-branch.go1.9] net: bump TestDialerDualStackFDL...
2017-10-25 Austin Clements[release-branch.go1.9] runtime: make runtime.GC() trigg...
2017-10-25 Lynn Boger[release-branch.go1.9] cmd/compile: fix regression...
2017-10-25 Alex Brainman[release-branch.go1.9] internal/poll: be explicit when...
2017-10-25 Matthew Dempsky[release-branch.go1.9] cmd/compile/internal/syntax...
2017-10-25 Cherry Zhang[release-branch.go1.9] reflect: fix pointer past-the...
2017-10-25 hagen1778[release-branch.go1.9] log: fix data race on log.Output
2017-10-25 David Crawshaw[release-branch.go1.9] cmd/compile: replace GOROOT...
2017-10-25 zhongtao.chen[release-branch.go1.9] cmd/compile: limit the number...
2017-10-25 Bryan C. Mills[release-branch.go1.9] expvar: make (*Map).Init clear...
2017-10-25 Matthew Dempsky[release-branch.go1.9] cmd/compile: simplify "missing...
2017-10-25 Dmitri Shuralyov[release-branch.go1.9] time: fix documentation of Round...
2017-10-25 Austin Clements[release-branch.go1.9] runtime: capture runtimeInitTime...
2017-10-25 Martin Möhrmann[release-branch.go1.9] crypto/x509: skip TestSystemRoots
2017-10-25 Alex Brainman[release-branch.go1.9] internal/poll: add tests for...
2017-10-04 Chris Broadfoot[release-branch.go1.9] doc: add missing "Minor revision...
2017-10-04 Chris Broadfoot[release-branch.go1.9] go1.9.1 go1.9.1
2017-10-04 Chris Broadfoot[release-branch.go1.9] doc: document go1.9.1 and go1.8.4
2017-10-04 Tom Bergan[release-branch.go1.9] doc/1.9: add mention of net...
2017-10-04 Russ Cox[release-branch.go1.9] net/smtp: fix PlainAuth to refus...
2017-10-04 Russ Cox[release-branch.go1.9] cmd/go: reject update of VCS...
2017-10-04 Russ Cox[release-branch.go1.9] runtime: deflake TestPeriodicGC
2017-09-28 Russ Cox[dev.boringcrypto] misc/boring: add src releases
2017-09-25 Russ Cox[dev.boringcrypto] misc/boring: add go1.8.3b4
2017-09-25 Russ Cox[dev.boringcrypto] misc/boring: update README
2017-09-22 Russ Cox[dev.boringcrypto] misc/boring: add go1.9b4 release
2017-09-22 Russ Cox[dev.boringcrypto] all: merge go1.9 into dev.boringcrypto
2017-09-22 Russ Cox[dev.boringcrypto] misc/boring: add go1.9rc2b4 release
2017-09-22 Russ Cox[dev.boringcrypto] api: add crypto/x509.VerifyOptions...
2017-09-22 Russ Cox[dev.boringcrypto] misc/boring: update VERSION
2017-09-22 Russ Cox[dev.boringcrypto] crypto/tls/fipsonly: new package...
2017-09-20 Russ Cox[dev.boringcrypto] crypto/internal/boring: fix finalize...
2017-09-18 Russ Cox[dev.boringcrypto] cmd/go: exclude SysoFiles when using...
2017-09-18 Russ Cox[dev.boringcrypto] crypto/internal/boring: fall back...
2017-09-18 Russ Cox[dev.boringcrypto] crypto/aes: panic on invalid dst...
2017-09-18 Russ Cox[dev.boringcrypto] crypto/rsa: fix boring GenerateKey...
2017-09-18 Russ Cox[dev.boringcrypto] crypto/internal/boring: fix detectio...
2017-09-18 Russ Cox[dev.boringcrypto] crypto/rsa: add test for, fix observ...
2017-09-18 Russ Cox[dev.boringcrypto] crypto/hmac: add test for Write...
2017-09-18 Russ Cox[dev.boringcrypto] crypto/internal/boring: allow hmac...
2017-09-18 Russ Cox[dev.boringcrypto] crypto/internal/boring: handle RSA...
2017-09-14 Russ Cox[dev.boringcrypto] cmd/compile: refine BoringCrypto...
2017-08-30 Russ Cox[dev.boringcrypto] cmd/compile: hide new boring fields...
2017-08-30 Russ Cox[dev.boringcrypto] crypto/hmac: test empty key
2017-08-30 Russ Cox[dev.boringcrypto] crypto/internal/boring: fix NewHMAC...
2017-08-30 Russ Cox[dev.boringcrypto] crypto/internal/cipherhw: fix AESGCM...
2017-08-26 Russ Cox[dev.boringcrypto] misc/boring: release packaging
2017-08-25 Russ Cox[dev.boringcrypto] crypto/internal/boring: disable...
2017-08-25 Russ Cox[dev.boringcrypto] crypto/internal/boring: clear "execu...
2017-08-24 Chris Broadfoot[release-branch.go1.9] go1.9 go1.9
2017-08-24 Chris Broadfoot[release-branch.go1.9] doc: add go1.9 to golang.org...
2017-08-24 Chris Broadfoot[release-branch.go1.9] doc: document go1.9
2017-08-24 Ryuji IWATA[release-branch.go1.9] doc/go1.9: fix typo in Moved...
2017-08-24 Russ Cox[dev.boringcrypto] cmd/link: allow internal linking...
2017-08-24 Russ Cox[dev.boringcrypto] cmd/link: work around DWARF symbol bug
2017-08-22 Josh Bleecher... [release-branch.go1.9] cmd/compile: remove gc.Sysfunc...
2017-08-22 Ian Lance Taylor[release-branch.go1.9] doc/go1.9: fix typo in crypto...
2017-08-19 Russ Cox[dev.boringcrypto] crypto/rsa: use BoringCrypto
2017-08-19 Russ Cox[dev.boringcrypto] crypto/ecdsa: use unsafe.Pointer...
2017-08-18 Austin Clements[release-branch.go1.9] runtime: fix false positive...
2017-08-18 Ian Lance Taylor[release-branch.go1.9] testing: don't fail all tests...
2017-08-18 Ian Lance Taylor[release-branch.go1.9] cmd/dist: update deps.go for...
2017-08-18 Cherry Zhang[release-branch.go1.9] cmd/compile: add rules handling...
2017-08-18 pvoicu[release-branch.go1.9] runtime: fix usleep by correctly...
2017-08-17 Russ Cox[dev.boringcrypto] crypto/ecdsa: use BoringCrypto
2017-08-17 Russ Cox[dev.boringcrypto] crypto/tls: use TLS-specific AES...
2017-08-17 Russ Cox[dev.boringcrypto] crypto/aes: implement TLS-specific...
2017-08-17 Russ Cox[dev.boringcrypto] crypto/aes: use BoringCrypto
2017-08-17 Russ Cox[dev.boringcrypto] crypto/hmac: use BoringCrypto
2017-08-17 Russ Cox[dev.boringcrypto] crypto/sha1,sha256,sha512: use Borin...
2017-08-17 Russ Cox[dev.boringcrypto] runtime/race: move TestRaceIssue5567...
2017-08-17 Russ Cox[dev.boringcrypto] crypto/rand: use BoringCrypto
2017-08-17 Russ Cox[dev.boringcrypto] crypto/internal/boring: add initial...
2017-08-16 Russ Cox[dev.boringcrypto] add README.boringcrypto.md, update...
2017-08-16 Russ Cox[dev.boringcrypto] cmd/link: implement R_X86_64_PC64...
2017-08-07 Chris Broadfoot[release-branch.go1.9] go1.9rc2 go1.9rc2
2017-08-07 Chris Broadfoot[release-branch.go1.9] all: merge master into release...
2017-08-07 Keith Randallruntime: mapassign_* should use typedmemmove to update...
next