summaryrefslogtreecommitdiff
path: root/src/pkg/net
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.go1.2] net/http/httputil: fix DumpRequestOut with ContentLeng...Andrew Gerrand2013-11-012-3/+55
* [release-branch.go1.2] net: handle single-line non-\n-terminated files correc...Andrew Gerrand2013-11-013-1/+15
* [release-branch.go1.2] net/url: fix Encode doc commentAndrew Gerrand2013-11-011-2/+2
* [release-branch.go1.2] net/mail: fix minor doc typo.Andrew Gerrand2013-11-011-1/+1
* [release-branch.go1.2] net: make sure failed Dial returns nil ConnAndrew Gerrand2013-11-012-10/+62
* net/url: fix regression when serializing relative URLsBrad Fitzpatrick2013-10-172-1/+9
* net/http: skip content-type sniffing if the header is explicitly unset.Michael Piatek2013-10-154-10/+34
* net: fix TestDialFailPDLeak to work when GOMAXPROCS is largeIan Lance Taylor2013-10-091-2/+3
* net: fix typo in failure message in testIan Lance Taylor2013-10-091-1/+1
* net: use original argument in lookup errorRuss Cox2013-10-021-0/+6
* net/http: be clear that HTTPS is supportedRuss Cox2013-10-021-1/+1
* all: fix some mistakes found by go tool vet .Rob Pike2013-09-275-5/+5
* net: re-enable raw socket tests on windowsAlex Brainman2013-09-247-50/+46
* net: ensure that ResolveTCPAddr(addr.String()) reproduces addrRuss Cox2013-09-239-68/+65
* net: fix Close of autobind unix listenerAlbert Strasheim2013-09-232-2/+14
* net/http: accept Content-Range for entire fileRuss Cox2013-09-232-1/+8
* net/http: send correct time in Date header.Dmitry Chestnykh2013-09-223-1/+17
* net/http/cgi: use 'https://' for urls if HTTPS is set.Thomas Habets2013-09-182-12/+39
* net: make all.bat run for ordinary Windows usersRuss Cox2013-09-164-0/+16
* net/rpc: log I/O and internal errors only if debugLog is set.Han-Wen Nienhuys2013-09-163-4/+10
* net/rpc: document thread safety requirements of codec types.Han-Wen Nienhuys2013-09-122-0/+2
* net/http: document ServeMux handling of pattern "/"Brad Fitzpatrick2013-09-122-0/+22
* net: move mock ICMP into separate fileMikio Hara2013-09-122-110/+116
* net: make TestDialFailPDLeak shorterMikio Hara2013-09-121-7/+20
* undo CL 13348045 / 43675523c526Russ Cox2013-09-111-7/+5
* net/http: explain the "1.1" in the default User-AgentRuss Cox2013-09-111-0/+5
* net: defend against broken getaddrinfo on LinuxRuss Cox2013-09-111-0/+10
* net: implement TCP connection setup with fast failoverMikio Hara2013-09-118-63/+337
* net: remove dreg of obsoleted network pollerMikio Hara2013-09-102-91/+0
* net: don't error when marshalling nil IP addressesBrad Fitzpatrick2013-09-062-11/+35
* net: Fix inaccurate docs for AcceptTCP and AcceptUnix.Kamil Kisiel2013-09-064-4/+4
* net/http: remove dreg of obsoleted network pollerMikio Hara2013-09-041-1/+0
* net/http: sniff lessBrad Fitzpatrick2013-09-031-3/+2
* net: fix TestFirstFavoriteAddr failure on single IP stack kernelMikio Hara2013-09-021-0/+4
* net: keep lookup IP stuff closeMikio Hara2013-08-311-15/+13
* net: make resolveInternetAddr return a list of addressesMikio Hara2013-08-317-62/+317
* net: add addrListMikio Hara2013-08-301-0/+18
* net: add netaddr interfaceMikio Hara2013-08-3014-73/+85
* net/http: redirect handlers from mux.Handler() shouldn't clear the query stringShenghou Ma2013-08-292-1/+74
* net: make channel-based semaphore depend on receive, not sendRobert Daniel Kortschak2013-08-291-2/+8
* net: make protocol-specific Dial and Listen return consistent error valueMikio Hara2013-08-285-52/+33
* net: BUG section for ReadFrom, ReadFromIP methods of IPConn on "ip4" networkMikio Hara2013-08-282-1/+13
* net/http: document Request.Body moreBrad Fitzpatrick2013-08-271-1/+10
* net/smtp: clarify that SendMail's auth param is optionalBrad Fitzpatrick2013-08-271-3/+4
* net: have separate read and write processing threads on windowsAlex Brainman2013-08-276-21/+18
* net: enable PacketConn test for raw IP network on WindowsMikio Hara2013-08-261-59/+53
* net/http: do not send leading dot in cookie domain attributeVolker Dobler2013-08-262-3/+8
* syscall: update routing socket parser for NetBSD 6 and beyondMikio Hara2013-08-251-4/+4
* net: allow TestDialFailPDLeak run in long-mode testMikio Hara2013-08-241-4/+2
* net: dragonfly supportJoel Sing2013-08-2434-32/+147