summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tag open source release 1.1.8.1.1.8Victor Costan2020-01-142-1/+9
* Optimize IncrementalCopy: There are between 1 and 4 copy iterations. Allow FD...Snappy Team2020-01-141-23/+19
* Move CI to Visual Studio 2019.Victor Costan2019-11-111-8/+9
* Merge pull request #85 from bitomaxsp:patch-1Victor Costan2019-11-101-4/+7
|\
| * Allow build with different standard if lib used as a subprojectDmitry2019-10-171-4/+7
* | Align CMake configuration with related projects.Victor Costan2019-11-073-30/+101
* | Remove redundant PROJECT_SOURCE_DIR usage from CMake config.Victor Costan2019-11-051-16/+16
* | Fix one forgotten instance of StringPrintf -> StrFormat.Victor Costan2019-11-041-1/+1
* | Fix build errors.Victor Costan2019-11-033-14/+16
* | Test CMake installation on Travis.Victor Costan2019-11-031-0/+2
* | Internal changesSnappy Team2019-11-031-6/+6
|/
* Fix Travis CI build.Victor Costan2019-09-292-12/+13
* Remove snappy::string alias to std::string.Victor Costan2019-09-281-2/+0
* Fully qualify std::string.Victor Costan2019-09-268-118/+119
* Merge pull request #80 from tmm1:patch-2Victor Costan2019-08-211-0/+8
|\
| * Updated to match .gitignore from google/leveldbAman Gupta2019-07-201-1/+8
| * Create .gitignoreAman Gupta2019-07-131-0/+1
* | Fix benchmarks.Victor Costan2019-08-201-1/+2
* | Fix benchmarks.Victor Costan2019-08-202-4/+17
* | Fix unused variable warnings in fuzzers.Victor Costan2019-08-201-0/+2
* | Rename zippy_*_fuzzer.cc -> snappy_*_fuzzer.cc.Victor Costan2019-08-192-0/+0
* | Merge pull request #78 from bshastry:libfuzzer-harnessVictor Costan2019-08-194-1/+163
|\ \
| * | Update travis config for fuzzer buildsBhargava Shastry2019-07-273-16/+23
| * | Add libFuzzer harnesses, a cmake option to build themBhargava Shastry2019-07-124-0/+171
| |/
* | Add BM_ZFlatAll, BM_ZFlatIncreasingTableSize benchmarks to see how good zippy...Shahriar Rouf2019-08-193-7/+75
|/
* Removed reference to deprecated autotools.Chris Mumford2019-06-141-1/+0
* Use GCC 9 on Travis CIVictor Costan2019-05-251-4/+4
* The snappy landing page at http://google.github.io/snappy/ isChris Mumford2019-05-162-10/+76
* Merge pull request #75 from Maikuolan:patch-1Chris Mumford2019-05-161-4/+4
|\
| * Update README to use HTTPS instead of HTTP.Caleb Mazalevskis2018-12-141-4/+4
* | Merge pull request #76 from abyss7:patch-1Chris Mumford2019-05-141-1/+1
|\ \
| * | Fix compilationIvan2019-04-251-1/+1
* | | Minor typo fix in README.Chris Mumford2019-05-141-1/+1
* | | Sync TODO and comment processing with external repo.Chris Mumford2019-05-144-12/+10
* | | Changed CMake version from 3.4 to that in CMakeLists.txt in README.Chris Mumford2019-05-131-1/+2
* | | Update Travis CI configuration.Victor Costan2019-05-131-33/+34
* | | Fixed formatted (bash/c++) sections of README.md.Chris Mumford2019-05-131-5/+10
* | | Remove MSan exemption for _bzhi_u32, since LLVM now handles it correctly.atdt2019-05-131-3/+1
|/ /
* | Remove MSBuild section from AppVeyor configuration.costan2019-02-261-3/+0
* | Optimize snappy compression by about 2.2%.nafi2019-02-261-10/+8
* | Convert DCHECK to assert.costan2019-01-081-1/+1
* | Reduce the LeftShiftOverflows() table size.costan2019-01-081-11/+7
* | Wrap BMI2 instruction usage in support checks.costan2019-01-085-8/+63
* | Optimize decompression by about 0.82%.nafi2019-01-081-1/+15
* | Fix typo in two argument names in stubs.costan2019-01-061-3/+3
* | Remove direct use of _builtin_clz.costan2019-01-062-12/+47
* | Remove use of std::uniform_distribution<uint8_t>.costan2019-01-061-6/+6
* | Use std random number generators in tests.costan2019-01-042-81/+55
* | Convert DCHECK to assert.costan2019-01-041-2/+2
* | Update Travis CI configuration.costan2019-01-041-14/+15