aboutsummaryrefslogtreecommitdiff
path: root/src/mime
AgeCommit message (Expand)Author
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
2019-05-21mime: add .webp for builtinEduard Urbach
2019-05-13mime: update .mjs MIME type from text/ to application/javascriptBrad Fitzpatrick
2019-04-03mime: add .jpeg for builtinKenichi Tsunokawa
2019-03-27mime: add javascript module mime type (.mjs)John
2018-12-13mime/multipart: quote boundary in Content-Type if necessaryIan Lance Taylor
2018-11-20mime: remove allocation introduced in recent fixBrad Fitzpatrick
2018-11-20mime: correctly detect non-ASCII characters in FormatMediaTypeDavid Heuschmann
2018-11-09mime/multipart: check for quoted-printable case insensitivelyBrad Fitzpatrick
2018-10-10mime: add AIX operating systemClément Chigot
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-09-24mime: derestrict value backslash unescaping for all encodingsEugene Kalinin
2018-06-27mime/quotedprintable: accept bytes >= 0x80Ian Lance Taylor
2018-06-26mime/multipart: restore 1.9 handling of missing/empty form-data file nameIan Lance Taylor
2018-06-20mime: change *.js mime type to application/javascript, not x-javascriptBrad Fitzpatrick
2018-06-15mime: add .wasm for builtinYasuhiro Matsumoto
2018-06-14mime/multipart: return error from NextPart if boundary is emptyConstantin Konstantinidis
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-05-15mime: do a pre-allocation in encodeWordisharipo
2018-04-13mime: add wasm architectureRichard Musiol
2018-03-26all: use strings.Builder instead of bytes.Buffer where appropriateBrad Fitzpatrick
2018-03-10mime/multipart: test for presence of filename instead of content-typeHenry Clifford
2017-10-31all: unindent some if bodies by exiting earlyDaniel Martí
2017-10-24mime/multipart: permit empty file nameNils Larsgård
2017-10-05all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger
2017-09-25all: prefer strings.IndexByte over strings.IndexMarvin Stenger