aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-12-01[release-branch.go1.7] crypto/x509: read Darwin trust settings for root CAsQuentin Smith
2016-12-01[release-branch.go1.7] net/http: multipart ReadForm close file after copyMichael Fraenkel
2016-10-19[release-branch.go1.7] net/http: update bundled http2Chris Broadfoot
2016-10-18[release-branch.go1.7] net/http: update test to check Content-Length 0 Body m...Brad Fitzpatrick
2016-10-17[release-branch.go1.7] crypto/{aes,cipher}: fix panic in CBC on s390x when sr...Michael Munday
2016-10-17[release-branch.go1.7] cmd/compile: escape analysis needs to run "flood" to f...David Chase
2016-10-17[release-branch.go1.7] runtime: sleep on CLOCK_MONOTONIC in futexsleep1 on fr...Mike Appleby
2016-10-17[release-branch.go1.7] crypto/tls: fix deadlock when racing to complete hands...Adam Langley
2016-10-17[release-branch.go1.7] runtime: fix SIGILL in checkvectorfacility on s390xMichael Munday
2016-09-15[release-branch.go1.7] net/http: update bundled http2Brad Fitzpatrick
2016-09-07[release-branch.go1.7] runtime: fix check for vacuous page boundary rounding ...Austin Clements
2016-09-07[release-branch.go1.7] cmd/compile: compare size in dead store eliminationKeith Randall
2016-09-07[release-branch.go1.7] syscall: use MNT_NOWAIT in TestGetfsstatBrad Fitzpatrick
2016-09-07[release-branch.go1.7] net/http: fix unwanted HTTP/2 conn Transport crash aft...Brad Fitzpatrick
2016-09-07[release-branch.go1.7] net/http: make Transport.CancelRequest doc recommend R...Brad Fitzpatrick
2016-09-07[release-branch.go1.7] path/filepath: handle ".." in normalizing a path on Wi...Hiroshi Ioka
2016-09-07[release-branch.go1.7] net: restore per-query timeout logicMatthew Dempsky
2016-09-07[release-branch.go1.7] net: don't avoid resolving .local addressesTom Wilkie
2016-09-07[release-branch.go1.7] reflect: clear tflag on new typesDavid Crawshaw
2016-09-07[release-branch.go1.7] hash/crc32: fix optimized s390x implementationMichael Munday
2016-09-07[release-branch.go1.7] io: fix infinite loop bug in MultiReaderBrad Fitzpatrick
2016-09-07[release-branch.go1.7] compress/flate: make huffmanBitWriter errors persistentJoe Tsai
2016-09-07[release-branch.go1.7] net/http: update bundled http2 for Transport double ST...Brad Fitzpatrick
2016-08-08net/http: make Transport use new connection if over HTTP/2 concurrency limitBrad Fitzpatrick
2016-08-05runtime: make stack 16-byte aligned for external code in _rt0_amd64_linux_libShenghou Ma
2016-08-05runtime, syscall: fix kernel gettimeofday ABI change on iOS 10Shenghou Ma
2016-08-05os: check for waitid returning ENOSYSIan Lance Taylor
2016-08-05net/http: update bundled http2 for flow control window adjustment fixBrad Fitzpatrick
2016-08-04syscall: fix Gettimeofday on macOS SierraBrad Fitzpatrick
2016-08-04runtime: initialize hash algs before typemapDavid Crawshaw
2016-08-02runtime: fix nanotime for macOS Sierra, again.Brad Fitzpatrick
2016-08-02cmd/doc: ensure functions with unexported return values are shownJoe Tsai
2016-08-02cmd/doc: handle embedded interfaces properlyJoe Tsai
2016-08-02net: prevent cancelation goroutine from adjusting fd timeout after connectBrad Fitzpatrick
2016-08-02net/http: update bundled http2Brad Fitzpatrick
2016-07-29cmd/compile: fix possible spill of invalid pointer with DUFFZERO on AMD64Cherry Zhang
2016-07-27runtime: reduce GC assist extra creditRhys Hiltner
2016-07-27net/http: fix data race with concurrent use of Server.ServeBrad Fitzpatrick
2016-07-26crypto/x509: detect OS X version for FetchPEMRoots at run timeBrad Fitzpatrick
2016-07-26net/http: update bundled http2Brad Fitzpatrick
2016-07-26runtime/pprof: document use of pprof packageAustin Clements
2016-07-26crypto/x509: use Go 1.6 implementation for FetchPEMRoots for OS X 10.8Brad Fitzpatrick
2016-07-26context: add test for WithDeadline in the pastJack Lindamood
2016-07-26net/http: make Transport.RoundTrip return raw Conn.Read error on peek failureBrad Fitzpatrick
2016-07-25compress/flate: document HuffmanOnlyJoe Tsai
2016-07-22net/http: fix potential for-select spin with closed Context.Done channelBrad Fitzpatrick
2016-07-21cmd/compile: change phi location to be optimistic at backedgesDavid Chase
2016-07-21cmd/compile: move phi args which are constants closer to the phiKeith Randall
2016-07-21runtime: add explicit `INT $3` at end of Darwin amd64 sigtrampIan Lance Taylor
2016-07-20runtime: support smaller physical pages than PhysPageSizeAustin Clements