summaryrefslogtreecommitdiff
path: root/src/net
Commit message (Expand)AuthorAgeFilesLines
* net/http: update bundled http2Brad Fitzpatrick2016-12-061-9/+78
* net/http: fix typo in Request.GetBody's doc stringChris Broadfoot2016-12-061-1/+1
* net/http: revert change making NewRequest set ContentLength -1Brad Fitzpatrick2016-12-013-25/+20
* net/http: teach NewRequest that NoBody has ContentLength zeroBrad Fitzpatrick2016-12-012-1/+13
* net: fix writev tests on AndroidElias Naur2016-12-011-1/+1
* net/http: clarify Request.Context's lifetimeBrad Fitzpatrick2016-12-011-2/+2
* net/http: document how headers are forwarded by ClientJoe Tsai2016-11-301-2/+27
* net/http: fix test TestServeMuxHandlerRedirectsShenghou Ma2016-11-301-2/+2
* net/http: remove logging on bad client requestsKenny Grant2016-11-301-2/+0
* net: expand nss myhostname fallback detectionDan Peterson2016-11-293-59/+101
* net/http/httptest: fix typo in doc commentMichal Bohuslávek2016-11-291-1/+1
* net/http, net/http/httptest: cross-reference the two NewRequest funcsBrad Fitzpatrick2016-11-282-5/+8
* net/http: document restrictions on ETag as expected by ServeContentJoe Tsai2016-11-281-2/+2
* net: document that Header.Get key is case insensitiveKaviraj2016-11-283-3/+11
* net: add missing comma on BUGS section for consistencyMikio Hara2016-11-281-2/+2
* net: update documentation on Conn and PacketConnJoe Tsai2016-11-261-14/+26
* net/http: fix receiver for Server.Shutdown and Server.CloseDan Peterson2016-11-241-15/+15
* net/http: fix parallel tests using global DefaultTransportBrad Fitzpatrick2016-11-222-8/+33
* net/http: skip TestLinuxSendfile on mips64 for nowBrad Fitzpatrick2016-11-221-3/+1
* net/http: maybe fix TestLinuxSendfile on mips64Brad Fitzpatrick2016-11-211-1/+5
* net/http: deflake TestClientTimeoutBrad Fitzpatrick2016-11-211-10/+9
* net: use testenv.SkipFlaky instead of testing.SkipMikio Hara2016-11-171-1/+1
* net: tweak comment on ExampleCIDRMaskMikio Hara2016-11-171-3/+5
* net/http: deflake TestInterruptWithPanic_nil_h2, againBrad Fitzpatrick2016-11-171-0/+10
* net: add example for CIDRMaskKevin Burke2016-11-161-0/+11
* net: disable TestAcceptTimeout for nowBrad Fitzpatrick2016-11-161-0/+1
* net: deflake TestAcceptTimeout againMikio Hara2016-11-161-2/+0
* net: deflake TestAcceptTimeoutMikio Hara2016-11-161-6/+7
* net: don't run TestTCPBig unconditionallyMikio Hara2016-11-162-2/+4
* net/http: fix a typo in testMikio Hara2016-11-161-1/+1
* all: don't call t.Fatal from a goroutineIan Lance Taylor2016-11-153-8/+15
* net: add test that TCP Close unblocks blocked ReadsBrad Fitzpatrick2016-11-152-3/+19
* net/http: update bundled http2 for write scheduling order fixBrad Fitzpatrick2016-11-151-5/+5
* net/http: update bundled http2, add TestServerKeepAlivesEnabled h1/h2 testsBrad Fitzpatrick2016-11-143-8/+71
* net/http: enable timeout tests on Plan 9David du Colombier2016-11-132-15/+0
* net/http: fix error message in TestClientWriteShutdownDavid du Colombier2016-11-131-1/+1
* all: fix vet nitsJosh Bleecher Snyder2016-11-131-1/+1
* net: enable timeout tests on Plan 9David du Colombier2016-11-131-28/+3
* net/http/httptest: remove workaround on Plan 9David du Colombier2016-11-121-10/+0
* net: enable TestReadTimeoutUnblocksRead on Plan 9David du Colombier2016-11-121-3/+0
* net: implement asynchonous cancelable I/O on Plan 9David du Colombier2016-11-123-5/+198
* all: spell "marshal" and "unmarshal" consistentlyDmitri Shuralyov2016-11-121-1/+1
* net: deflake TestTCPSupriousConnSetupCompletion [sic]Brad Fitzpatrick2016-11-112-3/+4
* net/smtp: make Client.Auth trim final space if Auth.Start toServer is emptyBrad Fitzpatrick2016-11-112-1/+42
* net/http: make Server respect shutdown state after handler finishesBrad Fitzpatrick2016-11-112-3/+8
* net/http: make Server log on bad requests from clientsKenny Grant2016-11-115-17/+56
* net/http: deflake new TestInterruptWithPanic_h2Brad Fitzpatrick2016-11-112-12/+34
* net: apply tcp4/tcp6 restrictions to literals in ResolveTCPAddrRuss Cox2016-11-116-48/+57
* all: fix vet nitsJosh Bleecher Snyder2016-11-111-1/+1
* net: bring domain name length checks into RFC complianceRichard Gibson2016-11-114-21/+90