aboutsummaryrefslogtreecommitdiff
path: root/src/mime/mediatype.go
AgeCommit message (Expand)Author
2019-05-23mime: encode CTL and non-US-ASCII characters in FormatMediaTypeandrius4669
2018-11-20mime: remove allocation introduced in recent fixBrad Fitzpatrick
2018-11-20mime: correctly detect non-ASCII characters in FormatMediaTypeDavid Heuschmann
2018-09-24mime: derestrict value backslash unescaping for all encodingsEugene Kalinin
2018-03-26all: use strings.Builder instead of bytes.Buffer where appropriateBrad Fitzpatrick
2017-10-31all: unindent some if bodies by exiting earlyDaniel Martí
2017-10-05all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger
2017-09-25all: prefer strings.IndexByte over strings.IndexMarvin Stenger
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
2016-03-02all: single space after period.Brad Fitzpatrick
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