Sign in
go
/
go
/
7df09b4a03f9e53334672674ba7983d5e7128646
/
src
/
encoding
/
gob
19f73a7
encoding/gob: warn about decoding data from untrusted sources
by Brad Fitzpatrick
· 8 years ago
11ab865
encoding/gob: speedup decoding of maps by zeroing values
by Filip Gruszczyński
· 8 years ago
f504bc0
encoding/gob: use MakeMapWithSize when decoding map
by Filip Gruszczyński
· 8 years ago
c120e44
encoding/gob: replace RWMutex usage with sync.Map
by Bryan C. Mills
· 8 years ago
3058b1f
encoding/gob: parallelize Encode/Decode benchmarks
by Bryan C. Mills
· 8 years ago
516e6f6
all: remove some unused parameters in test code
by Daniel Martí
· 8 years ago
ff7994a
all: remove redundant returns
by Daniel Martí
· 8 years ago
0b9607d
encoding/gob: Speedup map decoding by reducing the allocations.
by Filip Gruszczyński
· 8 years ago
67a46cc
encoding/gob: document the extra byte after a singleton
by Rob Pike
· 8 years ago
32cb0ce
encoding/gob: speedup floats encoding and decoding
by Alberto Donizetti
· 8 years ago
ed00cd9
encoding/gob: make integers encoding faster
by Alberto Donizetti
· 8 years ago
2e7c3b3
encoding/gob: add Encode-Decode Int slices tests
by Alberto Donizetti
· 8 years ago
0332b6c
encoding/gob: remove unused ut and atyp parameters
by Daniel Martí
· 8 years ago
0e33559
time: record monotonic clock reading in time.Now, for more accurate comparisons
by Russ Cox
· 8 years ago
0a2a64d
encoding/gob: error out instead of panicking on nil dereference
by Emmanuel Odeke
· 8 years ago
5a9d5c3
encoding/gob: document Encode, EncodeValue nil pointer panics
by Emmanuel Odeke
· 9 years ago
73516c5
encoding/gob: avoid allocating string for map key
by David Crawshaw
· 9 years ago
a5c5f6e
all: fix copy-and-paste errors in tests
by Alberto Donizetti
· 9 years ago
8082828
encoding/gob: document compatibility
by Rob Pike
· 9 years ago
0da4dbe
all: remove unnecessary type conversions
by Matthew Dempsky
· 9 years ago
b2cf571
all: delete dead test code
by Dominik Honnef
· 9 years ago
5fea2cc
all: single space after period.
by Brad Fitzpatrick
· 9 years ago
b04f3b0
all: replace strings.Index with strings.Contains where possible
by Nathan VanBenschoten
· 9 years ago
148b13c
encoding/gob: document behavior of zero-valued arrays, slices, and maps
by Rob Pike
· 9 years ago
a48de74
encoding/gob: reduce the amount of memory allocations.
by Aliaksandr Valialkin
· 9 years ago
b790ad5
encoding/gob: document that zero elements of arrays and slices are sent
by Rob Pike
· 9 years ago
01ecd41
encoding/gob: fix typo in documentation
by Tormod Erevik Lea
· 9 years ago
1216e18
encoding/gob: document allocation/merge behavior
by Rob Pike
· 9 years ago
7ebaa43
encoding/gob: remove always false comparison
by Todd Neal
· 9 years ago
f62b749
all: fix some vet-caught formatting errors, mostly but not only in tests
by Rob Pike
· 9 years ago
783297a
all: link to https for golang subdomains too
by Brad Fitzpatrick
· 10 years ago
bc8e129
encoding/gob: fix infinite recursion caused by ignoring recursive type
by Rob Pike
· 10 years ago
91191e7
encoding/gob: fix docs
by Shenghou Ma
· 10 years ago
6439010
encoding/gob: add "too big" check when writing a message
by Rob Pike
· 10 years ago
4d01922
encoding/gob: fix hang from skipping large slices
by Matthew Dempsky
· 10 years ago
d64617f
encoding/gob: more checks for corrupted data
by Rob Pike
· 10 years ago
8e6cf5f
encoding/gob: clean up decoderMap after errBadType
by Håvard Haugen
· 10 years ago
0c8fe34
encoding/gob: more cleanups handling slice length
by Rob Pike
· 10 years ago
aaa092c
encoding/gob: make method doc string match method name
by kortschak
· 10 years ago
e449b57
encoding/gob: change panic into error for corrupt input
by Rob Pike
· 10 years ago
d4e48ee
encoding/gob: address go vet report
by Emil Hessman
· 10 years ago
63acc48
encoding/gob: add custom decoder buffer for performance
by Rob Pike
· 10 years ago
4c91b13
encoding/gob: fix print format in generated decoder helpers
by Rob Pike
· 10 years ago
65dde1e
encoding/gob: use simple append-only buffer for encoding
by Rob Pike
· 10 years ago
9965e40
encoding/gob: custom array/slice decoders
by Rob Pike
· 10 years ago
5e71306
encoding/gob: speed up encoding of arrays and slices
by Rob Pike
· 10 years ago
ae250ab
encoding/gob: make encoding structs a little faster
by Rob Pike
· 10 years ago
868948b
encoding/gob: fix 386 build
by Rob Pike
· 10 years ago
9c3fc83
encoding/gob: error rather than panic when decoding enormous slices Fixes #8084.
by Rob Pike
· 10 years ago
dfd4123
encoding/gob: speedup encoding
by Dmitriy Vyukov
· 10 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 10 years ago