aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/base32
AgeCommit message (Expand)Author
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2019-09-11encoding/base32: increase performance and code reuseSven Taute
2019-09-08all: fix typosAinar Garipov
2019-05-06all: simplify code using "gofmt -s -w"Shulhan
2019-03-02encoding/base32: remove ineffectual assignment in testLeon Klingele
2019-02-26encoding/base32: simplify and speed up decoderDaniel Martí
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-06-12encoding/base32: eliminate alphabet bounds checkNiek Sanders
2018-05-22encoding/base32: remove redundant conditionaldchenk
2018-05-16encoding/base32: handle NoPadding in NewDecoderGustav Westling
2018-05-09encoding/base32: handle NoPadding when using buffered encoding in CloseGustav Westling
2018-05-09encoding/base32: handle surplus padding consistentlyGustav Westling
2017-12-01Revert "go/printer: forbid empty line before first comment in block"Joe Tsai
2017-11-02go/printer: forbid empty line before first comment in blockJoe Tsai
2017-08-14encoding/base32: improve performance in common caseIlya Tocar
2017-07-06encoding/base32: make NoPadding Encoding's DecodedLen return exact sizeGustav Westling
2017-07-06encoding/base32: support custom and disabled padding when decodingGustav Westling
2017-06-16encoding: fix endless loop in TestDecoderBufferingMark Ryan
2017-06-15encoding: report correct line numbers in testsMark Ryan
2017-05-22encoding/base32: add Encoding.WithPadding, StdPadding, NoPaddingGustav Westling
2017-05-18encoding/base32: ensure base32 decoder propagates errors correctlyMark Ryan
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-24all: fix typos and spellingMartin Möhrmann
2014-09-08build: move package sources from src/pkg to srcRuss Cox