aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/fs.go
AgeCommit message (Expand)Author
2020-06-29net/http: fix panic with If-None-Match value in http.ServeContentMarcus Weiner
2020-06-23net/http: document Dir behavior with symlinksKatie Hockman
2020-05-06net/http: use ASCII space trimming throughoutFilippo Valsorda
2019-10-14net/http: clean up checkIfModifiedSince and checkIfUnmodifiedSinceAnmol Sethi
2019-10-01net/http: avoid sending unspecified time for directoriesNuno Cruces
2019-09-02net/http: merge IsDir checks in fs.go's serveFile functionspacewander
2019-08-28net/http: don't panic serving dir in ServeFile with empty Request.URL.PathBrad Fitzpatrick
2019-02-26net/http: add godoc for Dir.Open functionDmitry Mottl
2018-07-27net/http: try to document ServeFile security moreBrad Fitzpatrick
2018-02-20net/http: use RFC 723x as normative reference in docsDavid Url
2017-10-05all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger
2017-09-25all: prefer strings.IndexByte over strings.IndexMarvin Stenger
2017-08-29all: join some chained ifs to unindent codeDaniel Martí
2017-08-14net/http: various small cleanupsDaniel Martí
2017-08-09net/http: log Readdir error to Server.ErrorLogDmitri Shuralyov
2017-08-09net/http: check If-Range header when request method is HEADJoe Kyo
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