aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/base64/base64_test.go
AgeCommit message (Expand)Author
2023-09-03encoding: show the alphabet for base32 and base64Joe Tsai
2023-08-19encoding: optimize growth behavior in Encoding.AppendDecodeJoe Tsai
2023-08-17encoding: add AppendEncode and AppendDecodeJoe Tsai
2023-07-21encoding/base64: reduce the overflow risk when computing encode/decode lengthchanxuehong
2022-09-06encoding: use strings.Buildercuiweixie
2022-08-17encoding/base64: optimize decodemap memory setErikPelli
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-02-27all: fix incorrect channel and API usage in some unit testsZiheng Liu
2019-03-05encoding/base64: do not slice past output unnecessarilyRuss Cox
2019-03-02encoding/base64: remove ineffectual assignment in testLeon Klingele
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
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-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-02-24all: fix typos and spellingMartin Möhrmann
2016-01-08encoding/base64: fix streaming decode of padding-free base64Russ Cox
2015-09-11encoding/base64,xml: map/slice literals janitoringDidier Spezia
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