index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
encoding
Age
Commit message (
Expand
)
Author
2023-02-18
encoding/json: optimize isValidNumber function
json-isValidNumber
Shulhan
2023-02-16
src: rename unexported errors by adding prefix err
Oleksandr Redko
2023-02-07
encoding/hex: fix Decode output check regression
Joe Tsai
2023-01-31
encoding/xml: allow overriding by empty namespace
Constantin Konstantinidis
2023-01-30
encoding/binary: add String and GoString method to nativeEndian
cuiweixie
2023-01-30
all: fix problematic comments
cui fliter
2023-01-27
encoding/binary: add var NativeEndian
cuiweixie
2023-01-27
hex: fix panic in Decode when len(src) > 2*len(dst)
Benjamin Prosnitz
2023-01-24
encoding/gob: slightly simplify init code
Daniel Martí
2023-01-20
encoding/gob: shave off some init time cost
Daniel Martí
2022-12-02
encoding/csv: use proper doc comment for Deprecated notes
Russ Cox
2022-11-29
Revert "encoding/xml: disallow empty namespace when prefix is set"
Ian Lance Taylor
2022-11-18
all: add missing periods in comments
cui fliter
2022-11-09
encoding/xml: error when more than one colon in qualified names
Constantin Konstantinidis
2022-11-09
encoding/xml: disallow empty namespace when prefix is set
Constantin Konstantinidis
2022-11-09
encoding/xml: error when closing tag does not match opening tag
Constantin Konstantinidis
2022-11-09
encoding/xml: add check of namespaces to detect field names conflicts
Constantin Konstantinidis
2022-11-05
all: fix comment typos
Dan Kortschak
2022-10-31
encoding/xml: reduce depth limit on wasm
Russ Cox
2022-10-20
encoding/gob: support large slices in slice decode helpers
Ian Lance Taylor
2022-10-13
encoding/gob: note pacakge not covered by security policy
Roland Shoemaker
2022-10-06
all: remove redundant type conversion
cui fliter
2022-10-04
encoding/asn1: remove allocation from init
Tomasz Jezierski
2022-10-04
encoding/gob: prevent a decoder state overflow
Daniel Martí
2022-09-30
encoding: fix a few function names on comments
cui fliter
2022-09-30
encoding/json: return comparison directly
cuiweixie
2022-09-29
all: use strings.Builder where appropriate
hopehook
2022-09-29
encoding/gob: add top level security doc
Roland Shoemaker
2022-09-28
encoding/xml: use bytes.Clone
cuiweixie
2022-09-25
encoding/gob: use saferio.SliceCap when decoding a slice
Ian Lance Taylor
2022-09-06
encoding: use strings.Builder
cuiweixie
2022-09-02
encoding/asn1: fix doc for BitString.At's return value
RenKanai
2022-08-24
encoding/json: move some misplaced benchmark tests to bench_test.go
Andy Pan
2022-08-23
encoding/json: give it a chance to put encodeState back in pool when error oc...
Andy Pan
2022-08-23
encoding/xml: add (*Encoder).Close
Axel Wagner
2022-08-22
encoding/json: rely on utf8.AppendRune
Joe Tsai
2022-08-19
encoding/gob: use saferio to read large buffer
Ian Lance Taylor
2022-08-17
encoding/base64: optimize decodemap memory set
ErikPelli
2022-08-09
encoding/gob: change typeInfo.encoder type to atomic.Pointer[T]
Ludi Rehak
2022-08-09
encoding/xml: use bytes.Buffer.WriteString
Daniel Martí
2022-08-08
encoding/binary: ReadUvarint return io.ErrUnexpectedEOF when read at least 1 ...
cuiweixie
2022-08-08
encoding/gob: replace runtime values with constants in init()
Tomasz Jezierski
2022-07-15
encoding/gob: s/TestIngoreDepthLimit/TestIgnoreDepthLimit/
Ian Lance Taylor
2022-07-14
encoding/xml: skip TestCVE202230633 for short tests
Roland Shoemaker
2022-07-12
encoding/gob: add a depth limit for ignored fields
Roland Shoemaker
2022-07-12
encoding/xml: use iterative Skip, rather than recursive
Roland Shoemaker
2022-07-12
encoding/xml: limit depth of nesting in unmarshal
Roland Shoemaker
2022-06-22
encoding/xml: check nil pointer in DecodeElement
shaoliming
2022-06-01
encoding/json: mention SyntaxError in Unmarshal doc comment
Lukas Joisten
2022-05-17
all: fix spelling
John Bampton
[next]