summaryrefslogtreecommitdiff
path: root/src/encoding/base64
Commit message (Expand)AuthorAgeFilesLines
* encoding: use strings.Buildercuiweixie2022-09-061-2/+2
* encoding/base64: optimize decodemap memory setErikPelli2022-08-172-5/+30
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-1/+1
* encoding: simplify some codeJosh Bleecher Snyder2021-11-021-3/+1
* encoding/base64: add examples for Encode/Decode1809092021-10-191-0/+23
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-201-8/+7
* encoding/base64: improve performance up to 20% totalKirill Korotaev2020-04-221-12/+14
* all: fix incorrect channel and API usage in some unit testsZiheng Liu2020-02-271-1/+1
* encoding/base64: document that Strict mode still ignores newlinesFilippo Valsorda2019-11-201-0/+3
* encoding/base64: speed up the decoderDaniel Martí2019-03-131-60/+52
* encoding/base64: do not slice past output unnecessarilyRuss Cox2019-03-052-4/+18
* encoding/base64: lift nil check out of encode loopDaniel Martí2019-03-031-0/+4
* encoding/base64: remove ineffectual assignment in testLeon Klingele2019-03-021-1/+1
* encoding/base64: fix typo in decodeQuantum docsMihai Todor2018-10-121-1/+1
* all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick2018-09-261-4/+4
* encoding/base64: slight decoding speed-upDaniel Martí2018-08-221-34/+32
* encoding/base64: fix format errorRuss Cox2018-04-251-1/+1
* encoding/base64: optimize DecodeStringJosselin Costanzi2017-10-092-107/+212
* encoding: fix endless loop in TestDecoderBufferingMark Ryan2017-06-161-3/+7
* encoding: report correct line numbers in testsMark Ryan2017-06-151-0/+1
* encoding/base64: Optimize DecodeStringJosselin Costanzi2017-04-242-25/+41
* encoding/base64: Rename rawUrlRef to rawURLRefMark Ryan2017-04-231-3/+3
* encoding/base64, html/template: fix grammar mistakesKevin Burke2017-03-071-1/+1
* encoding/base64: add alphabet and padding restrictionsJosselin Costanzi2017-03-071-1/+20
* encoding/base64: fix decode reports incorrect indexJosselin Costanzi2017-03-062-2/+6
* encoding/base64: This change modifies Go to take strict option when decoding ...Xuyang Kang2016-10-122-3/+42
* encoding/base64: correct DecodedLen overestimate for unpadded encodingsCaleb Spare2016-03-152-1/+46
* all: single space after period.Brad Fitzpatrick2016-03-021-5/+5
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* all: fix typos and spellingMartin Möhrmann2016-02-241-1/+1
* encoding/base64: fix streaming decode of padding-free base64Russ Cox2016-01-082-29/+72
* encoding/base64: add package-level exampleRuss Cox2015-12-011-0/+15
* encoding/base64,xml: map/slice literals janitoringDidier Spezia2015-09-111-5/+5
* encoding/base64: fix copy-paste-o bug in RawURLEncoding docsBrad Fitzpatrick2015-08-211-1/+1
* encoding/base64: Optimize EncodeToString and DecodeString.Egon Elbre2015-04-241-72/+83
* encoding/base64: add unpadded encodings, and test all encodings.Bryan Ford2014-12-222-41/+135
* build: move package sources from src/pkg to srcRuss Cox2014-09-083-0/+796