index
:
delta/snappy-git.git
fix-warn
fix_build
fix_rc
gh-pages
main
master
rc
github.com: google/snappy
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
zippy: Re-release snappy 1.1.5 as 1.1.6.
1.1.6
costan
2017-07-13
3
-4
/
+16
*
Tag open source release 1.1.5.
1.1.5
costan
2017-06-28
3
-3
/
+16
*
Set minimum CMake version to 3.1.
costan
2017-06-28
1
-1
/
+1
*
Update Travis CI config, add AppVeyor for Windows CI coverage.
costan
2017-06-28
3
-15
/
+93
*
Explicitly copy internal::wordmask to the stack array to work around a compiler
tmsriram
2017-06-28
1
-1
/
+10
*
Remove benchmarking support for fastlz.
ysaed
2017-06-28
6
-55
/
+6
*
Use 64 bit little endian on ppc64le.
alkis
2017-06-28
2
-3
/
+6
*
Improve the SSE2 macro check on Windows.
alkis
2017-06-05
1
-2
/
+11
*
Check for the existence of sys/uio.h in autoconf build.
alkis
2017-06-05
1
-1
/
+1
*
Remove quicklz and lzf support in benchmarks.
jyrki
2017-06-05
4
-96
/
+2
*
Provide a CMakeLists.txt.
vrabaud
2017-06-05
5
-11
/
+295
*
Clean up unused function warnings in snappy.
costan
2017-03-17
4
-29
/
+16
*
Remove "using namespace std;" from zippy-stubs-internal.h.
costan
2017-03-13
5
-27
/
+24
*
Add Travis CI configuration to snappy and fix the make build.
costan
2017-03-10
2
-0
/
+17
*
Rename README to README.md. It already in markdown, we might as well let gith...
alkis
2017-03-08
1
-0
/
+0
*
Delete UnalignedCopy64 from snappy-stubs since the version in snappy.cc is mo...
alkis
2017-03-08
1
-14
/
+0
*
Add std:: prefix to STL non-type names.
scrubbed
2017-03-08
1
-2
/
+2
*
Make UnalignedCopy64 not exhibit undefined behavior when src and dst overlap.
alkis
2017-03-08
1
-2
/
+6
*
Add compression size reporting hooks.
skanev
2017-03-08
1
-4
/
+18
*
Use #ifdef __SSE2__ for the emmintrin.h include, otherwise snappy.cc does not...
alkis
2017-03-07
1
-1
/
+1
*
1.1.4 release.
1.1.4
Alkis Evlogimenos
2017-01-27
2
-2
/
+10
*
Improve zippy decompression speed.
Alkis Evlogimenos
2017-01-27
1
-122
/
+143
*
adds std:: to stl types (#061)
Behzad Nouri
2017-01-26
3
-19
/
+22
*
Re-work fast path for handling copies in zippy decompression.
Geoff Pike
2017-01-26
1
-8
/
+30
*
Speed up Zippy decompression in PIE mode by removing the penalty for
Sriraman Tallam
2017-01-26
1
-0
/
+4
*
Re-work fast path that emits copies in zippy compression.
Geoff Pike
2017-01-26
3
-49
/
+76
*
Speed up the EmitLiteral fast path, +1.62% for ZFlat benchmarks.
ckennelly
2017-01-26
1
-17
/
+21
*
Speed up zippy decompression by removing some zero-extensions.
Geoff Pike
2017-01-26
1
-4
/
+4
*
Avoid calling memset when resizing the buffer.
ckennelly
2017-01-26
1
-1
/
+1
*
Merge pull request #6 from deviance/provide-pkg-config-data
Steinar H. Gunderson
2016-05-23
3
-1
/
+14
|
\
|
*
Provide pkg-config data
Aleksandr Makarov
2015-07-31
3
-1
/
+14
*
|
Add #ifdef to guard against macro redefinition if this is included in another
Peter Kasting
2016-05-20
1
-0
/
+2
*
|
Merge pull request #13 from huachaohuang/patch-1
Steinar H. Gunderson
2016-05-20
1
-0
/
+1
|
\
\
|
*
|
Allow to compile in nested packages.
Huachao Huang
2015-10-28
1
-0
/
+1
*
|
|
Make heuristic match skipping more aggressive.
Steinar H. Gunderson
2016-04-05
1
-4
/
+5
*
|
|
Default to glibtoolize instead of libtoolize if it exists,
Steinar H. Gunderson
2016-03-10
1
-1
/
+6
*
|
|
Work around an issue where some compilers interpret <:: as a trigraph.
Steinar H. Gunderson
2016-01-08
1
-4
/
+4
*
|
|
Unbreak the open-source build for ARM due to missing ATTRIBUTE_PACKED
Steinar H. Gunderson
2016-01-08
1
-0
/
+6
*
|
|
Fix an issue where the ByteSource path (used for parsing std::string)
Steinar H. Gunderson
2016-01-04
3
-1
/
+19
*
|
|
Make UNALIGNED_LOAD16/32 on ARMv7 go through an explicitly unaligned struct,
Steinar H. Gunderson
2016-01-04
1
-5
/
+36
*
|
|
Update URLs in the Snappy README to reflect the move to GitHub.
Steinar H. Gunderson
2015-08-26
1
-6
/
+10
|
/
/
*
|
Move the logic from ComputeTable into the unit test, which means it's run
Steinar H. Gunderson
2015-08-19
3
-164
/
+167
*
|
Fix signed-vs.-unsigned comparison warnings.
Steinar H. Gunderson
2015-08-03
1
-4
/
+4
|
/
*
Release Snappy 1.1.3; getting the new Uncompress variant in a release is nice,
1.1.3
Steinar H. Gunderson
2015-07-07
3
-1918
/
+2482
*
Initialized members of SnappyArrayWriter and SnappyDecompressionValidator.
Steinar H. Gunderson
2015-07-06
1
-2
/
+3
*
Add support for Uncompress(source, sink). Various changes to allow
Steinar H. Gunderson
2015-07-06
5
-1
/
+420
*
Changes to eliminate compiler warnings on MSVC
Steinar H. Gunderson
2015-06-22
1
-12
/
+13
*
Fixed unit tests to compile under MSVC.
Steinar H. Gunderson
2015-06-22
2
-3
/
+16
*
Change a few branch annotations that profiling found to be wrong.
Steinar H. Gunderson
2015-06-22
2
-4
/
+4
*
Sync with various Google-internal changes.
Steinar H. Gunderson
2015-06-22
3
-33
/
+27
[prev]
[next]