summaryrefslogtreecommitdiff
path: root/table/table_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Support Zstd compression level in Leveldbleveldb Team2023-04-201-1/+1
* Add support for Zstd-based compression in LevelDB.leveldb Team2023-03-281-6/+21
* Use GTEST_SKIP in leveldb:table_testleveldb Team2022-07-181-4/+2
* Remove main() from most tests.Victor Costan2022-01-031-5/+0
* Add some std:: qualifiers to types and functions.Victor Costan2020-04-291-16/+16
* Internal change.leveldb Team2019-12-021-1/+1
* Switch testing harness to googletest.Victor Costan2019-11-211-20/+19
* Switch to using C++ 11 override specifier.Chris Mumford2019-05-091-13/+13
* Style cleanup.Victor Costan2019-05-041-44/+45
* Format all files IAW the Google C++ Style Guide.Chris Mumford2019-05-021-128/+86
* Check for possibly invalid offset in test.Chris Mumford2019-04-231-1/+1
* Replace NULL with nullptr in C++ files.costan2018-04-101-11/+11
* A zippy change broke test assumptions about the size of compressed output.sanjay2016-07-061-6/+14
* Release leveldb 1.10v1.10David Grogan2013-05-141-0/+30
* Added bloom filter support.v1.4Sanjay Ghemawat2012-04-171-24/+8
* use mmap on 64-bit machines to speed-up reads; small build fixesSanjay Ghemawat2012-03-151-1/+1
* A number of fixes:Hans Wennborg2011-10-311-3/+3
* Sun Studio support, and fix for test related memory fixes.gabor@google.com2011-07-191-2/+7
* A number of smaller fixes and performance improvements:gabor@google.com2011-06-221-5/+9
* sync with upstream @ 21409451dgrogan@chromium.org2011-05-211-5/+9
* reverting disastrous MOE commit, returning to r21dgrogan@chromium.org2011-04-191-0/+841
* Revision created by MOE tool push_codebase.dgrogan@chromium.org2011-04-191-841/+0
* chmod a-xdgrogan@chromium.org2011-04-181-0/+0
* @20602303. Default file permission is now 755.dgrogan@chromium.org2011-04-121-2/+2
* Move include files into a leveldb subdir.jorlow@chromium.org2011-03-301-5/+5
* Upstream changes.jorlow@chromium.org2011-03-281-2/+2
* Pull from upstream.jorlow@chromium.org2011-03-221-6/+11
* Sync in bug fixesjorlow@chromium.org2011-03-211-0/+28
* Initial checkin.jorlow@chromium.org2011-03-181-0/+808