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
Age
Commit message (
Expand
)
Author
2026-03-26
encoding/{base32,base64}: speed up Encode
Julien Cretel
2025-02-06
encoding/base64: use internal/byteorder
Ian Lance Taylor
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
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-07-21
encoding/base64: reduce the overflow risk when computing encode/decode length
chanxuehong
2023-06-27
encoding: document that base32 and base64 do not use UTF-8
Joe Tsai
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
2021-11-02
encoding: simplify some code
Josh Bleecher Snyder
2021-10-19
encoding/base64: add examples for Encode/Decode
180909
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2020-04-22
encoding/base64: improve performance up to 20% total
Kirill Korotaev
2020-02-27
all: fix incorrect channel and API usage in some unit tests
Ziheng Liu
2019-11-20
encoding/base64: document that Strict mode still ignores newlines
Filippo Valsorda
2019-03-13
encoding/base64: speed up the decoder
Daniel Martí
2019-03-05
encoding/base64: do not slice past output unnecessarily
Russ Cox
2019-03-03
encoding/base64: lift nil check out of encode loop
Daniel Martí
2019-03-02
encoding/base64: remove ineffectual assignment in test
Leon Klingele
2018-10-12
encoding/base64: fix typo in decodeQuantum docs
Mihai Todor
2018-09-26
all: use strings.ReplaceAll and bytes.ReplaceAll where applicable
Brad Fitzpatrick
2018-08-22
encoding/base64: slight decoding speed-up
Daniel Martí
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-07
encoding/base64, html/template: fix grammar mistakes
Kevin Burke
2017-03-07
encoding/base64: add alphabet and padding restrictions
Josselin Costanzi
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-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
2016-01-08
encoding/base64: fix streaming decode of padding-free base64
Russ Cox
2015-12-01
encoding/base64: add package-level example
Russ Cox
2015-09-11
encoding/base64,xml: map/slice literals janitoring
Didier Spezia
2015-08-21
encoding/base64: fix copy-paste-o bug in RawURLEncoding docs
Brad Fitzpatrick
2015-04-24
encoding/base64: Optimize EncodeToString and DecodeString.
Egon Elbre
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