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
/
gob
/
decode.go
Age
Commit message (
Expand
)
Author
2024-09-05
[release-branch.go1.23] encoding/gob: cover missed cases when checking ignore...
Roland Shoemaker
2023-09-07
encoding/gob: fix typo in comment for decAlloc
Jes Cok
2023-09-07
encoding/gob: swap 'err, i' to correct verbs in decUint8Slice
Jes Cok
2023-08-31
all: rewrite internal/saferio.SliceCap using generics and add func SliceCapWi...
Jes Cok
2023-08-19
encoding/gob: prevent panic from index out of range in Decoder.typeString
Andy Pan
2023-08-01
encoding/gob: use reflect.TypeFor for known types
Ian Lance Taylor
2023-07-27
reflect: deprecate PtrTo
qiulaidongfeng
2023-04-04
encoding/gob: use reflect.Value.Grow
Daniel Martí
2023-02-27
encoding/gob: use reflect.Value.SetZero
Daniel Martí
2023-01-20
encoding/gob: shave off some init time cost
Daniel Martí
2022-10-20
encoding/gob: support large slices in slice decode helpers
Ian Lance Taylor
2022-10-04
encoding/gob: prevent a decoder state overflow
Daniel Martí
2022-09-25
encoding/gob: use saferio.SliceCap when decoding a slice
Ian Lance Taylor
2022-08-19
encoding/gob: use saferio to read large buffer
Ian Lance Taylor
2022-08-08
encoding/gob: replace runtime values with constants in init()
Tomasz Jezierski
2022-07-12
encoding/gob: add a depth limit for ignored fields
Roland Shoemaker
2021-10-26
all: use reflect.{Pointer,PointerTo}
Cuong Manh Le
2021-09-07
encoding/gob: optimize decoding of slice
korzhao
2021-08-27
encoding/gob: optimize decoding of []byte
Joe Tsai
2018-03-24
all: remove some unused return parameters
Daniel Martí
2018-01-04
encoding/gob: avoid race on idToType
Ian Lance Taylor
2017-05-26
encoding/gob: speedup decoding of maps by zeroing values
Filip Gruszczyński
2017-05-03
encoding/gob: use MakeMapWithSize when decoding map
Filip Gruszczyński
2017-04-27
encoding/gob: replace RWMutex usage with sync.Map
Bryan C. Mills
2017-03-24
encoding/gob: Speedup map decoding by reducing the allocations.
Filip Gruszczyński
2017-03-18
encoding/gob: speedup floats encoding and decoding
Alberto Donizetti
2017-03-06
encoding/gob: remove unused ut and atyp parameters
Daniel Martí
2016-06-28
encoding/gob: avoid allocating string for map key
David Crawshaw
2016-03-02
all: single space after period.
Brad Fitzpatrick
2015-11-25
encoding/gob: reduce the amount of memory allocations.
Aliaksandr Valialkin
2015-08-25
encoding/gob: remove always false comparison
Todd Neal
2015-06-01
encoding/gob: fix infinite recursion caused by ignoring recursive type
Rob Pike
2015-04-17
encoding/gob: fix hang from skipping large slices
Matthew Dempsky
2015-04-09
encoding/gob: more checks for corrupted data
Rob Pike
2015-04-08
encoding/gob: clean up decoderMap after errBadType
Håvard Haugen
2015-04-07
encoding/gob: more cleanups handling slice length
Rob Pike
2015-04-07
encoding/gob: make method doc string match method name
kortschak
2015-04-06
encoding/gob: change panic into error for corrupt input
Rob Pike
2014-10-20
encoding/gob: add custom decoder buffer for performance
Rob Pike
2014-10-17
encoding/gob: custom array/slice decoders
Rob Pike
2014-09-25
encoding/gob: fix 386 build
Rob Pike
2014-09-25
encoding/gob: error rather than panic when decoding enormous slices
Rob Pike
2014-09-08
build: move package sources from src/pkg to src
Russ Cox