aboutsummaryrefslogtreecommitdiff
path: root/src/encoding
AgeCommit message (Expand)Author
2021-03-09[release-branch.go1.15-security] encoding/xml: prevent infinite loop while de...Katie Hockman
2020-08-06encoding/binary: read at most MaxVarintLen64 bytes in ReadUvarintKatie Hockman
2020-07-02Revert "encoding/json: don't reuse slice elements when decoding"Daniel Martí
2020-06-29Revert "encoding/xml: fix reserved namespace check to be case-insensitive"Ian Lance Taylor
2020-06-15encoding/json: revert "avoid work when unquoting strings, take 2"Daniel Martí
2020-05-28encoding/xml: only initialize nil struct fields when decodingDaniel Martí
2020-05-28Revert "encoding/json: reuse values when decoding map elements"Daniel Martí
2020-05-23encoding/asn1: document what Unmarshal returns in restRoland Shoemaker
2020-05-08encoding/json: reuse values when decoding map elementsDaniel Martí
2020-05-08encoding/json: don't mangle strings in an edge case when decodingDaniel Martí
2020-05-08encoding/json: properly encode strings with ",string" againDaniel Martí
2020-05-08encoding/asn1: sort order of 'SET of' components during MarshalRoland Shoemaker
2020-05-07encoding/asn1: only accept minimally encoded base 128 integersRoland Shoemaker
2020-05-07encoding/json: don't reuse slice elements when decodingDaniel Martí
2020-05-05encoding/csv: optimize Write by giving fieldNeedsQuotes a fast path for when ...Alex Gaynor
2020-04-22encoding/base64: improve performance up to 20% totalKirill Korotaev
2020-04-09encoding/xml: fix reserved namespace check to be case-insensitiveTamás Gulácsi
2020-03-03encoding/hex: remove unused variable from BenchmarkDumpTim Cooper
2020-02-27all: fix incorrect channel and API usage in some unit testsZiheng Liu
2020-02-26encoding/json: consolidate the isSpace functioncodesoap
2020-02-26all: avoid string(i) where i has type intIan Lance Taylor
2020-02-24encoding/json: limit max nesting depthJordan Liggitt
2020-02-22encoding/json: fix broken link to json.orgJon Johnson
2019-12-10all: fix a number of misuses of the word "an"Daniel Martí
2019-11-20encoding/base64: document that Strict mode still ignores newlinesFilippo Valsorda
2019-11-11encoding/json: error when encoding a pointer cycleDaniel Martí
2019-11-08Revert "encoding/asn1: fix unmarshalling SEQUENCE OF SET"Than McIntosh
2019-11-08encoding/binary: add float support to fast pathMartin Garton
2019-11-08encoding/asn1: fix unmarshalling SEQUENCE OF SETkaxapi
2019-11-08encoding/binary: make Read return an error when data is not a pointerUdalov Max
2019-11-01encoding/binary: cache struct sizes to speed up Read and WriteLorenz Bauer
2019-10-31encoding/json: avoid work when unquoting strings, take 2Daniel Martí
2019-10-30encoding/xml: fix token decoder on early EOFSam Whited
2019-10-28encoding/json: remove allocation when using a Marshaler with value receiverPhil Pearl
2019-10-27encoding/json: improve performance of CompactPhil Pearl
2019-10-16encoding/json: correct caller's name in encoding errorsEugene Kalinin
2019-10-11encoding/json: add Decoder.InputOffset for offset accessFrancesco Renzi
2019-10-10encoding/json: support TextUnmarshaler for map keys with string underlying typesCuong Manh Le
2019-10-10encoding/json: stop escaping U+2028 and U+2029 in CompactTom Thorogood
2019-09-16encoding/json: validate strings when decoding into NumberLucas Bremgartner
2019-09-16encoding/json: make Number with the ,string option marshal with quotesLucas Bremgartner
2019-09-11encoding/json: encode nil encoding.TextMarshaler instance as "null"William Poussier
2019-09-11encoding/json: fix and optimize marshal for quoted stringLucas Bremgartner
2019-09-11encoding/base32: increase performance and code reuseSven Taute
2019-09-10encoding/json: don't reset before returning buffer to poolandig
2019-09-10encoding/json: don't indirect pointers when decoding nullRomain Baugue
2019-09-09encoding/asn1: handle ASN1's string type BMPStringsergeilem
2019-09-09src: gofmt -sAinar Garipov
2019-09-09encoding/json: clarify Unmarshal behavior for map keysEli Bendersky
2019-09-08all: fix typosAinar Garipov