summaryrefslogtreecommitdiff
path: root/src/mime
Commit message (Expand)AuthorAgeFilesLines
* cmd/go: add check for unknown godebug settingRuss Cox2023-04-181-2/+2
* all: add wasip1 supportJohan Brandhorst-Satzkorn2023-04-111-1/+1
* html/template,mime/multipart: document new GODEBUG settingsMichael Anthony Knyszek2023-04-051-0/+15
* mime/multipart: limit parsed mime message sizesDamien Neil2023-04-044-12/+114
* net/textproto, mime/multipart: improve accounting of non-file dataDamien Neil2023-04-042-34/+30
* mime/multipart: avoid excessive copy buffer allocations in ReadFormDamien Neil2023-04-042-3/+61
* mime/multipart: fix Reader.ReadForm(math.MaxInt64) overflowhopehook2023-02-282-0/+34
* mime/multipart: limit memory/inode consumption of ReadFormDamien Neil2023-02-144-36/+277
* mime/multipart: use %w when wrapping error in NextPartthinkofher2022-09-201-1/+1
* mime: use strings.Buildercuiweixie2022-09-065-13/+11
* mime: allow duplicate media type parameters with equivalent valuesPaschalis Tsilias2022-08-262-3/+6
* mime: remove test ordering dependencyIan Lance Taylor2022-08-082-1/+5
* mime: ignore .js => text/plain in Windows registryIan Lance Taylor2022-05-281-0/+11
* mime: skip globs2 entries that are not simple file extensionsVille Skyttä2022-05-133-8/+26
* mime: ignore non-extension globs2 entriesVille Skyttä2022-04-153-3/+7
* all: gofmt main repoRuss Cox2022-04-112-6/+7
* mime/multipart: allow nested boundary with outer boundary+dash prefixOlivier Szika2022-04-012-14/+91
* mime/multipart: unified Part and Reader receiver nameWayne Zuo2022-03-311-14/+14
* all: use new "unix" build tag where appropriateIan Lance Taylor2022-03-292-2/+2
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-132-3/+3
* mime: keep parsing after trailing semicolonIllirgway2021-11-092-4/+15
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-282-2/+0
* all: use bytes.Cut, strings.CutRuss Cox2021-10-062-26/+11
* mime: document use of the Shared MIME-Info DatabaseDamien Neil2021-05-261-2/+4
* net/http: ignore directory path when parsing multipart formsKatie Hockman2021-05-051-3/+11
* mime: keep builtinTypesLower sorted alphabeticallyTobias Klauser2021-04-151-1/+1
* mime: add mime type for avif image file formatAmit Kumar2021-04-141-0/+1
* mime: in globs2 file only keep first time extension is seenIan Lance Taylor2021-04-132-1/+10
* mime: support reading shared mime-info database on unix systemsJacalz2021-04-123-0/+88
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-091-2/+1
* mime/multipart: handle ReadForm(math.MaxInt64) betterRuss Cox2020-12-032-11/+11
* mime: look up mime types on Arch LinuxAndy Williams2020-10-271-0/+1
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-208-25/+20
* syscall: remove dependency on ioRuss Cox2020-10-131-1/+1
* mime/multipart: return overflow errors in Reader.ReadFormavivklas2020-09-282-0/+22
* mime: add examples for FormatMediaType and ParseMediaTypeAinar Garipov2020-09-061-0/+26
* mime: add .json to built-in list of MIME typesAn Long2020-03-071-0/+1
* mime: fix ExtensionsByType bug when there are duplicatesBrad Fitzpatrick2020-02-252-2/+32
* mime/multipart: add Part.NextRawPart to avoid QP decodingAlex Buchanan2019-10-112-11/+87
* all: remove the nacl port (part 1)Brad Fitzpatrick2019-10-091-1/+1
* mime: update type of .js and .mjs files to text/javascriptAndrew Bonventre2019-09-011-2/+2
* mime: encode CTL and non-US-ASCII characters in FormatMediaTypeandrius46692019-05-232-7/+54
* all: shorten some testsRuss Cox2019-05-223-3/+24
* mime: add .webp for builtinEduard Urbach2019-05-211-0/+1
* mime: update .mjs MIME type from text/ to application/javascriptBrad Fitzpatrick2019-05-131-3/+3
* mime: add .jpeg for builtinKenichi Tsunokawa2019-04-031-0/+1
* mime: add javascript module mime type (.mjs)John2019-03-271-0/+1
* mime/multipart: quote boundary in Content-Type if necessaryIan Lance Taylor2018-12-132-1/+20
* mime: remove allocation introduced in recent fixBrad Fitzpatrick2018-11-201-1/+2