]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
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
2016-07-11 Ian Lance Taylormath/rand: fix raciness in Rand.Read
2016-07-11 Brad Fitzpatricknet/http: fix vet warning of leaked context in error...
2016-07-08 Ian Lance Taylorsyscall: add another output for TestGroupCleanupUserNam...
2016-07-08 Ian Lance Taylorruntime: fix case in KeepAlive comment
2016-07-08 Ian Lance Taylordoc/go1.7.html: fix name of IsExist
2016-07-08 Ian Lance Taylor[release-branch.go1.7] runtime: fix nanotime for macOS... go1.7rc1
2016-07-08 Ian Lance Taylorruntime: fix nanotime for macOS Sierra
2016-07-08 Chris Broadfoot[release-branch.go1.7] go1.7rc1
2016-07-08 Ian Lance Taylorruntime: handle selects with duplicate channels in...
2016-07-07 Brad Fitzpatricklib/time: update to IANA release 2016f (July 2016)
2016-07-07 Brad Fitzpatricknet/http: deflake TestClientRedirectContext
2016-07-07 Ian Lance Taylorpath/filepath: fix typo in comment
2016-07-06 Ian Lance Taylorpath/filepath: document Clean behavior for each function
2016-07-06 Ian Lance Taylorcmd/compile, syscall: add //go:uintptrescapes comment...
2016-07-06 Sam Whitedencoding/xml: update docs to follow convention
2016-07-05 Emmanuel Odekeencoding/gob: document Encode, EncodeValue nil pointer...
2016-07-04 Ian Lance Taylorcmd/vet: remove copylock warning about result types...
2016-07-04 Mikio Harasyscall: fix missing use of use function in Getfsstat
2016-07-03 Monty Taylorcmd/go: remove noVCSSuffix check for OpenStack
2016-07-02 Ian Lance Taylorcmd/compile: mark live heap-allocated pparamout vars...
2016-07-01 Robert Griesemercmd/compile: don't lose //go:nointerface pragma in...
2016-07-01 Cherry Zhangcmd/compile: don't set line number to 0 when building SSA
2016-06-30 Brad Fitzpatricknet/http: update bundled http2
2016-06-30 Alan Donovancmd/vet: lostcancel: treat naked return as a use of...
2016-06-30 Brad Fitzpatrickall: be consistent about spelling of cancelation
2016-06-30 Alan Donovancontext: cancel the context in ExampleWithTimeout,...
2016-06-30 Austin Clementsruntime/internal/sys: implement Ctz and Bswap in assemb...
2016-06-30 Ian Lance Tayloros/exec: start checking for context cancelation in...
2016-06-30 Ian Lance Taylorsyscall: accept more variants of id output when testing...
2016-06-30 Brad Fitzpatricknet/http: update bundled http2
2016-06-29 Brad Fitzpatricknet/http: be consistent about spelling of HTTP/1.x
2016-06-29 Nick Harpercrypto/ecdsa: Update documentation for Sign
2016-06-29 Tom Bergancrypto/tls: Use the same buffer size in the client...
2016-06-29 Dmitry Vyukovruntime: fix race atomic operations on external memory
2016-06-29 Ian Lance Taylorruntime: correct printing of blocked field in scheduler...
2016-06-29 Ian Lance Taylorruntime: better error message for newosproc failure
2016-06-29 Brad Fitzpatricknet/http: update bundled http2
2016-06-28 Konstantin... cmd/vet: make checking example names in _test packages...
2016-06-28 Brad Fitzpatrickdatabase/sql: deflake TestPendingConnsAfterErr and...
2016-06-28 Andrew Gerrandcmd/go: restore support for git submodules and update...
2016-06-28 Justyn Temmestrconv: clarify doc for Atoi return type
next