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