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
2024-01-25
all: prealloc slice with possible minimum capabilities
Shulhan
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
2017-06-23
net/http: document that Dir can serve sensitive directories
Kevin Burke
2017-04-06
net/http: fix ineffective break in etag scanning
Daniel Martí
2017-03-06
net/http: remove unused ResponseWriter params
Daniel Martí
2017-02-14
net/http: handle absolute paths in mapDirOpenError
Nathan Caza
2017-02-10
net/http: improve handling of errors in Dir.Open
Nathan Caza
2017-02-01
net/http: remove check for null bytes in Dir.Open()
Anmol Sethi
2016-11-28
net/http: document restrictions on ETag as expected by ServeContent
Joe Tsai
2016-11-03
net/http: support If-Match in ServeContent
Dan Harrington
2016-10-04
all: use sort.Slice where applicable
Brad Fitzpatrick
2016-09-22
net/url: prefix relative paths containing ":" in the first segment with "./"
Kale Blankenship
2016-08-25
net/http: send Content-Range if no byte range overlaps
Sina Siadat
[next]