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
/
textproto
/
reader.go
Age
Commit message (
Expand
)
Author
2023-02-14
mime/multipart: limit memory/inode consumption of ReadForm
Damien Neil
2022-11-08
net/textproto: reject invalid header keys/values in ReadMIMEHeader
Damien Neil
2022-09-28
net/textproto: use bytes.Clone
cuiweixie
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-08
net/textproto: initialize commonHeader in canonicalMIMEHeaderKey
Johan Jansson
2022-04-01
all: remove trailing blank doc comment lines
Russ Cox
2021-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2020-07-09
net/textproto: correct documentation of empty line handling
Norman B. Lancaster
2020-03-01
net/textproto: pass missing argument to fmt.Sprintf
Ian Lance Taylor
2019-10-08
net/textproto: do not allow multi-line header field names
Katie Hockman
2019-09-26
net/textproto: don't normalize headers with spaces before the colon
Filippo Valsorda
2019-03-31
cmd/go: further reduce init work
Daniel Martí
2018-11-01
net/textproto: do not buffer a line if we know the next line is empty
Travis Bischel
2018-06-01
all: update comment URLs from HTTP to HTTPS, where possible
Tim Cooper
2017-11-27
net/textproto: reject all headers with a leading space
Tom Bergan
2017-11-10
net/textproto: ignore initial lines with leading whitespaces in ReadMIMEHeader
Wèi Cōngruì
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-02-25
net/textproto: permit all valid token chars in CanonicalMIMEHeaderKey input
Brad Fitzpatrick
2016-01-08
net/textproto: accept multi-line error messages
Daniel Speichert
2015-10-11
net/textproto: properly trim continued lines in MIME headers
Didier Spezia
2015-06-30
net/textproto: don't treat spaces as hyphens in header keys
Brad Fitzpatrick
2015-06-22
net/textproto: skip zero-length keys
Jeff R. Allen
2014-12-16
net/textproto: turn an ancient DoS BUG annotation into a comment
Brad Fitzpatrick
2014-09-08
build: move package sources from src/pkg to src
Russ Cox