aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/fs.go
AgeCommit message (Expand)Author
2017-06-23net/http: document that Dir can serve sensitive directoriesKevin Burke
2017-04-06net/http: fix ineffective break in etag scanningDaniel Martí
2017-03-06net/http: remove unused ResponseWriter paramsDaniel Martí
2017-02-14net/http: handle absolute paths in mapDirOpenErrorNathan Caza
2017-02-10net/http: improve handling of errors in Dir.OpenNathan Caza
2017-02-01net/http: remove check for null bytes in Dir.Open()Anmol Sethi
2016-11-28net/http: document restrictions on ETag as expected by ServeContentJoe Tsai
2016-11-03net/http: support If-Match in ServeContentDan Harrington
2016-10-04all: use sort.Slice where applicableBrad Fitzpatrick
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-13all: use new io.SeekFoo constants instead of os.SEEK_FOOBrad Fitzpatrick
2016-03-24net/http: redirect if the URL path is a dir & doesn't end in a slashMohit Agarwal
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-23net/http: fix typo in doc stringRobert Griesemer
2016-02-19all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten
2016-01-27net/http: add protections against misuse of ServeFileBrad Fitzpatrick
2015-11-30net/http: define File as an io.SeekerBurcu Dogan
2015-10-19net/http: use the correct error variable in serveFileBrad Fitzpatrick
2015-09-01net/http: make FileServer sort directory entriesDan Peterson
2015-04-30net/http: document ServeFile and FileServer index.html redirect behaviorBrad Fitzpatrick
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-11-14net/http: add comment to clarify whether Dir is '/' or '\'.Nigel Tao
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