aboutsummaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAge
* Allow compaction to finish in TEST_CompactRangeleveldb Team2024-08-16
* Address comments.Reilly Grant2023-03-28
* Fix tests when run against ChromiumEnvReilly Grant2023-03-28
* Stop future writes if a log file Close() fails.Sanjay Ghemawat2023-01-04
* Merge pull request #893 from myccccccc:masterVictor Costan2022-01-10
|\
| * delete an unnecessary forward declarationmayingchun2021-04-05
* | Merge pull request #652 from caodhuan:masterVictor Costan2022-01-10
|\ \
| * | add:compact_pointers_ should be clear when Clear() calledcaodhuan2019-01-22
* | | Merge pull request #602 from andyli029:feature_fix_lack_tag_commentVictor Costan2022-01-10
|\ \ \
| * | | lack of sequence and type in comments to introduce entry formatandy2018-06-28
* | | | Merge pull request #897 from raynolmenezes:patch-1Victor Costan2022-01-10
|\ \ \ \
| * | | | Update log_reader.hRaynol Menezes2021-04-16
| | |_|/ | |/| |
* | | | Merge pull request #934 from BilyZ98:masterVictor Costan2022-01-10
|\ \ \ \
| * | | | Fix version_set.cc comments typozzt2021-09-03
* | | | | Merge pull request #928 from ehds:fix-commentVictor Costan2022-01-09
|\ \ \ \ \
| * | | | | Fix comments positionehds2021-08-08
* | | | | | Merge pull request #960 from ericuni:dedupVictor Costan2022-01-09
|\ \ \ \ \ \
| * | | | | | rm redundant code: SetNextFile has already been called before in this functionEric Wang2021-12-05
| | |/ / / / | |/| | | |
* | | | | | VersionSet::Builder::Apply() does not mutate its argument.Victor Costan2022-01-09
* | | | | | Merge pull request #903 from LazyWolfLin:dev_randomVictor Costan2022-01-09
|\ \ \ \ \ \
| * | | | | | Small fix.LazyWolfLin2021-05-11
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #902 from ehds:update-table-cacheVictor Costan2022-01-09
|\ \ \ \ \ \
| * | | | | | Make table cache non-copyableehds2021-05-08
| |/ / / / /
* | | | | | Fix typosDimitris Apostolou2022-01-05
* | | | | | Remove main() from most tests.Victor Costan2022-01-03
* | | | | | Extract benchmark from db_test.cc.Victor Costan2021-12-29
| |/ / / / |/| | | |
* | | | | Remove the `/` prefix from the recovery_test test file to prevent a double `/`.leveldb Team2021-08-03
| |/ / / |/| | |
* | | | Fix compactions that could end up breaking a run of the same userSanjay Ghemawat2021-05-20
|/ / /
* | | Use partial path to benchmark/benchmark.h.Chris Mumford2021-02-16
* | | IWYU fixes in db/c.cc.Victor Costan2021-01-25
* | | Sync MANIFEST before closing in db_impl when creating a new DB.leveldb Team2021-01-12
* | | Optimize leveldb block seeks to utilize the current iterator location.leveldb Team2021-01-11
* | | Fixed fprintf of 64-bit value.Chris Mumford2020-11-30
* | | Use external benchmark API headerleveldb Team2020-11-30
* | | Internal test cleanupleveldb Team2020-11-30
* | | Merge pull request #819 from wzk784533:masterVictor Costan2020-07-13
|\ \ \
| * | | avoid unnecessary memory copywzk7845332020-07-11
|/ / /
* | | Add some std:: qualifiers to types and functions.Victor Costan2020-04-29
* | | Switch from C headers to C++ headers.Victor Costan2020-04-29
* | | Fix C++11 build.Victor Costan2020-04-28
* | | change const to constexprleveldb Team2020-04-28
* | | Remove Windows workarounds in some tests.Victor Costan2020-01-14
* | | Add Env::Remove{File,Dir} which obsolete Env::Delete{File,Dir}.Victor Costan2020-01-09
* | | Defend against inclusion of windows.h in tests that invokeleveldb Team2020-01-09
* | | Internal change.leveldb Team2019-12-02
* | | Switch testing harness to googletest.Victor Costan2019-11-21
* | | Renamed local variable in DBImpl::Write.Chris Mumford2019-10-28
* | | Added return in Version::Get::State::Match to quiet warning.Chris Mumford2019-10-28
* | | Merge pull request #698 from neal-zhu:masterVictor Costan2019-08-28
|\ \ \
| * | | drop fileds in State that are duplicates of fileds in Saver and fix typoneal-zhu2019-08-28