summaryrefslogtreecommitdiff
path: root/db/version_set.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #934 from BilyZ98:masterVictor Costan2022-01-101-1/+1
|\
| * Fix version_set.cc comments typozzt2021-09-031-1/+1
* | Merge pull request #960 from ericuni:dedupVictor Costan2022-01-091-1/+0
|\ \
| * | rm redundant code: SetNextFile has already been called before in this functionEric Wang2021-12-051-1/+0
| |/
* | VersionSet::Builder::Apply() does not mutate its argument.Victor Costan2022-01-091-1/+1
|/
* Fix compactions that could end up breaking a run of the same userSanjay Ghemawat2021-05-201-0/+2
* Sync MANIFEST before closing in db_impl when creating a new DB.leveldb Team2021-01-121-0/+6
* Add some std:: qualifiers to types and functions.Victor Costan2020-04-291-9/+10
* 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-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