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
/
base64
/
base64_test.go
Age
Commit message (
Expand
)
Author
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-17
encoding: add AppendEncode and AppendDecode
Joe Tsai
2023-07-21
encoding/base64: reduce the overflow risk when computing encode/decode length
chanxuehong
2022-09-06
encoding: use strings.Builder
cuiweixie
2022-08-17
encoding/base64: optimize decodemap memory set
ErikPelli
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
2020-02-27
all: fix incorrect channel and API usage in some unit tests
Ziheng Liu
2019-03-05
encoding/base64: do not slice past output unnecessarily
Russ Cox
2019-03-02
encoding/base64: remove ineffectual assignment in test
Leon Klingele
2018-09-26
all: use strings.ReplaceAll and bytes.ReplaceAll where applicable
Brad Fitzpatrick
2018-04-25
encoding/base64: fix format error
Russ Cox
2017-10-09
encoding/base64: optimize DecodeString
Josselin Costanzi
2017-06-16
encoding: fix endless loop in TestDecoderBuffering
Mark Ryan
2017-06-15
encoding: report correct line numbers in tests
Mark Ryan
2017-04-24
encoding/base64: Optimize DecodeString
Josselin Costanzi
2017-04-23
encoding/base64: Rename rawUrlRef to rawURLRef
Mark Ryan
2017-03-06
encoding/base64: fix decode reports incorrect index
Josselin Costanzi
2016-10-12
encoding/base64: This change modifies Go to take strict option when decoding ...
Xuyang Kang
2016-03-15
encoding/base64: correct DecodedLen overestimate for unpadded encodings
Caleb Spare
2016-02-24
all: fix typos and spelling
Martin Möhrmann
2016-01-08
encoding/base64: fix streaming decode of padding-free base64
Russ Cox
2015-09-11
encoding/base64,xml: map/slice literals janitoring
Didier Spezia
2014-12-22
encoding/base64: add unpadded encodings, and test all encodings.
Bryan Ford
2014-09-08
build: move package sources from src/pkg to src
Russ Cox