aboutsummaryrefslogtreecommitdiff
path: root/src/encoding
AgeCommit message (Expand)Author
2017-08-14encoding/hex: improve testsAgniva De Sarker
2017-08-14encoding/csv: report line start line in errorsJustin Nuß
2017-08-12encoding/binary: add example for Read multiMark Wolfe
2017-08-08encoding/json: de-indent raw strings in remaining examplesDmitri Shuralyov
2017-08-03encoding/binary: add examples for varint functionsAxel Wagner
2017-07-22encoding/json: ignore embedded fields of pointers to unexported non-structsJoe Tsai
2017-07-15encoding/json: fix indentation in Decode stream exampleIccha Sethi
2017-07-15encoding/binary: add examples for ByteOrder functionsRoss Light
2017-07-06encoding/base32: make NoPadding Encoding's DecodedLen return exact sizeGustav Westling
2017-07-06encoding/base32: support custom and disabled padding when decodingGustav Westling
2017-06-29Revert "encoding/json: reduce unmarshal mallocs for unmapped fields"Brad Fitzpatrick
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