summaryrefslogtreecommitdiff
path: root/src/pkg/net
Commit message (Expand)AuthorAgeFilesLines
* build: move package sources from src/pkg to srcRuss Cox2014-09-08240-54136/+0
* build: adjustments for move from src/pkg to srcRuss Cox2014-09-082-2/+2
* net/http: add Transport.DialTLS hookBrad Fitzpatrick2014-09-072-20/+83
* net/http/httptest: delete TestIssue7264Russ Cox2014-09-071-23/+0
* net/http/httptest: fix deadlock in TestIssue7264Russ Cox2014-09-071-5/+5
* net: temporarily skip TestAcceptIgnoreSomeErrorsAlex Brainman2014-09-051-0/+2
* net: fix parsing literal IPv6 address with zone identifier in builtin dns stu...Mikio Hara2014-09-043-2/+5
* net: fix parsing literal IP address in builtin dns stub resolverMikio Hara2014-09-047-63/+83
* net/http: fix typo in commentDmitri Shuralyov2014-09-011-1/+1
* net/url: make Userinfo.String() escape ? and add test for shouldEscapeEvan Kroske2014-08-302-5/+62
* net/http: add BasicAuth method to *http.RequestKelsey Hightower2014-08-292-0/+100
* net: implement query-response fast failover in builtin dns stub resolverAlex A Skinner2014-08-302-41/+54
* net: ensure identical queries are not sent multiple times in builtin stub res...Alex A Skinner2014-08-302-12/+15
* net: add more cases to lookup API testMikio Hara2014-08-291-35/+129
* net/http: fix data race in testBrad Fitzpatrick2014-08-253-17/+32
* net/http: populate Request.Close in ReadRequestBrad Fitzpatrick2014-08-253-10/+40
* net/http/httputil: Pass a Logger to ReverseProxy, allowing the user to contro...Mark Theunissen2014-08-211-1/+15
* net: fix typoMikio Hara2014-08-211-1/+1
* net/http: fix TimeoutHandler data races; hold lock longerBrad Fitzpatrick2014-08-192-5/+81
* net/http: correct error message for incorrect Body lengthEvan Kroske2014-08-182-3/+3
* net: fix CNAME resolving on WindowsEgon Elbre2014-08-152-10/+312
* net: separate DNS transport from DNS query-response interactionMikio Hara2014-08-062-92/+222
* net: consolidate sockaddrToAddr functionsMikio Hara2014-08-058-41/+54
* net: fix Dial comment about IPv6 addressesBrad Fitzpatrick2014-08-011-3/+2
* net: prevent spurious on-connect events via epoll on linuxMikio Hara2014-07-293-19/+30
* net/http: make ServeContent support dates in If-Range headersBrad Fitzpatrick2014-07-272-8/+39
* net/http: don't ignore errors in Request.WriteBrad Fitzpatrick2014-07-232-4/+74
* net/http: create internal pkg, unify two chunked.go filesBrad Fitzpatrick2014-07-217-391/+38
* src, misc: applied gofmt -s -wRobert Griesemer2014-07-161-1/+1
* net: Don't read beyond end of slice when parsing resolv.conf options.Jakob Borg2014-07-152-3/+8
* net/rpc: use html/template to render htmlJosh Bleecher Snyder2014-07-091-1/+1
* net: no AI_ALL on androidDavid Crawshaw2014-07-082-1/+15
* net: treat android like linux in testsDavid Crawshaw2014-07-084-8/+15
* undo CL 101670044 / 49a6cbd80cf2Josh Bleecher Snyder2014-07-071-1/+1
* net/rpc: use html/template to render htmlJosh Bleecher Snyder2014-07-071-1/+1
* src, misc: applied gofmt -w -sRobert Griesemer2014-07-011-7/+7
* net/http: add TLS benchmarkDmitriy Vyukov2014-06-271-5/+24
* net/http: [Post]FormValue ignores parse errorsEvan Shaw2014-06-271-2/+4
* net/http: remove a duplicated checkRobert Obryk2014-06-231-6/+0
* net: simplify codeDmitriy Vyukov2014-06-191-7/+5
* net: avoid array copy when shuffling SRV recordsRui Ueyama2014-06-161-3/+1
* net: efficient text processingRui Ueyama2014-06-113-26/+60
* net: do not call time.Now() twiceRui Ueyama2014-06-111-1/+1
* net/http: fix double Content-Length in responseBrad Fitzpatrick2014-06-103-2/+23
* build: make nacl passRuss Cox2014-05-206-6/+22
* net/http: document that ProxyFromEnvironment special-cases localhostBrad Fitzpatrick2014-05-191-0/+3
* net/http: allow Content-Type on 204 responsesBrad Fitzpatrick2014-05-163-7/+36
* net/http: fix nits found by go tool vetMikio Hara2014-05-152-2/+2
* net: detect changes to /etc/resolv.conf.Guillaume J. Charmes2014-05-142-29/+203
* net: fix documentation for SetLingerMikio Hara2014-05-142-14/+16