summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #602 from andyli029:feature_fix_lack_tag_commentVictor Costan2022-01-101-0/+1
|\
| * lack of sequence and type in comments to introduce entry formatandy2018-06-281-0/+1
* | Merge pull request #897 from raynolmenezes:patch-1Victor Costan2022-01-101-1/+1
|\ \
| * | Update log_reader.hRaynol Menezes2021-04-161-1/+1
* | | 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 #928 from ehds:fix-commentVictor Costan2022-01-091-3/+3
|\ \ \ \
| * | | | Fix comments positionehds2021-08-081-3/+3
* | | | | 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
* | | | | Merge pull request #903 from LazyWolfLin:dev_randomVictor Costan2022-01-091-1/+1
|\ \ \ \ \
| * | | | | Small fix.LazyWolfLin2021-05-111-1/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #902 from ehds:update-table-cacheVictor Costan2022-01-091-0/+4
|\ \ \ \ \
| * | | | | Make table cache non-copyableehds2021-05-081-0/+4
| |/ / / /
* | | | | Fix typosDimitris Apostolou2022-01-051-1/+1
* | | | | Remove main() from most tests.Victor Costan2022-01-0312-60/+0
* | | | | Extract benchmark from db_test.cc.Victor Costan2021-12-291-64/+0
| |/ / / |/| | |
* | | | 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
|\ \