aboutsummaryrefslogtreecommitdiff
path: root/src/encoding
AgeCommit message (Expand)Author
2015-07-15encoding/json: Only allow string option for valid typesLarz Conwell
2015-07-12all: link to https for golang subdomains tooBrad Fitzpatrick
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2015-07-01encoding/xml: minor changesRoger Peppe
2015-06-30encoding/xml: fix xmlns= behaviorRoger Peppe
2015-06-29encoding/binary: update protobuf documentation linkDmitry Savintsev
2015-06-29encoding/asn1: don't parse invalid UTF-8.Adam Langley
2015-06-29encoding/asn1: be stricter by reserialising parsed times.Adam Langley
2015-06-22encoding/csv: add examples for packageCarlos C
2015-06-18xml: add check of version in document declarationGiulio Iotti
2015-06-18encoding/json: Remove extra allocation in scanner.Peter Waldschmidt
2015-06-13encoding/asn1: check bounds when parsing tag and lengthKyle Isom
2015-06-12encoding/csv: skip blank lines when FieldsPerRecord >= 0Damien Neil
2015-06-11all: fix misprints in commentsAinar Garipov
2015-06-10encoding/csv: fix comment in parseRecordAinar Garipov
2015-06-08testing/quick: probabilistically generate nil pointersHåvard Haugen
2015-06-04encoding/xml: Reset the parent stack before printing a chardata or comment fi...Hajime Hoshi
2015-06-01encoding/gob: fix infinite recursion caused by ignoring recursive typeRob Pike
2015-05-31encoding/pem: be more permissive about decoding empty blocks.Adam Langley
2015-05-20encoding/gob: fix docsShenghou Ma
2015-05-15encoding/json: fix decoding of types with '[]byte' as underlying typeHåvard Haugen
2015-05-14encoding/json: make BenchmarkSkipValue more stableJosh Bleecher Snyder
2015-05-12encoding/gob: add "too big" check when writing a messageRob Pike
2015-04-28encoding/asn1: Improved control of flags and timesRichard Barnes
2015-04-27encoding/xml: do not escape newlinesRoger Peppe
2015-04-26encoding/csv: Preallocate records sliceJustin Nuß
2015-04-24encoding/base64: Optimize EncodeToString and DecodeString.Egon Elbre
2015-04-17encoding/gob: fix hang from skipping large slicesMatthew Dempsky
2015-04-09encoding/gob: more checks for corrupted dataRob Pike
2015-04-08encoding/gob: clean up decoderMap after errBadTypeHåvard Haugen
2015-04-07encoding/gob: more cleanups handling slice lengthRob Pike
2015-04-07encoding/gob: make method doc string match method namekortschak
2015-04-06encoding/gob: change panic into error for corrupt inputRob Pike
2015-03-24debug/dwarf, encoding/asn1, go/ast: fix old commentsMatthew Dempsky
2015-03-18all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder
2015-03-14encoding/binary: cull dead codeJosh Bleecher Snyder
2015-03-09encoding/xml: fix default namespace of tagsRoger Peppe
2015-03-03encoding/xml: fix namespaces in a>b tagsRoger Peppe
2015-02-25encoding/xml: add more marshalTests tests.Nigel Tao
2015-02-18encoding/json: Fixed the comment specifying Marshal behavior for maps.Aaron Jacobs
2015-02-13encoding/xml: encoding name spaces correctlyRoger Peppe
2015-02-09encoding/xml: add more EncodeToken tests.Nigel Tao
2015-02-07encoding/xml: avoid an allocation for tags without attributesBrian Smith
2015-02-06all: don't refer to code.google.com/p/go{,-wiki}/Péter Surányi
2015-01-29encoding/json: add UnmarshalTypeError.OffsetAlex Plugaru
2015-01-15encoding/xml: remove unnecessary memory allocation in UnmarshalDmitry Vyukov
2014-12-28encoding/gob: address go vet reportEmil Hessman
2014-12-28encoding/json: address go vet reportsEmil Hessman
2014-12-22encoding/binary: check for unsigned integers in intDataSize.Stan Schwertly
2014-12-22encoding/base64: add unpadded encodings, and test all encodings.Bryan Ford