1. d9eb7a3 Support the COPY_4 tag. by Nigel Tao · 9 years ago
  2. 3675542 Don't allow EOF in the middle of a framing chunk. by Nigel Tao · 10 years ago
  3. 0e8b256 Fix a too-long uncompressed frame chunk causing a panic. by Nigel Tao · 10 years ago
  4. 4024363 Rewrite the core of the decoder in asm. by Nigel Tao · 10 years ago
  5. 9eb9b0a Add a comment about forwardCopy semantics. by Nigel Tao · 10 years ago
  6. da163d3 Note that Decode's dst and src must not overlap. by Nigel Tao · 10 years ago
  7. 32b392a Make a small s/uint/uint32/ decoder optimization. by Nigel Tao · 10 years ago
  8. 624b11c Fix some comment styles. by Nigel Tao · 10 years ago
  9. bb00731 Ensure that Decode doesn't write past the decoded length. by Nigel Tao · 10 years ago
  10. e292361 Catch overflow when incrementing src pointers. by Nigel Tao · 10 years ago
  11. bf2ded9 Use 64K blocks when encoding long inputs. by Nigel Tao · 10 years ago
  12. c2359a1 Catch MaxEncodedLen overflow. by Nigel Tao · 10 years ago
  13. 7e6c06b Reject zero offsets in a length/offset pair. by Nigel Tao · 10 years ago
  14. 6ad2a85 Catch overflow when incrementing dst pointer. by Nigel Tao · 10 years ago
  15. 5096ca2 Improve Decode test coverage. by Nigel Tao · 10 years ago
  16. 07070fd Catch overflow when incrementing src pointers. by Nigel Tao · 10 years ago
  17. 405fe50 Fix typo in godoc by Rodolfo Carvalho · 10 years ago
  18. 723cc1e Merge pull request #16 from dgryski/uint32-fix by Nigel Tao · 10 years ago
  19. f5466f1 Fix max block size check by Damian Gryski · 10 years ago
  20. 0c7f8a7 Merge pull request #18 from dgryski/github-move by Nigel Tao · 10 years ago
  21. ec7b924 C++ snappy has moved to github by Damian Gryski · 10 years ago
  22. 28028bb Lint fixes. by Damian Gryski · 10 years ago
  23. f4b10fa Reject invalid varints when decoding. by Nigel Tao · 10 years ago
  24. c5eccb2 all: simpler import path by Sebastien Binet · 10 years ago