aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/fs.go
AgeCommit message (Expand)Author
2024-05-09net/http: remove misleading response headers on errorRuss Cox
2024-03-29net/http: correct doc for ServeFileFSJes Cok
2024-02-27net/http: prevent redirect loop in serveFile if "/" is a normal fileMauri de Souza Meneguzzo
2024-02-26path/filepath: add LocalizeDamien Neil
2024-02-24net/http: make FileServer look good on mobileMax 👨🏽‍💻 Coplan
2024-01-10net: add available godoc linkcui fliter
2023-11-15net/http: don't set length for non-range encoded content requestsDamien Neil
2023-11-06net/http: set/override Content-Length for encoded range requestsMitar
2023-08-07net/http: add ServeFileFS, FileServerFS, NewFileTransportFSMauri de Souza Meneguzzo
2023-07-24Revert "net/http: use Copy in ServeContent if CopyN not needed"Damien Neil
2023-04-06Revert "net/http: FileServer method check + minimal OPTIONS implementation"Damien Neil
2023-03-09net/http: use Copy in ServeContent if CopyN not neededLeo Antunes
2022-12-06os, net/http: avoid escapes from os.DirFS and http.Dir on WindowsDamien Neil
2022-11-04net/http: ignore ranges if the content is empty in serveContentJorropo
2022-09-29net/http: remove deadstore statementcuiweixie
2022-09-29net/http: use time.Comparecuiweixie
2022-08-29net/http: FileServer method check + minimal OPTIONS implementationPascal S. de Kloe
2022-08-26net/http: mention io.Seeker requirement in FS documentationAlex Studer
2022-07-11net/http: remove Content-Encoding in writeNotModifiedMitar
2022-04-11all: gofmt main repoRuss Cox
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-01-10net/http: map FS Open errors just like DirJonathan Amsterdam
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2021-04-16net/http: using errors.Is in fs error detectionPeng Gao
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-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