summaryrefslogtreecommitdiff
path: root/src/encoding
Commit message (Expand)AuthorAgeFilesLines
* encoding/xml: remove SyntaxError.ByteRuss Cox2014-12-051-1/+0
* encoding/json: encode \t as \t instead of \u0009Russ Cox2014-10-272-1/+59
* encoding/csv: for Postgres, unquote empty strings, quote \.Russ Cox2014-10-232-2/+25
* encoding/gob: add custom decoder buffer for performanceRob Pike2014-10-203-39/+78
* encoding/gob: fix print format in generated decoder helpersRob Pike2014-10-192-17/+17
* encoding/gob: use simple append-only buffer for encodingRob Pike2014-10-174-35/+59
* encoding/gob: custom array/slice decodersRob Pike2014-10-177-29/+874
* encoding/gob: speed up encoding of arrays and slicesRob Pike2014-10-174-3/+708
* encoding/gob: make encoding structs a little fasterRob Pike2014-10-141-4/+6
* encoding/asn1: fix explicitly tagged Times.Adam Langley2014-10-092-2/+50
* encoding/json: fix handling of null with ,string fieldsRuss Cox2014-10-072-11/+50
* encoding/json: document that embedded interfaces look like non-embedded onesRuss Cox2014-10-061-0/+2
* encoding/binary: fix error messageRobert Griesemer2014-10-022-40/+53
* encoding/json: don't panic on incorrect map argumentRobert Griesemer2014-10-012-3/+15
* encoding/binary: slightly better documentationRobert Griesemer2014-10-011-3/+4
* encoding/asn1: fix unmarshaling of implicitly tagged UTF-8 strings.Adam Langley2014-09-302-4/+13
* encoding/gob: fix 386 buildRob Pike2014-09-251-9/+6
* encoding/gob: error rather than panic when decoding enormous slicesRob Pike2014-09-253-4/+39
* encoding/gob: speedup encodingDmitriy Vyukov2014-09-183-66/+91
* build: move package sources from src/pkg to srcRuss Cox2014-09-0870-0/+29427