summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release Snappy 1.1.2. HEADmastersnappy.mirrorbot@gmail.com2014-02-283-2/+43
* Fix public issue 82: Stop distributing benchmark data files that havesnappy.mirrorbot@gmail.com2014-02-1914-1296/+628
* Add support for padding in the Snappy framed format.snappy.mirrorbot@gmail.com2013-10-251-4/+15
* Release Snappy 1.1.1.snappy.mirrorbot@gmail.com2013-10-153-2/+283
* Add autoconf tests for size_t and ssize_t. Sort-of resolves public issue 79;baserock/morphsnappy.mirrorbot@gmail.com2013-08-131-0/+2
* When we compare the number of bytes produced with the offset for asnappy.mirrorbot@gmail.com2013-07-291-2/+13
* In the fast path for decompressing literals, instead of checkingsnappy.mirrorbot@gmail.com2013-06-302-20/+27
* Make the two IncrementalCopy* functions take in an ssize_t instead of a len,snappy.mirrorbot@gmail.com2013-06-141-4/+4
* Add support for uncompressing to iovecs (scatter I/O).snappy.mirrorbot@gmail.com2013-06-136-2/+422
* Some code reorganization needed for an internal change.snappy.mirrorbot@gmail.com2013-06-121-17/+8
* Supports truncated test data in zippy benchmark.snappy.mirrorbot@gmail.com2013-04-093-54/+61
* Release Snappy 1.1.0.snappy.mirrorbot@gmail.com2013-02-053-3/+419
* Make ./snappy_unittest pass without "srcdir" being defined.snappy.mirrorbot@gmail.com2013-02-051-1/+1
* Increase the Zippy block size from 32 kB to 64 kB, winning ~3% densitysnappy.mirrorbot@gmail.com2013-01-182-17/+18
* Adjust the Snappy open-source distribution for the changes in Google'ssnappy.mirrorbot@gmail.com2013-01-063-17/+37
* Change a few ORs to additions where they don't matter. This helps the compilersnappy.mirrorbot@gmail.com2013-01-041-2/+2
* Stop giving -Werror to automake, due to an incompatibility between currentsnappy.mirrorbot@gmail.com2012-10-081-1/+1
* Fix public issue 66: Document GetUncompressedLength better, in particular thatsnappy.mirrorbot@gmail.com2012-08-171-0/+7
* Fix public issue 64: Check for <sys/time.h> at configure time,snappy.mirrorbot@gmail.com2012-07-312-1/+3
* Handle the case where gettimeofday() goes backwards or returns the same valuesnappy.mirrorbot@gmail.com2012-07-041-14/+19
* Mark ARMv4 as not supporting unaligned accesses (not just ARMv5 and ARMv6);snappy.mirrorbot@gmail.com2012-07-041-0/+2
* Fix public bug #62: Remove an extraneous comma at the end of an enum list,snappy.mirrorbot@gmail.com2012-05-221-1/+1
* Snappy library no longer depends on iostream.snappy.mirrorbot@gmail.com2012-05-224-117/+105
* Release Snappy 1.0.5.snappy.mirrorbot@gmail.com2012-02-243-5/+452
* For 32-bit platforms, do not try to accelerate multiple neighboringsnappy.mirrorbot@gmail.com2012-02-231-4/+37
* Enable the use of unaligned loads and stores for ARM-based architectures snappy.mirrorbot@gmail.com2012-02-212-8/+65
* Lower the size allocated in the "corrupted input" unit test from 256 MBsnappy.mirrorbot@gmail.com2012-02-111-6/+8
* Minor refactoring to accomodate changes in Google's internal code tree.snappy.mirrorbot@gmail.com2012-01-083-3/+12
* Fix public issue r57: Fix most warnings with -Wall, mostly signed/unsignedsnappy.mirrorbot@gmail.com2012-01-046-36/+32
* Add a framing format description. We do not have any implementation of this atsnappy.mirrorbot@gmail.com2012-01-042-1/+125
* Speed up decompression by moving the refill check to the end of the loop.snappy.mirrorbot@gmail.com2011-12-051-6/+18
* Speed up decompression by making the fast path for literals faster.snappy.mirrorbot@gmail.com2011-11-231-22/+50
* Fix public issue #53: Update the README to the API we actually open-sourcedsnappy.mirrorbot@gmail.com2011-11-081-2/+2
* In the format description, use a clearer example to emphasize that varints aresnappy.mirrorbot@gmail.com2011-10-051-3/+3
* Release Snappy 1.0.4.snappy.mirrorbot@gmail.com2011-09-153-2/+182
* Fix public issue #50: Include generic byteswap macros.snappy.mirrorbot@gmail.com2011-09-152-2/+40
* Partially fix public issue 50: Remove an extra comma from the end of somesnappy.mirrorbot@gmail.com2011-08-101-2/+2
* Use the right #ifdef test for sys/mman.h.snappy.mirrorbot@gmail.com2011-08-101-1/+1
* Fix public issue #47: Small comment cleanups in the unit test.snappy.mirrorbot@gmail.com2011-08-101-2/+2
* Fix public issue #46: Format description said "3-byte offset"snappy.mirrorbot@gmail.com2011-08-101-3/+3
* Fix public issue #44: Make the definition and declaration of CompressFragmentsnappy.mirrorbot@gmail.com2011-06-281-2/+2
* Correct an inaccuracy in the Snappy format description. snappy.mirrorbot@gmail.com2011-06-041-1/+1
* Speed up decompression by removing a fast-path attempt.snappy.mirrorbot@gmail.com2011-06-031-2/+1
* Speed up decompression by not needing a lookup table for literal items.snappy.mirrorbot@gmail.com2011-06-031-5/+15
* Release Snappy 1.0.3.snappy.mirrorbot@gmail.com2011-06-023-2/+179
* Remove an unneeded goto in the decompressor; it turns out that thesnappy.mirrorbot@gmail.com2011-06-021-7/+4
* Speed up decompression by caching ip_.snappy.mirrorbot@gmail.com2011-06-021-36/+45
* Fix the numbering of the headlines in the Snappy format description.snappy.mirrorbot@gmail.com2011-05-171-4/+4
* Fix public issue #32: Add compressed format documentation for Snappy.snappy.mirrorbot@gmail.com2011-05-162-1/+111
* Fix public issue #39: Pick out the median runs based on CPU time,snappy.mirrorbot@gmail.com2011-05-091-2/+5