summaryrefslogtreecommitdiff
path: root/helpers/memenv/memenv_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove main() from most tests.Victor Costan2022-01-031-5/+0
* Remove Windows workarounds in some tests.Victor Costan2020-01-141-5/+0
* Add Env::Remove{File,Dir} which obsolete Env::Delete{File,Dir}.Victor Costan2020-01-091-3/+3
* Defend against inclusion of windows.h in tests that invokeleveldb Team2020-01-091-0/+5
* Internal change.leveldb Team2019-12-021-1/+1
* Switch testing harness to googletest.Victor Costan2019-11-211-65/+70
* Correct class/structure declaration order.Chris Mumford2019-05-031-2/+2
* Format all files IAW the Google C++ Style Guide.Chris Mumford2019-05-021-20/+15
* Make InMemoryEnv more consistent with filesystem based Env's.cmumford2019-03-111-0/+23
* LevelDB now attempts to reuse the preceding MANIFEST and log file when re-ope...Sanjay Ghemawat2015-08-111-2/+11
* A number of fixes:Hans Wennborg2011-10-311-1/+1
* Sync with upstream @24213649.Hans Wennborg2011-09-261-1/+1
* Sync with upstream @23860137.Hans Wennborg2011-09-121-0/+232