summaryrefslogtreecommitdiff
path: root/src/encoding/base64/base64_test.go
Commit message (Expand)AuthorAgeFilesLines
* 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-241-4/+17
* encoding/base64: Rename rawUrlRef to rawURLRefMark Ryan2017-04-231-3/+3
* encoding/base64: fix decode reports incorrect indexJosselin Costanzi2017-03-061-0/+2
* encoding/base64: This change modifies Go to take strict option when decoding ...Xuyang Kang2016-10-121-0/+21
* encoding/base64: correct DecodedLen overestimate for unpadded encodingsCaleb Spare2016-03-151-0/+45
* all: fix typos and spellingMartin Möhrmann2016-02-241-1/+1
* encoding/base64: fix streaming decode of padding-free base64Russ Cox2016-01-081-0/+25
* encoding/base64,xml: map/slice literals janitoringDidier Spezia2015-09-111-5/+5
* encoding/base64: add unpadded encodings, and test all encodings.Bryan Ford2014-12-221-13/+61
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+360