summaryrefslogtreecommitdiff
path: root/src/encoding
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.go1.13-security] encoding/binary: read at most MaxVarintLen64...Katie Hockman2020-08-062-8/+15
* [release-branch.go1.13] encoding/json: revert Compact HTML escaping documenta...Tom Thorogood2019-09-021-3/+0
* Revert "encoding/json: avoid work when unquoting strings"Filippo Valsorda2019-08-212-34/+36
* encoding/json: fix format string in the Fuzz funcDmitry Vyukov2019-08-181-1/+1
* encoding/json: clarify Marshal behavior for string keys of mapsEli Bendersky2019-07-311-1/+1
* all: change some function documentation to be more idiomaticDominik Honnef2019-07-281-1/+1
* encoding/json: obey SetEscapeHTML in all MarshalJSON casesDaniel Martí2019-07-062-2/+28
* encoding/gob: properly ignore errorsLeon Klingele2019-05-222-2/+6
* all: shorten some testsRuss Cox2019-05-221-0/+6
* all: remove PEM-encoded private keys from testsRuss Cox2019-05-211-17/+19
* encoding/gob: rename encBuffer.WriteByte to writeByteRuss Cox2019-05-091-2/+2
* all: simplify code using "gofmt -s -w"Shulhan2019-05-062-45/+45
* all: add Unwrap and Is methods to various error typesDamien Neil2019-05-042-0/+4
* encoding/gob: adding missing fuzz skip to one of the fuzz testsBrad Fitzpatrick2019-04-301-4/+6
* encoding/csv: add a Fuzz functionRomain Baugue2019-04-301-0/+70
* encoding/json: fix Unmarshal hang on recursive pointersLE Manh Cuong2019-04-302-0/+20
* encoding/json: add a Fuzz functionRomain Baugue2019-04-291-0/+42
* encoding/json: document HTML escaping in CompactRuss Cox2019-04-232-5/+9
* encoding/json: index names for the struct decoderDaniel Martí2019-04-232-19/+31
* encoding/json: avoid work when unquoting stringsDaniel Martí2019-04-221-34/+34
* encoding/json: remove a bounds check in readValueDaniel Martí2019-04-131-5/+7
* encoding/json: use SetBytes in UnmarshalReuse benchmarkDaniel Martí2019-04-053-4/+1
* encoding/json: speed up tokenization of literalsDaniel Martí2019-04-031-4/+50
* encoding/json: fix performance regression in the decoderDaniel Martí2019-03-183-14/+40
* encoding/base64: speed up the decoderDaniel Martí2019-03-131-60/+52
* all: simplify multiple for loopsDaniel Martí2019-03-082-3/+2
* encoding/gob: update documentation in doc.go for wireTypeRob Pike2019-03-081-4/+11
* all: join a few chained ifsDaniel Martí2019-03-051-8/+4
* encoding/base64: do not slice past output unnecessarilyRuss Cox2019-03-052-4/+18
* encoding/hex: simplify encoder arithmeticDaniel Martí2019-03-052-4/+7
* encoding/json: add Path to UnmarshalTypeErrorLE Manh Cuong2019-03-052-4/+28
* encoding/csv: document that Writer is bufferedBrian Kessler2019-03-041-2/+11
* encoding/base64: lift nil check out of encode loopDaniel Martí2019-03-031-0/+4
* encoding/pem: skip whitespace work on most inputsDaniel Martí2019-03-021-5/+13
* encoding/hex: simplify decoder arithmeticDaniel Martí2019-03-022-8/+23
* encoding/base64: remove ineffectual assignment in testLeon Klingele2019-03-021-1/+1
* encoding/base32: remove ineffectual assignment in testLeon Klingele2019-03-021-1/+1
* encoding/json: remove use of DeepEqual for testing errorsMarcel van Lohuizen2019-02-271-3/+13
* encoding/base32: simplify and speed up decoderDaniel Martí2019-02-261-30/+22
* encoding/json: add example for json.HTMLEscapeKetan Parmar2019-02-261-0/+8
* encoding/json: add comment for mashalererror structGuilhermeCaruso2019-01-151-0/+1
* encoding/gob: mention that Encoder and Decoder are safe for concurrent useMostyn Bramley-Moore2018-12-282-2/+4
* encoding/xml, encoding/json: docs and examples using custom marshalersLeigh McCulloch2018-12-125-0/+239
* encoding/pem: test getLine does not include trailing whitespaceSanthosh Kumar Tekuri2018-11-191-0/+4
* all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick2018-11-021-1/+1
* encoding/json: add example to Validhearot2018-10-281-0/+9
* encoding/gob: delete out of memory testRob Pike2018-10-221-22/+0
* encoding/gob: increase "tooBig" from 1GB to 8GB on 64-bit machinesRob Pike2018-10-221-4/+4
* encoding/json: always verify we can get a field's valueDaniel Martí2018-10-162-1/+16
* encoding/json: fix "data changed underfoot?" panicDaniel Martí2018-10-162-3/+15