summaryrefslogtreecommitdiff
path: root/helpers/memenv/memenv.cc
Commit message (Expand)AuthorAgeFilesLines
* Add some std:: qualifiers to types and functions.Victor Costan2020-04-291-3/+3
* Switch from C headers to C++ headers.Victor Costan2020-04-291-2/+1
* Add Env::Remove{File,Dir} which obsolete Env::Delete{File,Dir}.Victor Costan2020-01-091-5/+5
* Switch to using C++ 11 override specifier.Chris Mumford2019-05-091-12/+12
* Style cleanup.Victor Costan2019-05-041-27/+26
* Correct class/structure declaration order.Chris Mumford2019-05-031-6/+7
* Format all files IAW the Google C++ Style Guide.Chris Mumford2019-05-021-36/+17
* Always copy bytes to scratch buffer when reading w/MemEnv.cmumford2019-03-201-7/+0
* Make InMemoryEnv more consistent with filesystem based Env's.cmumford2019-03-111-16/+30
* Replace NULL with nullptr in C++ files.costan2018-04-101-3/+3
* Replace SIZE_MAX with std::numeric_limits.costan2018-03-201-1/+2
* Extend thread safety annotations.costan2018-03-161-7/+11
* LevelDB now attempts to reuse the preceding MANIFEST and log file when re-ope...Sanjay Ghemawat2015-08-111-0/+13
* Release 1.18v1.18Chris Mumford2014-09-161-4/+5
* Update to leveldb 1.6v1.6David Grogan2012-10-121-0/+10
* A number of fixes:Hans Wennborg2011-10-311-2/+2
* Sync with upstream @23860137.Hans Wennborg2011-09-121-0/+374