summaryrefslogtreecommitdiff
path: root/src/encoding/base32
Commit message (Expand)AuthorAgeFilesLines
* encoding/base32: make NoPadding Encoding's DecodedLen return exact sizeGustav Westling2017-07-062-8/+11
* encoding/base32: support custom and disabled padding when decodingGustav Westling2017-07-062-4/+108
* encoding: fix endless loop in TestDecoderBufferingMark Ryan2017-06-161-3/+7
* encoding: report correct line numbers in testsMark Ryan2017-06-151-0/+1
* encoding/base32: add Encoding.WithPadding, StdPadding, NoPaddingGustav Westling2017-05-222-28/+94
* encoding/base32: ensure base32 decoder propagates errors correctlyMark Ryan2017-05-182-8/+188
* 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
* build: move package sources from src/pkg to srcRuss Cox2014-09-083-0/+773