aboutsummaryrefslogtreecommitdiff
path: root/src/mime/type.go
AgeCommit message (Expand)Author
10 daysall: change from sort functions to slices functions where feasibleIan Lance Taylor
2024-04-26all: make use of sync.Map.ClearJes Cok
2022-04-11all: gofmt main repoRuss Cox
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-05-26mime: document use of the Shared MIME-Info DatabaseDamien Neil
2021-04-15mime: keep builtinTypesLower sorted alphabeticallyTobias Klauser
2021-04-14mime: add mime type for avif image file formatAmit Kumar
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-09-01mime: update type of .js and .mjs files to text/javascriptAndrew Bonventre
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-06-20mime: change *.js mime type to application/javascript, not x-javascriptBrad Fitzpatrick
2018-06-15mime: add .wasm for builtinYasuhiro Matsumoto
2017-04-28mime: use sync.Map instead of RWMutex for type lookupsBryan C. Mills
2015-03-30mime: tighten up and simplify testsBrad Fitzpatrick
2015-03-27mime: add ExtensionByType methodNick Cooper
2015-03-23mime: add "image/svg+xml" type for extension ".svg"Joe Harrison
2014-09-08build: move package sources from src/pkg to srcRuss Cox