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_test.go
Age
Commit message (
Expand
)
Author
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
2016-11-22
net/http: skip TestLinuxSendfile on mips64 for now
Brad Fitzpatrick
2016-11-21
net/http: maybe fix TestLinuxSendfile on mips64
Brad Fitzpatrick
2016-11-05
net/http: deflake TestLinuxSendfile
Brad Fitzpatrick
2016-11-04
net/http: speed up tests, use t.Parallel when it's safe
Brad Fitzpatrick
2016-11-03
net/http: support If-Match in ServeContent
Dan Harrington
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-12
net/http: fix TestLinuxSendfile on s390x
Michael Munday
2016-03-24
net/http: redirect if the URL path is a dir & doesn't end in a slash
Mohit Agarwal
2016-03-21
all: delete dead test code
Dominik Honnef
2016-01-27
net/http: add protections against misuse of ServeFile
Brad Fitzpatrick
2015-12-10
net/http: run more tests in http2 mode
Brad Fitzpatrick
2015-12-01
net/http: retry idempotent HTTP reqs on dead reused conns
Blake Gentry
2015-11-12
net/http: fixed TestLinuxSendfile for mips64
Yao Zhang
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-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-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]