aboutsummaryrefslogtreecommitdiff
path: root/src/encoding
AgeCommit message (Expand)Author
2020-08-06[release-branch.go1.13-security] encoding/binary: read at most MaxVarintLen64...Katie Hockman
2019-09-02[release-branch.go1.13] encoding/json: revert Compact HTML escaping documenta...Tom Thorogood
2019-08-21Revert "encoding/json: avoid work when unquoting strings"Filippo Valsorda
2019-08-18encoding/json: fix format string in the Fuzz funcDmitry Vyukov
2019-07-31encoding/json: clarify Marshal behavior for string keys of mapsEli Bendersky
2019-07-28all: change some function documentation to be more idiomaticDominik Honnef
2019-07-06encoding/json: obey SetEscapeHTML in all MarshalJSON casesDaniel Martí
2019-05-22encoding/gob: properly ignore errorsLeon Klingele
2019-05-22all: shorten some testsRuss Cox
2019-05-21all: remove PEM-encoded private keys from testsRuss Cox
2019-05-09encoding/gob: rename encBuffer.WriteByte to writeByteRuss Cox
2019-05-06all: simplify code using "gofmt -s -w"Shulhan
2019-05-04all: add Unwrap and Is methods to various error typesDamien Neil
2019-04-30encoding/gob: adding missing fuzz skip to one of the fuzz testsBrad Fitzpatrick
2019-04-30encoding/csv: add a Fuzz functionRomain Baugue
2019-04-30encoding/json: fix Unmarshal hang on recursive pointersLE Manh Cuong
2019-04-29encoding/json: add a Fuzz functionRomain Baugue
2019-04-23encoding/json: document HTML escaping in CompactRuss Cox
2019-04-23encoding/json: index names for the struct decoderDaniel Martí
2019-04-22encoding/json: avoid work when unquoting stringsDaniel Martí
2019-04-13encoding/json: remove a bounds check in readValueDaniel Martí
2019-04-05encoding/json: use SetBytes in UnmarshalReuse benchmarkDaniel Martí
2019-04-03encoding/json: speed up tokenization of literalsDaniel Martí
2019-03-18encoding/json: fix performance regression in the decoderDaniel Martí
2019-03-13encoding/base64: speed up the decoderDaniel Martí
2019-03-08all: simplify multiple for loopsDaniel Martí
2019-03-08encoding/gob: update documentation in doc.go for wireTypeRob Pike
2019-03-05all: join a few chained ifsDaniel Martí
2019-03-05encoding/base64: do not slice past output unnecessarilyRuss Cox
2019-03-05encoding/hex: simplify encoder arithmeticDaniel Martí
2019-03-05encoding/json: add Path to UnmarshalTypeErrorLE Manh Cuong
2019-03-04encoding/csv: document that Writer is bufferedBrian Kessler
2019-03-03encoding/base64: lift nil check out of encode loopDaniel Martí
2019-03-02encoding/pem: skip whitespace work on most inputsDaniel Martí
2019-03-02encoding/hex: simplify decoder arithmeticDaniel Martí
2019-03-02encoding/base64: remove ineffectual assignment in testLeon Klingele
2019-03-02encoding/base32: remove ineffectual assignment in testLeon Klingele
2019-02-27encoding/json: remove use of DeepEqual for testing errorsMarcel van Lohuizen
2019-02-26encoding/base32: simplify and speed up decoderDaniel Martí
2019-02-26encoding/json: add example for json.HTMLEscapeKetan Parmar
2019-01-15encoding/json: add comment for mashalererror structGuilhermeCaruso
2018-12-28encoding/gob: mention that Encoder and Decoder are safe for concurrent useMostyn Bramley-Moore
2018-12-12encoding/xml, encoding/json: docs and examples using custom marshalersLeigh McCulloch
2018-11-19encoding/pem: test getLine does not include trailing whitespaceSanthosh Kumar Tekuri
2018-11-02all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick
2018-10-28encoding/json: add example to Validhearot
2018-10-22encoding/gob: delete out of memory testRob Pike
2018-10-22encoding/gob: increase "tooBig" from 1GB to 8GB on 64-bit machinesRob Pike
2018-10-16encoding/json: always verify we can get a field's valueDaniel Martí
2018-10-16encoding/json: fix "data changed underfoot?" panicDaniel Martí