summaryrefslogtreecommitdiff
path: root/src/net
Commit message (Expand)AuthorAgeFilesLines
* net/http: add comment to clarify whether Dir is '/' or '\'.Nigel Tao2014-11-141-2/+6
* net/url: add example of using URL.Opaque with http.RequestBrad Fitzpatrick2014-11-121-0/+30
* all: use golang.org/x/... import pathsAndrew Gerrand2014-11-101-1/+1
* net/http: fix benchmark goroutine leakBrad Fitzpatrick2014-11-081-0/+1
* net/http: add missing newline in list of leaked goroutinesIan Lance Taylor2014-10-311-1/+1
* net: add test for lookupIPDeadlineMikio Hara2014-10-281-0/+62
* net: if a DNS lookup times out, forget that it is in flightIan Lance Taylor2014-10-272-28/+89
* net/http/pprof: run GC for /debug/pprof/heap?gc=1Russ Cox2014-10-241-0/+4
* net/http: don't send implicit gzip Accept-Encoding on Range requestsBrad Fitzpatrick2014-10-153-2/+70
* net/http: don't reuse a server connection after any Write errorsBrad Fitzpatrick2014-10-152-3/+126
* net/rpc: fix mutex commentRob Pike2014-10-131-6/+6
* net: link skipped TestReadFromUDP to the issueAlex Brainman2014-10-101-1/+1
* net: skip new TestReadFromUDP on nacl and plan9 (fixes build)Alex Brainman2014-10-101-0/+5
* net: disable SIO_UDP_CONNRESET behavior on windows.Ron Hashimoto2014-10-102-0/+48
* net/rpc: fix buildDavid du Colombier2014-10-091-0/+1
* net/rpc: skip TestGobError on Plan 9David du Colombier2014-10-091-0/+3
* net/rpc: listen on localhost, let kernel pick portRuss Cox2014-10-071-2/+2
* net/rpc: add test for issue 7689 (gob error should cause EOF)Rob Pike2014-10-071-0/+51
* net/http: fix authentication info leakage in Referer header (potential securi...Jens Frederich2014-10-073-2/+68
* net/url: document result of StringRuss Cox2014-10-061-0/+18
* net: disable TestDualStackUDPListener in short modeRuss Cox2014-10-061-0/+3
* net/rpc: shut down connection if gob has errorRob Pike2014-10-011-1/+24
* net/http/httputil: ensure DumpRequestOut dumps all of BodyBrad Fitzpatrick2014-09-302-3/+39
* net/http: make Transport.CloseIdleConnections also close pending dialsBrad Fitzpatrick2014-09-293-5/+74
* net/http: enable Transfer-Encoding: identity without Content-Length for HTTP ...James Tucker2014-09-292-7/+43
* net/http: clarify Request.FormValue docsBrad Fitzpatrick2014-09-291-1/+2
* net: fix misleading package comment exampleBrad Fitzpatrick2014-09-291-1/+0
* net/http: update ProxyFromEnvironment docs for HTTPS_PROXY additionBrad Fitzpatrick2014-09-241-3/+10
* net/http: allow double-quotes only on cookie values, not cookieNigel Tao2014-09-252-5/+37
* net/http: check for CloseWrite interface, not TCPConn implementationBrad Fitzpatrick2014-09-243-2/+35
* net/http: support https_proxy in ProxyFromEnvironmentBrad Fitzpatrick2014-09-243-6/+39
* cmd/go: fix bytes and net the right wayRuss Cox2014-09-241-10/+0
* net: only "build" empty.s in non-cgo modeRuss Cox2014-09-241-0/+2
* cmd/go: prohibit C sources files unless using cgoRuss Cox2014-09-241-0/+0
* net/http: replace z_last_test hack with testing.MainBrad Fitzpatrick2014-09-221-9/+21
* net/http: document server recovering panicsRuss Cox2014-09-191-0/+6
* net/http: ensured that proxy errors are returned by Transport.RoundTrip.John Tuley2014-09-192-1/+19
* net: disable TestDialMultiFDLeakRuss Cox2014-09-181-0/+2
* net: separate NaCl dependent placeholders from BSD'sMikio Hara2014-09-1822-22/+182
* net/mail: allow us-ascii encodingRuss Cox2014-09-162-1/+22
* net: make TestSelfConnect less fragileRuss Cox2014-09-161-1/+6
* net/http: don't call FileSystem.Open with unclean index.html pathBrad Fitzpatrick2014-09-152-1/+38
* net: fix inconsistent behavior across platforms in SetKeepAlivePeriodMikio Hara2014-09-116-57/+25
* net: don't set wrong option for controlling tcp keepalive on openbsdMikio Hara2014-09-091-14/+3
* build: move package sources from src/pkg to srcRuss Cox2014-09-08240-0/+54136