platform/upstream/snappy.git
2018-03-09 costanUpdate CI configurations. master
2018-02-17 jgorbeEnsure DecompressAllTags starts on a 32-byte boundary...
2018-02-17 scrubbedFix an incorrect analysis / comment in the "pattern...
2018-01-04 costanFix Travis CI configuration for OSX.
2018-01-04 chandlercRework a very hot, very sensitive part of snappy to...
2017-12-20 costanFix generated version number in open source release.
2017-08-24 costanTag open source release 1.1.7.
2017-08-24 wmiAdd a loop alignment directive to work around a perform...
2017-08-17 costanAdd GNUInstallDirs to CMake configuration.
2017-08-17 costanUse 64-bit optimized code path for ARM64.
2017-08-02 costanAdd unistd.h checks back to the CMake build.
2017-08-01 costanReplace getpagesize() with sysconf(_SC_PAGESIZE).
2017-08-01 costanAdd guidelines for opensource contributions.
2017-08-01 costanUse _BitScanForward and _BitScanReverse on MSVC.
2017-08-01 jueminyangAdd SNAPPY_ prefix to PREDICT_{TRUE,FALSE} macros.
2017-07-28 costanRedo CMake configuration.
2017-07-27 costanSmall improvements to open source CI configuration.
2017-07-27 costanSupport both static and shared library CMake builds.
2017-07-27 costanInline DISALLOW_COPY_AND_ASSIGN.
2017-07-26 costansnappy: Remove autoconf build configuration.
2017-07-26 costanClean up CMake header and type checks.
2017-07-13 costanzippy: Re-release snappy 1.1.5 as 1.1.6.
2017-06-29 costanTag open source release 1.1.5.
2017-06-29 costanSet minimum CMake version to 3.1.
2017-06-29 costanUpdate Travis CI config, add AppVeyor for Windows CI...
2017-06-29 tmsriramExplicitly copy internal::wordmask to the stack array...
2017-06-29 ysaedRemove benchmarking support for fastlz.
2017-06-29 alkisUse 64 bit little endian on ppc64le.
2017-06-05 alkisImprove the SSE2 macro check on Windows.
2017-06-05 alkisCheck for the existence of sys/uio.h in autoconf build.
2017-06-05 jyrkiRemove quicklz and lzf support in benchmarks.
2017-06-05 vrabaudProvide a CMakeLists.txt.
2017-03-17 costanClean up unused function warnings in snappy.
2017-03-13 costanRemove "using namespace std;" from zippy-stubs-internal.h.
2017-03-10 costanAdd Travis CI configuration to snappy and fix the make...
2017-03-08 alkisRename README to README.md. It already in markdown...
2017-03-08 alkisDelete UnalignedCopy64 from snappy-stubs since the...
2017-03-08 scrubbedAdd std:: prefix to STL non-type names.
2017-03-08 alkisMake UnalignedCopy64 not exhibit undefined behavior...
2017-03-08 skanevAdd compression size reporting hooks.
2017-03-08 alkisUse #ifdef __SSE2__ for the emmintrin.h include, otherw...
2017-01-27 Alkis Evlogimenos1.1.4 release.
2017-01-27 Alkis EvlogimenosImprove zippy decompression speed.
2017-01-26 Behzad Nouriadds std:: to stl types (#061)
2017-01-26 Geoff PikeRe-work fast path for handling copies in zippy decompre...
2017-01-26 Sriraman TallamSpeed up Zippy decompression in PIE mode by removing...
2017-01-26 Geoff PikeRe-work fast path that emits copies in zippy compression.
2017-01-26 ckennellySpeed up the EmitLiteral fast path, +1.62% for ZFlat...
2017-01-26 Geoff PikeSpeed up zippy decompression by removing some zero...
2017-01-26 ckennellyAvoid calling memset when resizing the buffer.
2016-05-23 Steinar H.... Merge pull request #6 from deviance/provide-pkg-config...
2016-05-20 Peter KastingAdd #ifdef to guard against macro redefinition if this...
2016-05-20 Steinar H.... Merge pull request #13 from huachaohuang/patch-1
2016-04-05 Steinar H.... Make heuristic match skipping more aggressive.
2016-03-10 Steinar H.... Default to glibtoolize instead of libtoolize if it...
2016-01-08 Steinar H.... Work around an issue where some compilers interpret...
2016-01-08 Steinar H.... Unbreak the open-source build for ARM due to missing...
2016-01-04 Steinar H.... Fix an issue where the ByteSource path (used for parsin...
2016-01-04 Steinar H.... Make UNALIGNED_LOAD16/32 on ARMv7 go through an explici...
2015-10-28 Huachao HuangAllow to compile in nested packages.
2015-08-26 Steinar H.... Update URLs in the Snappy README to reflect the move...
2015-08-19 Steinar H.... Move the logic from ComputeTable into the unit test...
2015-08-03 Steinar H.... Fix signed-vs.-unsigned comparison warnings.
2015-07-31 Aleksandr MakarovProvide pkg-config data
2015-07-07 Steinar H.... Release Snappy 1.1.3; getting the new Uncompress varian...
2015-07-06 Steinar H.... Initialized members of SnappyArrayWriter and SnappyDeco...
2015-07-06 Steinar H.... Add support for Uncompress(source, sink). Various chang...
2015-06-22 Steinar H.... Changes to eliminate compiler warnings on MSVC
2015-06-22 Steinar H.... Fixed unit tests to compile under MSVC.
2015-06-22 Steinar H.... Change a few branch annotations that profiling found...
2015-06-22 Steinar H.... Sync with various Google-internal changes.
2015-06-22 Steinar H.... Change some internal path names.
2014-02-28 snappy.mirrorbot... Release Snappy 1.1.2.
2014-02-19 snappy.mirrorbot... Fix public issue 82: Stop distributing benchmark data...
2013-10-25 snappy.mirrorbot... Add support for padding in the Snappy framed format.
2013-10-15 snappy.mirrorbot... Release Snappy 1.1.1.
2013-08-13 snappy.mirrorbot... Add autoconf tests for size_t and ssize_t. Sort-of...
2013-07-29 snappy.mirrorbot... When we compare the number of bytes produced with the...
2013-06-30 snappy.mirrorbot... In the fast path for decompressing literals, instead...
2013-06-14 snappy.mirrorbot... Make the two IncrementalCopy* functions take in an...
2013-06-13 snappy.mirrorbot... Add support for uncompressing to iovecs (scatter I/O).
2013-06-12 snappy.mirrorbot... Some code reorganization needed for an internal change.
2013-04-09 snappy.mirrorbot... Supports truncated test data in zippy benchmark.
2013-02-05 snappy.mirrorbot... Release Snappy 1.1.0.
2013-02-05 snappy.mirrorbot... Make ./snappy_unittest pass without "srcdir" being...
2013-01-18 snappy.mirrorbot... Increase the Zippy block size from 32 kB to 64 kB,...
2013-01-06 snappy.mirrorbot... Adjust the Snappy open-source distribution for the...
2013-01-04 snappy.mirrorbot... Change a few ORs to additions where they don't matter...
2012-10-08 snappy.mirrorbot... Stop giving -Werror to automake, due to an incompatibil...
2012-08-17 snappy.mirrorbot... Fix public issue 66: Document GetUncompressedLength...
2012-07-31 snappy.mirrorbot... Fix public issue 64: Check for <sys/time.h> at configur...
2012-07-04 snappy.mirrorbot... Handle the case where gettimeofday() goes backwards...
2012-07-04 snappy.mirrorbot... Mark ARMv4 as not supporting unaligned accesses (not...
2012-05-22 snappy.mirrorbot... Fix public bug #62: Remove an extraneous comma at the...
2012-05-22 snappy.mirrorbot... Snappy library no longer depends on iostream.
2012-02-24 snappy.mirrorbot... Release Snappy 1.0.5.
2012-02-23 snappy.mirrorbot... For 32-bit platforms, do not try to accelerate multiple...
2012-02-21 snappy.mirrorbot... Enable the use of unaligned loads and stores for ARM...
2012-02-11 snappy.mirrorbot... Lower the size allocated in the "corrupted input" unit...
2012-01-08 snappy.mirrorbot... Minor refactoring to accomodate changes in Google's...
next