index
:
leveldb
main
leveldb mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
Commit message (
Expand
)
Author
Age
*
Reland changes accidentally reverted in 302786e
Victor Hugo Vianna Silva
2025-01-29
*
Fix speculatively some "placement new" issues in leveldb
leveldb Team
2025-01-24
*
Fix C++23 compilation errors in leveldb
leveldb Team
2025-01-24
*
Fix invalid pointer arithmetic in Hash (#1222)
David Benjamin
2025-01-02
*
Merge pull request #1104 from reillyeon:chromium_env
Victor Costan
2023-03-28
|
\
|
*
Address comments.
Reilly Grant
2023-03-28
|
*
Fix tests when run against ChromiumEnv
Reilly Grant
2023-03-28
*
|
Fix EnvTest.RunMany to allow parallel execution
Reilly Grant
2023-03-28
|
/
*
Merge pull request #506 from lingbin:fix_issue_505
Victor Costan
2022-01-10
|
\
|
*
Merge branch 'master' into fix_issue_505
Victor Costan
2022-01-10
|
|
\
|
*
|
fix style and remove unused code
lingbin
2017-09-04
*
|
|
Merge pull request #744 from HenryRLee:patch-1
Victor Costan
2022-01-10
|
\
\
\
|
*
\
\
Merge branch 'master' into patch-1
Victor Costan
2022-01-09
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Remove unused variable kDelayMicros in env_test.cc
Henry Lee
2019-10-15
*
|
|
|
Merge pull request #747 from zltl:patch-1
Victor Costan
2022-01-10
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
fix typo in comment of LRUHandle
Liao Tonglang
2019-10-22
|
|
/
/
*
|
|
Merge pull request #901 from mapleFU:opt-using-move
Victor Costan
2022-01-10
|
\
\
\
|
*
|
|
[Init] initial commit
mwish
2021-05-02
*
|
|
|
Merge pull request #919 from wineway:fix_posix_test
Victor Costan
2022-01-10
|
\
\
\
\
|
*
|
|
|
fixed random access file exhaust random mmap file use wrong limit count
wineway
2021-07-01
|
|
/
/
/
*
|
|
|
Merge pull request #965 from ShawnZhong:cpp20
Victor Costan
2022-01-08
|
\
\
\
\
|
*
|
|
|
Update env_posix.cc
Shawn Zhong
2021-12-30
*
|
|
|
|
Fix typos
Dimitris Apostolou
2022-01-05
*
|
|
|
|
Remove main() from most tests.
Victor Costan
2022-01-03
|
/
/
/
/
*
|
|
|
Add invariant checks to Limiter in Env implementations.
Victor Costan
2021-12-22
*
|
|
|
Merge pull request #941 from pmmp:no-handle-inheritance
Victor Costan
2021-11-30
|
\
\
\
\
|
*
|
|
|
Prevent handle used for LOG from being inherited by subprocesses
Dylan K. Taylor
2021-10-09
*
|
|
|
|
Remove <pthread.h> include and find_package() from build files
Felipe Oliveira Carvalho
2021-11-28
*
|
|
|
|
Get env_posix.cc building under Fuchsia.
leveldb Team
2021-09-12
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Internal cleanup migrating StatusOr.
leveldb Team
2020-10-07
|
/
/
/
*
|
|
Fix accidental double std:: qualifiers.
Victor Costan
2020-04-30
*
|
|
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
*
|
|
change const to constexpr
leveldb Team
2020-04-28
*
|
|
Remove leveldb::port::kLittleEndian.
Victor Costan
2020-04-14
*
|
|
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
|
/
/
*
|
Fix tsan problem in env_test.
Sanjay Ghemawat
2019-09-29
*
|
Align EnvPosix and EnvWindows.
Victor Costan
2019-06-13
*
|
Replace "> >" with ">>"
Victor Costan
2019-05-30
*
|
unsigned char -> uint8_t
Victor Costan
2019-05-28
*
|
Add explicit typecasts to avoid compiler warning.
Chris Mumford
2019-05-24
*
|
Switch to using C++ 11 override specifier.
Chris Mumford
2019-05-09
*
|
Merge branch 'master' into patch-2
果冻
2019-05-09
|
\
\
|
*
|
Fix EnvPosix tests on Travis CI.
Victor Costan
2019-05-07
|
*
|
Formatting changes for prior O_CLOEXEC fix.
Chris Mumford
2019-05-06
|
*
|
Merge pull request #624 from adam-azarchs:master
Chris Mumford
2019-05-06
|
|
\
\
[next]