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
/
net
/
http
/
fs.go
Age
Commit message (
Expand
)
Author
2017-04-06
net/http: fix ineffective break in etag scanning
Daniel MartÃ
2017-03-06
net/http: remove unused ResponseWriter params
Daniel MartÃ
2017-02-14
net/http: handle absolute paths in mapDirOpenError
Nathan Caza
2017-02-10
net/http: improve handling of errors in Dir.Open
Nathan Caza
2017-02-01
net/http: remove check for null bytes in Dir.Open()
Anmol Sethi
2016-11-28
net/http: document restrictions on ETag as expected by ServeContent
Joe Tsai
2016-11-03
net/http: support If-Match in ServeContent
Dan Harrington
2016-10-04
all: use sort.Slice where applicable
Brad Fitzpatrick
2016-09-22
net/url: prefix relative paths containing ":" in the first segment with "./"
Kale Blankenship
2016-08-25
net/http: send Content-Range if no byte range overlaps
Sina Siadat
2016-08-21
net/http: prepend ./ to directory list hrefs in FileServer
Salman Aljammaz
2016-04-13
all: use new io.SeekFoo constants instead of os.SEEK_FOO
Brad Fitzpatrick
2016-03-24
net/http: redirect if the URL path is a dir & doesn't end in a slash
Mohit Agarwal
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-23
net/http: fix typo in doc string
Robert Griesemer
2016-02-19
all: replace strings.Index with strings.Contains where possible
Nathan VanBenschoten
2016-01-27
net/http: add protections against misuse of ServeFile
Brad Fitzpatrick
2015-11-30
net/http: define File as an io.Seeker
Burcu Dogan
2015-10-19
net/http: use the correct error variable in serveFile
Brad Fitzpatrick
2015-09-01
net/http: make FileServer sort directory entries
Dan Peterson
2015-04-30
net/http: document ServeFile and FileServer index.html redirect behavior
Brad Fitzpatrick
2015-04-22
net/http: make ServeContent errors return more specific HTTP status codes
Brad Fitzpatrick
2015-03-23
net/http: ignore the Unix epoch time in ServeContent
Brad Fitzpatrick
2014-12-20
net/http: Fix Range off-by-one error
Jed Denlea
2014-11-14
net/http: add comment to clarify whether Dir is '/' or '\'.
Nigel Tao
2014-09-15
net/http: don't call FileSystem.Open with unclean index.html path
Brad Fitzpatrick
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
[prev]