summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* Remove the `/` prefix from the recovery_test test file to prevent a double `/`.leveldb Team2021-08-031-1/+1
* Fix compactions that could end up breaking a run of the same userSanjay Ghemawat2021-05-201-0/+2
* Use partial path to benchmark/benchmark.h.Chris Mumford2021-02-161-1/+1
* IWYU fixes in db/c.cc.Victor Costan2021-01-251-5/+8
* Sync MANIFEST before closing in db_impl when creating a new DB.leveldb Team2021-01-122-0/+11
* Optimize leveldb block seeks to utilize the current iterator location.leveldb Team2021-01-111-0/+61
* Fixed fprintf of 64-bit value.Chris Mumford2020-11-301-1/+3
* Use external benchmark API headerleveldb Team2020-11-301-2/+2
* Internal test cleanupleveldb Team2020-11-301-12/+9
* Merge pull request #819 from wzk784533:masterVictor Costan2020-07-131-2/+5
|\
| * avoid unnecessary memory copywzk7845332020-07-111-2/+5
|/
* Add some std:: qualifiers to types and functions.Victor Costan2020-04-2917-94/+102
* Switch from C headers to C++ headers.Victor Costan2020-04-2913-20/+15
* Fix C++11 build.Victor Costan2020-04-281-0/+3
* change const to constexprleveldb Team2020-04-281-2/+1
* Remove Windows workarounds in some tests.Victor Costan2020-01-143-15/+0
* Add Env::Remove{File,Dir} which obsolete Env::Delete{File,Dir}.Victor Costan2020-01-0912-42/+42
* Defend against inclusion of windows.h in tests that invokeleveldb Team2020-01-093-0/+15
* Internal change.leveldb Team2019-12-0212-12/+12
* Switch testing harness to googletest.Victor Costan2019-11-2112-381/+418
* Renamed local variable in DBImpl::Write.Chris Mumford2019-10-281-6/+6
* Added return in Version::Get::State::Match to quiet warning.Chris Mumford2019-10-281-0/+4
* Merge pull request #698 from neal-zhu:masterVictor Costan2019-08-281-77/+53
|\
| * 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
* | Simplify unlocking in DeleteObsoleteFiles.Chris Mumford2019-06-131-12/+15
|/
* Merge pull request #386 from ivanabc:masterChris Mumford2019-05-301-3/+10
|\
| * Merge branch 'master' into masterivan2019-05-2345-3297/+3095
| |\
| * | set const propertyivanabc2016-06-211-3/+5
| * | reduce lock's range in DeleteObsoleteFilesivanabc2016-06-201-3/+12
* | | Replace "> >" with ">>"Victor Costan2019-05-301-3/+3
* | | unsigned char -> uint8_tVictor Costan2019-05-283-25/+21
| |/ |/|
* | Guard DBImpl::versions_ by mutex_.Chris Mumford2019-05-162-12/+7
* | Converted two for-loops to while-loops.Chris Mumford2019-05-132-2/+2
* | Switch to using C++ 11 override specifier.Chris Mumford2019-05-0911-90/+91
* | Added unit test for InternalKey::DecodeFrom with empty string.Chris Mumford2019-05-091-0/+6
* | Merge pull request #411 from proller:assert1Chris Mumford2019-05-092-3/+6
|\ \
| * | broken db: fix assertion in leveldb::InternalKey::Encode, mark base as corruptproller2016-10-032-3/+6
* | | Using std::ostringstream in key DebugString.Chris Mumford2019-05-082-13/+24
* | | Consolidate benchmark code to benchmarks/.Victor Costan2019-05-051-983/+0
* | | Convert missed virtual -> override in db_test.cc.Victor Costan2019-05-041-1/+1
* | | Style cleanup.Victor Costan2019-05-0411-75/+74
* | | Merge pull request #679 from smartxworks:optimize-readseqVictor Costan2019-05-041-0/+9
|\ \ \
| * | | don't check current key in DBIter::Next()Kyle Zhang2019-04-251-0/+9
* | | | Correct class/structure declaration order.Chris Mumford2019-05-0319-278/+285