]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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 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 Broadfootdoc: document go1.6.3
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 Taylorruntime: fix nanotime for macOS Sierra
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
2016-06-28 Brad Fitzpatricknet/http: conditionally configure HTTP/2 in Server...
2016-06-28 Marcel van... doc: update 1.7 release notes on Unicode upgrade
2016-06-28 Joe Tsaidoc/go1.7.html: mention recent changes to Rand.Read
2016-06-28 Marcel van... unicode: upgrade to version 9.0.0
2016-06-28 David Crawshawreflect, runtime: optimize Name method
2016-06-28 Lynn Bogerruntime/internal/atomic: Use power5 compatible instruct...
2016-06-28 Raul Silveranet/http/pprof: remove comments pointing to gperftools
2016-06-28 David Crawshawencoding/gob: avoid allocating string for map key
2016-06-27 Dmitri Popovmath/rand: fix io.Reader implementation
2016-06-27 Vladimir Mihailencocompress/flate: don't ignore dict in Reader.Reset
2016-06-27 Ian Lance Taylorcrypto/tls: don't copy Mutex or Once values
2016-06-27 Konstantin... net/http/httptest: show usage of httptest.NewRequest...
2016-06-27 Brad Fitzpatricknet/http: reject faux HTTP/0.9 and HTTP/2+ requests
2016-06-27 Ian Lance Taylorcmd/compile: avoid function literal name collision...
2016-06-27 Raul Silveraruntime/pprof: update comments to point to new pprof
2016-06-27 Keith Randallcmd/compile: keep heap pointer for escaping output...
2016-06-27 Konstantin... cmd/vet: fix name check for examples in _test package
2016-06-27 David Crawshawencoding/json: copy-on-write cacheTypeFields
2016-06-26 Konstantin... math/rand: fix comment about bits of seed used by the...
2016-06-25 Ian Lance Taylorcmd/pprof: don't use local symbolization for remote...
2016-06-24 Ian Lance Taylorcmd/pprof: ignore symbols with address 0 and size 0
next