Sign in
go
/
go
/
b8906889861d0efaf5682a7d26417111eaba3480
/
src
/
encoding
/
base64
/
base64.go
244c98f
encoding/base64: optimize DecodeString
by Josselin Costanzi
· 8 years ago
31c96fc
encoding/base64: Optimize DecodeString
by Josselin Costanzi
· 8 years ago
c5cdda4
encoding/base64, html/template: fix grammar mistakes
by Kevin Burke
· 8 years ago
9207a74
encoding/base64: add alphabet and padding restrictions
by Josselin Costanzi
· 8 years ago
5ce06cf
encoding/base64: fix decode reports incorrect index
by Josselin Costanzi
· 8 years ago
87b1aaa
encoding/base64: This change modifies Go to take strict option when decoding base64
by Xuyang Kang
· 9 years ago
87151c8
encoding/base64: correct DecodedLen overestimate for unpadded encodings
by Caleb Spare
· 9 years ago
5fea2cc
all: single space after period.
by Brad Fitzpatrick
· 9 years ago
20d745c
encoding/base64: fix streaming decode of padding-free base64
by Russ Cox
· 9 years ago
7fb7f53
encoding/base64: fix copy-paste-o bug in RawURLEncoding docs
by Brad Fitzpatrick
· 10 years ago
b075d1f
encoding/base64: Optimize EncodeToString and DecodeString.
by Egon Elbre
· 10 years ago
2e0a1a7
encoding/base64: add unpadded encodings, and test all encodings.
by Bryan Ford
· 10 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 11 years ago
[Renamed from src/pkg/encoding/base64/base64.go]
24f8919
encoding/base64, encoding/base32: speed up Encode
by Rui Ueyama
· 11 years ago
2fbfe55
encoding/base64, encoding/base32: make Encode faster
by Rui Ueyama
· 11 years ago
afb7b67
encoding/base64, encoding/base32: make DecodeString faster
by Rui Ueyama
· 11 years ago
a6d3cc2
encoding/base64: don't lose a byte of output when encountering trailing garbage
by Brad Fitzpatrick
· 11 years ago
a2770af
base64: fix bug that decoder fails to detect corruption
by Rui Ueyama
· 11 years ago
41818f8
base64: refactor encoder.Write
by Rui Ueyama
· 11 years ago
b4237b5
encoding/base32, encoding/base64: fix issues with decoder whitespace handling
by Philip K. Warren
· 12 years ago
96e0c0c
encoding/base32, encoding/base64: a small stack-space optimization.
by Nigel Tao
· 12 years ago
79d06d7
encoding/base32: don't panic when decoding "AAAA==".
by Nigel Tao
· 12 years ago
c08ff02
encoding/base32, encoding/base64: removed unneeded break label
by Thomas Alan Copeland
· 13 years ago
ed90fbc
encoding/base64: don't ignore underlying souce read error in decode
by Brad Fitzpatrick
· 13 years ago
951a97e
encoding/base64: fix panic when input len is not a multiple of 4
by Dave Cheney
· 13 years ago
2f2b6e5
encoding/base64: ignore new line characters during decode.
by David Symonds
· 13 years ago
2666b81
use new strconv API
by Russ Cox
· 13 years ago
c2049d2
src/pkg/[a-m]*: gofix -r error -force=error
by Russ Cox
· 13 years ago
1b6bf88
encoding/base64: add DecodeString and EncodeToString
by Brad Fitzpatrick
· 14 years ago
bb84f4b
changes &x -> x[0:] for array to slice conversion
by Russ Cox
· 15 years ago
0ed8231
encoding/base64: fix typo in comment
by Giles Lean
· 15 years ago
1c72959
1) Change default gofmt default settings for
by Robert Griesemer
· 15 years ago
c78710f
Add trivial whitespace to CorruptInputError strings.
by Christopher Wedgwood
· 15 years ago
9ac4449
gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg
by Russ Cox
· 15 years ago
e70cedf
remove bytes.Copy
by Rob Pike
· 15 years ago
baba292
- replaced gofmt expression formatting algorithm with
by Robert Griesemer
· 15 years ago
40621d5
remove semis after statements in one-statement statement lists
by Robert Griesemer
· 15 years ago
368f8cb
- fine-tuning of one-line func heuristic (nodes.go)
by Robert Griesemer
· 15 years ago
93253a8
encoding/*: reverse the order of src, dst so that dst is first.
by Adam Langley
· 15 years ago
357b770
base64 -> encoding/base64
by Russ Cox
· 15 years ago