index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mime
/
multipart
Age
Commit message (
Expand
)
Author
2023-02-14
mime/multipart: limit memory/inode consumption of ReadForm
Damien Neil
2022-09-20
mime/multipart: use %w when wrapping error in NextPart
thinkofher
2022-09-06
mime: use strings.Builder
cuiweixie
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-01
mime/multipart: allow nested boundary with outer boundary+dash prefix
Olivier Szika
2022-03-31
mime/multipart: unified Part and Reader receiver name
Wayne Zuo
2021-05-05
net/http: ignore directory path when parsing multipart forms
Katie Hockman
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-12-03
mime/multipart: handle ReadForm(math.MaxInt64) better
Russ Cox
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2020-09-28
mime/multipart: return overflow errors in Reader.ReadForm
avivklas
2019-10-11
mime/multipart: add Part.NextRawPart to avoid QP decoding
Alex Buchanan
2019-05-22
all: shorten some tests
Russ Cox
2018-12-13
mime/multipart: quote boundary in Content-Type if necessary
Ian Lance Taylor
2018-11-09
mime/multipart: check for quoted-printable case insensitively
Brad Fitzpatrick
2018-09-26
all: use strings.ReplaceAll and bytes.ReplaceAll where applicable
Brad Fitzpatrick
2018-06-26
mime/multipart: restore 1.9 handling of missing/empty form-data file name
Ian Lance Taylor
2018-06-14
mime/multipart: return error from NextPart if boundary is empty
Constantin Konstantinidis
2018-06-01
all: update comment URLs from HTTP to HTTPS, where possible
Tim Cooper
2018-03-10
mime/multipart: test for presence of filename instead of content-type
Henry Clifford
2017-10-24
mime/multipart: permit empty file name
Nils Larsgård
2017-05-23
mime/multipart: parse boundary with spaces properly
Michael Fraenkel
2017-05-22
mime/multipart: Allow ReadForm to process large non-file parts
Steven Hartland
2017-04-01
mime/multipart: add Size to FileHeader
Jamie Stackhouse
2017-02-01
mime/multipart: allow boundary len <= 70
Patrick Pelletier
2016-11-07
mime/multipart: test for overreading on a stream
Quentin Smith
2016-11-04
all: sprinkle t.Parallel on some slow tests
Brad Fitzpatrick
2016-10-28
mime/multipart: simplify Part.Read
Russ Cox
2016-10-05
net/http: multipart ReadForm close file after copy
Michael Fraenkel
2016-05-16
mime/multipart: sort header keys to ensure reproducible output
Simon Thulbourn
2016-03-07
mime/multipart: don't call Read on io.Reader after an error is seen
Brad Fitzpatrick
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-29
all: remove public named return values when useless
Brad Fitzpatrick
2015-10-09
mime/multipart: fix peekBufferSeparatorIndex edge case
mpl
2015-09-24
multipart: fixes problem parsing mime/multipart of certain lengths
Francisco Claude
2015-07-28
all: cleanup usage of dashes in package documentation
Matthew Dempsky
2015-07-11
all: link to https instead of http
Brad Fitzpatrick
2015-07-02
mime/multipart: fix bug when body contains prefix of the boundary
Brad Fitzpatrick
2015-02-26
mime/quotedprintable: create the package
Alexandre Cesaro
2014-12-23
mime/multipart: moved some code to mime/internal/quotedprintable
Alexandre Cesaro
2014-09-08
build: move package sources from src/pkg to src
Russ Cox