summaryrefslogtreecommitdiff
path: root/snappy.h
Commit message (Expand)AuthorAgeFilesLines
* Add `snappy::CompressFromIOVec`.Matt Callanan2022-09-291-2/+15
* Switch from C headers to C++ headers.Victor Costan2020-04-291-2/+3
* Migrate to standard integral types.Victor Costan2020-04-121-1/+2
* Fully qualify std::string.Victor Costan2019-09-261-5/+6
* Add BM_ZFlatAll, BM_ZFlatIncreasingTableSize benchmarks to see how good zippy...Shahriar Rouf2019-08-191-4/+7
* C++11 guarantees <cstddef> and <cstdint>.costan2018-08-161-1/+1
* Add support for Uncompress(source, sink). Various changes to allowSteinar H. Gunderson2015-07-061-0/+20
* Change some internal path names.Steinar H. Gunderson2015-06-221-4/+3
* In the fast path for decompressing literals, instead of checkingsnappy.mirrorbot@gmail.com2013-06-301-1/+0
* Add support for uncompressing to iovecs (scatter I/O).snappy.mirrorbot@gmail.com2013-06-131-0/+22
* Increase the Zippy block size from 32 kB to 64 kB, winning ~3% densitysnappy.mirrorbot@gmail.com2013-01-181-8/+9
* Fix public issue 66: Document GetUncompressedLength better, in particular thatsnappy.mirrorbot@gmail.com2012-08-171-0/+7
* Fix public issue r57: Fix most warnings with -Wall, mostly signed/unsignedsnappy.mirrorbot@gmail.com2012-01-041-2/+2
* Put back the final few lines of what was truncated during thesnappy.mirrorbot@gmail.com2011-03-281-1/+3
* Change on 2011-03-25 19:18:00-07:00 by sessesnappy.mirrorbot@gmail.com2011-03-261-12/+24
* Revision created by MOE tool push_codebase.snappy.mirrorbot@gmail.com2011-03-181-0/+141