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
/
encoder_test.go
Age
Commit message (
Expand
)
Author
2024-07-25
encoding: use slices and maps to clean up tests
apocelipes
2024-05-23
all: change from sort functions to slices functions where feasible
Ian Lance Taylor
2023-07-18
all: fix typos
Jes Cok
2022-10-04
encoding/gob: prevent a decoder state overflow
Daniel MartÃ
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-10-11
encoding/gob: follow documented io.EOF semantics
Daniel MartÃ
2021-09-07
encoding/gob: marshal maps using reflect.Value.MapRange
korzhao
2021-03-13
encoding/gob: ensure "duplicate type received" decoder errors surface up
Aman Karmani
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2018-10-22
encoding/gob: delete out of memory test
Rob Pike
2018-06-13
encoding/gob: correct issue number typo in comment
Ian Lance Taylor
2018-04-30
all: skip unsupported tests for js/wasm
Richard Musiol
2017-03-13
encoding/gob: add Encode-Decode Int slices tests
Alberto Donizetti
2016-08-19
encoding/gob: error out instead of panicking on nil dereference
Emmanuel Odeke
2016-07-05
encoding/gob: document Encode, EncodeValue nil pointer panics
Emmanuel Odeke
2016-03-21
all: delete dead test code
Dominik Honnef
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-19
all: replace strings.Index with strings.Contains where possible
Nathan VanBenschoten
2015-11-25
encoding/gob: reduce the amount of memory allocations.
Aliaksandr Valialkin
2015-06-01
encoding/gob: fix infinite recursion caused by ignoring recursive type
Rob Pike
2015-05-12
encoding/gob: add "too big" check when writing a message
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-07
encoding/gob: more cleanups handling slice length
Rob Pike
2015-04-06
encoding/gob: change panic into error for corrupt input
Rob Pike
2014-12-28
encoding/gob: address go vet report
Emil Hessman
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