index
:
leveldb
main
leveldb mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
db
Commit message (
Expand
)
Author
Age
*
Allow compaction to finish in TEST_CompactRange
leveldb Team
2024-08-16
*
Address comments.
Reilly Grant
2023-03-28
*
Fix tests when run against ChromiumEnv
Reilly Grant
2023-03-28
*
Stop future writes if a log file Close() fails.
Sanjay Ghemawat
2023-01-04
*
Merge pull request #893 from myccccccc:master
Victor Costan
2022-01-10
|
\
|
*
delete an unnecessary forward declaration
mayingchun
2021-04-05
*
|
Merge pull request #652 from caodhuan:master
Victor Costan
2022-01-10
|
\
\
|
*
|
add:compact_pointers_ should be clear when Clear() called
caodhuan
2019-01-22
*
|
|
Merge pull request #602 from andyli029:feature_fix_lack_tag_comment
Victor Costan
2022-01-10
|
\
\
\
|
*
|
|
lack of sequence and type in comments to introduce entry format
andy
2018-06-28
*
|
|
|
Merge pull request #897 from raynolmenezes:patch-1
Victor Costan
2022-01-10
|
\
\
\
\
|
*
|
|
|
Update log_reader.h
Raynol Menezes
2021-04-16
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #934 from BilyZ98:master
Victor Costan
2022-01-10
|
\
\
\
\
|
*
|
|
|
Fix version_set.cc comments typo
zzt
2021-09-03
*
|
|
|
|
Merge pull request #928 from ehds:fix-comment
Victor Costan
2022-01-09
|
\
\
\
\
\
|
*
|
|
|
|
Fix comments position
ehds
2021-08-08
*
|
|
|
|
|
Merge pull request #960 from ericuni:dedup
Victor Costan
2022-01-09
|
\
\
\
\
\
\
|
*
|
|
|
|
|
rm redundant code: SetNextFile has already been called before in this function
Eric Wang
2021-12-05
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
VersionSet::Builder::Apply() does not mutate its argument.
Victor Costan
2022-01-09
*
|
|
|
|
|
Merge pull request #903 from LazyWolfLin:dev_random
Victor Costan
2022-01-09
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Small fix.
LazyWolfLin
2021-05-11
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #902 from ehds:update-table-cache
Victor Costan
2022-01-09
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Make table cache non-copyable
ehds
2021-05-08
|
|
/
/
/
/
/
*
|
|
|
|
|
Fix typos
Dimitris Apostolou
2022-01-05
*
|
|
|
|
|
Remove main() from most tests.
Victor Costan
2022-01-03
*
|
|
|
|
|
Extract benchmark from db_test.cc.
Victor Costan
2021-12-29
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Remove the `/` prefix from the recovery_test test file to prevent a double `/`.
leveldb Team
2021-08-03
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Fix compactions that could end up breaking a run of the same user
Sanjay Ghemawat
2021-05-20
|
/
/
/
*
|
|
Use partial path to benchmark/benchmark.h.
Chris Mumford
2021-02-16
*
|
|
IWYU fixes in db/c.cc.
Victor Costan
2021-01-25
*
|
|
Sync MANIFEST before closing in db_impl when creating a new DB.
leveldb Team
2021-01-12
*
|
|
Optimize leveldb block seeks to utilize the current iterator location.
leveldb Team
2021-01-11
*
|
|
Fixed fprintf of 64-bit value.
Chris Mumford
2020-11-30
*
|
|
Use external benchmark API header
leveldb Team
2020-11-30
*
|
|
Internal test cleanup
leveldb Team
2020-11-30
*
|
|
Merge pull request #819 from wzk784533:master
Victor Costan
2020-07-13
|
\
\
\
|
*
|
|
avoid unnecessary memory copy
wzk784533
2020-07-11
|
/
/
/
*
|
|
Add some std:: qualifiers to types and functions.
Victor Costan
2020-04-29
*
|
|
Switch from C headers to C++ headers.
Victor Costan
2020-04-29
*
|
|
Fix C++11 build.
Victor Costan
2020-04-28
*
|
|
change const to constexpr
leveldb Team
2020-04-28
*
|
|
Remove Windows workarounds in some tests.
Victor Costan
2020-01-14
*
|
|
Add Env::Remove{File,Dir} which obsolete Env::Delete{File,Dir}.
Victor Costan
2020-01-09
*
|
|
Defend against inclusion of windows.h in tests that invoke
leveldb Team
2020-01-09
*
|
|
Internal change.
leveldb Team
2019-12-02
*
|
|
Switch testing harness to googletest.
Victor Costan
2019-11-21
*
|
|
Renamed local variable in DBImpl::Write.
Chris Mumford
2019-10-28
*
|
|
Added return in Version::Get::State::Match to quiet warning.
Chris Mumford
2019-10-28
*
|
|
Merge pull request #698 from neal-zhu:master
Victor Costan
2019-08-28
|
\
\
\
|
*
|
|
drop fileds in State that are duplicates of fileds in Saver and fix typo
neal-zhu
2019-08-28
[next]