summaryrefslogtreecommitdiff
path: root/snappy_unittest.cc
AgeCommit message (Expand)AuthorFilesLines
2017-08-01Replace getpagesize() with sysconf(_SC_PAGESIZE).costan1-4/+5
2017-06-28Remove benchmarking support for fastlz.ysaed1-38/+2
2017-06-05Remove quicklz and lzf support in benchmarks.jyrki1-86/+2
2017-03-17Clean up unused function warnings in snappy.costan1-6/+4
2017-03-13Remove "using namespace std;" from zippy-stubs-internal.h.costan1-3/+3
2017-03-08Add std:: prefix to STL non-type names.scrubbed1-2/+2
2017-01-26adds std:: to stl types (#061)Behzad Nouri1-5/+6
2017-01-26Re-work fast path that emits copies in zippy compression.Geoff Pike1-3/+4
2016-01-04Fix an issue where the ByteSource path (used for parsing std::string)Steinar H. Gunderson1-0/+14
2015-08-19Move the logic from ComputeTable into the unit test, which means it's runSteinar H. Gunderson1-0/+97
2015-07-06Add support for Uncompress(source, sink). Various changes to allowSteinar H. Gunderson1-0/+72
2015-06-22Changes to eliminate compiler warnings on MSVCSteinar H. Gunderson1-12/+13
2015-06-22Sync with various Google-internal changes.Steinar H. Gunderson1-31/+21
2014-02-19Fix public issue 82: Stop distributing benchmark data files that havesnappy.mirrorbot@gmail.com1-13/+3
2013-06-13Add support for uncompressing to iovecs (scatter I/O).snappy.mirrorbot@gmail.com1-2/+203
2013-04-09Supports truncated test data in zippy benchmark.snappy.mirrorbot@gmail.com1-34/+41
2013-01-06Adjust the Snappy open-source distribution for the changes in Google'ssnappy.mirrorbot@gmail.com1-7/+9
2012-02-11Lower the size allocated in the "corrupted input" unit test from 256 MBsnappy.mirrorbot@gmail.com1-6/+8
2012-01-04Fix public issue r57: Fix most warnings with -Wall, mostly signed/unsignedsnappy.mirrorbot@gmail.com1-2/+2
2011-08-10Partially fix public issue 50: Remove an extra comma from the end of somesnappy.mirrorbot@gmail.com1-2/+2
2011-08-10Fix public issue #47: Small comment cleanups in the unit test.snappy.mirrorbot@gmail.com1-2/+2
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-26Change on 2011-03-25 19:18:00-07:00 by sessesnappy.mirrorbot@gmail.com1-9/+24
2011-03-24Make the unit test work on systems without mmap(). This is required for,snappy.mirrorbot@gmail.com1-4/+9
2011-03-18Revision created by MOE tool push_codebase.snappy.mirrorbot@gmail.com1-0/+1073