aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/encoding
AgeCommit message (Expand)Author
2013-07-12encoding/json: escape U+2028 and U+2029.David Symonds
2013-07-11json: unmarshal types that are byte slices.Paul Borman
2013-07-10encoding/xml: fix typo in docsAndrew Gerrand
2013-07-05encoding/json: Correct description of stateNeg function.Oliver Hookins
2013-06-20all: excise some warts found by vet -shadowRob Pike
2013-06-10asn1: Improved encoding/decoding for OID typesGerasimos Dimitriadis
2013-06-04encoding/asn1: harmonise error prefixes.Adam Langley
2013-06-04encoding/gob: consistently use unsafe.Pointer for pointer valuesIan Lance Taylor
2013-05-24asn1: Stricter checks for DER encoded booleansGerasimos Dimitriadis
2013-05-14encoding/json: allocate less in NewEncoderBrad Fitzpatrick
2013-04-30encoding/json: document that marshaling invalid utf-8 sequence will return errorShenghou Ma
2013-04-11encoding/json: documentation regarding anonymous fields.Rob Pike
2013-04-10encoding/json: different decision on tags and shadowingRob Pike
2013-04-09encoding/json: fix handling of anonymous fieldsRob Pike
2013-03-22build: remove dead codeRuss Cox
2013-03-22encoding/gob: delete dead code.Rob Pike
2013-03-13encoding/xml: rewrite invalid code points to U+FFFD in Marshal, EscapeOlivier Saingre
2013-03-13encoding/json: properly handle extra objects with fixed size arraysRick Arnold
2013-03-13encoding/xml: predefine xml name space prefixRuss Cox
2013-03-12encoding/xml: reject > chain with non-elementRuss Cox
2013-03-12encoding/xml: name space bug fixesRuss Cox
2013-03-12encoding/base32, encoding/base64: fix issues with decoder whitespace handlingPhilip K. Warren
2013-03-12encoding/xml: fix spurious "no semicolon" in errorRuss Cox
2013-03-11encoding/xml: allow embedded non-structsRuss Cox
2013-03-12encoding/base32, encoding/base64: a small stack-space optimization.Nigel Tao
2013-03-12encoding/base32: don't panic when decoding "AAAA==".Nigel Tao
2013-03-11all: remove now-unnecessary unreachable panicsBrad Fitzpatrick
2013-03-06all: Skip AllocsPerRun tests if GOMAXPROCS>1.Albert Strasheim
2013-02-28encoding/gob: fix copyrightRuss Cox
2013-02-25all: fix some vet-found printf errorsRob Pike
2013-02-20encoding/xml: make sure Encoder.Encode reports Write errors.Olivier Saingre
2013-02-15encoding/binary: make type error more specificRuss Cox
2013-02-14encoding/json: document and test use of unicode.ReplacementCharRuss Cox
2013-02-14encoding/json: roll back Unmarshal optimization + testRuss Cox
2013-02-13encoding/xml: fix htmlAutoClose and its generating scriptShenghou Ma
2013-02-03xml: omit newline at beginning of MarshalIndent outputShivakumar GN
2013-02-02testing: add AllocsPerRunKyle Lemons
2013-01-31encoding/base64: fix test for ReadFull changeRuss Cox
2013-01-31encoding/json: document case-insensitive Unmarshal key matchingRuss Cox
2013-01-30encoding/json: improve performance of Unmarshal on primitive typesRick Arnold
2013-01-30encoding/json: properly unmarshal empty arrays.Andrey Mirtchovski
2013-01-30encoding/xml: add (*Encoder).IndentRuss Cox
2013-01-29encoding/json: add test for Unmarshal of malformed dataRuss Cox
2013-01-28encoding/json: add Decoder.Buffered accessor to get overread dataBrad Fitzpatrick
2013-01-28xml: differentiate between float32 and float64 for marshalSimpleVega Garcia Luis Alfonso
2013-01-22xml: Support fields not of type []byte when marshaling ",chardata"Vega Garcia Luis Alfonso
2013-01-22encoding/json: ignore unexported fields in UnmarshalRick Arnold
2013-01-22encoding/xml: simplify copyValueRuss Cox
2013-01-18encoding/xml: fix decoding of attributes in to pointer fields.Kamil Kisiel
2013-01-14encoding/json: fix panics on type mismatches.Rémy Oudompheng