summaryrefslogtreecommitdiff
path: root/db/corruption_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove main() from most tests.Victor Costan2022-01-031-5/+0
* Add some std:: qualifiers to types and functions.Victor Costan2020-04-291-5/+6
* Internal change.leveldb Team2019-12-021-1/+1
* Switch testing harness to googletest.Victor Costan2019-11-211-34/+38
* Correct class/structure declaration order.Chris Mumford2019-05-031-10/+12
* Format all files IAW the Google C++ Style Guide.Chris Mumford2019-05-021-19/+13
* Switch corruption_test to use InMemEnv.cmumford2019-03-201-46/+12
* Added native support for Windows.cmumford2019-03-011-0/+26
* Replace NULL with nullptr in C++ files.costan2018-04-101-9/+9
* LevelDB now attempts to reuse the preceding MANIFEST and log file when re-ope...Sanjay Ghemawat2015-08-111-1/+1
* Release LevelDB 1.15v1.15David Grogan2013-12-101-2/+24
* LevelDB 1.13v1.13David Grogan2013-08-211-29/+22
* A number of fixes:Hans Wennborg2011-10-311-1/+1
* A number of bugfixes:Gabor Cselle2011-10-051-3/+3
* Small tweaks and bugfixes for Issue 18 and 19.gabor@google.com2011-07-151-1/+1
* A number of smaller fixes and performance improvements:gabor@google.com2011-06-221-13/+18
* @20776309dgrogan@chromium.org2011-04-201-25/+1
* reverting disastrous MOE commit, returning to r21dgrogan@chromium.org2011-04-191-0/+378
* Revision created by MOE tool push_codebase.dgrogan@chromium.org2011-04-191-378/+0
* chmod a-xdgrogan@chromium.org2011-04-181-0/+0
* @20602303. Default file permission is now 755.dgrogan@chromium.org2011-04-121-6/+15
* Move include files into a leveldb subdir.jorlow@chromium.org2011-03-301-4/+4
* Sync in bug fixesjorlow@chromium.org2011-03-211-15/+18
* Initial checkin.jorlow@chromium.org2011-03-181-0/+366