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
/
decoder.go
Age
Commit message (
Expand
)
Author
2025-02-03
all: replace reflect.Value.Type.Kind with reflect.Value.Kind
Sean Liao
2024-09-05
encoding/gob: cover missed cases when checking ignore depth
Roland Shoemaker
2023-09-08
encoding: modernize Go documentation
Joe Tsai
2022-08-19
encoding/gob: use saferio to read large buffer
Ian Lance Taylor
2022-04-11
all: gofmt main repo
Russ Cox
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-10-26
all: use reflect.{Pointer,PointerTo}
Cuong Manh Le
2021-10-11
encoding/gob: follow documented io.EOF semantics
Daniel Martí
2021-04-20
all: remove redundant spaces before . and ,
Yury Smolsky
2021-03-13
encoding/gob: ensure "duplicate type received" decoder errors surface up
Aman Karmani
2018-12-28
encoding/gob: mention that Encoder and Decoder are safe for concurrent use
Mostyn Bramley-Moore
2018-10-22
encoding/gob: increase "tooBig" from 1GB to 8GB on 64-bit machines
Rob Pike
2017-08-29
all: join some chained ifs to unindent code
Daniel Martí
2017-08-26
all: remove some double spaces from comments
Daniel Martí
2017-06-29
encoding/gob: warn about decoding data from untrusted sources
Brad Fitzpatrick
2016-03-02
all: single space after period.
Brad Fitzpatrick
2014-10-20
encoding/gob: add custom decoder buffer for performance
Rob Pike
2014-10-17
encoding/gob: use simple append-only buffer for encoding
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