summaryrefslogtreecommitdiff
path: root/src/encoding/base32
Commit message (Expand)AuthorAgeFilesLines
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-201-7/+6
* encoding/base32: increase performance and code reuseSven Taute2019-09-112-24/+41
* all: fix typosAinar Garipov2019-09-081-1/+1
* all: simplify code using "gofmt -s -w"Shulhan2019-05-061-30/+30
* encoding/base32: remove ineffectual assignment in testLeon Klingele2019-03-021-1/+1
* encoding/base32: simplify and speed up decoderDaniel Martí2019-02-261-30/+22
* all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick2018-09-261-5/+5
* encoding/base32: eliminate alphabet bounds checkNiek Sanders2018-06-121-11/+15
* encoding/base32: remove redundant conditionaldchenk2018-05-221-4/+0
* encoding/base32: handle NoPadding in NewDecoderGustav Westling2018-05-162-6/+88
* encoding/base32: handle NoPadding when using buffered encoding in CloseGustav Westling2018-05-092-1/+30
* encoding/base32: handle surplus padding consistentlyGustav Westling2018-05-092-0/+85
* Revert "go/printer: forbid empty line before first comment in block"Joe Tsai2017-12-011-0/+1
* go/printer: forbid empty line before first comment in blockJoe Tsai2017-11-021-1/+0
* encoding/base32: improve performance in common caseIlya Tocar2017-08-141-2/+13
* 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