summaryrefslogtreecommitdiff
path: root/db/version_set.cc
Commit message (Expand)AuthorAgeFilesLines
* Add Env::Remove{File,Dir} which obsolete Env::Delete{File,Dir}.env_renameVictor Costan2019-12-021-2/+2
* Added return in Version::Get::State::Match to quiet warning.Chris Mumford2019-10-281-0/+4
* drop fileds in State that are duplicates of fileds in Saver and fix typoneal-zhu2019-08-281-12/+7
* cache Saver in State objectneal-zhu2019-06-121-21/+20
* fix bug(uninitialized options pointer in State)neal-zhu2019-06-121-7/+8
* remove TODO in Version::ForEachOverlappingneal-zhu2019-06-111-1/+0
* formatneal-zhu2019-06-111-6/+7
* fix bugneal-zhu2019-06-111-8/+14
* use ForEachOverlapping to impl Getneal-zhu2019-06-111-70/+45
* Converted two for-loops to while-loops.Chris Mumford2019-05-131-1/+1
* Switch to using C++ 11 override specifier.Chris Mumford2019-05-091-10/+10
* Style cleanup.Victor Costan2019-05-041-11/+8
* Format all files IAW the Google C++ Style Guide.Chris Mumford2019-05-021-115/+85
* Fix formatting of recent snapshot compaction fix.Chris Mumford2019-04-121-46/+49
* Fix snapshot compaction bugRichard Cole2019-04-011-0/+79
* Fix typo (#565)Dimitris Apostolou2019-03-111-1/+1
* Added native support for Windows.cmumford2019-03-011-3/+3
* Fix sign mismatch warnings in GCC.MarcoFalke2018-04-161-1/+1
* Replace NULL with nullptr in C++ files.costan2018-04-101-38/+39
* Remove dead code.davidair2017-08-241-7/+0
* leveldb: Report missing CURRENT manifest file as database corruption.costan2017-07-101-0/+4
* Add option for max file size. The currend hard-coded value of 2M is inefficie...corrado2016-09-281-22/+35
* Will not reuse manifest if reuse_logs options is false.Chris Mumford2015-08-111-0/+3
* LevelDB now attempts to reuse the preceding MANIFEST and log file when re-ope...Sanjay Ghemawat2015-08-111-1/+36
* Release LevelDB 1.17v1.171.17Chris Mumford2014-05-011-14/+0
* Release LevelDB 1.15v1.15David Grogan2013-12-101-33/+0
* LevelDB 1.13v1.13David Grogan2013-08-211-4/+92
* Release leveldb 1.11v1.11David Grogan2013-06-131-8/+13
* Fix corruption bug found and analyzed by dhruba@gmail.comv1.9David Grogan2013-01-071-0/+36
* Update to leveldb 1.6v1.6David Grogan2012-10-121-1/+1
* Remove static initializer; fix endian-ness detection; fix build onSanjay Ghemawat2012-05-301-2/+2
* Added bloom filter support.v1.4Sanjay Ghemawat2012-04-171-39/+44
* avoid very large compactions; fix build on LinuxSanjay Ghemawat2012-02-021-3/+14
* A number of fixes:Hans Wennborg2011-10-311-11/+25
* A number of bugfixes:Gabor Cselle2011-10-051-60/+145
* Bugfixes: for Get(), don't hold mutex while writing log.gabor@google.com2011-09-011-13/+33
* @23023120dgrogan@chromium.org2011-08-061-5/+5
* Speed up Snappy uncompression, new Logger interface.gabor@google.com2011-07-211-2/+2
* Sun Studio support, and fix for test related memory fixes.gabor@google.com2011-07-191-3/+8
* Small tweaks and bugfixes for Issue 18 and 19.gabor@google.com2011-07-151-7/+12
* A number of smaller fixes and performance improvements:gabor@google.com2011-06-221-42/+239
* sync with upstream @ 21409451dgrogan@chromium.org2011-05-211-138/+171
* @20776309dgrogan@chromium.org2011-04-201-111/+18
* reverting disastrous MOE commit, returning to r21dgrogan@chromium.org2011-04-191-0/+1120
* Revision created by MOE tool push_codebase.dgrogan@chromium.org2011-04-191-1120/+0
* chmod a-xdgrogan@chromium.org2011-04-181-0/+0
* @20602303. Default file permission is now 755.dgrogan@chromium.org2011-04-121-40/+76
* Move include files into a leveldb subdir.jorlow@chromium.org2011-03-301-2/+2
* Upstream changes.jorlow@chromium.org2011-03-281-8/+14
* Pull from upstream.jorlow@chromium.org2011-03-221-22/+29