summaryrefslogtreecommitdiff
path: root/src/net/http
Commit message (Expand)AuthorAgeFilesLines
* net/http: add comment to clarify whether Dir is '/' or '\'.Nigel Tao2014-11-141-2/+6
* all: use golang.org/x/... import pathsAndrew Gerrand2014-11-101-1/+1
* net/http: fix benchmark goroutine leakBrad Fitzpatrick2014-11-081-0/+1
* net/http: add missing newline in list of leaked goroutinesIan Lance Taylor2014-10-311-1/+1
* net/http/pprof: run GC for /debug/pprof/heap?gc=1Russ Cox2014-10-241-0/+4
* net/http: don't send implicit gzip Accept-Encoding on Range requestsBrad Fitzpatrick2014-10-153-2/+70
* net/http: don't reuse a server connection after any Write errorsBrad Fitzpatrick2014-10-152-3/+126
* net/http: fix authentication info leakage in Referer header (potential securi...Jens Frederich2014-10-073-2/+68
* net/http/httputil: ensure DumpRequestOut dumps all of BodyBrad Fitzpatrick2014-09-302-3/+39
* net/http: make Transport.CloseIdleConnections also close pending dialsBrad Fitzpatrick2014-09-293-5/+74
* net/http: enable Transfer-Encoding: identity without Content-Length for HTTP ...James Tucker2014-09-292-7/+43
* net/http: clarify Request.FormValue docsBrad Fitzpatrick2014-09-291-1/+2
* net/http: update ProxyFromEnvironment docs for HTTPS_PROXY additionBrad Fitzpatrick2014-09-241-3/+10
* net/http: allow double-quotes only on cookie values, not cookieNigel Tao2014-09-252-5/+37
* net/http: check for CloseWrite interface, not TCPConn implementationBrad Fitzpatrick2014-09-243-2/+35
* net/http: support https_proxy in ProxyFromEnvironmentBrad Fitzpatrick2014-09-243-6/+39
* net/http: replace z_last_test hack with testing.MainBrad Fitzpatrick2014-09-221-9/+21
* net/http: document server recovering panicsRuss Cox2014-09-191-0/+6
* net/http: ensured that proxy errors are returned by Transport.RoundTrip.John Tuley2014-09-192-1/+19
* net/http: don't call FileSystem.Open with unclean index.html pathBrad Fitzpatrick2014-09-152-1/+38
* build: move package sources from src/pkg to srcRuss Cox2014-09-0870-0/+25562