aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/base64
AgeCommit message (Expand)Author
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-04-22encoding/base64: improve performance up to 20% totalKirill Korotaev
2020-02-27all: fix incorrect channel and API usage in some unit testsZiheng Liu
2019-11-20encoding/base64: document that Strict mode still ignores newlinesFilippo Valsorda
2019-03-13encoding/base64: speed up the decoderDaniel Martí
2019-03-05encoding/base64: do not slice past output unnecessarilyRuss Cox
2019-03-03encoding/base64: lift nil check out of encode loopDaniel Martí
2019-03-02encoding/base64: remove ineffectual assignment in testLeon Klingele
2018-10-12encoding/base64: fix typo in decodeQuantum docsMihai Todor
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-08-22encoding/base64: slight decoding speed-upDaniel Martí
2018-04-25encoding/base64: fix format errorRuss Cox
2017-10-09encoding/base64: optimize DecodeStringJosselin Costanzi
2017-06-16encoding: fix endless loop in TestDecoderBufferingMark Ryan
2017-06-15encoding: report correct line numbers in testsMark Ryan
2017-04-24encoding/base64: Optimize DecodeStringJosselin Costanzi
2017-04-23encoding/base64: Rename rawUrlRef to rawURLRefMark Ryan
2017-03-07encoding/base64, html/template: fix grammar mistakesKevin Burke
2017-03-07encoding/base64: add alphabet and padding restrictionsJosselin Costanzi
2017-03-06encoding/base64: fix decode reports incorrect indexJosselin Costanzi
2016-10-12encoding/base64: This change modifies Go to take strict option when decoding ...Xuyang Kang
2016-03-15encoding/base64: correct DecodedLen overestimate for unpadded encodingsCaleb Spare
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-24all: fix typos and spellingMartin Möhrmann
2016-01-08encoding/base64: fix streaming decode of padding-free base64Russ Cox
2015-12-01encoding/base64: add package-level exampleRuss Cox
2015-09-11encoding/base64,xml: map/slice literals janitoringDidier Spezia
2015-08-21encoding/base64: fix copy-paste-o bug in RawURLEncoding docsBrad Fitzpatrick
2015-04-24encoding/base64: Optimize EncodeToString and DecodeString.Egon Elbre
2014-12-22encoding/base64: add unpadded encodings, and test all encodings.Bryan Ford
2014-09-08build: move package sources from src/pkg to srcRuss Cox