aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-11[dev.tls] dev.tls: remove sentinel filedev.tlsRuss Cox
2016-11-11[dev.tls] dev.tls: new branch for TLS 1.3Russ Cox
2016-11-11cmd/link: use plugin path in visibility analysisDavid Crawshaw
2016-11-10cmd/cgo: don't depend on runtime/cgo if !CgoEnabledIan Lance Taylor
2016-11-10cmd/gofmt: don't overwrite read-only filesRobert Griesemer
2016-11-10net/http: update bundled http2 for ErrAbortHandler support, document it moreBrad Fitzpatrick
2016-11-10net/http: deflake TestClientTimeoutBrad Fitzpatrick
2016-11-10net/http: update Transport doc example to not disable http2Brad Fitzpatrick
2016-11-10net/http: update bundled http2Brad Fitzpatrick
2016-11-10net/http: add ErrAbortHandler, make Server quiet if used as panic valueBrad Fitzpatrick
2016-11-10net/http: document that Server.Close and Shutdown don't track hijacked connsBrad Fitzpatrick
2016-11-10debug/elf: SPARC64 relocation type is only 8 bitsIan Lance Taylor
2016-11-10net/http: document and deprecate type and errors of type ProtocolErrorBrad Fitzpatrick
2016-11-10cmd/go: remove "x" in TestImportMainIan Lance Taylor
2016-11-10net/http: fix documentation on Server.TLSNextProto controlling http2Brad Fitzpatrick
2016-11-10runtime/pprof: output CPU profiles in pprof protobuf formatMichael Matloob
2016-11-10net/http: don't wrap request cancellation errors in timeoutsEmmanuel Odeke
2016-11-10cmd/vet: detect defer resp.Body.Close() before error checkFrancesc Campoy
2016-11-10A+C: update for Go 1.8Brad Fitzpatrick
2016-11-10lib/time: update tzdata to 2016iBrad Fitzpatrick
2016-11-10cmd/go: -ldflags=-linkmode=external requires runtime/cgoIan Lance Taylor
2016-11-10go/printer: don't drop required semi/linebreak after /*-commentRobert Griesemer
2016-11-10net/http: fix Server.Close double LockBrad Fitzpatrick
2016-11-10reflect: unexported fields are tied to a packageDavid Crawshaw
2016-11-10sync: add example for PoolKevin Burke
2016-11-10cmd/gofmt: don't leave tmp file if -w failedRobert Griesemer
2016-11-10cmd/gofmt: don't eat source if -w failsRobert Griesemer
2016-11-10go/types: remove unused alias-related testdata filesRobert Griesemer
2016-11-09net/http: deflake TestIdleConnH2CrashBrad Fitzpatrick
2016-11-09syscall: use 32-bit setuid/setgid syscalls on linux/{386,arm}Brad Fitzpatrick
2016-11-09encoding/xml: check type when unmarshaling innerxml fieldQuentin Smith
2016-11-09runtime/pprof/internal/protopprof: skip TestTranslateCPUProfileWithSamples if...Michael Munday
2016-11-09cmd/compile/internal/syntax: fix error handling for Read/Parse callsRobert Griesemer
2016-11-09cmd/cgo: delete unused variable in log statementJosh Bleecher Snyder
2016-11-09C: add Martin Möhrmann's google.com email (Google CLA)Martin Möhrmann
2016-11-09cmd/compile: ensure that knownFormats is up to dateJosh Bleecher Snyder
2016-11-08os: on Windows, don't fix long paths that aren't longBrad Fitzpatrick
2016-11-08cmd/link: add support for GOARCH=mips{,le}Vladimir Stefanovic
2016-11-08cmd/compile: add support for GOARCH=mips{,le}Vladimir Stefanovic
2016-11-08cmd/compile/internal/ssa: add support for GOARCH=mips{,le}Vladimir Stefanovic
2016-11-08runtime/pprof/internal: add package protopprofMichael Matloob
2016-11-08path: document that filepath is recommended to manipulate filename pathsJaana Burcu Dogan
2016-11-08doc: add a CL to go1.8.txt mentioned by Alberto DonizettiBrad Fitzpatrick
2016-11-08doc: reference go1.4-bootstrap-20161024.tar.gzBrad Fitzpatrick
2016-11-08cmd/asm: add support for GOARCH=mips{,le}Vladimir Stefanovic
2016-11-08net/http: deflake TestClientRedirectsBrad Fitzpatrick
2016-11-08crypto/elliptic: add s390x assembly implementation of NIST P-256 CurveVolodymyr Paprotski
2016-11-08cmd/internal/obj/mips: add support for GOARCH=mips{,le}Vladimir Stefanovic
2016-11-08syscall: fix name of prlimit parametersBrad Fitzpatrick
2016-11-08os: cleanup directories created by TestLongPathMohit Agarwal