1. 7349d21 http: add file protocol transport by Brad Fitzpatrick · 14 years ago
  2. 822804c http: support setting Transport's TLS client config by Brad Fitzpatrick · 14 years ago
  3. 8511ed4 http: return 413 instead of 400 when the request body is too large by Dave Cheney · 14 years ago
  4. fa6d038 http: adjust test threshold for larger suse buffers by Brad Fitzpatrick · 14 years ago
  5. bb4cf3f http: on invalid request, send 400 response by Brad Fitzpatrick · 14 years ago
  6. 03582b3 http: delete error kludge by Russ Cox · 14 years ago
  7. f0ef4f4 http: add MaxBytesReader to limit request body size by Brad Fitzpatrick · 14 years ago
  8. a986d98 mime: ParseMediaType returns os.Error now, not a nil map by Brad Fitzpatrick · 14 years ago
  9. 8380ff3 http: remove a TODO due to new behavior of nil maps by Rob Pike · 14 years ago
  10. 1d8f822 url: new package by Rob Pike · 14 years ago
  11. 8f3c749 http: corrects undocumented side effects in http.DefaultTransport's RoundTrip method by Dave Grijalva · 14 years ago
  12. 31fa584 http: fix ParseMultipartForm after MultipartReader error by Brad Fitzpatrick · 14 years ago
  13. d24a978 http: configurable and default request header size limit by Brad Fitzpatrick · 14 years ago
  14. 29df7bb http: add test to serve content in index.html by Yasuhiro Matsumoto · 14 years ago
  15. 62d4b8e http: correct path to serve index.html. by Yasuhiro Matsumoto · 14 years ago
  16. 4143491 http: add more MPEG-4 MIME types to sniffer, and disable MP4 sniffing. by David Symonds · 14 years ago
  17. 8800f7c http: correct format flags when printing errors during tests by Alex Brainman · 14 years ago
  18. 3de6228 http: make serveFile redirects relative to work with StripPrefix by Andrew Balholm · 14 years ago
  19. 2f4632f container/vector: removed some uses of container/vector in other pkgs by John Asmuth · 14 years ago
  20. e21f693 http: set content type for fileserver directory listings by Robert Griesemer · 14 years ago
  21. e527d49 http: implement MP4 sniffing. by David Symonds · 14 years ago
  22. 54045e6 pkg/http: fix a couple of error messages by Rob Pike · 14 years ago
  23. 99e5d48 http: clarify use of w.conn.body in Write when sniffing. by David Symonds · 14 years ago
  24. 301d8a6 http: fix chunking bug during content sniffing by Russ Cox · 14 years ago
  25. 17d9093 undo CL 4808044 / 1bd754e69ce7 by Russ Cox · 14 years ago
  26. bf5ec12 http: do not parse req.URL for CONNECT by Yasuhiro Matsumoto · 14 years ago
  27. 6c46afdf http: disable sniffer for now. by David Symonds · 14 years ago
  28. 78c89d2 http: sniffing algorithm. by David Symonds · 14 years ago
  29. 3745716 http: let FileServer work when path doesn't begin with a slash by Brad Fitzpatrick · 14 years ago
  30. a8e0035 http: drain the pipe output in TestHandlerPanic to avoid logging deadlock. by David Symonds · 14 years ago
  31. 8b33c7b http: make tests quiet, fixing a test race by Brad Fitzpatrick · 14 years ago
  32. e07c6e6 http: fixes for sniffing by Russ Cox · 14 years ago
  33. e1b2e20 http: sniffing placeholder by Russ Cox · 14 years ago
  34. fc7b423 cgi: make test less flaky by Brad Fitzpatrick · 14 years ago
  35. 90564a9 go/printer: changed max. number of newlines from 3 to 2 by Robert Griesemer · 14 years ago
  36. 8ba48fb fix build from e904b6784768 breakage by Brad Fitzpatrick · 14 years ago
  37. 2012290 http: fix Content-Type of file extension. by Yasuhiro Matsumoto · 14 years ago
  38. ce3c395 http: support for periodic flushing in ReverseProxy by Brad Fitzpatrick · 14 years ago
  39. 1722ec2 cgi: close stdout reader pipe when finished by Brad Fitzpatrick · 14 years ago
  40. b053400 http: update triv.go with gofix by Andrew Balholm · 14 years ago
  41. 5bcbcab3 sort: rename helpers: s/Sort// in sort.Sort[Float64s|Ints|Strings] by Andrew Gerrand · 14 years ago
  42. 3236097 cgi: don't depend on CGI.pm for tests by Brad Fitzpatrick · 14 years ago
  43. 2f9fbad http/cgi: add Handler.Dir to specify working directory by Yasuhiro Matsumoto · 14 years ago
  44. d980f53 http: document that ServerConn and ClientConn are low-level by Brad Fitzpatrick · 14 years ago
  45. 7983ab9 http: make NewChunkedReader public by Andrew Balholm · 14 years ago
  46. ebb1566 strings.Split: make the default to split all. by Rob Pike · 14 years ago
  47. ac213ab http: respect Handlers setting Connection: close in their response by Brad Fitzpatrick · 14 years ago
  48. 19f7950 http: add FileSystem interface, make FileServer use it by Brad Fitzpatrick · 14 years ago
  49. 6c6c232 http: add StripPrefix handler wrapper by Brad Fitzpatrick · 14 years ago
  50. 7e29f1a http: do TLS handshake explicitly before copying TLS state by Brad Fitzpatrick · 14 years ago
  51. 5d4eea6 http: better handling of 0-length Request.Body by Brad Fitzpatrick · 14 years ago
  52. e16b740 http: assume ContentLength 0 on GET requests by Brad Fitzpatrick · 14 years ago
  53. 89873e6 http: buffer Request.Write by Brad Fitzpatrick · 14 years ago
  54. 712fb6d os.Error API: don't export os.ErrorString, use os.NewError consistently by Robert Griesemer · 14 years ago
  55. 9ee83f5 http: write Header keys with empty values by Brad Fitzpatrick · 14 years ago
  56. 922cead http: permit handlers to explicitly remove the Date header by Brad Fitzpatrick · 14 years ago
  57. c278434 http: add Server.ListenAndServeTLS by Brad Fitzpatrick · 14 years ago
  58. da7b96f http: fix req.Cookie(name) with cookies in one header by Brad Fitzpatrick · 14 years ago
  59. 3c06518 http: fix documentation typo by Scott Lawrence · 14 years ago
  60. 21e75da respect goto restrictions by Russ Cox · 14 years ago
  61. 380e5a3 http: document http client/transport thread safety by Brad Fitzpatrick · 14 years ago
  62. 6e9b1a7 http: make Headers be source of truth by Brad Fitzpatrick · 14 years ago
  63. 98f95b8 mime/multipart: convert Reader from interface to struct by Brad Fitzpatrick · 14 years ago
  64. d6653fe http: use runtime/debug.Stack() to dump stack trace on panic. by Rob Pike · 14 years ago
  65. 5af8e53 http/spdy: improve error handling. by William Chan · 14 years ago
  66. 5e8b9c6 http: fix regression permitting io.Copy on HEAD response by Brad Fitzpatrick · 14 years ago
  67. 9c436ab http: fix handling of 0-lengthed http requests by Brad Fitzpatrick · 14 years ago
  68. 6a87628 http: change most map[string][]string types to new Values type by Brad Fitzpatrick · 14 years ago
  69. c281ddf crypto: reorg, cleanup and add function for generating CRLs. by Adam Langley · 14 years ago
  70. 2655757 http: don't fail on accept hitting EMFILE by Brad Fitzpatrick · 14 years ago
  71. 31c79c4 http: ServeFile shouldn't send Content-Length when Content-Encoding is set by Brad Fitzpatrick · 14 years ago
  72. 2a8ea0d http: catch panics by Brad Fitzpatrick · 14 years ago
  73. 4d15577 exec: add Cmd methods StdinPipe, StdoutPipe, StderrPipe by Brad Fitzpatrick · 14 years ago
  74. bc3a72f http/spdy: reorganize package. by William Chan · 14 years ago
  75. f259f6b exec: new API, replace Run with Command by Brad Fitzpatrick · 14 years ago
  76. fecab40 http/spdy: fix data race in header decompression. by William Chan · 14 years ago
  77. 2198050 http: have client set Content-Length when possible by Brad Fitzpatrick · 14 years ago
  78. da32ed7 http: let Transport use a custom net.Dial function by Brad Fitzpatrick · 14 years ago
  79. 399a311 http: client+server benchmark by Brad Fitzpatrick · 14 years ago
  80. 0b204e4 http: propagate Set-Cookie in reverse proxy by Brad Fitzpatrick · 14 years ago
  81. b88be14 http/spdy: temporarily disable some failing tests by Brad Fitzpatrick · 14 years ago
  82. abb970e http/spdy: redo interfaces, flesh out implementation & frame types by William Chan · 14 years ago
  83. 0836b86 http: Transport hook to register non-http(s) protocols by Brad Fitzpatrick · 14 years ago
  84. 1b6bf88 encoding/base64: add DecodeString and EncodeToString by Brad Fitzpatrick · 14 years ago
  85. b0f39cc io, net, http: sendfile support by Brad Fitzpatrick · 14 years ago
  86. b32ad8b http: Client test for streaming responses (no code changes) by Brad Fitzpatrick · 14 years ago
  87. 3933cb2 http: fix Set-Cookie date parsing by Brad Fitzpatrick · 14 years ago
  88. ccafd53 http: add docs/warning on incorrect use of NewChunkedWriter by Brad Fitzpatrick · 14 years ago
  89. e4b9422 http: include Host header in requests, even with proxies by Brad Fitzpatrick · 14 years ago
  90. b790ae2 go/printer, gofmt: fix formatting of expression lists (missing blank) by Robert Griesemer · 14 years ago
  91. 4ffff35 http: Client.Do should follow redirects for GET and HEAD by Brad Fitzpatrick · 14 years ago
  92. c8727c8 pkg: spelling tweaks, A-H by Robert Hencke · 14 years ago
  93. feca99f http: add Transport.ProxySelector by Brad Fitzpatrick · 14 years ago
  94. 9ea0bd3 http: add http.SetCookie(ResponseWriter, *Cookie) by Brad Fitzpatrick · 14 years ago
  95. db36e03 net, http: add and make use of IP address scope identification API by Mikio Hara · 14 years ago
  96. cc2fc02 pkg: fix incorrect prints found by govet by Robert Hencke · 14 years ago
  97. cd4d000 http: add Request.SetBasicAuth method by Brad Fitzpatrick · 14 years ago
  98. 092f34f http: make HEAD client request follow redirects by Eivind Uggedal · 14 years ago
  99. 05a1b7e http: remove finalURL from Client.Get; move to Response by Brad Fitzpatrick · 14 years ago
  100. fa23a70 http: fix two Transport gzip+persist crashes by Brad Fitzpatrick · 14 years ago