aboutsummaryrefslogtreecommitdiff
path: root/src/encoding
AgeCommit message (Expand)Author
2014-12-21encoding/pem: eliminate allocations for newlines during encodingBen Burkert
2014-12-14encoding/json: mention that the "string" tag applies to booleansAndrew Gerrand
2014-12-05encoding/xml: remove SyntaxError.ByteRuss Cox
2014-10-27encoding/json: encode \t as \t instead of \u0009Russ Cox
2014-10-23encoding/csv: for Postgres, unquote empty strings, quote \.Russ Cox
2014-10-20encoding/gob: add custom decoder buffer for performanceRob Pike
2014-10-19encoding/gob: fix print format in generated decoder helpersRob Pike
2014-10-17encoding/gob: use simple append-only buffer for encodingRob Pike
2014-10-17encoding/gob: custom array/slice decodersRob Pike
2014-10-17encoding/gob: speed up encoding of arrays and slicesRob Pike
2014-10-14encoding/gob: make encoding structs a little fasterRob Pike
2014-10-09encoding/asn1: fix explicitly tagged Times.Adam Langley
2014-10-07encoding/json: fix handling of null with ,string fieldsRuss Cox
2014-10-06encoding/json: document that embedded interfaces look like non-embedded onesRuss Cox
2014-10-02encoding/binary: fix error messageRobert Griesemer
2014-10-01encoding/json: don't panic on incorrect map argumentRobert Griesemer
2014-10-01encoding/binary: slightly better documentationRobert Griesemer
2014-09-30encoding/asn1: fix unmarshaling of implicitly tagged UTF-8 strings.Adam Langley
2014-09-25encoding/gob: fix 386 buildRob Pike
2014-09-25encoding/gob: error rather than panic when decoding enormous slicesRob Pike
2014-09-18encoding/gob: speedup encodingDmitriy Vyukov
2014-09-08build: move package sources from src/pkg to srcRuss Cox