aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/encoding
AgeCommit message (Expand)Author
2013-08-05undo CL 12486043 / ab644299d124Brad Fitzpatrick
2013-08-05all: use strings.IndexByte instead of Index where possibleBrad Fitzpatrick
2013-08-03various: deleted unused itemsRob Pike
2013-07-30encoding/xml: Do not pass through invalid utf8 bytesAlex A Skinner
2013-07-23all: be more idiomatic when documenting boolean return values.Rob Pike
2013-07-22all: change "true iff" to "whether" in public docsBrad Fitzpatrick
2013-07-12encoding/json: add more tests for UTF-8 coercionRuss Cox
2013-07-12undo CL 11161044 / ba455262a9dbRuss Cox
2013-07-12encoding/json: coerce invalid UTF-8 to valid UTF-8 during MarshalRuss Cox
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