summaryrefslogtreecommitdiff
path: root/src/pkg/net
Commit message (Expand)AuthorAgeFilesLines
* net/http/client.go: fix cookie handling on (*Client) Do()Pawel Szczur2012-10-293-38/+33
* net: avoid allocation in setAddrDave Cheney2012-10-261-6/+10
* net: add test for Conn, PacketConn and ListenerMikio Hara2012-10-213-0/+449
* net: add LookupNS(domain string)Stephen McQuay2012-10-186-0/+67
* net: return error from pollster rather than panicingDave Cheney2012-10-172-7/+63
* net/http: fix data race on countReader.nDave Cheney2012-10-121-4/+4
* net/http: fix race on bodyEOFSignal.isClosedDave Cheney2012-10-121-4/+13
* net/http: fix name of result parameter in a commentBrad Fitzpatrick2012-10-091-1/+1
* testing: change -test.benchtime to a flag.Duration.David Symonds2012-10-091-1/+1
* net/url: report first error from ParseQuery.David Symonds2012-10-092-2/+17
* net/http/httptest: mimic the normal HTTP server's ResponseWriter more closelyBrad Fitzpatrick2012-10-072-5/+109
* pprof: add goroutine blocking profilingDmitriy Vyukov2012-10-061-0/+4
* net/mail: make address parsing (more) publicGraham Miller2012-10-052-4/+25
* net: spread fd over several pollservers.S?bastien Paolacci2012-09-263-20/+49
* net: fix plan 9 buildMikio Hara2012-09-265-100/+258
* net/http: use tls host instead of proxy, when checking against a certificateChristian Himpel2012-09-251-1/+1
* net: add read, write message methods to IPConn, UDPConnMikio Hara2012-09-252-0/+70
* net/http: use r.Body.Close to close connection during TestServeFileFromCWDAlex Brainman2012-09-241-5/+1
* net: fix commentMikio Hara2012-09-214-4/+4
* undo CL 6395055 / 2518eee18c4fMikio Hara2012-09-195-116/+10
* net/rpc/jsonrpc: fix test error messageRuss Cox2012-09-121-4/+4
* net: delete unused IP-level socket option helpersMikio Hara2012-09-1111-830/+19
* net: rename files to clarify platform dependencyMikio Hara2012-09-1110-0/+0
* net/http: add If-None-Match and If-Range support to ServeContentBrad Fitzpatrick2012-09-102-38/+189
* net: change cname lookup test target to iana.orgMikio Hara2012-09-092-11/+12
* net,mime: Minor corrections to documentation comments.Lucio De Re2012-09-071-1/+2
* net: fix {FileConn, FileListener, FilePacketConn} fd leak to child process.S?bastien Paolacci2012-09-041-0/+4
* net/http/pprof: updated documentation (run an http server)Patrick Crosby2012-09-041-0/+8
* net/http: added ParseTime function.Patrick Higgins2012-08-312-0/+53
* net/rpc/jsonrpc: handles missing "params" in jsonrpc.Alexandru Mo?oi2012-08-312-21/+45
* net/http: add (*ServeMux).Handler methodRuss Cox2012-08-312-20/+133
* net/http: fix inserting of implicit redirects in serve muxChristian Himpel2012-08-312-4/+25
* net/rpc: protect serviceMap with RWMutexDmitriy Vyukov2012-08-301-3/+3
* net/http/httputil: fix race in DumpRequestOutDave Cheney2012-08-291-1/+1
* net: delete unused socket-level option helpersMikio Hara2012-08-291-16/+0
* net/http: send an explicit zero Content-Length when Handler never WritesBrad Fitzpatrick2012-08-262-2/+42
* net/http: add parallel client/server benchmarkDmitriy Vyukov2012-08-241-0/+47
* net: avoid nil pointer dereference when RemoteAddr.String method chain is calledMikio Hara2012-08-235-31/+133
* net/http: Set TLSClientConfig.ServerName on every HTTP request.Dave Borowitz2012-08-223-8/+66
* net/http: fix misplaced defer and exampleDave Cheney2012-08-212-2/+2
* net/http: fix send on close channel errorDave Cheney2012-08-211-13/+17
* net: add TCP benchmarksDmitriy Vyukov2012-08-201-0/+118
* net/http: reduce mutex contentionDmitriy Vyukov2012-08-202-22/+29
* all: move defers to after error check to avoid nil indirectionRob Pike2012-08-171-1/+1
* net: implement netbsd sockoptipJoel Sing2012-08-161-14/+65
* net: remove unused fieldsDmitriy Vyukov2012-08-142-28/+2
* net/http: disable TestServeFileFromCWD test on windowsAlex Brainman2012-08-071-0/+5
* net: fix spurious EADDRNOTAVAIL errorsRuss Cox2012-08-061-3/+22
* net: fix TCPListener file leak to child processesBrad Fitzpatrick2012-08-061-0/+4
* net: disable IPv6 multicast tests unless external IPv6 connection is presentMikio Hara2012-07-311-1/+1