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
Age
Commit message (
Expand
)
Author
2026-03-26
encoding/{base32,base64}: speed up Encode
Julien Cretel
2025-10-10
all: omit unnecessary reassignment
cuishuang
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-10-06
all: remove redundant type conversion
cui fliter
2022-09-06
encoding: use strings.Builder
cuiweixie
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-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-11-02
encoding: simplify some code
Josh Bleecher Snyder
2021-09-27
encoding/base32: Add examples for Encode/Decode
jiahua wang
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-09-08
all: fix typos
Ainar Garipov
2019-05-06
all: simplify code using "gofmt -s -w"
Shulhan
2019-03-02
encoding/base32: remove ineffectual assignment in test
Leon Klingele
2019-02-26
encoding/base32: simplify and speed up decoder
Daniel Martí
2018-09-26
all: use strings.ReplaceAll and bytes.ReplaceAll where applicable
Brad Fitzpatrick
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-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-03-02
all: single space after period.
Brad Fitzpatrick
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
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