index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
http
Age
Commit message (
Expand
)
Author
2011-08-24
http: adjust test threshold for larger suse buffers
Brad Fitzpatrick
2011-08-24
http: on invalid request, send 400 response
Brad Fitzpatrick
2011-08-23
http: delete error kludge
Russ Cox
2011-08-23
http: add MaxBytesReader to limit request body size
Brad Fitzpatrick
2011-08-18
mime: ParseMediaType returns os.Error now, not a nil map
Brad Fitzpatrick
2011-08-18
http: remove a TODO due to new behavior of nil maps
Rob Pike
2011-08-17
url: new package
Rob Pike
2011-08-10
http: corrects undocumented side effects in http.DefaultTransport's RoundTrip...
Dave Grijalva
2011-08-10
http: fix ParseMultipartForm after MultipartReader error
Brad Fitzpatrick
2011-08-09
http: configurable and default request header size limit
Brad Fitzpatrick
2011-08-09
http: add test to serve content in index.html
Yasuhiro Matsumoto
2011-08-04
http: correct path to serve index.html.
Yasuhiro Matsumoto
2011-08-04
http: add more MPEG-4 MIME types to sniffer, and disable MP4 sniffing.
David Symonds
2011-08-01
http: correct format flags when printing errors during tests
Alex Brainman
2011-07-28
http: make serveFile redirects relative to work with StripPrefix
Andrew Balholm
2011-07-27
container/vector: removed some uses of container/vector in other pkgs
John Asmuth
2011-07-26
http: set content type for fileserver directory listings
Robert Griesemer
2011-07-26
http: implement MP4 sniffing.
David Symonds
2011-07-22
pkg/http: fix a couple of error messages
Rob Pike
2011-07-22
http: clarify use of w.conn.body in Write when sniffing.
David Symonds
2011-07-21
http: fix chunking bug during content sniffing
Russ Cox
2011-07-21
undo CL 4808044 / 1bd754e69ce7
Russ Cox
2011-07-21
http: do not parse req.URL for CONNECT
Yasuhiro Matsumoto
2011-07-21
http: disable sniffer for now.
David Symonds
2011-07-21
http: sniffing algorithm.
David Symonds
2011-07-18
http: let FileServer work when path doesn't begin with a slash
Brad Fitzpatrick
2011-07-18
http: drain the pipe output in TestHandlerPanic to avoid logging deadlock.
David Symonds
2011-07-17
http: make tests quiet, fixing a test race
Brad Fitzpatrick
2011-07-15
http: fixes for sniffing
Russ Cox
2011-07-15
http: sniffing placeholder
Russ Cox
2011-07-14
cgi: make test less flaky
Brad Fitzpatrick
2011-07-14
go/printer: changed max. number of newlines from 3 to 2
Robert Griesemer
2011-07-13
fix build from e904b6784768 breakage
Brad Fitzpatrick
2011-07-13
http: fix Content-Type of file extension.
Yasuhiro Matsumoto
2011-07-11
http: support for periodic flushing in ReverseProxy
Brad Fitzpatrick
2011-07-11
cgi: close stdout reader pipe when finished
Brad Fitzpatrick
2011-07-09
http: update triv.go with gofix
Andrew Balholm
2011-07-08
sort: rename helpers: s/Sort// in sort.Sort[Float64s|Ints|Strings]
Andrew Gerrand
2011-07-07
cgi: don't depend on CGI.pm for tests
Brad Fitzpatrick
2011-06-30
http/cgi: add Handler.Dir to specify working directory
Yasuhiro Matsumoto
2011-06-29
http: document that ServerConn and ClientConn are low-level
Brad Fitzpatrick
2011-06-29
http: make NewChunkedReader public
Andrew Balholm
2011-06-28
strings.Split: make the default to split all.
Rob Pike
2011-06-27
http: respect Handlers setting Connection: close in their response
Brad Fitzpatrick
2011-06-27
http: add FileSystem interface, make FileServer use it
Brad Fitzpatrick
2011-06-27
http: add StripPrefix handler wrapper
Brad Fitzpatrick
2011-06-27
http: do TLS handshake explicitly before copying TLS state
Brad Fitzpatrick
2011-06-24
http: better handling of 0-length Request.Body
Brad Fitzpatrick
2011-06-24
http: assume ContentLength 0 on GET requests
Brad Fitzpatrick
2011-06-23
http: buffer Request.Write
Brad Fitzpatrick
[prev]
[next]