index
:
delta/go-git.git
dev.boringcrypto
dev.boringcrypto.go1.10
dev.boringcrypto.go1.11
dev.boringcrypto.go1.12
dev.boringcrypto.go1.13
dev.boringcrypto.go1.14
dev.boringcrypto.go1.15
dev.boringcrypto.go1.16
dev.boringcrypto.go1.17
dev.boringcrypto.go1.18
dev.boringcrypto.go1.8
dev.boringcrypto.go1.9
dev.cc
dev.cmdgo
dev.debug
dev.fuzz
dev.garbage
dev.gcfe
dev.go2go
dev.inline
dev.link
dev.power64
dev.regabi
dev.ssa
dev.tls
dev.typealias
dev.typeparams
dev.types
dev.unified
master
q
release-branch.go1
release-branch.go1.1
release-branch.go1.10
release-branch.go1.10-security
release-branch.go1.11
release-branch.go1.11-security
release-branch.go1.12
release-branch.go1.12-security
release-branch.go1.13
release-branch.go1.13-security
release-branch.go1.14
release-branch.go1.14-security
release-branch.go1.15
release-branch.go1.15-security
release-branch.go1.16
release-branch.go1.17
release-branch.go1.18
release-branch.go1.19
release-branch.go1.2
release-branch.go1.20
release-branch.go1.3
release-branch.go1.4
release-branch.go1.5
release-branch.go1.6
release-branch.go1.7
release-branch.go1.8
release-branch.go1.9
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
tls
tmp.shadams
github.com: golang/go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
encoding
Commit message (
Expand
)
Author
Age
Files
Lines
*
[release-branch.go1.13-security] encoding/binary: read at most MaxVarintLen64...
Katie Hockman
2020-08-06
2
-8
/
+15
*
[release-branch.go1.13] encoding/json: revert Compact HTML escaping documenta...
Tom Thorogood
2019-09-02
1
-3
/
+0
*
Revert "encoding/json: avoid work when unquoting strings"
Filippo Valsorda
2019-08-21
2
-34
/
+36
*
encoding/json: fix format string in the Fuzz func
Dmitry Vyukov
2019-08-18
1
-1
/
+1
*
encoding/json: clarify Marshal behavior for string keys of maps
Eli Bendersky
2019-07-31
1
-1
/
+1
*
all: change some function documentation to be more idiomatic
Dominik Honnef
2019-07-28
1
-1
/
+1
*
encoding/json: obey SetEscapeHTML in all MarshalJSON cases
Daniel Martí
2019-07-06
2
-2
/
+28
*
encoding/gob: properly ignore errors
Leon Klingele
2019-05-22
2
-2
/
+6
*
all: shorten some tests
Russ Cox
2019-05-22
1
-0
/
+6
*
all: remove PEM-encoded private keys from tests
Russ Cox
2019-05-21
1
-17
/
+19
*
encoding/gob: rename encBuffer.WriteByte to writeByte
Russ Cox
2019-05-09
1
-2
/
+2
*
all: simplify code using "gofmt -s -w"
Shulhan
2019-05-06
2
-45
/
+45
*
all: add Unwrap and Is methods to various error types
Damien Neil
2019-05-04
2
-0
/
+4
*
encoding/gob: adding missing fuzz skip to one of the fuzz tests
Brad Fitzpatrick
2019-04-30
1
-4
/
+6
*
encoding/csv: add a Fuzz function
Romain Baugue
2019-04-30
1
-0
/
+70
*
encoding/json: fix Unmarshal hang on recursive pointers
LE Manh Cuong
2019-04-30
2
-0
/
+20
*
encoding/json: add a Fuzz function
Romain Baugue
2019-04-29
1
-0
/
+42
*
encoding/json: document HTML escaping in Compact
Russ Cox
2019-04-23
2
-5
/
+9
*
encoding/json: index names for the struct decoder
Daniel Martí
2019-04-23
2
-19
/
+31
*
encoding/json: avoid work when unquoting strings
Daniel Martí
2019-04-22
1
-34
/
+34
*
encoding/json: remove a bounds check in readValue
Daniel Martí
2019-04-13
1
-5
/
+7
*
encoding/json: use SetBytes in UnmarshalReuse benchmark
Daniel Martí
2019-04-05
3
-4
/
+1
*
encoding/json: speed up tokenization of literals
Daniel Martí
2019-04-03
1
-4
/
+50
*
encoding/json: fix performance regression in the decoder
Daniel Martí
2019-03-18
3
-14
/
+40
*
encoding/base64: speed up the decoder
Daniel Martí
2019-03-13
1
-60
/
+52
*
all: simplify multiple for loops
Daniel Martí
2019-03-08
2
-3
/
+2
*
encoding/gob: update documentation in doc.go for wireType
Rob Pike
2019-03-08
1
-4
/
+11
*
all: join a few chained ifs
Daniel Martí
2019-03-05
1
-8
/
+4
*
encoding/base64: do not slice past output unnecessarily
Russ Cox
2019-03-05
2
-4
/
+18
*
encoding/hex: simplify encoder arithmetic
Daniel Martí
2019-03-05
2
-4
/
+7
*
encoding/json: add Path to UnmarshalTypeError
LE Manh Cuong
2019-03-05
2
-4
/
+28
*
encoding/csv: document that Writer is buffered
Brian Kessler
2019-03-04
1
-2
/
+11
*
encoding/base64: lift nil check out of encode loop
Daniel Martí
2019-03-03
1
-0
/
+4
*
encoding/pem: skip whitespace work on most inputs
Daniel Martí
2019-03-02
1
-5
/
+13
*
encoding/hex: simplify decoder arithmetic
Daniel Martí
2019-03-02
2
-8
/
+23
*
encoding/base64: remove ineffectual assignment in test
Leon Klingele
2019-03-02
1
-1
/
+1
*
encoding/base32: remove ineffectual assignment in test
Leon Klingele
2019-03-02
1
-1
/
+1
*
encoding/json: remove use of DeepEqual for testing errors
Marcel van Lohuizen
2019-02-27
1
-3
/
+13
*
encoding/base32: simplify and speed up decoder
Daniel Martí
2019-02-26
1
-30
/
+22
*
encoding/json: add example for json.HTMLEscape
Ketan Parmar
2019-02-26
1
-0
/
+8
*
encoding/json: add comment for mashalererror struct
GuilhermeCaruso
2019-01-15
1
-0
/
+1
*
encoding/gob: mention that Encoder and Decoder are safe for concurrent use
Mostyn Bramley-Moore
2018-12-28
2
-2
/
+4
*
encoding/xml, encoding/json: docs and examples using custom marshalers
Leigh McCulloch
2018-12-12
5
-0
/
+239
*
encoding/pem: test getLine does not include trailing whitespace
Santhosh Kumar Tekuri
2018-11-19
1
-0
/
+4
*
all: use "reports whether" consistently in the few places that didn't
Brad Fitzpatrick
2018-11-02
1
-1
/
+1
*
encoding/json: add example to Valid
hearot
2018-10-28
1
-0
/
+9
*
encoding/gob: delete out of memory test
Rob Pike
2018-10-22
1
-22
/
+0
*
encoding/gob: increase "tooBig" from 1GB to 8GB on 64-bit machines
Rob Pike
2018-10-22
1
-4
/
+4
*
encoding/json: always verify we can get a field's value
Daniel Martí
2018-10-16
2
-1
/
+16
*
encoding/json: fix "data changed underfoot?" panic
Daniel Martí
2018-10-16
2
-3
/
+15
[next]