summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-26Avoid calling memset when resizing the buffer.ckennelly1-1/+1
2016-05-23Merge pull request #6 from deviance/provide-pkg-config-dataSteinar H. Gunderson3-1/+14
2016-05-20Add #ifdef to guard against macro redefinition if this is included in anotherPeter Kasting1-0/+2
2016-05-20Merge pull request #13 from huachaohuang/patch-1Steinar H. Gunderson1-0/+1
2016-04-05Make heuristic match skipping more aggressive.Steinar H. Gunderson1-4/+5
2016-03-10Default to glibtoolize instead of libtoolize if it exists,Steinar H. Gunderson1-1/+6
2016-01-08Work around an issue where some compilers interpret <:: as a trigraph.Steinar H. Gunderson1-4/+4
2016-01-08Unbreak the open-source build for ARM due to missing ATTRIBUTE_PACKEDSteinar H. Gunderson1-0/+6
2016-01-04Fix an issue where the ByteSource path (used for parsing std::string)Steinar H. Gunderson3-1/+19
2016-01-04Make UNALIGNED_LOAD16/32 on ARMv7 go through an explicitly unaligned struct,Steinar H. Gunderson1-5/+36
2015-10-28Allow to compile in nested packages.Huachao Huang1-0/+1
2015-08-26Update URLs in the Snappy README to reflect the move to GitHub.Steinar H. Gunderson1-6/+10
2015-08-19Move the logic from ComputeTable into the unit test, which means it's runSteinar H. Gunderson3-164/+167
2015-08-03Fix signed-vs.-unsigned comparison warnings.Steinar H. Gunderson1-4/+4
2015-07-31Provide pkg-config dataAleksandr Makarov3-1/+14
2015-07-07Release Snappy 1.1.3; getting the new Uncompress variant in a release is nice,Steinar H. Gunderson3-1918/+2482
2015-07-06Initialized members of SnappyArrayWriter and SnappyDecompressionValidator.Steinar H. Gunderson1-2/+3
2015-07-06Add support for Uncompress(source, sink). Various changes to allowSteinar H. Gunderson5-1/+420
2015-06-22Changes to eliminate compiler warnings on MSVCSteinar H. Gunderson1-12/+13
2015-06-22Fixed unit tests to compile under MSVC.Steinar H. Gunderson2-3/+16
2015-06-22Change a few branch annotations that profiling found to be wrong.Steinar H. Gunderson2-4/+4
2015-06-22Sync with various Google-internal changes.Steinar H. Gunderson3-33/+27
2015-06-22Change some internal path names.Steinar H. Gunderson8-26/+23
2014-02-28Release Snappy 1.1.2. snappy.mirrorbot@gmail.com3-2/+43
2014-02-19Fix public issue 82: Stop distributing benchmark data files that havesnappy.mirrorbot@gmail.com14-1296/+628
2013-10-25Add support for padding in the Snappy framed format.snappy.mirrorbot@gmail.com1-4/+15
2013-10-15Release Snappy 1.1.1.snappy.mirrorbot@gmail.com3-2/+283
2013-08-13Add autoconf tests for size_t and ssize_t. Sort-of resolves public issue 79;snappy.mirrorbot@gmail.com1-0/+2
2013-07-29When we compare the number of bytes produced with the offset for asnappy.mirrorbot@gmail.com1-2/+13
2013-06-30In the fast path for decompressing literals, instead of checkingsnappy.mirrorbot@gmail.com2-20/+27
2013-06-14Make the two IncrementalCopy* functions take in an ssize_t instead of a len,snappy.mirrorbot@gmail.com1-4/+4
2013-06-13Add support for uncompressing to iovecs (scatter I/O).snappy.mirrorbot@gmail.com6-2/+422
2013-06-12Some code reorganization needed for an internal change.snappy.mirrorbot@gmail.com1-17/+8
2013-04-09Supports truncated test data in zippy benchmark.snappy.mirrorbot@gmail.com3-54/+61
2013-02-05Release Snappy 1.1.0.snappy.mirrorbot@gmail.com3-3/+419
2013-02-05Make ./snappy_unittest pass without "srcdir" being defined.snappy.mirrorbot@gmail.com1-1/+1
2013-01-18Increase the Zippy block size from 32 kB to 64 kB, winning ~3% densitysnappy.mirrorbot@gmail.com2-17/+18
2013-01-06Adjust the Snappy open-source distribution for the changes in Google'ssnappy.mirrorbot@gmail.com3-17/+37
2013-01-04Change a few ORs to additions where they don't matter. This helps the compilersnappy.mirrorbot@gmail.com1-2/+2
2012-10-08Stop giving -Werror to automake, due to an incompatibility between currentsnappy.mirrorbot@gmail.com1-1/+1
2012-08-17Fix public issue 66: Document GetUncompressedLength better, in particular thatsnappy.mirrorbot@gmail.com1-0/+7
2012-07-31Fix public issue 64: Check for <sys/time.h> at configure time,snappy.mirrorbot@gmail.com2-1/+3
2012-07-04Handle the case where gettimeofday() goes backwards or returns the same valuesnappy.mirrorbot@gmail.com1-14/+19
2012-07-04Mark ARMv4 as not supporting unaligned accesses (not just ARMv5 and ARMv6);snappy.mirrorbot@gmail.com1-0/+2
2012-05-22Fix public bug #62: Remove an extraneous comma at the end of an enum list,snappy.mirrorbot@gmail.com1-1/+1
2012-05-22Snappy library no longer depends on iostream.snappy.mirrorbot@gmail.com4-117/+105
2012-02-24Release Snappy 1.0.5.snappy.mirrorbot@gmail.com3-5/+452
2012-02-23For 32-bit platforms, do not try to accelerate multiple neighboringsnappy.mirrorbot@gmail.com1-4/+37
2012-02-21Enable the use of unaligned loads and stores for ARM-based architectures snappy.mirrorbot@gmail.com2-8/+65
2012-02-11Lower the size allocated in the "corrupted input" unit test from 256 MBsnappy.mirrorbot@gmail.com1-6/+8