summaryrefslogtreecommitdiff
path: root/snappy.cc
Commit message (Expand)AuthorAgeFilesLines
* 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-301-19/+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-131-0/+177
* Some code reorganization needed for an internal change.snappy.mirrorbot@gmail.com2013-06-121-17/+8
* Change a few ORs to additions where they don't matter. This helps the compilersnappy.mirrorbot@gmail.com2013-01-041-2/+2
* Snappy library no longer depends on iostream.snappy.mirrorbot@gmail.com2012-05-221-33/+41
* 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-211-8/+8
* Minor refactoring to accomodate changes in Google's internal code tree.snappy.mirrorbot@gmail.com2012-01-081-2/+11
* Fix public issue r57: Fix most warnings with -Wall, mostly signed/unsignedsnappy.mirrorbot@gmail.com2012-01-041-26/+25
* 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 #44: Make the definition and declaration of CompressFragmentsnappy.mirrorbot@gmail.com2011-06-281-2/+2
* 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
* 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
* Change on 2011-03-25 19:18:00-07:00 by sessesnappy.mirrorbot@gmail.com2011-03-261-9/+23
* Revision created by MOE tool push_codebase.snappy.mirrorbot@gmail.com2011-03-181-0/+1001