aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/fs_test.go
AgeCommit message (Expand)Author
2021-04-16net/http: using errors.Is in fs error detectionPeng Gao
2021-04-07net/http: replace os.MkdirTemp with T.TempDirianwoolf
2021-04-05all: update references to symbols moved from io/ioutil to ioKimMachineGun
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-20net/http: add FS to convert fs.FS to FileSystemRuss Cox
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-09-02net/http: reject negative suffix-length Range:bytes=--N with 416 status codeEmmanuel T Odeke
2020-09-01net/http: refactor ResponseWriter.ReadFrom to permit splice on LinuxPaul Forgey
2020-06-29net/http: fix panic with If-None-Match value in http.ServeContentMarcus Weiner
2019-11-08net/http: relax TestLinuxSendfile, trace all system calls, match n64:sendfileBrad Fitzpatrick
2019-08-28net/http: don't panic serving dir in ServeFile with empty Request.URL.PathBrad Fitzpatrick
2019-01-23net/url, net/http: reject control characters in URLsBrad Fitzpatrick
2018-03-06net/http: correct subtle transposition of offset and whence in testas
2018-01-02net/http: relax the matching of strace output in testCaio Marcelo de Oliveira Filho
2017-11-15net/http: don't set Content-Type with empty body automaticallyTw
2017-08-09net/http: check If-Range header when request method is HEADJoe Kyo
2017-06-08net/http: enable TestLinuxSendfile on mips64Vladimir Stefanovic
2017-04-06net/http: fix ineffective break in etag scanningDaniel Martí
2017-03-24net/http: Fix TestLinuxSendfile without strace permissionsKenny Grant
2017-03-08net/http: use httptest.Server Client in testsJohan Brandhorst
2017-02-14net/http: handle absolute paths in mapDirOpenErrorNathan Caza
2017-02-10net/http: improve handling of errors in Dir.OpenNathan Caza
2016-11-22net/http: skip TestLinuxSendfile on mips64 for nowBrad Fitzpatrick
2016-11-21net/http: maybe fix TestLinuxSendfile on mips64Brad Fitzpatrick
2016-11-05net/http: deflake TestLinuxSendfileBrad Fitzpatrick
2016-11-04net/http: speed up tests, use t.Parallel when it's safeBrad Fitzpatrick
2016-11-03net/http: support If-Match in ServeContentDan Harrington
2016-09-22net/url: prefix relative paths containing ":" in the first segment with "./"Kale Blankenship
2016-08-25net/http: send Content-Range if no byte range overlapsSina Siadat
2016-08-21net/http: prepend ./ to directory list hrefs in FileServerSalman Aljammaz
2016-04-12net/http: fix TestLinuxSendfile on s390xMichael Munday
2016-03-24net/http: redirect if the URL path is a dir & doesn't end in a slashMohit Agarwal
2016-03-21all: delete dead test codeDominik Honnef
2016-01-27net/http: add protections against misuse of ServeFileBrad Fitzpatrick
2015-12-10net/http: run more tests in http2 modeBrad Fitzpatrick
2015-12-01net/http: retry idempotent HTTP reqs on dead reused connsBlake Gentry
2015-11-12net/http: fixed TestLinuxSendfile for mips64Yao Zhang
2015-10-19net/http: use the correct error variable in serveFileBrad Fitzpatrick
2015-09-01net/http: make FileServer sort directory entriesDan Peterson
2015-04-22net/http: make ServeContent errors return more specific HTTP status codesBrad Fitzpatrick
2015-03-23net/http: ignore the Unix epoch time in ServeContentBrad Fitzpatrick
2014-12-20net/http: Fix Range off-by-one errorJed Denlea
2014-09-15net/http: don't call FileSystem.Open with unclean index.html pathBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox