aboutsummaryrefslogtreecommitdiff
path: root/src/encoding
AgeCommit message (Expand)Author
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
2022-05-14encoding/csv: add Reader.InputOffset methodhopehook
2022-05-03encoding/base32: decoder output depends on chunking of underlying readerteivah
2022-04-15encoding/binary: add AppendVarint AppendUvarintJoe Tsai
2022-04-12encoding/pem: fix stack overflow in DecodeJulie Qiu
2022-04-11all: gofmt main repoRuss Cox
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-04-05all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-03-27encoding/xml: expose decoder line and columnPatrick Gundlach
2022-03-11encoding/hex: implement Decode with a lookup tableeh-steve
2022-03-04encoding/xml: improve the test coverage, fix minor bugsIskander Sharipov
2022-03-02encoding/binary: add AppendByteOrderJoe Tsai
2022-03-02encoding/json: use reflect.Value.UnsafePointer over PointerJoe Tsai
2022-02-20encoding/xml: embedded reference to substruct causes XML marshaller to panic ...hopehook
2022-01-13all: add a handful of fuzz targetsRoland Shoemaker
2022-01-12Revert "all: add a handful of fuzz targets"Bryan Mills
2022-01-12all: add a handful of fuzz targetsRoland Shoemaker
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-09encoding/xml: add generic encoding testKeith Randall
2021-11-02encoding: simplify some codeJosh Bleecher Snyder
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-26all: use reflect.{Pointer,PointerTo}Cuong Manh Le
2021-10-19encoding/base64: add examples for Encode/Decode180909
2021-10-11encoding/gob: follow documented io.EOF semanticsDaniel Martí