summaryrefslogtreecommitdiff
path: root/src/net
Commit message (Expand)AuthorAgeFilesLines
* net/http: clarify Handler panic behavior across HTTP versionsBrad Fitzpatrick2017-07-141-3/+4
* net: clarify the length limit for service nameMikio Hara2017-07-061-2/+10
* net: don't return IPv4 unspecified addr for Resolve*Addr of [::] or [::]:nBrad Fitzpatrick2017-07-065-4/+32
* net/http/httptest: allow creation of Server manuallyJoe Tsai2017-06-302-16/+59
* net: fix Windows TestInterfaceHardwareAddrWithGetmacEgon Elbre2017-06-291-1/+1
* net/http: update bundled http2Brad Fitzpatrick2017-06-291-6/+17
* net/http: whitelist another non-http goroutine in leak checkerBrad Fitzpatrick2017-06-271-0/+1
* net/http/pprof: mention mutex profile in docHana (Hyang-Ah) Kim2017-06-261-0/+5
* net/http: fix double-close of req.BodyMatt Harden2017-06-262-5/+38
* net/http/httputil: always deep copy the Request.Header map in ReverseProxyBrad Fitzpatrick2017-06-262-14/+45
* net/http/httptest: close client connections in separate goroutinesYasha Bubnov2017-06-261-1/+1
* net/http: document that Dir can serve sensitive directoriesKevin Burke2017-06-231-0/+6
* net/http: Update server idleTimeout documentationQiuxuan Zhu2017-06-231-1/+1
* net: update documentation on IP.IsUnspecifiedMikio Hara2017-06-231-1/+2
* net: update documentation on methods of UnixConnMikio Hara2017-06-221-18/+7
* net: update documentation on methods of IPConnMikio Hara2017-06-221-18/+12
* net: update documentation on methods of UDPConnMikio Hara2017-06-221-24/+17
* net: update documentation on JoinHostPort and SplitHostPortMikio Hara2017-06-221-0/+5
* net: update documentation on Resolve{TCP,UDP,IP,Unix}AddrMikio Hara2017-06-224-44/+66
* net: update documentation on Listen{TCP,UDP,MulticastUDP,IP,Unix,Unixgram}Mikio Hara2017-06-224-51/+67
* net: update documentation on Dial{TCP,UDP,IP,Unix}Mikio Hara2017-06-224-32/+47
* net: update documentation on Listen and ListenPacketMikio Hara2017-06-222-40/+49
* net: update documentation on Dial and its variantsMikio Hara2017-06-222-26/+50
* net/http: update bundled http2Brad Fitzpatrick2017-06-191-2/+17
* net/http: update bundled http2Brad Fitzpatrick2017-06-161-2/+4
* net: don't forget about ongoing DNS lookup if context canceledIan Lance Taylor2017-06-161-3/+6
* net: handle spurious netpoll wakeups in connectIan Lance Taylor2017-06-154-32/+77
* net/http: add a known goroutine, don't check goroutine leaks in benchmark modeBrad Fitzpatrick2017-06-151-2/+16
* net/http: document SOCKS5 proxy supportKale Blankenship2017-06-151-0/+5
* net, doc: document JoinHostPort change in release notes, clarify its docsBrad Fitzpatrick2017-06-141-2/+2
* net/http: update bundled http2Brad Fitzpatrick2017-06-141-7/+19
* net: clarify Listen on 0.0.0.0 behaviorBrad Fitzpatrick2017-06-141-6/+18
* net/http: fix application/ogg sniff signatureEmmanuel Odeke2017-06-132-2/+6
* net: don't run TestDialListenerAddr in short mode on non-buildersBrad Fitzpatrick2017-06-091-0/+3
* net/http: regenerate http2 bundle with bundle fixes to include commentsBrad Fitzpatrick2017-06-091-238/+711
* net/http: remove invalid checks of Request.Proto* for outgoing requestsBrad Fitzpatrick2017-06-082-14/+2
* net: make Dial("tcp", ln.Addr().String()) work even with bad IPv6 configBrad Fitzpatrick2017-06-082-0/+25
* net: support all PacketConn and Conn returned by Resolver.DialBen Burkert2017-06-084-34/+86
* net/http: simplify recently added TestServeTLSBrad Fitzpatrick2017-06-081-34/+24
* net/http: add Server.ServeTLS methodNiklas Schnelle2017-06-082-28/+127
* net/http: enable TestLinuxSendfile on mips64Vladimir Stefanovic2017-06-081-3/+1
* net/http: delete vestigial methodBrad Fitzpatrick2017-06-071-5/+0
* net/http: don't crash in Request.WithContext if Request.URL is nilBrad Fitzpatrick2017-06-072-3/+12
* net/http: make Transport retry GetBody requests if nothing writtenDavid Glasser2017-06-056-82/+186
* net/http: update bundled x/net/http2Tom Bergan2017-05-261-3/+3
* net/http: revert CL 43779Emmanuel Odeke2017-05-252-51/+0
* net/http: Don't write 'Connection: close' header multiple times.Filip GruszczyƄski2017-05-242-1/+30
* net/http: deep copy Request.URL also in Request.WithContext's copyEmmanuel Odeke2017-05-243-0/+62
* net/http: permit incoming CONNECT requests without Host headersBrad Fitzpatrick2017-05-242-1/+4
* net/http: polish gzip case insensitive testEmmanuel Odeke2017-05-241-5/+5