aboutsummaryrefslogtreecommitdiff
path: root/src/mime/mediatype_test.go
AgeCommit message (Expand)Author
2019-05-23mime: encode CTL and non-US-ASCII characters in FormatMediaTypeandrius4669
2018-11-20mime: correctly detect non-ASCII characters in FormatMediaTypeDavid Heuschmann
2018-09-24mime: derestrict value backslash unescaping for all encodingsEugene Kalinin
2017-08-29mime: ignore key on ParseMediaType when value don't pass RFC 2231 checkGuilherme Rezende
2017-03-17mime: handling invalid mime media parametersAlexey Neganov
2016-10-27mime: preserve unnecessary backslash escapes as literalsRuss Cox
2015-12-05mime: fix parsing of empty string attribute valueRuss Cox
2015-12-01mime: let FormatMediaType format slash-less media types, to mirror ParseMedia...Brad Fitzpatrick
2015-12-01mime: don't accept single-quoted strings in media type parameter valuesBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox