summaryrefslogtreecommitdiff
path: root/include/leveldb/env.h
Commit message (Expand)AuthorAgeFilesLines
* Add some std:: qualifiers to types and functions.Victor Costan2020-04-291-1/+1
* Switch from C headers to C++ headers.Victor Costan2020-04-291-3/+2
* Add Env::Remove{File,Dir} which obsolete Env::Delete{File,Dir}.Victor Costan2020-01-091-21/+52
* Format all files IAW the Google C++ Style Guide.Chris Mumford2019-05-021-10/+8
* Merge pull request #472 from zhoudayang:patch-1Chris Mumford2019-04-121-1/+1
|\
| * fix comment周炀2017-05-221-1/+1
* | Added native support for Windows.cmumford2019-03-011-0/+30
* | Clarify comments for leveldb::Env file reading methods.costan2018-09-041-2/+2
* | Replace NULL with nullptr in C++ files.costan2018-04-101-6/+6
* | leveldb: Require C++11.costan2018-03-211-58/+63
* | Remove extern from function declarations.costan2018-03-121-1/+1
* | Add LEVELDB_EXPORT macro to export public symbols.cmumford2017-10-041-13/+14
* | leveldb: Report missing CURRENT manifest file as database corruption.costan2017-07-101-2/+4
|/
* LevelDB now attempts to reuse the preceding MANIFEST and log file when re-ope...Sanjay Ghemawat2015-08-111-0/+18
* Release 1.18v1.18Chris Mumford2014-09-161-1/+1
* Release LevelDB 1.15v1.15David Grogan2013-12-101-1/+1
* Update to leveldb 1.6v1.6David Grogan2012-10-121-0/+10
* A number of fixes:Hans Wennborg2011-10-311-1/+1
* A number of bugfixes:Gabor Cselle2011-10-051-2/+6
* Sync with upstream @23860137.Hans Wennborg2011-09-121-2/+2
* Speed up Snappy uncompression, new Logger interface.gabor@google.com2011-07-211-6/+23
* sync with upstream @ 21409451dgrogan@chromium.org2011-05-211-0/+12
* reverting disastrous MOE commit, returning to r21dgrogan@chromium.org2011-04-191-0/+290
* Revision created by MOE tool push_codebase.dgrogan@chromium.org2011-04-191-290/+0
* chmod a-xdgrogan@chromium.org2011-04-181-0/+0
* @20602303. Default file permission is now 755.dgrogan@chromium.org2011-04-121-0/+0
* Fix last commitjorlow@chromium.org2011-03-301-0/+290