aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/http
AgeCommit message (Expand)Author
2011-11-03net: renamingsRob Pike
2011-11-03http: don't use ClientConn in TransportBrad Fitzpatrick
2011-11-03http: update mime sniffing doc reference.David Symonds
2011-11-02all: sort importsRuss Cox
2011-11-01src/pkg/[a-m]*: gofix -r error -force=errorRuss Cox
2011-11-01http: avoid name error in testRuss Cox
2011-10-26redo CL 5302057 / dac58d9c9e4aAndrew Gerrand
2011-10-25cgo, goyacc, go/build, html, http, path, path/filepath, testing/quick, test: ...Russ Cox
2011-10-26undo CL 5302057 / dac58d9c9e4aAndrew Gerrand
2011-10-25http: remove Connection header in ReverseProxyBrad Fitzpatrick
2011-10-24http: doc typoBrad Fitzpatrick
2011-10-24http: add package commentBrad Fitzpatrick
2011-10-21http: Transport: with TLS InsecureSkipVerify, skip hostname checkBrad Fitzpatrick
2011-10-19http: comment tweaksBrad Fitzpatrick
2011-10-19http: add test for panic inside hijacked requestAndrew Gerrand
2011-10-18http, crypto/tls: fix read timeouts and closing.Adam Langley
2011-10-18gofix -r mapdeleteRuss Cox
2011-10-17http: do not depend on map iteration orderRuss Cox
2011-10-17http: fix panic when recovering from hijacked connection panicAndrew Gerrand
2011-10-14http: DoS protection: cap non-Handler Request.Body readsBrad Fitzpatrick
2011-10-14http: avoid panic caused by nil URLAnthony Martin
2011-10-14http: RoundTrippers shouldn't mutate RequestBrad Fitzpatrick
2011-10-14http: shut up a false Transport warning on WindowsBrad Fitzpatrick
2011-10-13crypto/tls: fetch root certificates using Mac OS APIMikkel Krautz
2011-10-12http: remove Request.RawURLBrad Fitzpatrick
2011-10-11exp/spdy: move http/spdy to exp/spdyBrad Fitzpatrick
2011-10-09http: cancel test timers; don't t.Fatalf in other goroutinesBrad Fitzpatrick
2011-10-03strings: implement a faster byte->string ReplacerBrad Fitzpatrick
2011-10-03strings: implement a faster byte->byte ReplacerBrad Fitzpatrick
2011-09-30io: rename Copyn to CopyN.David Symonds
2011-09-28http: don't send a 400 Bad Request after a client shutdownBrad Fitzpatrick
2011-09-23http: add Location method to ResponseBrad Fitzpatrick
2011-09-21http: add a (disabled) test for TLS handshake timeoutsBrad Fitzpatrick
2011-09-20httptest: add NewUnstartedServerBrad Fitzpatrick
2011-09-19http: fix TLS handshake blocking server accept loopBrad Fitzpatrick
2011-09-19http: always include Content-Length header, even for 0Dave Grijalva
2011-09-19http: prevent DumpRequest from adding implicit headersBrad Fitzpatrick
2011-09-19http: check explicit wrong Request.ContentLength valuesBrad Fitzpatrick
2011-09-16http/cgi: clean up environment.Yasuhiro Matsumoto
2011-09-15http: MaxBytesReader doc cleanupsBrad Fitzpatrick
2011-09-15http: document that Response.Body is non-nilBrad Fitzpatrick
2011-09-15http/cgi: add openbsd environment configurationBrad Fitzpatrick
2011-09-15http: fix WriteProxy documentationBrad Fitzpatrick
2011-09-13http: Alphabetize imports.Ian Lance Taylor
2011-09-12time: make Weekday a method.Rob Pike
2011-09-06cleanup: gofmt -s -w src miscRobert Griesemer
2011-09-06url: handle ; in ParseQueryRuss Cox
2011-08-30http: add file protocol transportBrad Fitzpatrick
2011-08-26http: support setting Transport's TLS client configBrad Fitzpatrick
2011-08-25http: return 413 instead of 400 when the request body is too largeDave Cheney