aboutsummaryrefslogtreecommitdiff
path: root/src/mime
AgeCommit message (Expand)Author
29 hoursall: 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
2021-04-12mime: support reading shared mime-info database on unix systemsJacalz
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
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-10-27mime: look up mime types on Arch LinuxAndy Williams
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-13syscall: remove dependency on ioRuss Cox
2020-09-28mime/multipart: return overflow errors in Reader.ReadFormavivklas
2020-09-06mime: add examples for FormatMediaType and ParseMediaTypeAinar Garipov
2020-03-07mime: add .json to built-in list of MIME typesAn Long
2020-02-25mime: fix ExtensionsByType bug when there are duplicatesBrad Fitzpatrick
2019-10-11mime/multipart: add Part.NextRawPart to avoid QP decodingAlex Buchanan
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-09-01mime: update type of .js and .mjs files to text/javascriptAndrew Bonventre
2019-05-23mime: encode CTL and non-US-ASCII characters in FormatMediaTypeandrius4669
2019-05-22all: shorten some testsRuss Cox