1. f6a298d Release Snappy 1.1.2. R=jeff by snappy.mirrorbot@gmail.com · 10 years ago master
  2. 38de454 Fix public issue 82: Stop distributing benchmark data files that have by snappy.mirrorbot@gmail.com · 10 years ago
  3. 6d76832 Add support for padding in the Snappy framed format. by snappy.mirrorbot@gmail.com · 11 years ago
  4. e512757 Release Snappy 1.1.1. by snappy.mirrorbot@gmail.com · 11 years ago
  5. 762bb32 Add autoconf tests for size_t and ssize_t. Sort-of resolves public issue 79; by snappy.mirrorbot@gmail.com · 11 years ago
  6. f01cb89 When we compare the number of bytes produced with the offset for a by snappy.mirrorbot@gmail.com · 11 years ago
  7. 446f145 In the fast path for decompressing literals, instead of checking by snappy.mirrorbot@gmail.com · 11 years ago
  8. 49fc9d9 Make the two IncrementalCopy* functions take in an ssize_t instead of a len, by snappy.mirrorbot@gmail.com · 11 years ago
  9. 35372c4 Add support for uncompressing to iovecs (scatter I/O). by snappy.mirrorbot@gmail.com · 11 years ago
  10. 457b1b7 Some code reorganization needed for an internal change. by snappy.mirrorbot@gmail.com · 11 years ago
  11. a18503d Supports truncated test data in zippy benchmark. by snappy.mirrorbot@gmail.com · 11 years ago
  12. 19c9869 Release Snappy 1.1.0. R=sanjay by snappy.mirrorbot@gmail.com · 11 years ago
  13. 61b011f Make ./snappy_unittest pass without "srcdir" being defined. by snappy.mirrorbot@gmail.com · 11 years ago
  14. 8074527 Increase the Zippy block size from 32 kB to 64 kB, winning ~3% density by snappy.mirrorbot@gmail.com · 11 years ago
  15. de806bf Adjust the Snappy open-source distribution for the changes in Google's by snappy.mirrorbot@gmail.com · 11 years ago
  16. 4a75599 Change a few ORs to additions where they don't matter. This helps the compiler by snappy.mirrorbot@gmail.com · 11 years ago
  17. bfbc527 Stop giving -Werror to automake, due to an incompatibility between current by snappy.mirrorbot@gmail.com · 12 years ago
  18. 2f5d797 Fix public issue 66: Document GetUncompressedLength better, in particular that by snappy.mirrorbot@gmail.com · 12 years ago
  19. 1640137 Fix public issue 64: Check for <sys/time.h> at configure time, by snappy.mirrorbot@gmail.com · 12 years ago
  20. e726277 Handle the case where gettimeofday() goes backwards or returns the same value by snappy.mirrorbot@gmail.com · 12 years ago
  21. e0d5e06 Mark ARMv4 as not supporting unaligned accesses (not just ARMv5 and ARMv6); by snappy.mirrorbot@gmail.com · 12 years ago
  22. 5a4a7d9 Fix public bug #62: Remove an extraneous comma at the end of an enum list, by snappy.mirrorbot@gmail.com · 12 years ago
  23. 0def200 Snappy library no longer depends on iostream. by snappy.mirrorbot@gmail.com · 12 years ago
  24. e084aed Release Snappy 1.0.5. by snappy.mirrorbot@gmail.com · 12 years ago
  25. 5115e20 For 32-bit platforms, do not try to accelerate multiple neighboring by snappy.mirrorbot@gmail.com · 12 years ago
  26. 756ba91 Enable the use of unaligned loads and stores for ARM-based architectures by snappy.mirrorbot@gmail.com · 12 years ago
  27. 0b08f1e Lower the size allocated in the "corrupted input" unit test from 256 MB by snappy.mirrorbot@gmail.com · 12 years ago
  28. 66db624 Minor refactoring to accomodate changes in Google's internal code tree. by snappy.mirrorbot@gmail.com · 12 years ago
  29. e06bab2 Fix public issue r57: Fix most warnings with -Wall, mostly signed/unsigned by snappy.mirrorbot@gmail.com · 12 years ago
  30. 25b79a0 Add a framing format description. We do not have any implementation of this at by snappy.mirrorbot@gmail.com · 12 years ago
  31. afaa2d1 Speed up decompression by moving the refill check to the end of the loop. by snappy.mirrorbot@gmail.com · 12 years ago
  32. 2debc45 Speed up decompression by making the fast path for literals faster. by snappy.mirrorbot@gmail.com · 13 years ago
  33. 7c5aed1 Fix public issue #53: Update the README to the API we actually open-sourced by snappy.mirrorbot@gmail.com · 13 years ago
  34. a303ef5 In the format description, use a clearer example to emphasize that varints are by snappy.mirrorbot@gmail.com · 13 years ago
  35. 749f318 Release Snappy 1.0.4. by snappy.mirrorbot@gmail.com · 13 years ago
  36. c62566f Fix public issue #50: Include generic byteswap macros. by snappy.mirrorbot@gmail.com · 13 years ago
  37. f1ad773 Partially fix public issue 50: Remove an extra comma from the end of some by snappy.mirrorbot@gmail.com · 13 years ago
  38. c9b35bb Use the right #ifdef test for sys/mman.h. by snappy.mirrorbot@gmail.com · 13 years ago
  39. b2f936a Fix public issue #47: Small comment cleanups in the unit test. by snappy.mirrorbot@gmail.com · 13 years ago
  40. 022e17b Fix public issue #46: Format description said "3-byte offset" by snappy.mirrorbot@gmail.com · 13 years ago
  41. d861d70 Fix public issue #44: Make the definition and declaration of CompressFragment by snappy.mirrorbot@gmail.com · 13 years ago
  42. ec1792b Correct an inaccuracy in the Snappy format description. by snappy.mirrorbot@gmail.com · 13 years ago
  43. 53605d4 Speed up decompression by removing a fast-path attempt. by snappy.mirrorbot@gmail.com · 13 years ago
  44. 112d4a4 Speed up decompression by not needing a lookup table for literal items. by snappy.mirrorbot@gmail.com · 13 years ago
  45. d8ad4b8 Release Snappy 1.0.3. by snappy.mirrorbot@gmail.com · 13 years ago
  46. ad19f9a Remove an unneeded goto in the decompressor; it turns out that the by snappy.mirrorbot@gmail.com · 13 years ago
  47. 39d4f52 Speed up decompression by caching ip_. by snappy.mirrorbot@gmail.com · 13 years ago
  48. 5258607 by snappy.mirrorbot@gmail.com · 13 years ago
  49. 184f228 by snappy.mirrorbot@gmail.com · 13 years ago
  50. f9c515d by snappy.mirrorbot@gmail.com · 13 years ago
  51. 3a17215 by snappy.mirrorbot@gmail.com · 13 years ago
  52. b62cb9d by snappy.mirrorbot@gmail.com · 13 years ago
  53. c07dee4 by snappy.mirrorbot@gmail.com · 13 years ago
  54. 0c4abb9 by snappy.mirrorbot@gmail.com · 13 years ago
  55. 916ff42 by snappy.mirrorbot@gmail.com · 13 years ago
  56. 9e2dd02 by snappy.mirrorbot@gmail.com · 13 years ago
  57. bbe6def by snappy.mirrorbot@gmail.com · 13 years ago
  58. 69e3b45 by snappy.mirrorbot@gmail.com · 13 years ago
  59. 6e0e69e by snappy.mirrorbot@gmail.com · 13 years ago
  60. 5ccd5e3 by snappy.mirrorbot@gmail.com · 13 years ago
  61. 6a3000e by snappy.mirrorbot@gmail.com · 13 years ago
  62. 61aaecd by snappy.mirrorbot@gmail.com · 13 years ago
  63. cbb82ad by snappy.mirrorbot@gmail.com · 13 years ago
  64. 328d1c4 by snappy.mirrorbot@gmail.com · 13 years ago
  65. 48cd7b0 by snappy.mirrorbot@gmail.com · 13 years ago
  66. ecfcc36 by snappy.mirrorbot@gmail.com · 13 years ago
  67. 3549a59 by snappy.mirrorbot@gmail.com · 13 years ago
  68. a57c28a by snappy.mirrorbot@gmail.com · 13 years ago
  69. 94cf8cb by snappy.mirrorbot@gmail.com · 13 years ago
  70. a86c963 by snappy.mirrorbot@gmail.com · 13 years ago
  71. 943b850 by snappy.mirrorbot@gmail.com · 13 years ago
  72. 6afa2be by snappy.mirrorbot@gmail.com · 13 years ago
  73. 1b24657 by snappy.mirrorbot@gmail.com · 13 years ago
  74. 1164256 by snappy.mirrorbot@gmail.com · 13 years ago
  75. c333e9d by snappy.mirrorbot@gmail.com · 13 years ago
  76. 5aaf1a5 by snappy.mirrorbot@gmail.com · 13 years ago
  77. fc8c9d6 by snappy.mirrorbot@gmail.com · 13 years ago
  78. 7d39bfa by snappy.mirrorbot@gmail.com · 13 years ago
  79. 7dad570 by snappy.mirrorbot@gmail.com · 13 years ago
  80. afc14d5 by snappy.mirrorbot@gmail.com · 13 years ago
  81. c13a29b by snappy.mirrorbot@gmail.com · 13 years ago
  82. 1e03d20 by snappy.mirrorbot@gmail.com · 13 years ago
  83. becaa2a by snappy.mirrorbot@gmail.com · 13 years ago
  84. 9b8332e Create trunk directory. by sesse@google.com · 13 years ago