aboutsummaryrefslogtreecommitdiff
path: root/src/mime/multipart
AgeCommit message (Expand)Author
11 daysall: document legacy //go:linkname for final round of modulesRuss Cox
2024-05-23all: change from sort functions to slices functions where feasibleIan Lance Taylor
2024-05-17all: add push linknames to allow legacy pull linknamesCherry Mui
2024-03-21mime: add available godoc linkcui fliter
2024-03-09internal/godebugs: test for use of IncNonDefaultRuss Cox
2024-03-05net/textproto, mime/multipart: avoid unbounded read in MIME headerDamien Neil
2023-06-14all: fix spelling errorsAlexander Yastrebov
2023-04-18cmd/go: add check for unknown godebug settingRuss Cox
2023-04-05html/template,mime/multipart: document new GODEBUG settingsMichael Anthony Knyszek
2023-04-04mime/multipart: limit parsed mime message sizesDamien Neil
2023-04-04net/textproto, mime/multipart: improve accounting of non-file dataDamien Neil
2023-04-04mime/multipart: avoid excessive copy buffer allocations in ReadFormDamien Neil
2023-02-28mime/multipart: fix Reader.ReadForm(math.MaxInt64) overflowhopehook
2023-02-14mime/multipart: limit memory/inode consumption of ReadFormDamien Neil
2022-09-20mime/multipart: use %w when wrapping error in NextPartthinkofher
2022-09-06mime: use strings.Buildercuiweixie
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-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-12-03mime/multipart: handle ReadForm(math.MaxInt64) betterRuss Cox
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-09-28mime/multipart: return overflow errors in Reader.ReadFormavivklas
2019-10-11mime/multipart: add Part.NextRawPart to avoid QP decodingAlex Buchanan
2019-05-22all: shorten some testsRuss Cox
2018-12-13mime/multipart: quote boundary in Content-Type if necessaryIan Lance Taylor
2018-11-09mime/multipart: check for quoted-printable case insensitivelyBrad Fitzpatrick
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad 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
2017-10-24mime/multipart: permit empty file nameNils Larsgård
2017-05-23mime/multipart: parse boundary with spaces properlyMichael Fraenkel
2017-05-22mime/multipart: Allow ReadForm to process large non-file partsSteven Hartland
2017-04-01mime/multipart: add Size to FileHeaderJamie Stackhouse
2017-02-01mime/multipart: allow boundary len <= 70Patrick Pelletier
2016-11-07mime/multipart: test for overreading on a streamQuentin Smith
2016-11-04all: sprinkle t.Parallel on some slow testsBrad Fitzpatrick
2016-10-28mime/multipart: simplify Part.ReadRuss Cox
2016-10-05net/http: multipart ReadForm close file after copyMichael Fraenkel
2016-05-16mime/multipart: sort header keys to ensure reproducible outputSimon Thulbourn
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
2016-02-29all: remove public named return values when uselessBrad Fitzpatrick
2015-10-09mime/multipart: fix peekBufferSeparatorIndex edge casempl
2015-09-24multipart: fixes problem parsing mime/multipart of certain lengthsFrancisco Claude
2015-07-28all: cleanup usage of dashes in package documentationMatthew Dempsky
2015-07-11all: link to https instead of httpBrad Fitzpatrick