aboutsummaryrefslogtreecommitdiff
path: root/src/encoding
AgeCommit message (Expand)Author
2023-02-18encoding/json: optimize isValidNumber functionjson-isValidNumberShulhan
2023-02-16src: rename unexported errors by adding prefix errOleksandr Redko
2023-02-07encoding/hex: fix Decode output check regressionJoe Tsai
2023-01-31encoding/xml: allow overriding by empty namespaceConstantin Konstantinidis
2023-01-30encoding/binary: add String and GoString method to nativeEndiancuiweixie
2023-01-30all: fix problematic commentscui fliter
2023-01-27encoding/binary: add var NativeEndiancuiweixie
2023-01-27hex: fix panic in Decode when len(src) > 2*len(dst)Benjamin Prosnitz
2023-01-24encoding/gob: slightly simplify init codeDaniel Martí
2023-01-20encoding/gob: shave off some init time costDaniel Martí
2022-12-02encoding/csv: use proper doc comment for Deprecated notesRuss Cox
2022-11-29Revert "encoding/xml: disallow empty namespace when prefix is set"Ian Lance Taylor
2022-11-18all: add missing periods in commentscui fliter
2022-11-09encoding/xml: error when more than one colon in qualified namesConstantin Konstantinidis
2022-11-09encoding/xml: disallow empty namespace when prefix is setConstantin Konstantinidis
2022-11-09encoding/xml: error when closing tag does not match opening tagConstantin Konstantinidis
2022-11-09encoding/xml: add check of namespaces to detect field names conflictsConstantin Konstantinidis
2022-11-05all: fix comment typosDan Kortschak
2022-10-31encoding/xml: reduce depth limit on wasmRuss Cox
2022-10-20encoding/gob: support large slices in slice decode helpersIan Lance Taylor
2022-10-13encoding/gob: note pacakge not covered by security policyRoland Shoemaker
2022-10-06all: remove redundant type conversioncui fliter
2022-10-04encoding/asn1: remove allocation from initTomasz Jezierski
2022-10-04encoding/gob: prevent a decoder state overflowDaniel Martí
2022-09-30encoding: fix a few function names on commentscui fliter
2022-09-30encoding/json: return comparison directlycuiweixie
2022-09-29all: use strings.Builder where appropriatehopehook
2022-09-29encoding/gob: add top level security docRoland Shoemaker
2022-09-28encoding/xml: use bytes.Clonecuiweixie
2022-09-25encoding/gob: use saferio.SliceCap when decoding a sliceIan Lance Taylor
2022-09-06encoding: use strings.Buildercuiweixie
2022-09-02encoding/asn1: fix doc for BitString.At's return valueRenKanai
2022-08-24encoding/json: move some misplaced benchmark tests to bench_test.goAndy Pan
2022-08-23encoding/json: give it a chance to put encodeState back in pool when error oc...Andy Pan
2022-08-23encoding/xml: add (*Encoder).CloseAxel Wagner
2022-08-22encoding/json: rely on utf8.AppendRuneJoe Tsai
2022-08-19encoding/gob: use saferio to read large bufferIan Lance Taylor
2022-08-17encoding/base64: optimize decodemap memory setErikPelli
2022-08-09encoding/gob: change typeInfo.encoder type to atomic.Pointer[T]Ludi Rehak
2022-08-09encoding/xml: use bytes.Buffer.WriteStringDaniel Martí
2022-08-08encoding/binary: ReadUvarint return io.ErrUnexpectedEOF when read at least 1 ...cuiweixie
2022-08-08encoding/gob: replace runtime values with constants in init()Tomasz Jezierski
2022-07-15encoding/gob: s/TestIngoreDepthLimit/TestIgnoreDepthLimit/Ian Lance Taylor
2022-07-14encoding/xml: skip TestCVE202230633 for short testsRoland Shoemaker
2022-07-12encoding/gob: add a depth limit for ignored fieldsRoland Shoemaker
2022-07-12encoding/xml: use iterative Skip, rather than recursiveRoland Shoemaker
2022-07-12encoding/xml: limit depth of nesting in unmarshalRoland Shoemaker
2022-06-22encoding/xml: check nil pointer in DecodeElementshaoliming
2022-06-01encoding/json: mention SyntaxError in Unmarshal doc commentLukas Joisten
2022-05-17all: fix spellingJohn Bampton