aboutsummaryrefslogtreecommitdiff
path: root/src/mime
AgeCommit message (Expand)Author
2026-02-03mime/quotedprintable: fix encoding where a period alone on a lineShulhan
2026-02-03all: prealloc slice with possible minimum capabilitiesShulhan
2025-11-20mime: add missing path for mime types in godocTaichi Maeda
2025-11-12mime: parse media types that contain bracesJulien Cretel
2025-09-30mime: reduce allocs incurred by ParseMediaTypeJulien Cretel
2025-09-30mime: extend "builtinTypes" to include a more complete list of common typesAidan Welch
2025-09-26mime/multipart: percent-encode CR and LF in header values to avoid CRLF injec...Damien Neil
2025-04-26mime: speed up ParseMediaTypeJulien Cretel
2025-03-12mime/multipart: add helper to build content-disposition header contentsLuca Maltagliati
2025-03-04mime/quotedprintable: accept LWSP-char after =Simon Ser
2024-11-19mime: disable TestLookupMallocs with ASANMichael Anthony Knyszek
2024-10-02all: use slices.Sorted(maps.Keys(m))Tobias Klauser
2024-08-03mime: add available godoc linkpgxiaolianzi
2024-07-25go,internal,io,mime: use slices and maps to clean testsapocelipes
2024-05-29all: document legacy //go:linkname for final round of modulesRuss Cox
2024-05-23all: change from sort functions to slices functions where feasibleIan Lance Taylor
2024-05-17all: add push linknames to allow legacy pull linknamesCherry Mui
2024-04-26all: make use of sync.Map.ClearJes Cok
2024-03-21mime: add available godoc linkcui fliter
2024-03-09internal/godebugs: test for use of IncNonDefaultRuss Cox
2024-03-05net/textproto, mime/multipart: avoid unbounded read in MIME headerDamien Neil
2023-06-14all: fix spelling errorsAlexander Yastrebov
2023-04-18cmd/go: add check for unknown godebug settingRuss Cox
2023-04-11all: add wasip1 supportJohan Brandhorst-Satzkorn
2023-04-05html/template,mime/multipart: document new GODEBUG settingsMichael Anthony Knyszek
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
2022-09-20mime/multipart: use %w when wrapping error in NextPartthinkofher
2022-09-06mime: use strings.Buildercuiweixie
2022-08-26mime: allow duplicate media type parameters with equivalent valuesPaschalis Tsilias
2022-08-08mime: remove test ordering dependencyIan Lance Taylor
2022-05-28mime: ignore .js => text/plain in Windows registryIan Lance Taylor
2022-05-13mime: skip globs2 entries that are not simple file extensionsVille Skyttä
2022-04-15mime: ignore non-extension globs2 entriesVille Skyttä
2022-04-11all: gofmt main repoRuss Cox
2022-04-01mime/multipart: allow nested boundary with outer boundary+dash prefixOlivier Szika
2022-03-31mime/multipart: unified Part and Reader receiver nameWayne Zuo
2022-03-29all: use new "unix" build tag where appropriateIan Lance Taylor
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-09mime: keep parsing after trailing semicolonIllirgway
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2021-05-26mime: document use of the Shared MIME-Info DatabaseDamien Neil
2021-05-05net/http: ignore directory path when parsing multipart formsKatie Hockman
2021-04-15mime: keep builtinTypesLower sorted alphabeticallyTobias Klauser
2021-04-14mime: add mime type for avif image file formatAmit Kumar
2021-04-13mime: in globs2 file only keep first time extension is seenIan Lance Taylor