summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-08Minor refactoring to accomodate changes in Google's internal code tree.snappy.mirrorbot@gmail.com3-3/+12
2012-01-04Fix public issue r57: Fix most warnings with -Wall, mostly signed/unsignedsnappy.mirrorbot@gmail.com6-36/+32
2012-01-04Add a framing format description. We do not have any implementation of this atsnappy.mirrorbot@gmail.com2-1/+125
2011-12-05Speed up decompression by moving the refill check to the end of the loop.snappy.mirrorbot@gmail.com1-6/+18
2011-11-23Speed up decompression by making the fast path for literals faster.snappy.mirrorbot@gmail.com1-22/+50
2011-11-08Fix public issue #53: Update the README to the API we actually open-sourcedsnappy.mirrorbot@gmail.com1-2/+2
2011-10-05In the format description, use a clearer example to emphasize that varints aresnappy.mirrorbot@gmail.com1-3/+3
2011-09-15Release Snappy 1.0.4.snappy.mirrorbot@gmail.com3-2/+182
2011-09-15Fix public issue #50: Include generic byteswap macros.snappy.mirrorbot@gmail.com2-2/+40
2011-08-10Partially fix public issue 50: Remove an extra comma from the end of somesnappy.mirrorbot@gmail.com1-2/+2
2011-08-10Use the right #ifdef test for sys/mman.h.snappy.mirrorbot@gmail.com1-1/+1
2011-08-10Fix public issue #47: Small comment cleanups in the unit test.snappy.mirrorbot@gmail.com1-2/+2
2011-08-10Fix public issue #46: Format description said "3-byte offset"snappy.mirrorbot@gmail.com1-3/+3
2011-06-28Fix public issue #44: Make the definition and declaration of CompressFragmentsnappy.mirrorbot@gmail.com1-2/+2
2011-06-04Correct an inaccuracy in the Snappy format description. snappy.mirrorbot@gmail.com1-1/+1
2011-06-03Speed up decompression by removing a fast-path attempt.snappy.mirrorbot@gmail.com1-2/+1
2011-06-03Speed up decompression by not needing a lookup table for literal items.snappy.mirrorbot@gmail.com1-5/+15
2011-06-02Release Snappy 1.0.3.snappy.mirrorbot@gmail.com3-2/+179
2011-06-02Remove an unneeded goto in the decompressor; it turns out that thesnappy.mirrorbot@gmail.com1-7/+4
2011-06-02Speed up decompression by caching ip_.snappy.mirrorbot@gmail.com1-36/+45
2011-05-17Fix the numbering of the headlines in the Snappy format description.snappy.mirrorbot@gmail.com1-4/+4
2011-05-16Fix public issue #32: Add compressed format documentation for Snappy.snappy.mirrorbot@gmail.com2-1/+111
2011-05-09Fix public issue #39: Pick out the median runs based on CPU time,snappy.mirrorbot@gmail.com1-2/+5
2011-05-09Fix public issue #38: Make the microbenchmark framework handlesnappy.mirrorbot@gmail.com1-2/+7
2011-05-03Fix public issue #37: Only link snappy_unittest against -lz and other autodet...snappy.mirrorbot@gmail.com2-6/+20
2011-05-03Release Snappy 1.0.2, to get the license change and various other fixes intosnappy.mirrorbot@gmail.com3-2/+238
2011-04-26Fix public issue #30: Stop using gettimeofday() altogether on Win32,snappy.mirrorbot@gmail.com2-9/+45
2011-04-26Fix public issue #31: Don't reset PATH in autogen.sh; instead, do the trickerysnappy.mirrorbot@gmail.com1-1/+0
2011-04-15When including <windows.h>, define WIN32_LEAN_AND_MEAN first,snappy.mirrorbot@gmail.com1-0/+1
2011-04-11Fix public issue #29: Write CPU timing code for Windows, based on GetProcessT...snappy.mirrorbot@gmail.com3-4/+40
2011-04-08Include C bindings of Snappy, contributed by Martin Gieseking.snappy.mirrorbot@gmail.com4-5/+236
2011-04-07Replace geo.protodata with a newer version.snappy.mirrorbot@gmail.com1-0/+0
2011-03-30Fix public issue #27: Add HAVE_CONFIG_H tests around the config.hsnappy.mirrorbot@gmail.com1-1/+4
2011-03-30Fix public issue #26: Take memory allocation and reallocation entirely out of...snappy.mirrorbot@gmail.com1-23/+83
2011-03-30Renamed "namespace zippy" to "namespace snappy" to reducesnappy.mirrorbot@gmail.com1-7/+7
2011-03-28Put back the final few lines of what was truncated during thesnappy.mirrorbot@gmail.com2-1/+5
2011-03-26Change on 2011-03-25 19:18:00-07:00 by sessesnappy.mirrorbot@gmail.com6-59/+140
2011-03-25Change Snappy from the Apache 2.0 to a BSD-type license.snappy.mirrorbot@gmail.com7-249/+145
2011-03-25Release Snappy 1.0.1, to soup up all the various small changessnappy.mirrorbot@gmail.com3-4/+264
2011-03-24Fix a microbenchmark crash on mingw32; seemingly %lld is not universallysnappy.mirrorbot@gmail.com1-1/+6
2011-03-24Fix public issue #19: Fix unit test when Google Test is installed but thesnappy.mirrorbot@gmail.com1-1/+2
2011-03-24Make the unit test work on systems without mmap(). This is required for,snappy.mirrorbot@gmail.com1-4/+9
2011-03-24Make the unit test work on systems without mmap(). This is required for,snappy.mirrorbot@gmail.com3-1/+9
2011-03-23Fix public issue #12: Don't keep autogenerated auto* files in Subversion;snappy.mirrorbot@gmail.com23-88757/+0
2011-03-23Fix public issue tracker bug #3: Call AC_SUBST([LIBTOOL_DEPS]), or the rulesnappy.mirrorbot@gmail.com7-337/+349
2011-03-23Fix public issue #10: Don't add GTEST_CPPFLAGS to snappy_unittest_CXXFLAGS;snappy.mirrorbot@gmail.com2-13/+10
2011-03-23Fix public issue #9: Add -Wall -Werror to automake flags.snappy.mirrorbot@gmail.com6-769/+785
2011-03-23Fix a typo in the Snappy README file.snappy.mirrorbot@gmail.com1-1/+1
2011-03-23Fix public issue #6: Add a --with-gflags for disabling gflags autodetectionsnappy.mirrorbot@gmail.com6-172/+255
2011-03-23Fix public issue #5: Replace the EXTRA_LIBSNAPPY_LDFLAGS setup with somethingsnappy.mirrorbot@gmail.com8-67/+54