- d96a3a2 net: make /etc/hosts lookups case-insensitive by Burcu Dogan · 10 years ago
- b7fa4f2 net/http/fcgi: fix panic with malformed params record by Didier Spezia · 10 years ago
- e643dc7 net: check 'ok' return in dnsmsg when initially packing rr.Header() by Tarmigan Casebolt · 10 years ago
- 19d262f net: remove named parameters in Listener.Accept doc signature by Brad Fitzpatrick · 10 years ago
- 67ddae8 all: use one 'l' when cancelling everywhere except Solaris by Rob Pike · 10 years ago
- 5a3ff6c net: Make Listen(":port") use IPv6 when IPv4 is not supported. by Paul Marks · 10 years ago
- ced0646 net: make DNSError.Temporary return true on SERVFAIL by Dan Peterson · 10 years ago
- 6fd82d8 net/http: optimize some io.Copy calls by reusing buffers by Artyom Pervukhin · 10 years ago
- 8c2c35d net/http/httptest: ResponseRecorder.WriteString by Nodir Turakulov · 10 years ago
- 3702553 net/rpc: don't exit if Accept gets an error by Rob Pike · 10 years ago
- 25b0017 net/http: make FileServer sort directory entries by Dan Peterson · 10 years ago
- 754d4c0 net: Increase the acceptable delay in TestDialerDualstack by Paul Marks · 10 years ago
- 5f2c420 net: add -lsendfile to cgo LDFLAGS for solaris by Shenghou Ma · 10 years ago
- 35365b9 net: restore LookupPort for integer strings by Russ Cox · 10 years ago
- a34b8cb net/http/httputil: permit nil request body in ReverseProxy by Brad Fitzpatrick · 10 years ago
- c1aee8c net/http: remove always true comparison by Todd Neal · 10 years ago
- 759210b net: allow ParseMAC to parse 20-octet IPoIB link-layer address by Matt Layher · 10 years ago
- c049d34 net: drop redundant domain name length check by Mikio Hara · 10 years ago
- f62b749 all: fix some vet-caught formatting errors, mostly but not only in tests by Rob Pike · 10 years ago
- b733234 net/http: document that [ListenAnd]Serve always returns a non-nil error by Andrew Gerrand · 10 years ago
- 773b9b8 net: respect go vs cgo resolver selection in all lookup routines by Russ Cox · 10 years ago
- 18d27b2 net: force LookupAddr results to be rooted DNS paths when using cgo by Russ Cox · 10 years ago
- b711f5a net: document GODEBUG=netdns=xxx settings by Russ Cox · 10 years ago
- d931716 net/http: fix races cloning TLS config by Brad Fitzpatrick · 10 years ago
- 1052b43 net/mail: fix build. by David Symonds · 10 years ago
- 1d75b40 net/mail: avoid panic in (*Address).String for malformed addresses. by David Symonds · 10 years ago
- fced03a5 net/url: allow all valid host chars in RawPath by Russ Cox · 10 years ago
- e8be9a1 net/url: do not percent-encode valid host characters by Russ Cox · 10 years ago
- fc22331 net/url: restrict :port checking to [ipv6]:port form by Russ Cox · 10 years ago
- 26049f6 net/http: close server conn after broken trailers by Jed Denlea · 10 years ago
- e3c26b2 net/http: deflake TestZeroLengthPostAndResponse by Brad Fitzpatrick · 10 years ago
- 7aa4e29 net/http: fix server/transport data race when sharing the request body by Brad Fitzpatrick · 10 years ago
- c2db5f4 net/http: close server conn after request body error by Jed Denlea · 10 years ago
- ec4d06e net/http: fix SetKeepAlivesEnabled receiver name by Carl Jackson · 10 years ago
- bd1efd5 net/mail: fixed quoted-local by MathiasB · 10 years ago
- 48b4263 net: allow longer timeout in dialClosedPort test on windows by Russ Cox · 10 years ago
- 80abe2f net: make spuriousENOTAVAIL to be able to parse EADDRNOTAVAIL correctly by Mikio Hara · 10 years ago
- 6aa48a9 net: don't return DNS query results including the second best records unconditionally by Mikio Hara · 10 years ago
- d1cf5b8 net/http: disable new flaky TestTransportCancelBeforeResponseHeaders test by Brad Fitzpatrick · 10 years ago
- 85a5fce net: Set finalDeadline from TestDialParallel to avoid leaked sockets. by Paul Marks · 10 years ago
- a01d907 all: cleanup usage of dashes in package documentation by Matthew Dempsky · 10 years ago
- a3ffd83 net/http: pause briefly after closing Server connection when body remains by Brad Fitzpatrick · 10 years ago
- 9d56c18 net/http: make Transport return proper error on cancel before response headers by Brad Fitzpatrick · 10 years ago
- 0c2d3f7 net/http: on Transport body write error, wait briefly for a response by Brad Fitzpatrick · 10 years ago
- 68557de net: deflake TestDialTimeout{,FDLeak} in the case of TCP simultaneous open by Mikio Hara · 10 years ago
- da87cf5 net/http: fix a data race when Request.Cancel is used by Brad Fitzpatrick · 10 years ago
- 17befdc net: make GODEBUG=netdns=cgo force cgo as documented by Brad Fitzpatrick · 10 years ago
- dcc905e net: compute the Dialer deadline exactly once. by Paul Marks · 10 years ago
- daaa450 net/mail: enhanced Address.String and ParseAddress to match RFC 5322 by MathiasB · 10 years ago
- 5201bf7 net: do not look up abc by default by Russ Cox · 10 years ago
- ae1ea2a runtime/trace: add new package by Dmitry Vyukov · 10 years ago
- 4db0746 net/http: add example for setting trailers in an Handler by Brad Fitzpatrick · 10 years ago
- aadd84e net: classify site-local unicast in address selection by Mikio Hara · 10 years ago
- 2899be8 net: avoid unnecessary conversion in address selection by Mikio Hara · 10 years ago
- 9f70cd8 net/mail: add example to package by Carlos C · 10 years ago
- adb1e03 net: RFC 6724 address selection by Brad Fitzpatrick · 10 years ago
- 6094b88 net/url: add example to URL.ResolveReference by Carlos C · 10 years ago
- 88fc358 net/http: don't reuse conns after incomplete 100-continue requests by Brad Fitzpatrick · 10 years ago
- 29f03a3 net/smtp: give example addrs in docs by Russ Cox · 10 years ago
- 0c72eeb net/http: do not allow space or slash in Host headers by Jeff R. Allen · 10 years ago
- e6a0c21 net: fix setKeepAlivePeriod on Plan 9 by David du Colombier · 10 years ago
- 7ef6a9f net: clean up builtin DNS stub resolver, fix tests by Mikio Hara · 10 years ago
- 783297a all: link to https for golang subdomains too by Brad Fitzpatrick · 10 years ago
- 2ae7737 all: link to https instead of http by Brad Fitzpatrick · 10 years ago
- f96fa06d net/http/fcgi: fix race between serveRequest and cleanUp by Brad Fitzpatrick · 10 years ago
- 91ba0ab net: fix misidentification of link-local, global unicast IP addresses by Mikio Hara · 10 years ago
- 7b5d536 net: ensure that ResolveIPAddr(addr.String()) reproduces addr by Mikio Hara · 10 years ago
- b615ad8 net: add mechanisms to force go or cgo lookup, and to debug default strategy by Brad Fitzpatrick · 10 years ago
- d6e6baa net/http: fix MaxBytesReader at EOF by Brad Fitzpatrick · 10 years ago
- 1438225 net/http: revert overly-strict part of earlier smuggling defense by Brad Fitzpatrick · 10 years ago
- 72970f7 net/http/httputil: make ReverseProxy support Trailers by Brad Fitzpatrick · 10 years ago
- 2a0fc9e Revert "net, internal/syscall/unix: add SocketConn, SocketPacketConn" by Mikio Hara · 10 years ago
- 300d9a2 net/http: harden Server against request smuggling by Brad Fitzpatrick · 10 years ago
- 117ddcb net/textproto: don't treat spaces as hyphens in header keys by Brad Fitzpatrick · 10 years ago
- 9462bce net/http: harden, document func SetCookie and type Cookie by Brad Fitzpatrick · 10 years ago
- 8e6dc76 net/url: only record RawPath when it is needed by Russ Cox · 10 years ago
- 8b4278f net/http: add a Request.Cancel channel. by Aaron Jacobs · 10 years ago
- 9b2d84e net/http/httptest: increase test Server's key size by Brad Fitzpatrick · 10 years ago
- 1bab3a1 net/http: fix now-flaky TransportAndServerSharedBodyRace test by Brad Fitzpatrick · 10 years ago
- 7511806 net/http: fix race on postPendingDial test hook by Todd Neal · 10 years ago
- 258bf65 net: relax IP interface address determination on linux by Mikio Hara · 10 years ago
- 450988b net/http: escape path in implicit /tree→/tree/ ServeMux.Handle redirect by Mihai Borobocea · 10 years ago
- 1284d7d net/url: don't escape star requests when writing requests by Brad Fitzpatrick · 10 years ago
- 379d832 net/http: don't overwrite Authorization headers when URL has username by Steve Streeting · 10 years ago
- 0d1ceef net/http: change default user agent string by Aamir Khan · 10 years ago
- 9139089 net/http: add comment to exported ErrNoCookie and ErrNoLocation values by Matt Layher · 10 years ago
- 37469a7 net/http: Fix test that occasionally fails by Todd Neal · 10 years ago
- bf5e19f net/http: tolerate old buggy user agents, per RFC 2616 section 4.1 by Brad Fitzpatrick · 10 years ago
- 1045351 net/http: bound the number of bytes read seeking EOF in Handler's Body.Close by Brad Fitzpatrick · 10 years ago
- 2bcdb5a net/http: sync Get and Head's documentation by Matthew Dempsky · 10 years ago
- 190313e net/http: document that Hijack's net.Conn might have left-over timeouts set by Brad Fitzpatrick · 10 years ago
- f81f6d6 net/http: don't always require certFile, keyFile in Server.ListenAndServerTLS by Brad Fitzpatrick · 10 years ago
- 2917ab2 net/http: document that FormValue returns the empty string by Brad Fitzpatrick · 10 years ago
- 703166e net/url: validate ports in URLs and bytes after IPv6 literals by Brad Fitzpatrick · 10 years ago
- 222b23a net: make LookupIP("1.2.3.4") behavior consistent by Russ Cox · 10 years ago
- c8aea7b net/http: Remove unused code by Todd Neal · 10 years ago
- ffbed5c net/http: fix tests for recent URL.RawPath addition by Russ Cox · 10 years ago
- 874a605 net/url: add RawPath field, a hint at the desired encoding of Path by Russ Cox · 10 years ago
- 626188d net/textproto: skip zero-length keys by Jeff R. Allen · 10 years ago
- 24db235 net: fix build on android by Mikio Hara · 10 years ago