| Commit message (Expand) | Author | Age | Files | Lines |
* | Add autoconf tests for size_t and ssize_t. Sort-of resolves public issue 79; | snappy.mirrorbot@gmail.com | 2013-08-13 | 1 | -0/+2 |
* | When we compare the number of bytes produced with the offset for a | snappy.mirrorbot@gmail.com | 2013-07-29 | 1 | -2/+13 |
* | In the fast path for decompressing literals, instead of checking | snappy.mirrorbot@gmail.com | 2013-06-30 | 2 | -20/+27 |
* | Make the two IncrementalCopy* functions take in an ssize_t instead of a len, | snappy.mirrorbot@gmail.com | 2013-06-14 | 1 | -4/+4 |
* | Add support for uncompressing to iovecs (scatter I/O). | snappy.mirrorbot@gmail.com | 2013-06-13 | 6 | -2/+422 |
* | Some code reorganization needed for an internal change. | snappy.mirrorbot@gmail.com | 2013-06-12 | 1 | -17/+8 |
* | Supports truncated test data in zippy benchmark. | snappy.mirrorbot@gmail.com | 2013-04-09 | 3 | -54/+61 |
* | Release Snappy 1.1.0. | snappy.mirrorbot@gmail.com | 2013-02-05 | 3 | -3/+419 |
* | Make ./snappy_unittest pass without "srcdir" being defined. | snappy.mirrorbot@gmail.com | 2013-02-05 | 1 | -1/+1 |
* | Increase the Zippy block size from 32 kB to 64 kB, winning ~3% density | snappy.mirrorbot@gmail.com | 2013-01-18 | 2 | -17/+18 |
* | Adjust the Snappy open-source distribution for the changes in Google's | snappy.mirrorbot@gmail.com | 2013-01-06 | 3 | -17/+37 |
* | Change a few ORs to additions where they don't matter. This helps the compiler | snappy.mirrorbot@gmail.com | 2013-01-04 | 1 | -2/+2 |
* | Stop giving -Werror to automake, due to an incompatibility between current | snappy.mirrorbot@gmail.com | 2012-10-08 | 1 | -1/+1 |
* | Fix public issue 66: Document GetUncompressedLength better, in particular that | snappy.mirrorbot@gmail.com | 2012-08-17 | 1 | -0/+7 |
* | Fix public issue 64: Check for <sys/time.h> at configure time, | snappy.mirrorbot@gmail.com | 2012-07-31 | 2 | -1/+3 |
* | Handle the case where gettimeofday() goes backwards or returns the same value | snappy.mirrorbot@gmail.com | 2012-07-04 | 1 | -14/+19 |
* | Mark ARMv4 as not supporting unaligned accesses (not just ARMv5 and ARMv6); | snappy.mirrorbot@gmail.com | 2012-07-04 | 1 | -0/+2 |
* | Fix public bug #62: Remove an extraneous comma at the end of an enum list, | snappy.mirrorbot@gmail.com | 2012-05-22 | 1 | -1/+1 |
* | Snappy library no longer depends on iostream. | snappy.mirrorbot@gmail.com | 2012-05-22 | 4 | -117/+105 |
* | Release Snappy 1.0.5. | snappy.mirrorbot@gmail.com | 2012-02-24 | 3 | -5/+452 |
* | For 32-bit platforms, do not try to accelerate multiple neighboring | snappy.mirrorbot@gmail.com | 2012-02-23 | 1 | -4/+37 |
* | Enable the use of unaligned loads and stores for ARM-based architectures | snappy.mirrorbot@gmail.com | 2012-02-21 | 2 | -8/+65 |
* | Lower the size allocated in the "corrupted input" unit test from 256 MB | snappy.mirrorbot@gmail.com | 2012-02-11 | 1 | -6/+8 |
* | Minor refactoring to accomodate changes in Google's internal code tree. | snappy.mirrorbot@gmail.com | 2012-01-08 | 3 | -3/+12 |
* | Fix public issue r57: Fix most warnings with -Wall, mostly signed/unsigned | snappy.mirrorbot@gmail.com | 2012-01-04 | 6 | -36/+32 |
* | Add a framing format description. We do not have any implementation of this at | snappy.mirrorbot@gmail.com | 2012-01-04 | 2 | -1/+125 |
* | Speed up decompression by moving the refill check to the end of the loop. | snappy.mirrorbot@gmail.com | 2011-12-05 | 1 | -6/+18 |
* | Speed up decompression by making the fast path for literals faster. | snappy.mirrorbot@gmail.com | 2011-11-23 | 1 | -22/+50 |
* | Fix public issue #53: Update the README to the API we actually open-sourced | snappy.mirrorbot@gmail.com | 2011-11-08 | 1 | -2/+2 |
* | In the format description, use a clearer example to emphasize that varints are | snappy.mirrorbot@gmail.com | 2011-10-05 | 1 | -3/+3 |
* | Release Snappy 1.0.4. | snappy.mirrorbot@gmail.com | 2011-09-15 | 3 | -2/+182 |
* | Fix public issue #50: Include generic byteswap macros. | snappy.mirrorbot@gmail.com | 2011-09-15 | 2 | -2/+40 |
* | Partially fix public issue 50: Remove an extra comma from the end of some | snappy.mirrorbot@gmail.com | 2011-08-10 | 1 | -2/+2 |
* | Use the right #ifdef test for sys/mman.h. | snappy.mirrorbot@gmail.com | 2011-08-10 | 1 | -1/+1 |
* | Fix public issue #47: Small comment cleanups in the unit test. | snappy.mirrorbot@gmail.com | 2011-08-10 | 1 | -2/+2 |
* | Fix public issue #46: Format description said "3-byte offset" | snappy.mirrorbot@gmail.com | 2011-08-10 | 1 | -3/+3 |
* | Fix public issue #44: Make the definition and declaration of CompressFragment | snappy.mirrorbot@gmail.com | 2011-06-28 | 1 | -2/+2 |
* | Correct an inaccuracy in the Snappy format description. | snappy.mirrorbot@gmail.com | 2011-06-04 | 1 | -1/+1 |
* | Speed up decompression by removing a fast-path attempt. | snappy.mirrorbot@gmail.com | 2011-06-03 | 1 | -2/+1 |
* | Speed up decompression by not needing a lookup table for literal items. | snappy.mirrorbot@gmail.com | 2011-06-03 | 1 | -5/+15 |
* | Release Snappy 1.0.3. | snappy.mirrorbot@gmail.com | 2011-06-02 | 3 | -2/+179 |
* | Remove an unneeded goto in the decompressor; it turns out that the | snappy.mirrorbot@gmail.com | 2011-06-02 | 1 | -7/+4 |
* | Speed up decompression by caching ip_. | snappy.mirrorbot@gmail.com | 2011-06-02 | 1 | -36/+45 |
* | Fix the numbering of the headlines in the Snappy format description. | snappy.mirrorbot@gmail.com | 2011-05-17 | 1 | -4/+4 |
* | Fix public issue #32: Add compressed format documentation for Snappy. | snappy.mirrorbot@gmail.com | 2011-05-16 | 2 | -1/+111 |
* | Fix public issue #39: Pick out the median runs based on CPU time, | snappy.mirrorbot@gmail.com | 2011-05-09 | 1 | -2/+5 |
* | Fix public issue #38: Make the microbenchmark framework handle | snappy.mirrorbot@gmail.com | 2011-05-09 | 1 | -2/+7 |
* | Fix public issue #37: Only link snappy_unittest against -lz and other autodet... | snappy.mirrorbot@gmail.com | 2011-05-03 | 2 | -6/+20 |
* | Release Snappy 1.0.2, to get the license change and various other fixes into | snappy.mirrorbot@gmail.com | 2011-05-03 | 3 | -2/+238 |
* | Fix public issue #30: Stop using gettimeofday() altogether on Win32, | snappy.mirrorbot@gmail.com | 2011-04-26 | 2 | -9/+45 |