summaryrefslogtreecommitdiff
path: root/db/version_set.h
Commit message (Expand)AuthorAgeFilesLines
* Fix comments positionehds2021-08-081-3/+3
* Correct class/structure declaration order.Chris Mumford2019-05-031-25/+25
* Format all files IAW the Google C++ Style Guide.Chris Mumford2019-05-021-30/+26
* Fixed typo in comment in version_set.h.Chris Mumford2019-04-121-1/+1
* Replace NULL with nullptr in C++ files.costan2018-04-101-10/+10
* Remove extern from function declarations.costan2018-03-121-9/+8
* Add option for max file size. The currend hard-coded value of 2M is inefficie...corrado2016-09-281-1/+1
* LevelDB now attempts to reuse the preceding MANIFEST and log file when re-ope...Sanjay Ghemawat2015-08-111-1/+3
* Release LevelDB 1.15v1.15David Grogan2013-12-101-2/+0
* LevelDB 1.13v1.13David Grogan2013-08-211-0/+15
* Fix corruption bug found and analyzed by dhruba@gmail.comv1.9David Grogan2013-01-071-0/+2
* Update to leveldb 1.6v1.6David Grogan2012-10-121-1/+3
* Remove static initializer; fix endian-ness detection; fix build onSanjay Ghemawat2012-05-301-0/+9
* A number of fixes:Hans Wennborg2011-10-311-1/+1
* A number of bugfixes:Gabor Cselle2011-10-051-14/+26
* Bugfixes: for Get(), don't hold mutex while writing log.gabor@google.com2011-09-011-5/+10
* Small tweaks and bugfixes for Issue 18 and 19.gabor@google.com2011-07-151-6/+6
* A number of smaller fixes and performance improvements:gabor@google.com2011-06-221-1/+48
* sync with upstream @ 21409451dgrogan@chromium.org2011-05-211-20/+18
* @20776309dgrogan@chromium.org2011-04-201-26/+2
* reverting disastrous MOE commit, returning to r21dgrogan@chromium.org2011-04-191-0/+332
* Revision created by MOE tool push_codebase.dgrogan@chromium.org2011-04-191-332/+0
* chmod a-xdgrogan@chromium.org2011-04-181-0/+0
* @20602303. Default file permission is now 755.dgrogan@chromium.org2011-04-121-10/+25
* Pull from upstream.jorlow@chromium.org2011-03-221-3/+5
* More changes from upstream.jorlow@chromium.org2011-03-221-0/+25
* Initial checkin.jorlow@chromium.org2011-03-181-0/+290