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
Age
Commit message (
Expand
)
Author
2015-12-17
api: create go1.6.txt
go1.6beta1
Brad Fitzpatrick
2015-12-17
src: remove reference to since-deleted dist -s flag
Brad Fitzpatrick
2015-12-17
doc: change go1.6 http heading
Brad Fitzpatrick
2015-12-17
doc: Americanise spelling of wilful
Brad Fitzpatrick
2015-12-17
net/http: document ResponseWriter and Handler more; add test
Brad Fitzpatrick
2015-12-17
cmd/link: reject non-package main toplevel.a file, remove dead code
Russ Cox
2015-12-17
cmd/go: for go get -insecure, do not fall back to HTTP for non-200 responses
Russ Cox
2015-12-17
cmd/go: fix processing of HTTPS 404 without -insecure
Russ Cox
2015-12-17
Revert "cmd/go: allow omitted user name in git ssh repo syntax"
Russ Cox
2015-12-17
net/http: don't accept invalid bytes in server request headers
Brad Fitzpatrick
2015-12-17
net/http: be more consistent about Request.Method "" vs "GET"
Brad Fitzpatrick
2015-12-17
cmd/go: fix git submodule fetch
Russ Cox
2015-12-17
net/http: update bundled http2, add tests reading response Body after Close
Brad Fitzpatrick
2015-12-17
cmd/go: runtime and runtime/internal packages depend on runtime/internal/sys
Ian Lance Taylor
2015-12-17
cmd/go: respect umask when creating executables
Russ Cox
2015-12-17
net: fix the build even harder
Brad Fitzpatrick
2015-12-17
runtime: disable gdb test when a GOROOT_FINAL move is pending
Russ Cox
2015-12-17
net/http: updated bundled http2 to finish trailer support
Brad Fitzpatrick
2015-12-17
net: include both ipv4 and ipv6 netsh output in TestInterfacesWithNetsh
Alex Brainman
2015-12-17
net: fix race in test
Brad Fitzpatrick
2015-12-17
cmd/go: allow ~ as first char of path element in general git import paths
Russ Cox
2015-12-17
cmd/go: don't be clever about mtime precision in test
Russ Cox
2015-12-17
cmd/go: document that package documentation is ignored
Russ Cox
2015-12-17
net/http: document a few ServeMux behaviors
Russ Cox
2015-12-17
cmd/go: allow omitted user name in git ssh repo syntax
Russ Cox
2015-12-17
cmd/go: document that tests run in the source directory
Russ Cox
2015-12-17
cmd/go: document where get writes, and not vendor directories
Russ Cox
2015-12-17
cmd/go: document that go generate accepts all build flags
Russ Cox
2015-12-17
os/signal: document signal handling
Ian Lance Taylor
2015-12-17
cmd/go: document that -p applies to test binary execution
Russ Cox
2015-12-17
cmd/pprof: fix scaling of "gigabyte" unit
Brad Fitzpatrick
2015-12-17
os,internal/syscall/windows: use ReadFile/MultiByteToWideChar to read from co...
mattn
2015-12-17
net: fix build
Brad Fitzpatrick
2015-12-17
net/http: document that ListenAndServe is a bit more than Listen+Serve
Brad Fitzpatrick
2015-12-17
archive/tar: document how Reader.Read handles header-only files
Joe Tsai
2015-12-17
net: prefer error for original name on lookups
Dan Peterson
2015-12-17
crypto/x509: handle CRLDistributionPoints without FullNames
Russ Cox
2015-12-17
cmd/go: use tags when evaluating file system wildcards like ./...
Russ Cox
2015-12-17
cmd/go: disable use of -linkmode=external in tests when CGO_ENABLED=0
Russ Cox
2015-12-17
cmd/dist: show output from failed compiler execution
Russ Cox
2015-12-17
cmd/cgo: gccgo support for cgoCheckPointer
Ian Lance Taylor
2015-12-17
archive/tar: spell license correctly in example
Joe Tsai
2015-12-17
net/http: update Response.Trailer doc
Brad Fitzpatrick
2015-12-17
cmd/go: add -args to 'go test' to resolve -v ambiguity
Russ Cox
2015-12-17
Revert "cmd/dist: fix build after "go test" argument order change"
Russ Cox
2015-12-17
go/build: disable test on nacl (and a few others, unnecessarily)
Russ Cox
2015-12-17
net/http: update bundled copy of http2, enable TestTrailersServerToClient tests
Brad Fitzpatrick
2015-12-17
crypto/rsa: check CRT result.
Adam Langley
2015-12-16
net: make windows (*netFD).connect work like its unix version
Alex Brainman
2015-12-16
cmd/cgo: map C unsigned char back to _Ctype_uchar in error messages
Shenghou Ma
[next]