1. 85cc9c1 [UBSan][snappy] Temporarily disable UBSan by Leonard Chan · 4 years, 2 months ago main master
  2. 6243865 Update README.fuchsia by Petr Hosek · 6 years ago
  3. 5509cf2 Update README.fuchsia by Damien Miller · 6 years ago
  4. 91cab78 Add BUILD.gn file for fuchsia and stubs header by James Robinson · 8 years ago
  5. 32d6d7d Merge pull request #6 from deviance/provide-pkg-config-data by Steinar H. Gunderson · 8 years ago
  6. 9716135 Add #ifdef to guard against macro redefinition if this is included in another by Peter Kasting · 8 years ago
  7. 0000f99 Merge pull request #13 from huachaohuang/patch-1 by Steinar H. Gunderson · 8 years ago
  8. d53de18 Make heuristic match skipping more aggressive. by Steinar H. Gunderson · 8 years ago
  9. 2b9152d Default to glibtoolize instead of libtoolize if it exists, by Steinar H. Gunderson · 8 years ago
  10. 0800b1e Work around an issue where some compilers interpret <:: as a trigraph. by Steinar H. Gunderson · 8 years ago
  11. e7d2818 Unbreak the open-source build for ARM due to missing ATTRIBUTE_PACKED by Steinar H. Gunderson · 8 years ago
  12. 7525a16 Fix an issue where the ByteSource path (used for parsing std::string) by Steinar H. Gunderson · 8 years ago
  13. ef5598a Make UNALIGNED_LOAD16/32 on ARMv7 go through an explicitly unaligned struct, by Steinar H. Gunderson · 8 years ago
  14. b8cd908 Allow to compile in nested packages. by Huachao Huang · 9 years ago
  15. 96a2e34 Update URLs in the Snappy README to reflect the move to GitHub. by Steinar H. Gunderson · 9 years ago
  16. 0852af7 Move the logic from ComputeTable into the unit test, which means it's run by Steinar H. Gunderson · 9 years ago
  17. d803429 Fix signed-vs.-unsigned comparison warnings. by Steinar H. Gunderson · 9 years ago
  18. d2cb73b Provide pkg-config data by Aleksandr Makarov · 9 years ago
  19. efb39e8 Release Snappy 1.1.3; getting the new Uncompress variant in a release is nice, by Steinar H. Gunderson · 9 years ago 1.1.3
  20. eb66d81 Initialized members of SnappyArrayWriter and SnappyDecompressionValidator. by Steinar H. Gunderson · 9 years ago
  21. b2312c4 Add support for Uncompress(source, sink). Various changes to allow by Steinar H. Gunderson · 9 years ago
  22. b2ad960 Changes to eliminate compiler warnings on MSVC by Steinar H. Gunderson · 9 years ago
  23. e7a897e Fixed unit tests to compile under MSVC. by Steinar H. Gunderson · 9 years ago
  24. 86eb8b1 Change a few branch annotations that profiling found to be wrong. by Steinar H. Gunderson · 9 years ago
  25. 11ccdfb Sync with various Google-internal changes. by Steinar H. Gunderson · 9 years ago
  26. 22acaf4 Change some internal path names. by Steinar H. Gunderson · 9 years ago
  27. 1ff9be9 Release Snappy 1.1.2. R=jeff by snappy.mirrorbot@gmail.com · 10 years ago
  28. 19690d7 Fix public issue 82: Stop distributing benchmark data files that have by snappy.mirrorbot@gmail.com · 10 years ago
  29. f82bff6 Add support for padding in the Snappy framed format. by snappy.mirrorbot@gmail.com · 11 years ago
  30. eeead8d Release Snappy 1.1.1. by snappy.mirrorbot@gmail.com · 11 years ago
  31. 6bc39e2 Add autoconf tests for size_t and ssize_t. Sort-of resolves public issue 79; by snappy.mirrorbot@gmail.com · 11 years ago
  32. 7c3c01d When we compare the number of bytes produced with the offset for a by snappy.mirrorbot@gmail.com · 11 years ago
  33. 2f0aaf8 In the fast path for decompressing literals, instead of checking by snappy.mirrorbot@gmail.com · 11 years ago
  34. 062bf54 Make the two IncrementalCopy* functions take in an ssize_t instead of a len, by snappy.mirrorbot@gmail.com · 11 years ago
  35. 328aafa Add support for uncompressing to iovecs (scatter I/O). by snappy.mirrorbot@gmail.com · 11 years ago
  36. cd92eb0 Some code reorganization needed for an internal change. by snappy.mirrorbot@gmail.com · 11 years ago
  37. a3e928d Supports truncated test data in zippy benchmark. by snappy.mirrorbot@gmail.com · 11 years ago
  38. bde324c Release Snappy 1.1.0. R=sanjay by snappy.mirrorbot@gmail.com · 11 years ago
  39. 8168446 Make ./snappy_unittest pass without "srcdir" being defined. by snappy.mirrorbot@gmail.com · 11 years ago
  40. 27a0cc3 Increase the Zippy block size from 32 kB to 64 kB, winning ~3% density by snappy.mirrorbot@gmail.com · 11 years ago
  41. 81f3478 Adjust the Snappy open-source distribution for the changes in Google's by snappy.mirrorbot@gmail.com · 11 years ago
  42. 698af46 Change a few ORs to additions where they don't matter. This helps the compiler by snappy.mirrorbot@gmail.com · 11 years ago
  43. 55209f9 Stop giving -Werror to automake, due to an incompatibility between current by snappy.mirrorbot@gmail.com · 12 years ago
  44. b86e81c Fix public issue 66: Document GetUncompressedLength better, in particular that by snappy.mirrorbot@gmail.com · 12 years ago
  45. 2e225ba Fix public issue 64: Check for <sys/time.h> at configure time, by snappy.mirrorbot@gmail.com · 12 years ago
  46. e89f20a Handle the case where gettimeofday() goes backwards or returns the same value by snappy.mirrorbot@gmail.com · 12 years ago
  47. 3ec60ac Mark ARMv4 as not supporting unaligned accesses (not just ARMv5 and ARMv6); by snappy.mirrorbot@gmail.com · 12 years ago
  48. be80d6f Fix public bug #62: Remove an extraneous comma at the end of an enum list, by snappy.mirrorbot@gmail.com · 12 years ago
  49. 8b95464 Snappy library no longer depends on iostream. by snappy.mirrorbot@gmail.com · 12 years ago
  50. fc723b2 Release Snappy 1.0.5. by snappy.mirrorbot@gmail.com · 12 years ago
  51. dc63e0a For 32-bit platforms, do not try to accelerate multiple neighboring by snappy.mirrorbot@gmail.com · 12 years ago
  52. f8829ea Enable the use of unaligned loads and stores for ARM-based architectures by snappy.mirrorbot@gmail.com · 12 years ago
  53. f2e184f Lower the size allocated in the "corrupted input" unit test from 256 MB by snappy.mirrorbot@gmail.com · 12 years ago
  54. e750dc0 Minor refactoring to accomodate changes in Google's internal code tree. by snappy.mirrorbot@gmail.com · 12 years ago
  55. d9068ee Fix public issue r57: Fix most warnings with -Wall, mostly signed/unsigned by snappy.mirrorbot@gmail.com · 12 years ago
  56. 0755c81 Add a framing format description. We do not have any implementation of this at by snappy.mirrorbot@gmail.com · 12 years ago
  57. d7eb2dc Speed up decompression by moving the refill check to the end of the loop. by snappy.mirrorbot@gmail.com · 12 years ago
  58. 5ed51ce Speed up decompression by making the fast path for literals faster. by snappy.mirrorbot@gmail.com · 12 years ago
  59. 0c1b9c3 Fix public issue #53: Update the README to the API we actually open-sourced by snappy.mirrorbot@gmail.com · 12 years ago
  60. b61134b In the format description, use a clearer example to emphasize that varints are by snappy.mirrorbot@gmail.com · 13 years ago
  61. 21a2e4f Release Snappy 1.0.4. by snappy.mirrorbot@gmail.com · 13 years ago
  62. e2e3032 Fix public issue #50: Include generic byteswap macros. by snappy.mirrorbot@gmail.com · 13 years ago
  63. 593002d Partially fix public issue 50: Remove an extra comma from the end of some by snappy.mirrorbot@gmail.com · 13 years ago
  64. f1063a5 Use the right #ifdef test for sys/mman.h. by snappy.mirrorbot@gmail.com · 13 years ago
  65. 41c827a Fix public issue #47: Small comment cleanups in the unit test. by snappy.mirrorbot@gmail.com · 13 years ago
  66. 59aeffa Fix public issue #46: Format description said "3-byte offset" by snappy.mirrorbot@gmail.com · 13 years ago
  67. 57e7cd7 Fix public issue #44: Make the definition and declaration of CompressFragment by snappy.mirrorbot@gmail.com · 13 years ago
  68. 13c4a44 Correct an inaccuracy in the Snappy format description. by snappy.mirrorbot@gmail.com · 13 years ago
  69. f540673 Speed up decompression by removing a fast-path attempt. by snappy.mirrorbot@gmail.com · 13 years ago
  70. 197f3ee Speed up decompression by not needing a lookup table for literal items. by snappy.mirrorbot@gmail.com · 13 years ago
  71. 8efa263 Release Snappy 1.0.3. by snappy.mirrorbot@gmail.com · 13 years ago
  72. 2e12124 Remove an unneeded goto in the decompressor; it turns out that the by snappy.mirrorbot@gmail.com · 13 years ago
  73. c266bbf Speed up decompression by caching ip_. by snappy.mirrorbot@gmail.com · 13 years ago
  74. d0ee043 by snappy.mirrorbot@gmail.com · 13 years ago
  75. 6c70538 by snappy.mirrorbot@gmail.com · 13 years ago
  76. a1f9f99 by snappy.mirrorbot@gmail.com · 13 years ago
  77. f7b1056 by snappy.mirrorbot@gmail.com · 13 years ago
  78. d8d4814 by snappy.mirrorbot@gmail.com · 13 years ago
  79. bcecf19 by snappy.mirrorbot@gmail.com · 13 years ago
  80. 84d9f64 by snappy.mirrorbot@gmail.com · 13 years ago
  81. 3d8e71d by snappy.mirrorbot@gmail.com · 13 years ago
  82. 7398735 by snappy.mirrorbot@gmail.com · 13 years ago
  83. fb7e0ea by snappy.mirrorbot@gmail.com · 13 years ago
  84. c67fa0c by snappy.mirrorbot@gmail.com · 13 years ago
  85. 56be85c by snappy.mirrorbot@gmail.com · 13 years ago
  86. 3dd93f3 by snappy.mirrorbot@gmail.com · 13 years ago
  87. f67bcaa by snappy.mirrorbot@gmail.com · 13 years ago
  88. cc333c1 by snappy.mirrorbot@gmail.com · 13 years ago
  89. f19fb07 by snappy.mirrorbot@gmail.com · 13 years ago
  90. 7e8ca8f by snappy.mirrorbot@gmail.com · 13 years ago
  91. b4bbc10 by snappy.mirrorbot@gmail.com · 13 years ago
  92. c47640c by snappy.mirrorbot@gmail.com · 13 years ago
  93. b1dc1f6 by snappy.mirrorbot@gmail.com · 13 years ago
  94. 98004ca by snappy.mirrorbot@gmail.com · 13 years ago
  95. 444a6c5 by snappy.mirrorbot@gmail.com · 13 years ago
  96. 2e182e9 by snappy.mirrorbot@gmail.com · 13 years ago
  97. 48662cb by snappy.mirrorbot@gmail.com · 13 years ago
  98. 9e4717a by snappy.mirrorbot@gmail.com · 13 years ago
  99. 519c822 by snappy.mirrorbot@gmail.com · 13 years ago
  100. ea6b936 by snappy.mirrorbot@gmail.com · 13 years ago