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.go
Age
Commit message (
Expand
)
Author
2026-03-26
encoding/{base32,base64}: speed up Encode
Julien Cretel
2024-12-06
encoding/base64, encoding/base32: add doc details to DecodeString and AppendD...
Dmytro Yeroshkin
2024-08-30
encoding/base32, encoding/base64: document Decode to short buffer
Ian Lance Taylor
2024-05-14
encoding/base32: use correct length for unpadded buffer in Read
Niklas Ott
2023-09-08
encoding: modernize Go documentation
Joe Tsai
2023-09-03
encoding: show the alphabet for base32 and base64
Joe Tsai
2023-08-19
encoding: optimize growth behavior in Encoding.AppendDecode
Joe Tsai
2023-08-18
encoding: require unique alphabet for base32 and base64
Joe Tsai
2023-08-17
encoding: reject negative runes in Encoding.WithPadding
Joe Tsai
2023-08-17
encoding: add AppendEncode and AppendDecode
Joe Tsai
2023-08-07
encoding/base32: optimize Encode
korzhao
2023-07-26
encoding/base32: reduce overflow risk when calc encode/decode len
chanxuehong
2023-06-27
encoding: document that base32 and base64 do not use UTF-8
Joe Tsai
2022-08-17
encoding/base64: optimize decodemap memory set
ErikPelli
2022-05-03
encoding/base32: decoder output depends on chunking of underlying reader
teivah
2022-04-05
all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments
Russ Cox
2021-11-02
encoding: simplify some code
Josh Bleecher Snyder
2019-09-11
encoding/base32: increase performance and code reuse
Sven Taute
2019-09-08
all: fix typos
Ainar Garipov
2019-02-26
encoding/base32: simplify and speed up decoder
Daniel Martí
2018-06-12
encoding/base32: eliminate alphabet bounds check
Niek Sanders
2018-05-22
encoding/base32: remove redundant conditional
dchenk
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-12-01
Revert "go/printer: forbid empty line before first comment in block"
Joe Tsai
2017-11-02
go/printer: forbid empty line before first comment in block
Joe Tsai
2017-08-14
encoding/base32: improve performance in common case
Ilya Tocar
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-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-03-02
all: single space after period.
Brad Fitzpatrick
2014-09-08
build: move package sources from src/pkg to src
Russ Cox