]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2016-10-17 Chris Broadfoot[release-branch.go1.7] go1.7.2 go1.7.2
2016-10-17 Chris Broadfoot[release-branch.go1.7] doc: document go1.7.2
2016-10-17 Michael Munday[release-branch.go1.7] crypto/{aes,cipher}: fix panic...
2016-10-17 David Chase[release-branch.go1.7] cmd/compile: escape analysis...
2016-10-17 Mike Appleby[release-branch.go1.7] runtime: sleep on CLOCK_MONOTONI...
2016-10-17 Adam Langley[release-branch.go1.7] crypto/tls: fix deadlock when...
2016-10-17 Michael Munday[release-branch.go1.7] runtime: fix SIGILL in checkvect...
2016-09-15 Brad Fitzpatrick[release-branch.go1.7] net/http: update bundled http2
2016-09-08 Michal Bohuslávek[release-branch.go1.7] doc: fix typo in the release...
2016-09-07 Chris Broadfoot[release-branch.go1.7] go1.7.1 go1.7.1
2016-09-07 Chris Broadfoot[release-branch.go1.7] doc: document go1.7.1
2016-09-07 Austin Clements[release-branch.go1.7] runtime: fix check for vacuous...
2016-09-07 Keith Randall[release-branch.go1.7] cmd/compile: compare size in...
2016-09-07 Brad Fitzpatrick[release-branch.go1.7] syscall: use MNT_NOWAIT in TestG...
2016-09-07 Brad Fitzpatrick[release-branch.go1.7] net/http: fix unwanted HTTP...
2016-09-07 Brad Fitzpatrick[release-branch.go1.7] net/http: make Transport.CancelR...
2016-09-07 Hiroshi Ioka[release-branch.go1.7] path/filepath: handle ".." in...
2016-09-07 Matthew Dempsky[release-branch.go1.7] net: restore per-query timeout...
2016-09-07 Egon Elbre[release-branch.go1.7] website: recreate 16px and 32px...
2016-09-07 Tom Wilkie[release-branch.go1.7] net: don't avoid resolving ...
2016-09-07 David Crawshaw[release-branch.go1.7] reflect: clear tflag on new...
2016-09-07 Michael Munday[release-branch.go1.7] hash/crc32: fix optimized s390x...
2016-09-07 Brad Fitzpatrick[release-branch.go1.7] io: fix infinite loop bug in...
2016-09-07 Joe Tsai[release-branch.go1.7] compress/flate: make huffmanBitW...
2016-09-07 Brad Fitzpatrick[release-branch.go1.7] net/http: update bundled http2...
2016-08-17 Brad Fitzpatrick[release-branch.go1.7] doc/go1.7.html: fix name of...
2016-08-16 Chris Broadfoot[release-branch.go1.7] doc: add 1.7 to golang.org/project
2016-08-15 Chris Broadfootgo1.7 go1.7
2016-08-15 Chris Broadfoot[release-branch.go1.7] doc: document go1.7
2016-08-15 Chris Broadfoot[release-branch.go1.7] doc: update version tag in sourc...
2016-08-15 Chris Broadfoot[release-branch.go1.6] doc/go1.7.html: remove DRAFT
2016-08-08 Chris Broadfootgo1.7rc6 go1.7rc6
2016-08-08 Chris Broadfootall: merge master into release-branch.go1.7
2016-08-08 Brad Fitzpatricknet/http: make Transport use new connection if over...
2016-08-06 Brad Fitzpatrickdoc: fix required OS X version inconsistency for binary...
2016-08-05 Shenghou Maruntime: make stack 16-byte aligned for external code...
2016-08-05 Shenghou Maruntime, syscall: fix kernel gettimeofday ABI change...
2016-08-05 Ian Lance Tayloros: check for waitid returning ENOSYS
2016-08-05 Brad Fitzpatricknet/http: update bundled http2 for flow control window...
2016-08-04 Brad Fitzpatricksyscall: fix Gettimeofday on macOS Sierra
2016-08-04 David Crawshawruntime: initialize hash algs before typemap
2016-08-02 Chris Broadfootgo1.7rc5 go1.7rc5
2016-08-02 Chris Broadfootall: merge master into release-branch.go1.7
2016-08-02 Chris BroadfootVERSION: remove erroneously committed VERSION file
2016-08-02 Chris Broadfootall: merge master into release-branch.go1.7
2016-08-02 Brad Fitzpatrickruntime: fix nanotime for macOS Sierra, again.
2016-08-02 Joe Tsaicmd/doc: ensure functions with unexported return values...
2016-08-02 Chris Broadfootgo1.7rc4 go1.7rc4
2016-08-02 Joe Tsaicmd/doc: handle embedded interfaces properly
2016-08-02 Chris Broadfootall: merge master into release-branch.go1.7
2016-08-02 Brad Fitzpatricknet: prevent cancelation goroutine from adjusting fd...
2016-08-02 Brad Fitzpatrickdoc/go1.7.html: mention Server.Serve HTTP/2 behavior...
2016-08-02 Brad Fitzpatricknet/http: update bundled http2
2016-07-29 Cherry Zhangcmd/compile: fix possible spill of invalid pointer...
2016-07-28 Brad Fitzpatrickdoc/go1.7.html: add known issues section for FreeBSD...
2016-07-27 Rhys Hiltnerruntime: reduce GC assist extra credit
2016-07-27 Brad Fitzpatricknet/http: fix data race with concurrent use of Server...
2016-07-26 Brad Fitzpatrickcrypto/x509: detect OS X version for FetchPEMRoots...
2016-07-26 Brad Fitzpatricknet/http: update bundled http2
2016-07-26 Austin Clementsruntime/pprof: document use of pprof package
2016-07-26 Brad Fitzpatrickcrypto/x509: use Go 1.6 implementation for FetchPEMRoot...
2016-07-26 Jack Lindamoodcontext: add test for WithDeadline in the past
2016-07-26 Brad Fitzpatricknet/http: make Transport.RoundTrip return raw Conn...
2016-07-26 Michael Mundaydoc: add s390x information to asm.html
2016-07-25 Joe Tsaicompress/flate: document HuffmanOnly
2016-07-22 Brad Fitzpatricknet/http: fix potential for-select spin with closed...
2016-07-21 Chris Broadfootgo1.7rc3 go1.7rc3
2016-07-21 Chris Broadfootall: merge master into release-branch.go1.7
2016-07-21 Brad Fitzpatrickmisc/trace: disable trace resolution warning
2016-07-21 David Chasecmd/compile: change phi location to be optimistic at...
2016-07-21 Keith Randallcmd/compile: move phi args which are constants closer...
2016-07-21 Ian Lance Taylorruntime: add explicit `INT $3` at end of Darwin amd64...
2016-07-20 Austin Clementsruntime: support smaller physical pages than PhysPageSize
2016-07-20 Dmitry Vyukovruntime/race: fix memory leak
2016-07-20 Ian Lance Taylorruntime: add as many extra M's as needed
2016-07-20 Brad Fitzpatricknet/smtp: document that the smtp package is frozen
2016-07-18 Austin Clementsdoc/go1.7.html: start sentence on a new line
2016-07-18 Austin Clementsdoc/go1.7.html: avoid term of art
2016-07-18 Ian Lance Taylordoc/go1.7.html: the 1.6.3 release supports Sierra
2016-07-18 Chris Broadfoot[release-branch.go1.7] go1.7rc2 go1.7rc2
2016-07-18 Chris Broadfootdoc: document go1.6.3
2016-07-18 Brad Fitzpatrick[release-branch.go1.7] net/http, net/http/cgi: fix...
2016-07-18 Brad Fitzpatricknet/http, net/http/cgi: fix for CGI + HTTP_PROXY securi...
2016-07-18 Austin Clementsdoc/go1.7.html: mention specific runtime improvements
2016-07-17 Brad Fitzpatricknet: demote TestDialerDualStack to a flaky test
2016-07-16 Joe Tsaifmt: properly handle early io.EOF Reads in readRune...
2016-07-15 Ian Lance Taylordoc/go1.7.html: remove erroneous note about ppc64 and...
2016-07-14 Josh Bleecher... runtime/internal/atomic: fix assembly arg sizes
2016-07-13 Ian Lance Taylorruntime/pprof: don't print extraneous 0 after goexit
2016-07-13 Brad Fitzpatrickall: rename vendored golang.org/x/net packages to golan...
2016-07-13 Ian Lance Taylordoc/go1.7.html: earlier Go versions don't work on macOS...
2016-07-13 Emmanuel Odekedoc/go1.7.html: document that http.Server now enforces...
2016-07-13 Bryan C. Millsdoc/effective_go: clarify advice on returning interfaces
2016-07-12 Brad Fitzpatrickcmd/go: don't fail on invalid GOOS/GOARCH pair when...
2016-07-12 Ian Lance Taylorruntime: add ctxt parameter to cgocallback called from Go
2016-07-12 Ian Lance Taylorreflect: an unnamed type has no PkgPath
2016-07-12 Ian Lance TaylorRevert "regexp: add the Fanout benchmark
2016-07-11 Michael Matloobregexp: add the Fanout benchmark
2016-07-11 Francesc Campoygofmt: remove unneeded call to os.Exit
2016-07-11 Ian Lance Taylordoc/go1.7.html: no concurrent calls of math/rand methods
next