projects
/
external
/
snappy.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
external/snappy.git
2013-04-09
snappy.mirrorbot...
Supports truncated test data in zippy benchmark.
master
commit
|
commitdiff
|
tree
2013-02-05
snappy.mirrorbot...
Release Snappy 1.1.0.
commit
|
commitdiff
|
tree
2013-02-05
snappy.mirrorbot...
Make ./snappy_unittest pass without "srcdir" being...
commit
|
commitdiff
|
tree
2013-01-18
snappy.mirrorbot...
Increase the Zippy block size from 32 kB to 64 kB,...
commit
|
commitdiff
|
tree
2013-01-06
snappy.mirrorbot...
Adjust the Snappy open-source distribution for the...
commit
|
commitdiff
|
tree
2013-01-04
snappy.mirrorbot...
Change a few ORs to additions where they don't matter...
commit
|
commitdiff
|
tree
2012-10-08
snappy.mirrorbot...
Stop giving -Werror to automake, due to an incompatibil...
commit
|
commitdiff
|
tree
2012-08-17
snappy.mirrorbot...
Fix public issue 66: Document GetUncompressedLength...
commit
|
commitdiff
|
tree
2012-07-31
snappy.mirrorbot...
Fix public issue 64: Check for <sys/time.h> at configur...
commit
|
commitdiff
|
tree
2012-07-04
snappy.mirrorbot...
Handle the case where gettimeofday() goes backwards...
commit
|
commitdiff
|
tree
2012-07-04
snappy.mirrorbot...
Mark ARMv4 as not supporting unaligned accesses (not...
commit
|
commitdiff
|
tree
2012-05-22
snappy.mirrorbot...
Fix public bug #62: Remove an extraneous comma at the...
commit
|
commitdiff
|
tree
2012-05-22
snappy.mirrorbot...
Snappy library no longer depends on iostream.
commit
|
commitdiff
|
tree
2012-02-24
snappy.mirrorbot...
Release Snappy 1.0.5.
git-svn
commit
|
commitdiff
|
tree
2012-02-23
snappy.mirrorbot...
For 32-bit platforms, do not try to accelerate multiple...
commit
|
commitdiff
|
tree
2012-02-21
snappy.mirrorbot...
Enable the use of unaligned loads and stores for ARM...
commit
|
commitdiff
|
tree
2012-02-11
snappy.mirrorbot...
Lower the size allocated in the "corrupted input" unit...
commit
|
commitdiff
|
tree
2012-01-08
snappy.mirrorbot...
Minor refactoring to accomodate changes in Google's...
commit
|
commitdiff
|
tree
2012-01-04
snappy.mirrorbot...
Fix public issue r57: Fix most warnings with -Wall...
commit
|
commitdiff
|
tree
2012-01-04
snappy.mirrorbot...
Add a framing format description. We do not have any...
commit
|
commitdiff
|
tree
2011-12-05
snappy.mirrorbot...
Speed up decompression by moving the refill check to...
commit
|
commitdiff
|
tree
2011-11-23
snappy.mirrorbot...
Speed up decompression by making the fast path for...
commit
|
commitdiff
|
tree
2011-11-08
snappy.mirrorbot...
Fix public issue #53: Update the README to the API...
commit
|
commitdiff
|
tree
2011-10-05
snappy.mirrorbot...
In the format description, use a clearer example to...
commit
|
commitdiff
|
tree
2011-09-15
snappy.mirrorbot...
Release Snappy 1.0.4.
commit
|
commitdiff
|
tree
2011-09-15
snappy.mirrorbot...
Fix public issue #50: Include generic byteswap macros.
commit
|
commitdiff
|
tree
2011-08-10
snappy.mirrorbot...
Partially fix public issue 50: Remove an extra comma...
commit
|
commitdiff
|
tree
2011-08-10
snappy.mirrorbot...
Use the right #ifdef test for sys/mman.h.
commit
|
commitdiff
|
tree
2011-08-10
snappy.mirrorbot...
Fix public issue #47: Small comment cleanups in the...
commit
|
commitdiff
|
tree
2011-08-10
snappy.mirrorbot...
Fix public issue #46: Format description said "3-byte...
commit
|
commitdiff
|
tree
2011-06-28
snappy.mirrorbot...
Fix public issue #44: Make the definition and declarati...
commit
|
commitdiff
|
tree
2011-06-04
snappy.mirrorbot...
Correct an inaccuracy in the Snappy format description.
commit
|
commitdiff
|
tree
2011-06-03
snappy.mirrorbot...
Speed up decompression by removing a fast-path attempt.
commit
|
commitdiff
|
tree
2011-06-03
snappy.mirrorbot...
Speed up decompression by not needing a lookup table...
commit
|
commitdiff
|
tree
2011-06-02
snappy.mirrorbot...
Release Snappy 1.0.3.
commit
|
commitdiff
|
tree
2011-06-02
snappy.mirrorbot...
Remove an unneeded goto in the decompressor; it turns...
commit
|
commitdiff
|
tree
2011-06-02
snappy.mirrorbot...
Speed up decompression by caching ip_.
commit
|
commitdiff
|
tree
2011-05-17
snappy.mirrorbot...
Fix the numbering of the headlines in the Snappy format...
commit
|
commitdiff
|
tree
2011-05-16
snappy.mirrorbot...
Fix public issue #32: Add compressed format documentati...
commit
|
commitdiff
|
tree
2011-05-09
snappy.mirrorbot...
Fix public issue #39: Pick out the median runs based...
commit
|
commitdiff
|
tree
2011-05-09
snappy.mirrorbot...
Fix public issue #38: Make the microbenchmark framework...
commit
|
commitdiff
|
tree
2011-05-03
snappy.mirrorbot...
Fix public issue #37: Only link snappy_unittest against...
commit
|
commitdiff
|
tree
2011-05-03
snappy.mirrorbot...
Release Snappy 1.0.2, to get the license change and...
commit
|
commitdiff
|
tree
2011-04-26
snappy.mirrorbot...
Fix public issue #30: Stop using gettimeofday() altoget...
commit
|
commitdiff
|
tree
2011-04-26
snappy.mirrorbot...
Fix public issue #31: Don't reset PATH in autogen.sh...
commit
|
commitdiff
|
tree
2011-04-15
snappy.mirrorbot...
When including <windows.h>, define WIN32_LEAN_AND_MEAN...
commit
|
commitdiff
|
tree
2011-04-11
snappy.mirrorbot...
Fix public issue #29: Write CPU timing code for Windows...
commit
|
commitdiff
|
tree
2011-04-08
snappy.mirrorbot...
Include C bindings of Snappy, contributed by Martin...
commit
|
commitdiff
|
tree
2011-04-07
snappy.mirrorbot...
Replace geo.protodata with a newer version.
commit
|
commitdiff
|
tree
2011-03-30
snappy.mirrorbot...
Fix public issue #27: Add HAVE_CONFIG_H tests around...
commit
|
commitdiff
|
tree
2011-03-30
snappy.mirrorbot...
Fix public issue #26: Take memory allocation and reallo...
commit
|
commitdiff
|
tree
2011-03-30
snappy.mirrorbot...
Renamed "namespace zippy" to "namespace snappy" to...
commit
|
commitdiff
|
tree
2011-03-28
snappy.mirrorbot...
Put back the final few lines of what was truncated...
commit
|
commitdiff
|
tree
2011-03-26
snappy.mirrorbot...
Change on 2011-03-25 19:18:00-07:00 by sesse
commit
|
commitdiff
|
tree
2011-03-25
snappy.mirrorbot...
Change Snappy from the Apache 2.0 to a BSD-type license.
commit
|
commitdiff
|
tree
2011-03-25
snappy.mirrorbot...
Release Snappy 1.0.1, to soup up all the various small...
commit
|
commitdiff
|
tree
2011-03-24
snappy.mirrorbot...
Fix a microbenchmark crash on mingw32; seemingly %lld...
commit
|
commitdiff
|
tree
2011-03-24
snappy.mirrorbot...
Fix public issue #19: Fix unit test when Google Test...
commit
|
commitdiff
|
tree
2011-03-24
snappy.mirrorbot...
Make the unit test work on systems without mmap()....
commit
|
commitdiff
|
tree
2011-03-24
snappy.mirrorbot...
Make the unit test work on systems without mmap()....
commit
|
commitdiff
|
tree
2011-03-23
snappy.mirrorbot...
Fix public issue #12: Don't keep autogenerated auto...
commit
|
commitdiff
|
tree
2011-03-23
snappy.mirrorbot...
Fix public issue tracker bug #3: Call AC_SUBST([LIBTOOL...
commit
|
commitdiff
|
tree
2011-03-23
snappy.mirrorbot...
Fix public issue #10: Don't add GTEST_CPPFLAGS to snapp...
commit
|
commitdiff
|
tree
2011-03-23
snappy.mirrorbot...
Fix public issue #9: Add -Wall -Werror to automake...
commit
|
commitdiff
|
tree
2011-03-23
snappy.mirrorbot...
Fix a typo in the Snappy README file.
commit
|
commitdiff
|
tree
2011-03-23
snappy.mirrorbot...
Fix public issue #6: Add a --with-gflags for disabling...
commit
|
commitdiff
|
tree
2011-03-23
snappy.mirrorbot...
Fix public issue #5: Replace the EXTRA_LIBSNAPPY_LDFLAG...
commit
|
commitdiff
|
tree
2011-03-23
snappy.mirrorbot...
Fix public issue #4: Properly quote all macro arguments...
commit
|
commitdiff
|
tree
2011-03-23
snappy.mirrorbot...
Fix public issue #7: Don't use internal variables named...
commit
|
commitdiff
|
tree
2011-03-23
snappy.mirrorbot...
Add missing licensing headers to a few files. (Part...
commit
|
commitdiff
|
tree
2011-03-23
snappy.mirrorbot...
Add mising licensing headers to a few files. (Part...
commit
|
commitdiff
|
tree
2011-03-23
snappy.mirrorbot...
Use the correct license file for the Apache 2.0 license;
commit
|
commitdiff
|
tree
2011-03-18
snappy.mirrorbot...
Revision created by MOE tool push_codebase.
commit
|
commitdiff
|
tree
2011-03-18
sesse@google.com
Create trunk directory.
commit
|
commitdiff
|
tree