index
:
leveldb
main
leveldb mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
*
Reland changes accidentally reverted in 302786e
Victor Hugo Vianna Silva
2025-01-29
*
Fix C++23 compilation errors in leveldb
leveldb Team
2025-01-24
*
[jumbo] Add begin()/end() to Slice.
Peter Kasting
2024-08-08
*
Support Zstd compression level in Leveldb
leveldb Team
2023-04-20
*
Add support for Zstd-based compression in LevelDB.
leveldb Team
2023-03-28
*
Fixes for C++20 support.
Peter Kasting
2022-05-05
*
remove useless code in cache.h
xindubawukong
2022-01-06
*
Don't include C++ headers in extern C
Paul Beusterien
2021-03-03
*
Change version to 1.23.
1.23
Chris Mumford
2021-02-23
*
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
*
Add Env::Remove{File,Dir} which obsolete Env::Delete{File,Dir}.
Victor Costan
2020-01-09
*
unsigned char -> uint8_t
Victor Costan
2019-05-28
*
Add argument definition for void c functions.
allangj
2019-05-05
*
Style cleanup.
Victor Costan
2019-05-04
*
Bump the version number from 1.21 to 1.22.
1.22
Chris Mumford
2019-05-03
*
Correct class/structure declaration order.
Chris Mumford
2019-05-03
*
Format all files IAW the Google C++ Style Guide.
Chris Mumford
2019-05-02
*
[leveldb] Specifically export the WriteBatch::Handler inner class for Windows...
leveldb Team
2019-04-23
*
Merge pull request #472 from zhoudayang:patch-1
Chris Mumford
2019-04-12
|
\
|
*
fix comment
周炀
2017-05-22
*
|
Update the version to 1.21 in preparation for a new release.
1.21
Chris Mumford
2019-03-29
*
|
Inline defaults in options.
costan
2019-03-20
*
|
Added native support for Windows.
cmumford
2019-03-01
*
|
leveldb: Make WriteBatch::ApproximateSize() const.
costan
2019-01-15
*
|
Clarify comments for leveldb::Env file reading methods.
costan
2018-09-04
*
|
Expose WriteBatch::Append in the C API.
costan
2018-08-19
*
|
Expose WriteBatch::Append().
costan
2018-08-14
*
|
Clean up Iterator.
costan
2018-06-04
*
|
Add move constructor to Status.
costan
2018-04-23
*
|
Replace NULL with nullptr in C++ files.
costan
2018-04-10
*
|
leveldb: Require C++11.
costan
2018-03-21
*
|
Add CMake build support.
costan
2018-03-16
*
|
Remove extern from function declarations.
costan
2018-03-12
*
|
Expose Env::GetTempDirectory() for use in C test.
costan
2018-03-09
*
|
Add leveldb_options_set_max_file_size to the C API.
cmumford
2017-11-03
*
|
leveldb::DestroyDB will now delete empty directories.
cmumford
2017-11-03
*
|
Add LEVELDB_EXPORT macro to export public symbols.
cmumford
2017-10-04
*
|
leveldb: Report missing CURRENT manifest file as database corruption.
costan
2017-07-10
*
|
LevelDB: Add WriteBatch::ApproximateSize().
costan
2017-07-10
|
/
*
Increase leveldb version to 1.20.
v1.20
costan
2017-03-01
*
Add option for max file size. The currend hard-coded value of 2M is inefficie...
corrado
2016-09-28
*
Increase leveldb version to 1.19.
v1.19
cmumford
2016-08-11
*
Add "approximate-memory-usage" property to leveldb::DB::GetProperty
ssid
2015-12-09
*
Add leveldb::Cache::Prune
tzik
2015-12-09
*
Added leveldb::Status::IsInvalidArgument() method.
cmumford
2015-12-09
*
LevelDB now attempts to reuse the preceding MANIFEST and log file when re-ope...
Sanjay Ghemawat
2015-08-11
*
Fixed incorrect comment wording for Iterator::Seek.
Chris Mumford
2014-12-11
*
Release 1.18
v1.18
Chris Mumford
2014-09-16
*
Release LevelDB 1.17
v1.17
Chris Mumford
2014-05-01
[next]