| Commit message (Expand) | Author | Age | Files | Lines |
* | lib9/utf: Remove superfluous header inclusion. | Lucio De Re | 2013-03-31 | 1 | -2/+0 |
* | net: update documentation for UnixConn, UnixListener and related stuff | Mikio Hara | 2013-03-31 | 3 | -12/+6 |
* | net: update documentation for UDPConn and related stuff | Mikio Hara | 2013-03-31 | 3 | -25/+19 |
* | net: update documentation for TCPConn, TCPListener and related stuff | Mikio Hara | 2013-03-31 | 3 | -32/+25 |
* | net: update documentation for IPConn and related stuff | Mikio Hara | 2013-03-31 | 3 | -20/+16 |
* | net/http: Transport: be paranoid about any non-100 1xx response | Brad Fitzpatrick | 2013-03-30 | 3 | -13/+53 |
* | runtime: TestGcSys: if GOGC=off, skip instead of failing | Albert Strasheim | 2013-03-30 | 1 | -1/+1 |
* | net/http: fix incredibly racy TestTransportReading100Continue | Brad Fitzpatrick | 2013-03-30 | 1 | -22/+5 |
* | doc/go1.1: mention (*testing.B).ReportAllocs() | Shenghou Ma | 2013-03-31 | 1 | -3/+6 |
* | net/textproto: report allocs in benchmarks | Brad Fitzpatrick | 2013-03-30 | 1 | -0/+2 |
* | misc/emacs: Enable compilation-mode for gofmt error buffer before displaying it. | Dominik Honnef | 2013-03-30 | 1 | -2/+2 |
* | cmd/gc, cmd/ld: fix warnings on Plan 9 | David du Colombier | 2013-03-30 | 3 | -6/+4 |
* | cmd/6g: fix warnings on Plan 9 | David du Colombier | 2013-03-30 | 2 | -5/+5 |
* | os/exec, syscall: fix tests to pass when GOGCTRACE=1 is set | Albert Strasheim | 2013-03-30 | 2 | -2/+2 |
* | include/plan9/libc.h: fix Plan 9 build | David du Colombier | 2013-03-30 | 1 | -0/+1 |
* | misc/cgo/gmp: fix typo. | Andrey Mirtchovski | 2013-03-30 | 1 | -1/+1 |
* | net: avoid use of listener socket options on active open sockets | Mikio Hara | 2013-03-30 | 1 | -1/+6 |
* | misc/dashboard/codereview: add R?my to the list of assignees | Dave Cheney | 2013-03-30 | 1 | -1/+2 |
* | net/http: ignore 100-continue responses in Transport | Brad Fitzpatrick | 2013-03-29 | 2 | -0/+102 |
* | cmd/dist, cmd/ld: GO_EXTLINK_ENABLED=0 defaults to -linkmode=internal | Ian Lance Taylor | 2013-03-29 | 10 | -3/+62 |
* | bytes: Benchmark Buffer's compactions | Robert Obryk | 2013-03-29 | 1 | -0/+16 |
* | A+C: Robert Obryk (individual CLA) | Brad Fitzpatrick | 2013-03-29 | 2 | -0/+2 |
* | bytes: document that Buffer.Write grows the buffer | Rob Pike | 2013-03-29 | 1 | -28/+21 |
* | runtime: additional map benchmarks for repeated lookups | Brad Fitzpatrick | 2013-03-29 | 1 | -0/+23 |
* | bytes: don't compact Buffer so aggressively | Brad Fitzpatrick | 2013-03-29 | 2 | -5/+9 |
* | bytes: don't grow Buffer if capacity is available | Brad Fitzpatrick | 2013-03-29 | 3 | -0/+41 |
* | runtime: fix gdb printing of maps | Keith Randall | 2013-03-29 | 3 | -25/+98 |
* | doc: fix typo in effective_go.html | Elias Naur | 2013-03-29 | 1 | -1/+1 |
* | net/http: ignore more uninteresting goroutines | Brad Fitzpatrick | 2013-03-29 | 1 | -1/+5 |
* | 8a/8l: add PCMPEQB and PMOVMSKB to 386. | Keith Randall | 2013-03-29 | 3 | -0/+12 |
* | api: remove Zone of net.IPNet from next.txt | Mikio Hara | 2013-03-29 | 1 | -1/+0 |
* | net: close TCPListener in example | Mikio Hara | 2013-03-29 | 1 | -0/+1 |
* | net: update documentation for ListenTCP, ListenUDP | Mikio Hara | 2013-03-29 | 4 | -11/+17 |
* | net: update documentation for FileConn, FilePacketConn, FileListener | Mikio Hara | 2013-03-29 | 1 | -0/+12 |
* | net: enable IPv6 tests on Windows | Mikio Hara | 2013-03-29 | 2 | -62/+5 |
* | net/http: unflake TestTransportConcurrency | Brad Fitzpatrick | 2013-03-28 | 1 | -3/+17 |
* | go/printer: use strings.Split instead of specialized code | Robert Griesemer | 2013-03-28 | 1 | -30/+1 |
* | cmd/ld: only pass -rdynamic to host linker on ELF target | Ian Lance Taylor | 2013-03-28 | 1 | -2/+3 |
* | net/http: reuse textproto.Readers; remove 2 more allocations | Brad Fitzpatrick | 2013-03-28 | 1 | -1/+23 |
* | cmd/godoc: provide a link from notes to source location | Robert Griesemer | 2013-03-28 | 4 | -14/+29 |
* | cmd/ld, runtime: restrict stack root scan to locals and arguments | Carl Shapiro | 2013-03-28 | 8 | -52/+129 |
* | net/http: parse Request-Line in a function, remove an allocation | Brad Fitzpatrick | 2013-03-28 | 1 | -4/+14 |
* | net/url: use strings.Index instead of a loop | Brad Fitzpatrick | 2013-03-28 | 1 | -13/+12 |
* | go/doc: fix typo in comment | Robert Griesemer | 2013-03-28 | 1 | -1/+1 |
* | net/http: inline chunkWriter in response | Brad Fitzpatrick | 2013-03-28 | 1 | -3/+2 |
* | net/http: remove two more server allocations per-request | Brad Fitzpatrick | 2013-03-28 | 1 | -4/+40 |
* | cmd/godoc: cleanups | Robert Griesemer | 2013-03-28 | 5 | -13/+10 |
* | net/http: more tests, better comments, remove an allocation | Brad Fitzpatrick | 2013-03-28 | 2 | -9/+265 |
* | cmd/ld: when using host linker pass -r option as -rpath | Ian Lance Taylor | 2013-03-28 | 1 | -0/+3 |
* | cmd/godoc: don't crash if there's no documentation | Robert Griesemer | 2013-03-28 | 1 | -3/+7 |