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
Age
Commit message (
Expand
)
Author
2026-02-03
mime/quotedprintable: fix encoding where a period alone on a line
Shulhan
2026-02-03
all: prealloc slice with possible minimum capabilities
Shulhan
2025-11-20
mime: add missing path for mime types in godoc
Taichi Maeda
2025-11-12
mime: parse media types that contain braces
Julien Cretel
2025-09-30
mime: reduce allocs incurred by ParseMediaType
Julien Cretel
2025-09-30
mime: extend "builtinTypes" to include a more complete list of common types
Aidan Welch
2025-09-26
mime/multipart: percent-encode CR and LF in header values to avoid CRLF injec...
Damien Neil
2025-04-26
mime: speed up ParseMediaType
Julien Cretel
2025-03-12
mime/multipart: add helper to build content-disposition header contents
Luca Maltagliati
2025-03-04
mime/quotedprintable: accept LWSP-char after =
Simon Ser
2024-11-19
mime: disable TestLookupMallocs with ASAN
Michael Anthony Knyszek
2024-10-02
all: use slices.Sorted(maps.Keys(m))
Tobias Klauser
2024-08-03
mime: add available godoc link
pgxiaolianzi
2024-07-25
go,internal,io,mime: use slices and maps to clean tests
apocelipes
2024-05-29
all: document legacy //go:linkname for final round of modules
Russ Cox
2024-05-23
all: change from sort functions to slices functions where feasible
Ian Lance Taylor
2024-05-17
all: add push linknames to allow legacy pull linknames
Cherry Mui
2024-04-26
all: make use of sync.Map.Clear
Jes Cok
2024-03-21
mime: add available godoc link
cui fliter
2024-03-09
internal/godebugs: test for use of IncNonDefault
Russ Cox
2024-03-05
net/textproto, mime/multipart: avoid unbounded read in MIME header
Damien Neil
2023-06-14
all: fix spelling errors
Alexander Yastrebov
2023-04-18
cmd/go: add check for unknown godebug setting
Russ Cox
2023-04-11
all: add wasip1 support
Johan Brandhorst-Satzkorn
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-04-04
net/textproto, mime/multipart: improve accounting of non-file data
Damien Neil
2023-04-04
mime/multipart: avoid excessive copy buffer allocations in ReadForm
Damien Neil
2023-02-28
mime/multipart: fix Reader.ReadForm(math.MaxInt64) overflow
hopehook
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-08-26
mime: allow duplicate media type parameters with equivalent values
Paschalis Tsilias
2022-08-08
mime: remove test ordering dependency
Ian Lance Taylor
2022-05-28
mime: ignore .js => text/plain in Windows registry
Ian Lance Taylor
2022-05-13
mime: skip globs2 entries that are not simple file extensions
Ville Skyttä
2022-04-15
mime: ignore non-extension globs2 entries
Ville Skyttä
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
2022-03-29
all: use new "unix" build tag where appropriate
Ian Lance Taylor
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-11-09
mime: keep parsing after trailing semicolon
Illirgway
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
2021-05-26
mime: document use of the Shared MIME-Info Database
Damien Neil
2021-05-05
net/http: ignore directory path when parsing multipart forms
Katie Hockman
2021-04-15
mime: keep builtinTypesLower sorted alphabetically
Tobias Klauser
2021-04-14
mime: add mime type for avif image file format
Amit Kumar
2021-04-13
mime: in globs2 file only keep first time extension is seen
Ian Lance Taylor
[next]