aboutsummaryrefslogtreecommitdiff
path: root/src/encoding
AgeCommit message (Expand)Author
2017-06-29encoding/binary: clarify the repercussions for not following the docsBrad Fitzpatrick
2017-06-29encoding/gob: warn about decoding data from untrusted sourcesBrad Fitzpatrick
2017-06-27encoding/binary: improve comment formatting consistencyDmitri Shuralyov
2017-06-23encoding/ascii85: make bigtest big againMark Ryan
2017-06-16encoding: fix endless loop in TestDecoderBufferingMark Ryan
2017-06-15encoding: report correct line numbers in testsMark Ryan
2017-06-14encoding/json: don't marshal unexported embedded fields of non struct typethoeni
2017-06-05encoding/json: clarify unmarshaling behaviour on bad fieldsAlberto Donizetti
2017-05-26encoding/gob: speedup decoding of maps by zeroing valuesFilip Gruszczyński
2017-05-22encoding/base32: add Encoding.WithPadding, StdPadding, NoPaddingGustav Westling
2017-05-18encoding/base32: ensure base32 decoder propagates errors correctlyMark Ryan
2017-05-03encoding/gob: use MakeMapWithSize when decoding mapFilip Gruszczyński
2017-04-28encoding/json: replace encoderCache RWMutex with a sync.MapBryan C. Mills
2017-04-28encoding/xml: replace tinfoMap RWMutex with sync.MapBryan C. Mills
2017-04-27encoding/gob: replace RWMutex usage with sync.MapBryan C. Mills
2017-04-26encoding/json: parallelize most benchmarksBryan C. Mills
2017-04-26encoding/gob: parallelize Encode/Decode benchmarksBryan C. Mills
2017-04-26encoding/xml: parallelize benchmarksBryan C. Mills
2017-04-26encoding/csv: add option to reuse slices returned by ReadJustin Nuß
2017-04-25all: remove some unused parameters in test codeDaniel Martí
2017-04-24encoding/base64: Optimize DecodeStringJosselin Costanzi
2017-04-24encoding/asn1: add NullBytes and NullRawValue for working with ASN.1 NULLAndrew Benton
2017-04-23encoding/base64: Rename rawUrlRef to rawURLRefMark Ryan
2017-04-19all: remove redundant returnsDaniel Martí
2017-04-18encoding/hex: change lookup table back to stringJosh Bleecher Snyder
2017-04-13encoding/asn1: support 31 bit identifiers with OIDMonis Khan
2017-04-11encoding/asn1: document "utc" and "generalized" tagsHiroshi Ioka
2017-04-03encoding/pem: yet another fuzz fake failureRuss Cox
2017-04-03encoding/pem: do not try to round trip value with leading/trailing spaceRuss Cox
2017-03-24encoding/gob: Speedup map decoding by reducing the allocations.Filip Gruszczyński
2017-03-22encoding/xml: unmarshal allow empty, non-string valuesSarah Adams
2017-03-22encoding/xml: format test output using subtestsSam Whited
2017-03-21encoding/gob: document the extra byte after a singletonRob Pike
2017-03-20encoding/json: reduce unmarshal mallocs for unmapped fieldsPascal S. de Kloe
2017-03-18encoding/gob: speedup floats encoding and decodingAlberto Donizetti
2017-03-17encoding/gob: make integers encoding fasterAlberto Donizetti
2017-03-13encoding/gob: add Encode-Decode Int slices testsAlberto Donizetti
2017-03-07encoding/base64, html/template: fix grammar mistakesKevin Burke
2017-03-07encoding/base64: add alphabet and padding restrictionsJosselin Costanzi
2017-03-06encoding/base64: fix decode reports incorrect indexJosselin Costanzi
2017-03-06encoding/gob: remove unused ut and atyp parametersDaniel Martí
2017-03-06encoding/xml: remove unused start parameterDaniel Martí
2017-03-01encoding/pem: refuse extra data on ending lineJoe Shaw
2017-02-14encoding/xml: fix incorrect indirect code in chardata, comment, innerxml fieldsRuss Cox
2017-02-14cmd/compile/internal/ssa: combine 2 byte loads + shifts into word load + rolw...Kirill Smelkov
2017-02-10encoding/json: clarify documention for Unmarshal into a pointer.Tuo Shan
2017-02-07encoding/json: add Valid for checking validity of input bytesMatt Layher
2017-02-03time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss Cox
2016-12-08all: make spelling consistentBrad Fitzpatrick
2016-12-01encoding/binary: document the new bool supportBrad Fitzpatrick