summaryrefslogtreecommitdiff
path: root/db/db_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Add Env::Remove{File,Dir} which obsolete Env::Delete{File,Dir}.Victor Costan2020-01-091-1/+1
* Guard DBImpl::versions_ by mutex_.Chris Mumford2019-05-161-1/+1
* Switch to using C++ 11 override specifier.Chris Mumford2019-05-091-12/+13
* Correct class/structure declaration order.Chris Mumford2019-05-031-31/+33
* Format all files IAW the Google C++ Style Guide.Chris Mumford2019-05-021-6/+5
* leveldb: Replace AtomicPointer with std::atomic.costan2019-03-111-2/+5
* Replace NULL with nullptr in C++ files.costan2018-04-101-4/+4
* Extend thread safety annotations.costan2018-03-161-20/+21
* Remove extern from function declarations.costan2018-03-121-4/+4
* LevelDB now attempts to reuse the preceding MANIFEST and log file when re-ope...Sanjay Ghemawat2015-08-111-4/+4
* Release LevelDB 1.15v1.15David Grogan2013-12-101-4/+5
* LevelDB 1.13v1.13David Grogan2013-08-211-1/+8
* Release leveldb 1.11v1.11David Grogan2013-06-131-0/+1
* Update to leveldb 1.6v1.6David Grogan2012-10-121-10/+18
* Remove static initializer; fix endian-ness detection; fix build onSanjay Ghemawat2012-05-301-1/+1
* Added bloom filter support.v1.4Sanjay Ghemawat2012-04-171-0/+2
* added group commit; drastically speeds up mult-threaded synchronous write wor...Sanjay Ghemawat2012-03-081-9/+9
* A number of fixes:Hans Wennborg2011-10-311-1/+1
* A number of bugfixes:Gabor Cselle2011-10-051-7/+7
* Bugfixes: for Get(), don't hold mutex while writing log.gabor@google.com2011-09-011-0/+7
* A number of smaller fixes and performance improvements:gabor@google.com2011-06-221-1/+2
* sync with upstream @21706995hans@chromium.org2011-06-071-4/+8
* Update from upstream @21551990dgrogan@chromium.org2011-05-281-4/+0
* @20776309dgrogan@chromium.org2011-04-201-23/+0
* reverting disastrous MOE commit, returning to r21dgrogan@chromium.org2011-04-191-0/+207
* Revision created by MOE tool push_codebase.dgrogan@chromium.org2011-04-191-207/+0
* chmod a-xdgrogan@chromium.org2011-04-181-0/+0
* @20602303. Default file permission is now 755.dgrogan@chromium.org2011-04-121-12/+23
* Move include files into a leveldb subdir.jorlow@chromium.org2011-03-301-2/+2
* Pull from upstream.jorlow@chromium.org2011-03-221-1/+1
* More changes from upstream.jorlow@chromium.org2011-03-221-0/+4
* Initial checkin.jorlow@chromium.org2011-03-181-0/+192