aboutsummaryrefslogtreecommitdiff
path: root/src/mime/multipart/formdata.go
AgeCommit message (Expand)Author
2023-05-11mime/multipart: fix ReadForm always return (nil,io.EOF)ms-fix-multipart-readformShulhan
2023-04-18cmd/go: add check for unknown godebug settingRuss Cox
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
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-09-28mime/multipart: return overflow errors in Reader.ReadFormavivklas
2018-06-26mime/multipart: restore 1.9 handling of missing/empty form-data file nameIan Lance Taylor
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-22mime/multipart: Allow ReadForm to process large non-file partsSteven Hartland
2017-04-01mime/multipart: add Size to FileHeaderJamie Stackhouse
2016-10-05net/http: multipart ReadForm close file after copyMichael Fraenkel
2016-02-29all: remove public named return values when uselessBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox