aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/encoding
AgeCommit message (Expand)Author
2013-01-14encoding/gob: fix broken test (fix build)Alex Brainman
2013-01-14encoding/gob: handle encoding of different indirects of GobEncoderKyle Lemons
2013-01-10encoding/json: improve performance of Unmarshal on primitive typesRick Arnold
2013-01-07src: Use bytes.Equal instead of bytes.Compare where possible.Matthew Dempsky
2013-01-07encoding/json: documented that ,string applies only to string and numeric fie...Caleb Spare
2013-01-02encoding/json: don't panic marshaling anonymous non-struct fieldThomas Kappler
2012-12-30encoding/json: encode map key is of string kind, decode only of string typeRyan Slade
2012-12-22encoding/json: A JSON tag can be any valid JSON string.Stéphane Travostino
2012-12-22encoding/gob: document that structs only encode/decode exported fieldsRuss Cox
2012-12-22encoding/xml: Marshal ",any" fieldsChris Jones
2012-12-19all: fix typosShenghou Ma
2012-12-18fmt, encoding/gob: fix misuse of ReadShenghou Ma
2012-12-17encoding/json: cleanup leftover redundant variables.Rémy Oudompheng
2012-12-11encoding/csv: add Error method to WriterRyan Slade
2012-12-11encoding/base64: new example for NewEncoder with emphasis on CloseShenghou Ma
2012-12-10encoding/xml: fix typo in Marshal documentationFrancisco Souza
2012-12-01encoding/gob: Fix typo in doc.goLuit van Drongelen
2012-12-01all: set GOMAXPROCS to 1 when counting mallocsShenghou Ma
2012-11-22all: fix the the typosShenghou Ma
2012-11-12encoding/json: skip unexpected null valuesRick Arnold
2012-11-12encoding/pem: write Proc-Type header first.Roger Peppe
2012-11-01encoding/binary: skip blank fields when (en/de)coding structsRobert Griesemer
2012-10-30gofmt: apply gofmt -w src miscRobert Griesemer
2012-10-29encoding/json: tweak docsRoger Peppe
2012-10-29encoding/asn1: don't convert UTCTime to UTC.Adam Langley
2012-10-26encoding/binary: ReadVarint reads a signed number, not unsigned numberShenghou Ma
2012-10-21encoding/xml: expand allowed entity namesPatrick Smith
2012-10-18encoding/xml: correctly escape newline, carriage return, and tabIan Lance Taylor
2012-10-09encoding/gob: add test case for issue 4214.Dmitriy Vyukov
2012-10-09encoding/gob: fix data race in RegisterRob Pike
2012-10-09encoding/base{32,64}: add examples.David Symonds
2012-09-24encoding/asn1: prepare for 64-bit intsRuss Cox
2012-09-19encoding/gob: fix commentRobert Griesemer
2012-09-18encoding/json: do not read beyond array literalRuss Cox
2012-09-10encoding/json: handle anonymous fieldsRuss Cox
2012-08-31encoding/xml: parse comments in DOCTYPEShawn Smith
2012-07-25encoding/gob: test for type registration name.David Symonds
2012-07-23encoding/gob: revert 6348067, which broke compatibilityRob Pike
2012-07-22encoding/binary: fix typo: ReadVarint returns an int64, not a uint64.Patrick Mylund Nielsen
2012-07-13encoding/gob: disable fuzz tests unless command-line flag is setRob Pike
2012-07-12encoding/gob: reduce decoder memoryRob Pike
2012-07-12encoding/gob: fix check for short input in slice decodeRob Pike
2012-07-10encoding/asn1: promote untyped strings to UTF8 as needed.Adam Langley
2012-07-03encoding/gob: fix bug in RegisterRob Pike
2012-06-25encoding/json: add Number typeJonathan Gold
2012-06-25encoding/base32, encoding/base64: removed unneeded break labelThomas Alan Copeland
2012-06-25encoding/json: simplify (*decodeState).indirectMicah Stetson
2012-06-25encoding/csv, encoding/xml: report write errorsJan Ziak
2012-06-22encoding/json: fix minor typo in documentation for MarshalDavid G. Andersen
2012-06-13encoding/gob: don't cache broken encoding engines.Rob Pike