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