summaryrefslogtreecommitdiff
path: root/src/encoding/base64/base64.go
Commit message (Expand)AuthorAgeFilesLines
* encoding/base64: This change modifies Go to take strict option when decoding ...Xuyang Kang2016-10-121-3/+21
* encoding/base64: correct DecodedLen overestimate for unpadded encodingsCaleb Spare2016-03-151-1/+1
* all: single space after period.Brad Fitzpatrick2016-03-021-5/+5
* encoding/base64: fix streaming decode of padding-free base64Russ Cox2016-01-081-29/+47
* 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-221-28/+74
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+391