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.go
Age
Commit message (
Expand
)
Author
19 hours
all: prealloc slice with possible minimum capabilities
Shulhan
2026-03-12
net/http: move DetectContentType into net/http/internal
Damien Neil
2025-03-05
net/http: make http.FileServer return 404 when a path is invalid/unsafe
Grégoire Lodi
2025-02-04
net: use strings.SplitSeq and bytes.SplitSeq
apocelipes
2025-02-03
net/http: use strings.FieldsFuncSeq to reduce memory allocations
cuishuang
2024-07-15
net/http: document io.Seeker requirement for fs.FS arguments
Sean Liao
2024-06-18
net/http: keep Content-Encoding in Error, add GODEBUG for ServeContent
Damien Neil
2024-05-09
net/http: remove misleading response headers on error
Russ Cox
2024-03-29
net/http: correct doc for ServeFileFS
Jes Cok
2024-02-27
net/http: prevent redirect loop in serveFile if "/" is a normal file
Mauri de Souza Meneguzzo
2024-02-26
path/filepath: add Localize
Damien Neil
2024-02-24
net/http: make FileServer look good on mobile
Max 👨🏽💻 Coplan
2024-01-10
net: add available godoc link
cui fliter
2023-11-15
net/http: don't set length for non-range encoded content requests
Damien Neil
2023-11-06
net/http: set/override Content-Length for encoded range requests
Mitar
2023-08-07
net/http: add ServeFileFS, FileServerFS, NewFileTransportFS
Mauri de Souza Meneguzzo
2023-07-24
Revert "net/http: use Copy in ServeContent if CopyN not needed"
Damien Neil
2023-04-06
Revert "net/http: FileServer method check + minimal OPTIONS implementation"
Damien Neil
2023-03-09
net/http: use Copy in ServeContent if CopyN not needed
Leo Antunes
2022-12-06
os, net/http: avoid escapes from os.DirFS and http.Dir on Windows
Damien Neil
2022-11-04
net/http: ignore ranges if the content is empty in serveContent
Jorropo
2022-09-29
net/http: remove deadstore statement
cuiweixie
2022-09-29
net/http: use time.Compare
cuiweixie
2022-08-29
net/http: FileServer method check + minimal OPTIONS implementation
Pascal S. de Kloe
2022-08-26
net/http: mention io.Seeker requirement in FS documentation
Alex Studer
2022-07-11
net/http: remove Content-Encoding in writeNotModified
Mitar
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-01
all: remove trailing blank doc comment lines
Russ Cox
2022-01-10
net/http: map FS Open errors just like Dir
Jonathan Amsterdam
2021-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
2021-04-16
net/http: using errors.Is in fs error detection
Peng Gao
2020-10-20
net/http: add FS to convert fs.FS to FileSystem
Russ Cox
2020-10-20
all: update references to symbols moved from os to io/fs
Russ Cox
2020-09-02
net/http: reject negative suffix-length Range:bytes=--N with 416 status code
Emmanuel T Odeke
2020-06-29
net/http: fix panic with If-None-Match value in http.ServeContent
Marcus Weiner
2020-06-23
net/http: document Dir behavior with symlinks
Katie Hockman
2020-05-06
net/http: use ASCII space trimming throughout
Filippo Valsorda
2019-10-14
net/http: clean up checkIfModifiedSince and checkIfUnmodifiedSince
Anmol Sethi
2019-10-01
net/http: avoid sending unspecified time for directories
Nuno Cruces
2019-09-02
net/http: merge IsDir checks in fs.go's serveFile function
spacewander
2019-08-28
net/http: don't panic serving dir in ServeFile with empty Request.URL.Path
Brad Fitzpatrick
2019-02-26
net/http: add godoc for Dir.Open function
Dmitry Mottl
2018-07-27
net/http: try to document ServeFile security more
Brad Fitzpatrick
2018-02-20
net/http: use RFC 723x as normative reference in docs
David Url
2017-10-05
all: revert "all: prefer strings.IndexByte over strings.Index"
Marvin Stenger
2017-09-25
all: prefer strings.IndexByte over strings.Index
Marvin Stenger
2017-08-29
all: join some chained ifs to unindent code
Daniel Martí
2017-08-14
net/http: various small cleanups
Daniel Martí
2017-08-09
net/http: log Readdir error to Server.ErrorLog
Dmitri Shuralyov
2017-08-09
net/http: check If-Range header when request method is HEAD
Joe Kyo
[next]