index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2017-01-25
[release-branch.go1.7] crypto/x509: speed up and deflake non-cgo Darwin root ...
Brad Fitzpatrick
2017-01-25
[release-branch.go1.7] runtime: fix getArgInfo for deferred reflection calls
Austin Clements
2017-01-25
[release-branch.go1.7] runtime: force workers out before checking mark roots
Austin Clements
2017-01-25
[release-branch.go1.7] runtime: fix corruption crash/race between select and ...
Russ Cox
2017-01-25
[release-branch.go1.7] cmd/compile: rewrite literal.method to ensure full ini...
David Chase
2017-01-25
[release-branch.go1.7] time: update test for tzdata-2016g
Alberto Donizetti
2017-01-25
[release-branch.go1.7] runtime: improve diagnostics for "scan missed a g"
Austin Clements
2016-12-01
[release-branch.go1.7] crypto/x509: read Darwin trust settings for root CAs
Quentin Smith
2016-12-01
[release-branch.go1.7] net/http: multipart ReadForm close file after copy
Michael Fraenkel
2016-10-19
[release-branch.go1.7] net/http: update bundled http2
Chris 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 s390x
Michael Munday
2016-09-15
[release-branch.go1.7] net/http: update bundled http2
Brad 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 elimination
Keith Randall
2016-09-07
[release-branch.go1.7] syscall: use MNT_NOWAIT in TestGetfsstat
Brad 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 logic
Matthew Dempsky
2016-09-07
[release-branch.go1.7] net: don't avoid resolving .local addresses
Tom Wilkie
2016-09-07
[release-branch.go1.7] reflect: clear tflag on new types
David Crawshaw
2016-09-07
[release-branch.go1.7] hash/crc32: fix optimized s390x implementation
Michael Munday
2016-09-07
[release-branch.go1.7] io: fix infinite loop bug in MultiReader
Brad Fitzpatrick
2016-09-07
[release-branch.go1.7] compress/flate: make huffmanBitWriter errors persistent
Joe Tsai
2016-09-07
[release-branch.go1.7] net/http: update bundled http2 for Transport double ST...
Brad Fitzpatrick
2016-08-08
net/http: make Transport use new connection if over HTTP/2 concurrency limit
Brad Fitzpatrick
2016-08-05
runtime: make stack 16-byte aligned for external code in _rt0_amd64_linux_lib
Shenghou Ma
2016-08-05
runtime, syscall: fix kernel gettimeofday ABI change on iOS 10
Shenghou Ma
2016-08-05
os: check for waitid returning ENOSYS
Ian Lance Taylor
2016-08-05
net/http: update bundled http2 for flow control window adjustment fix
Brad Fitzpatrick
2016-08-04
syscall: fix Gettimeofday on macOS Sierra
Brad Fitzpatrick
2016-08-04
runtime: initialize hash algs before typemap
David Crawshaw
2016-08-02
runtime: fix nanotime for macOS Sierra, again.
Brad Fitzpatrick
2016-08-02
cmd/doc: ensure functions with unexported return values are shown
Joe Tsai
2016-08-02
cmd/doc: handle embedded interfaces properly
Joe Tsai
2016-08-02
net: prevent cancelation goroutine from adjusting fd timeout after connect
Brad Fitzpatrick
2016-08-02
net/http: update bundled http2
Brad Fitzpatrick
2016-07-29
cmd/compile: fix possible spill of invalid pointer with DUFFZERO on AMD64
Cherry Zhang
2016-07-27
runtime: reduce GC assist extra credit
Rhys Hiltner
2016-07-27
net/http: fix data race with concurrent use of Server.Serve
Brad Fitzpatrick
2016-07-26
crypto/x509: detect OS X version for FetchPEMRoots at run time
Brad Fitzpatrick
2016-07-26
net/http: update bundled http2
Brad Fitzpatrick
2016-07-26
runtime/pprof: document use of pprof package
Austin Clements
2016-07-26
crypto/x509: use Go 1.6 implementation for FetchPEMRoots for OS X 10.8
Brad Fitzpatrick
2016-07-26
context: add test for WithDeadline in the past
Jack Lindamood
[next]