aboutsummaryrefslogtreecommitdiff
path: root/src/mime/multipart
AgeCommit message (Expand)Author
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
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