aboutsummaryrefslogtreecommitdiff
path: root/src/mime/multipart/multipart.go
AgeCommit message (Expand)Author
2023-02-14mime/multipart: limit memory/inode consumption of ReadFormDamien Neil
2022-09-20mime/multipart: use %w when wrapping error in NextPartthinkofher
2022-04-11all: gofmt main repoRuss Cox
2022-04-01mime/multipart: allow nested boundary with outer boundary+dash prefixOlivier Szika
2022-03-31mime/multipart: unified Part and Reader receiver nameWayne Zuo
2021-05-05net/http: ignore directory path when parsing multipart formsKatie Hockman
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2019-10-11mime/multipart: add Part.NextRawPart to avoid QP decodingAlex Buchanan
2018-11-09mime/multipart: check for quoted-printable case insensitivelyBrad Fitzpatrick
2018-06-26mime/multipart: restore 1.9 handling of missing/empty form-data file nameIan Lance Taylor
2018-06-14mime/multipart: return error from NextPart if boundary is emptyConstantin Konstantinidis
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-03-10mime/multipart: test for presence of filename instead of content-typeHenry Clifford
2016-10-28mime/multipart: simplify Part.ReadRuss Cox
2016-03-07mime/multipart: don't call Read on io.Reader after an error is seenBrad Fitzpatrick
2016-03-02all: single space after period.Brad Fitzpatrick
2015-10-09mime/multipart: fix peekBufferSeparatorIndex edge casempl
2015-09-24multipart: fixes problem parsing mime/multipart of certain lengthsFrancisco Claude
2015-07-02mime/multipart: fix bug when body contains prefix of the boundaryBrad Fitzpatrick
2015-02-26mime/quotedprintable: create the packageAlexandre Cesaro
2014-12-23mime/multipart: moved some code to mime/internal/quotedprintableAlexandre Cesaro
2014-09-08build: move package sources from src/pkg to srcRuss Cox