aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/base32/base32_test.go
AgeCommit message (Expand)Author
2025-10-10all: omit unnecessary reassignmentcuishuang
2024-05-14encoding/base32: use correct length for unpadded buffer in ReadNiklas Ott
2023-08-19encoding: optimize growth behavior in Encoding.AppendDecodeJoe Tsai
2023-08-17encoding: add AppendEncode and AppendDecodeJoe Tsai
2023-07-26encoding/base32: reduce overflow risk when calc encode/decode lenchanxuehong
2022-10-06all: remove redundant type conversioncui fliter
2022-09-06encoding: use strings.Buildercuiweixie
2022-05-03encoding/base32: decoder output depends on chunking of underlying readerteivah
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
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-05-06all: simplify code using "gofmt -s -w"Shulhan
2019-03-02encoding/base32: remove ineffectual assignment in testLeon Klingele
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
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-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-02-24all: fix typos and spellingMartin Möhrmann
2014-09-08build: move package sources from src/pkg to srcRuss Cox