index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
encoding
/
base32
/
base32_test.go
Age
Commit message (
Expand
)
Author
2025-10-10
all: omit unnecessary reassignment
cuishuang
2024-05-14
encoding/base32: use correct length for unpadded buffer in Read
Niklas Ott
2023-08-19
encoding: optimize growth behavior in Encoding.AppendDecode
Joe Tsai
2023-08-17
encoding: add AppendEncode and AppendDecode
Joe Tsai
2023-07-26
encoding/base32: reduce overflow risk when calc encode/decode len
chanxuehong
2022-10-06
all: remove redundant type conversion
cui fliter
2022-09-06
encoding: use strings.Builder
cuiweixie
2022-05-03
encoding/base32: decoder output depends on chunking of underlying reader
teivah
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2019-09-11
encoding/base32: increase performance and code reuse
Sven Taute
2019-05-06
all: simplify code using "gofmt -s -w"
Shulhan
2019-03-02
encoding/base32: remove ineffectual assignment in test
Leon Klingele
2018-09-26
all: use strings.ReplaceAll and bytes.ReplaceAll where applicable
Brad Fitzpatrick
2018-05-16
encoding/base32: handle NoPadding in NewDecoder
Gustav Westling
2018-05-09
encoding/base32: handle NoPadding when using buffered encoding in Close
Gustav Westling
2018-05-09
encoding/base32: handle surplus padding consistently
Gustav Westling
2017-07-06
encoding/base32: make NoPadding Encoding's DecodedLen return exact size
Gustav Westling
2017-07-06
encoding/base32: support custom and disabled padding when decoding
Gustav Westling
2017-06-16
encoding: fix endless loop in TestDecoderBuffering
Mark Ryan
2017-06-15
encoding: report correct line numbers in tests
Mark Ryan
2017-05-22
encoding/base32: add Encoding.WithPadding, StdPadding, NoPadding
Gustav Westling
2017-05-18
encoding/base32: ensure base32 decoder propagates errors correctly
Mark Ryan
2016-02-24
all: fix typos and spelling
Martin Möhrmann
2014-09-08
build: move package sources from src/pkg to src
Russ Cox