aboutsummaryrefslogtreecommitdiff
path: root/src/net/textproto
AgeCommit message (Expand)Author
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-07-09net/textproto: correct documentation of empty line handlingNorman B. Lancaster
2020-04-08net/textproto, sync: unlock mutexes appropriately before panicsBurtonQin
2020-03-01net/textproto: pass missing argument to fmt.SprintfIan Lance Taylor
2020-02-27net/textproto: close channel to signal pipeline event completionTim Cooper
2019-10-17net/http, net/textproto: add Header.Values, MIMEHeader.Values methodsTrung Nguyen
2019-10-08net/textproto: do not allow multi-line header field namesKatie Hockman
2019-09-26net/textproto: don't normalize headers with spaces before the colonFilippo Valsorda
2019-03-31cmd/go: further reduce init workDaniel Martí
2019-03-28net/textproto: properly write terminating sequence if DotWriter is closed wit...Daniel Cormier
2019-02-26net/textproto: prevent test from failing with nil pointer dereferenceMarat Khabibullin
2018-11-01net/textproto: do not buffer a line if we know the next line is emptyTravis Bischel
2018-09-27net/textproto: redo BenchmarkReadMIMEHeaderTravis Bischel
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2017-11-27net/textproto: reject all headers with a leading spaceTom Bergan
2017-11-10net/textproto: ignore initial lines with leading whitespaces in ReadMIMEHeaderWèi Cōngruì
2016-11-28net: document that Header.Get key is case insensitiveKaviraj
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-25net/textproto: permit all valid token chars in CanonicalMIMEHeaderKey inputBrad Fitzpatrick
2016-01-08net/textproto: accept multi-line error messagesDaniel Speichert
2015-10-11net/textproto: properly trim continued lines in MIME headersDidier Spezia
2015-06-30net/textproto: don't treat spaces as hyphens in header keysBrad Fitzpatrick
2015-06-22net/textproto: skip zero-length keysJeff R. Allen
2014-12-16net/textproto: turn an ancient DoS BUG annotation into a commentBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox