index
:
delta/leveldb.git
android
baserock/morph
chrome_dynamic_lib
doc-testing
env_rename
gtest_pathx
main
master
rc
reuse-manifest
snapshot-clean
windows
github.com: google/leveldb
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove useless code in cache.h
xindubawukong
2022-01-06
1
-8
/
+0
*
Don't include C++ headers in extern C
Paul Beusterien
2021-03-03
1
-4
/
+4
*
Change version to 1.23.
1.23
Chris Mumford
2021-02-23
1
-1
/
+1
*
Add some std:: qualifiers to types and functions.
Victor Costan
2020-04-29
1
-1
/
+1
*
Switch from C headers to C++ headers.
Victor Costan
2020-04-29
7
-13
/
+11
*
Add Env::Remove{File,Dir} which obsolete Env::Delete{File,Dir}.
Victor Costan
2020-01-09
1
-21
/
+52
*
unsigned char -> uint8_t
Victor Costan
2019-05-28
1
-10
/
+10
*
Add argument definition for void c functions.
allangj
2019-05-05
1
-7
/
+7
*
Style cleanup.
Victor Costan
2019-05-04
1
-1
/
+1
*
Bump the version number from 1.21 to 1.22.
1.22
Chris Mumford
2019-05-03
1
-1
/
+1
*
Correct class/structure declaration order.
Chris Mumford
2019-05-03
7
-34
/
+37
*
Format all files IAW the Google C++ Style Guide.
Chris Mumford
2019-05-02
14
-74
/
+79
*
[leveldb] Specifically export the WriteBatch::Handler inner class for Windows...
leveldb Team
2019-04-23
1
-1
/
+1
*
Merge pull request #472 from zhoudayang:patch-1
Chris Mumford
2019-04-12
1
-1
/
+1
|
\
|
*
fix comment
周炀
2017-05-22
1
-1
/
+1
*
|
Update the version to 1.21 in preparation for a new release.
1.21
Chris Mumford
2019-03-29
1
-2
/
+2
*
|
Inline defaults in options.
costan
2019-03-20
1
-48
/
+20
*
|
Added native support for Windows.
cmumford
2019-03-01
1
-0
/
+30
*
|
leveldb: Make WriteBatch::ApproximateSize() const.
costan
2019-01-15
1
-1
/
+1
*
|
Clarify comments for leveldb::Env file reading methods.
costan
2018-09-04
1
-2
/
+2
*
|
Expose WriteBatch::Append in the C API.
costan
2018-08-19
1
-1
/
+3
*
|
Expose WriteBatch::Append().
costan
2018-08-14
1
-0
/
+7
*
|
Clean up Iterator.
costan
2018-06-04
1
-4
/
+12
*
|
Add move constructor to Status.
costan
2018-04-23
1
-11
/
+19
*
|
Replace NULL with nullptr in C++ files.
costan
2018-04-10
6
-30
/
+30
*
|
leveldb: Require C++11.
costan
2018-03-21
9
-86
/
+93
*
|
Add CMake build support.
costan
2018-03-16
1
-3
/
+3
*
|
Remove extern from function declarations.
costan
2018-03-12
1
-1
/
+1
*
|
Expose Env::GetTempDirectory() for use in C test.
costan
2018-03-09
1
-0
/
+3
*
|
Add leveldb_options_set_max_file_size to the C API.
cmumford
2017-11-03
1
-0
/
+2
*
|
leveldb::DestroyDB will now delete empty directories.
cmumford
2017-11-03
1
-0
/
+3
*
|
Add LEVELDB_EXPORT macro to export public symbols.
cmumford
2017-10-04
15
-183
/
+206
*
|
leveldb: Report missing CURRENT manifest file as database corruption.
costan
2017-07-10
1
-2
/
+4
*
|
LevelDB: Add WriteBatch::ApproximateSize().
costan
2017-07-10
1
-0
/
+6
|
/
*
Increase leveldb version to 1.20.
v1.20
costan
2017-03-01
1
-1
/
+1
*
Add option for max file size. The currend hard-coded value of 2M is inefficie...
corrado
2016-09-28
1
-0
/
+12
*
Increase leveldb version to 1.19.
v1.19
cmumford
2016-08-11
1
-1
/
+1
*
Add "approximate-memory-usage" property to leveldb::DB::GetProperty
ssid
2015-12-09
2
-0
/
+6
*
Add leveldb::Cache::Prune
tzik
2015-12-09
1
-0
/
+7
*
Added leveldb::Status::IsInvalidArgument() method.
cmumford
2015-12-09
1
-0
/
+3
*
LevelDB now attempts to reuse the preceding MANIFEST and log file when re-ope...
Sanjay Ghemawat
2015-08-11
3
-0
/
+27
*
Fixed incorrect comment wording for Iterator::Seek.
Chris Mumford
2014-12-11
1
-1
/
+1
*
Release 1.18
v1.18
Chris Mumford
2014-09-16
6
-5
/
+30
*
Release LevelDB 1.17
v1.17
1.17
Chris Mumford
2014-05-01
2
-2
/
+2
*
Release LevelDB 1.16
v1.16
David Grogan
2014-02-10
2
-2
/
+1
*
Release LevelDB 1.15
v1.15
David Grogan
2013-12-10
2
-2
/
+2
*
Release LevelDB 1.14
v1.14
David Grogan
2013-09-19
1
-1
/
+1
*
LevelDB 1.13
v1.13
David Grogan
2013-08-21
1
-1
/
+1
*
Release leveldb 1.12
v1.12
David Grogan
2013-06-18
1
-1
/
+1
*
Release leveldb 1.11
v1.11
David Grogan
2013-06-13
1
-1
/
+1
[next]