summaryrefslogtreecommitdiff
path: root/db/recovery_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Add Env::Remove{File,Dir} which obsolete Env::Delete{File,Dir}.env_renameVictor Costan2019-12-021-6/+6
* Internal change.leveldb Team2019-12-021-1/+1
* Switch testing harness to googletest.Victor Costan2019-11-211-30/+36
* Format all files IAW the Google C++ Style Guide.Chris Mumford2019-05-021-29/+15
* Added native support for Windows.cmumford2019-03-011-0/+3
* Replace NULL with nullptr in C++ files.costan2018-04-101-7/+7
* leveldb: Report missing CURRENT manifest file as database corruption.costan2017-07-101-2/+19
* Change std::uint64_t to uint64_t (#354)Nicholas Westlake2016-04-121-2/+2
* LevelDB now attempts to reuse the preceding MANIFEST and log file when re-ope...Sanjay Ghemawat2015-08-111-0/+324