summaryrefslogtreecommitdiff
path: root/src/mime
Commit message (Expand)AuthorAgeFilesLines
* mime/multipart: test for overreading on a streamQuentin Smith2016-11-071-0/+67
* all: sprinkle t.Parallel on some slow testsBrad Fitzpatrick2016-11-041-0/+2
* mime/multipart: simplify Part.ReadRuss Cox2016-10-281-111/+108
* mime/quotedprintable: accept = not followed by 2 hex digits as literal equalsRuss Cox2016-10-283-10/+14
* mime: preserve unnecessary backslash escapes as literalsRuss Cox2016-10-272-19/+32
* net/http: multipart ReadForm close file after copyMichael Fraenkel2016-10-051-1/+3
* mime/quotedprintable: accept trailing soft line-break at the end of messageShenghou Ma2016-09-112-1/+8
* mime/quotedprintable: add examplesCarlos C2016-08-291-0/+37
* mime/multipart: sort header keys to ensure reproducible outputSimon Thulbourn2016-05-162-4/+39
* mime: fix mime type file name on Plan 9David du Colombier2016-05-151-1/+1
* all: standardize RFC mention formatDan Peterson2016-04-121-1/+1
* mime: fix maximum length of encoded-wordsAlexandre Cesaro2016-03-292-4/+33
* mime/multipart: don't call Read on io.Reader after an error is seenBrad Fitzpatrick2016-03-072-1/+55
* all: single space after period.Brad Fitzpatrick2016-03-023-8/+8
* all: remove public named return values when uselessBrad Fitzpatrick2016-02-291-1/+5
* mime: Fix BenchmarkQDecodeHeader to call DecodeHeaderJustin Nuß2016-02-281-1/+1
* all: fix typosShawn Smith2016-02-231-2/+2
* all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten2016-02-191-1/+1
* mime: fix parsing of empty string attribute valueRuss Cox2015-12-052-2/+7
* mime: let FormatMediaType format slash-less media types, to mirror ParseMedia...Brad Fitzpatrick2015-12-012-12/+15
* mime: don't accept single-quoted strings in media type parameter valuesBrad Fitzpatrick2015-12-012-8/+8
* mime: Remove an allocation in word decoding.Justin Nuß2015-10-181-4/+16
* mime: limit UTF-8 encoded-word length to 75 charactersAlexandre Cesaro2015-10-152-22/+124
* mime/multipart: fix peekBufferSeparatorIndex edge casempl2015-10-092-1/+80
* multipart: fixes problem parsing mime/multipart of certain lengthsFrancisco Claude2015-09-242-3/+61
* mime: fix docs for WordDecoder.DecodeBrad Fitzpatrick2015-09-101-2/+1
* mime: move examples to external test fileAndrew Gerrand2015-08-222-87/+98
* all: cleanup usage of dashes in package documentationMatthew Dempsky2015-07-281-1/+2
* all: link to https instead of httpBrad Fitzpatrick2015-07-111-1/+1
* mime/multipart: fix bug when body contains prefix of the boundaryBrad Fitzpatrick2015-07-022-3/+84
* mime: add mime.types paths for BSDsMichael Gehring2015-06-123-0/+27
* mime: fix names of examplesAlexandre Cesaro2015-06-011-5/+51
* mime: Export RFC 2047 codeAlexandre Cesaro2015-05-112-0/+570
* mime, time, internal/syscall/windows/registry: use new registry package to si...Alex Brainman2015-04-301-37/+11
* mime/quotedprintable: Return a Reader instead of an io.ReaderAlexandre Cesaro2015-04-161-27/+29
* mime/quotedprintable: add binary mode to the writerAlexandre Cesaro2015-03-302-14/+35
* mime: tighten up and simplify testsBrad Fitzpatrick2015-03-305-88/+166
* mime: add ExtensionByType methodNick Cooper2015-03-272-3/+98
* mime/quotedprintable: accept badly encoded bytesAlexandre Cesaro2015-03-242-1/+4
* mime: add "image/svg+xml" type for extension ".svg"Joe Harrison2015-03-231-0/+1
* mime/quotedprintable: add writerAlexandre Cesaro2015-03-202-0/+309
* all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder2015-03-181-3/+3
* mime/quotedprintable: create the packageAlexandre Cesaro2015-02-263-26/+27
* mime/multipart: moved some code to mime/internal/quotedprintableAlexandre Cesaro2014-12-233-6/+7
* build: move package sources from src/pkg to srcRuss Cox2014-09-0820-0/+3008