summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lib9/utf: Remove superfluous header inclusion.Lucio De Re2013-03-311-2/+0
* net: update documentation for UnixConn, UnixListener and related stuffMikio Hara2013-03-313-12/+6
* net: update documentation for UDPConn and related stuffMikio Hara2013-03-313-25/+19
* net: update documentation for TCPConn, TCPListener and related stuffMikio Hara2013-03-313-32/+25
* net: update documentation for IPConn and related stuffMikio Hara2013-03-313-20/+16
* net/http: Transport: be paranoid about any non-100 1xx responseBrad Fitzpatrick2013-03-303-13/+53
* runtime: TestGcSys: if GOGC=off, skip instead of failingAlbert Strasheim2013-03-301-1/+1
* net/http: fix incredibly racy TestTransportReading100ContinueBrad Fitzpatrick2013-03-301-22/+5
* doc/go1.1: mention (*testing.B).ReportAllocs()Shenghou Ma2013-03-311-3/+6
* net/textproto: report allocs in benchmarksBrad Fitzpatrick2013-03-301-0/+2
* misc/emacs: Enable compilation-mode for gofmt error buffer before displaying it.Dominik Honnef2013-03-301-2/+2
* cmd/gc, cmd/ld: fix warnings on Plan 9David du Colombier2013-03-303-6/+4
* cmd/6g: fix warnings on Plan 9David du Colombier2013-03-302-5/+5
* os/exec, syscall: fix tests to pass when GOGCTRACE=1 is setAlbert Strasheim2013-03-302-2/+2
* include/plan9/libc.h: fix Plan 9 buildDavid du Colombier2013-03-301-0/+1
* misc/cgo/gmp: fix typo.Andrey Mirtchovski2013-03-301-1/+1
* net: avoid use of listener socket options on active open socketsMikio Hara2013-03-301-1/+6
* misc/dashboard/codereview: add R?my to the list of assigneesDave Cheney2013-03-301-1/+2
* net/http: ignore 100-continue responses in TransportBrad Fitzpatrick2013-03-292-0/+102
* cmd/dist, cmd/ld: GO_EXTLINK_ENABLED=0 defaults to -linkmode=internalIan Lance Taylor2013-03-2910-3/+62
* bytes: Benchmark Buffer's compactionsRobert Obryk2013-03-291-0/+16
* A+C: Robert Obryk (individual CLA)Brad Fitzpatrick2013-03-292-0/+2
* bytes: document that Buffer.Write grows the bufferRob Pike2013-03-291-28/+21
* runtime: additional map benchmarks for repeated lookupsBrad Fitzpatrick2013-03-291-0/+23
* bytes: don't compact Buffer so aggressivelyBrad Fitzpatrick2013-03-292-5/+9
* bytes: don't grow Buffer if capacity is availableBrad Fitzpatrick2013-03-293-0/+41
* runtime: fix gdb printing of mapsKeith Randall2013-03-293-25/+98
* doc: fix typo in effective_go.htmlElias Naur2013-03-291-1/+1
* net/http: ignore more uninteresting goroutinesBrad Fitzpatrick2013-03-291-1/+5
* 8a/8l: add PCMPEQB and PMOVMSKB to 386.Keith Randall2013-03-293-0/+12
* api: remove Zone of net.IPNet from next.txtMikio Hara2013-03-291-1/+0
* net: close TCPListener in exampleMikio Hara2013-03-291-0/+1
* net: update documentation for ListenTCP, ListenUDPMikio Hara2013-03-294-11/+17
* net: update documentation for FileConn, FilePacketConn, FileListenerMikio Hara2013-03-291-0/+12
* net: enable IPv6 tests on WindowsMikio Hara2013-03-292-62/+5
* net/http: unflake TestTransportConcurrencyBrad Fitzpatrick2013-03-281-3/+17
* go/printer: use strings.Split instead of specialized codeRobert Griesemer2013-03-281-30/+1
* cmd/ld: only pass -rdynamic to host linker on ELF targetIan Lance Taylor2013-03-281-2/+3
* net/http: reuse textproto.Readers; remove 2 more allocationsBrad Fitzpatrick2013-03-281-1/+23
* cmd/godoc: provide a link from notes to source locationRobert Griesemer2013-03-284-14/+29
* cmd/ld, runtime: restrict stack root scan to locals and argumentsCarl Shapiro2013-03-288-52/+129
* net/http: parse Request-Line in a function, remove an allocationBrad Fitzpatrick2013-03-281-4/+14
* net/url: use strings.Index instead of a loopBrad Fitzpatrick2013-03-281-13/+12
* go/doc: fix typo in commentRobert Griesemer2013-03-281-1/+1
* net/http: inline chunkWriter in responseBrad Fitzpatrick2013-03-281-3/+2
* net/http: remove two more server allocations per-requestBrad Fitzpatrick2013-03-281-4/+40
* cmd/godoc: cleanupsRobert Griesemer2013-03-285-13/+10
* net/http: more tests, better comments, remove an allocationBrad Fitzpatrick2013-03-282-9/+265
* cmd/ld: when using host linker pass -r option as -rpathIan Lance Taylor2013-03-281-0/+3
* cmd/godoc: don't crash if there's no documentationRobert Griesemer2013-03-281-3/+7