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