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
/
multipart.go
Age
Commit message (
Expand
)
Author
2023-05-11
mime/multipart: fix ReadForm always return (nil,io.EOF)
ms-fix-multipart-readform
Shulhan
2023-04-05
html/template,mime/multipart: document new GODEBUG settings
Michael Anthony Knyszek
2023-04-04
mime/multipart: limit parsed mime message sizes
Damien Neil
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-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-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2019-10-11
mime/multipart: add Part.NextRawPart to avoid QP decoding
Alex Buchanan
2018-11-09
mime/multipart: check for quoted-printable case insensitively
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
2016-10-28
mime/multipart: simplify Part.Read
Russ Cox
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
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-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