aboutsummaryrefslogtreecommitdiff
path: root/src/mime
AgeCommit message (Expand)Author
2017-04-28mime: use sync.Map instead of RWMutex for type lookupsBryan C. Mills
2017-04-09mime: fix panic parsing 'encoded-word'Hiroshi Ioka
2017-04-01mime/multipart: add Size to FileHeaderJamie Stackhouse
2017-03-17mime: handling invalid mime media parametersAlexey Neganov
2017-03-07mime: fix panic parsing 'encoded-word', be stricterHiroshi Ioka
2017-03-06all: remove the the duplicate wordsEitan Adler
2017-02-14mime: add benchmarks for TypeByExtension and ExtensionsByTypeBryan C. Mills
2017-02-01mime/multipart: allow boundary len <= 70Patrick Pelletier
2016-11-07mime/multipart: test for overreading on a streamQuentin Smith
2016-11-04all: sprinkle t.Parallel on some slow testsBrad Fitzpatrick
2016-10-28mime/multipart: simplify Part.ReadRuss Cox
2016-10-28mime/quotedprintable: accept = not followed by 2 hex digits as literal equalsRuss Cox
2016-10-27mime: preserve unnecessary backslash escapes as literalsRuss Cox
2016-10-05net/http: multipart ReadForm close file after copyMichael Fraenkel
2016-09-11mime/quotedprintable: accept trailing soft line-break at the end of messageShenghou Ma
2016-08-29mime/quotedprintable: add examplesCarlos C
2016-05-16mime/multipart: sort header keys to ensure reproducible outputSimon Thulbourn
2016-05-15mime: fix mime type file name on Plan 9David du Colombier
2016-04-12all: standardize RFC mention formatDan Peterson
2016-03-29mime: fix maximum length of encoded-wordsAlexandre Cesaro
2016-03-07mime/multipart: don't call Read on io.Reader after an error is seenBrad Fitzpatrick
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-29all: remove public named return values when uselessBrad Fitzpatrick
2016-02-28mime: Fix BenchmarkQDecodeHeader to call DecodeHeaderJustin Nuß
2016-02-23all: fix typosShawn Smith
2016-02-19all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten
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
2015-10-18mime: Remove an allocation in word decoding.Justin Nuß
2015-10-15mime: limit UTF-8 encoded-word length to 75 charactersAlexandre Cesaro
2015-10-09mime/multipart: fix peekBufferSeparatorIndex edge casempl
2015-09-24multipart: fixes problem parsing mime/multipart of certain lengthsFrancisco Claude
2015-09-10mime: fix docs for WordDecoder.DecodeBrad Fitzpatrick
2015-08-22mime: move examples to external test fileAndrew Gerrand
2015-07-28all: cleanup usage of dashes in package documentationMatthew Dempsky
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2015-07-02mime/multipart: fix bug when body contains prefix of the boundaryBrad Fitzpatrick
2015-06-12mime: add mime.types paths for BSDsMichael Gehring
2015-06-01mime: fix names of examplesAlexandre Cesaro
2015-05-11mime: Export RFC 2047 codeAlexandre Cesaro
2015-04-30mime, time, internal/syscall/windows/registry: use new registry package to si...Alex Brainman
2015-04-16mime/quotedprintable: Return a Reader instead of an io.ReaderAlexandre Cesaro
2015-03-30mime/quotedprintable: add binary mode to the writerAlexandre Cesaro
2015-03-30mime: tighten up and simplify testsBrad Fitzpatrick
2015-03-27mime: add ExtensionByType methodNick Cooper
2015-03-24mime/quotedprintable: accept badly encoded bytesAlexandre Cesaro
2015-03-23mime: add "image/svg+xml" type for extension ".svg"Joe Harrison
2015-03-20mime/quotedprintable: add writerAlexandre Cesaro
2015-03-18all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder