index
:
leveldb
main
leveldb mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
table
Commit message (
Expand
)
Author
Age
*
leveldb: Check slice length in Footer::DecodeFrom()
leveldb Team
2023-04-20
*
Support Zstd compression level in Leveldb
leveldb Team
2023-04-20
*
Add support for Zstd-based compression in LevelDB.
leveldb Team
2023-03-28
*
Use GTEST_SKIP in leveldb:table_test
leveldb Team
2022-07-18
*
Remove main() from most tests.
Victor Costan
2022-01-03
*
Optimize leveldb block seeks to utilize the current iterator location.
leveldb Team
2021-01-11
*
Merge pull request #798 from lntotk:master
Victor Costan
2020-05-04
|
\
|
*
remove unnessary status judge
lntotk
2020-04-24
*
|
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
|
/
*
Internal change.
leveldb Team
2019-12-02
*
Switch testing harness to googletest.
Victor Costan
2019-11-21
*
unsigned char -> uint8_t
Victor Costan
2019-05-28
*
Switch to using C++ 11 override specifier.
Chris Mumford
2019-05-09
*
Style cleanup.
Victor Costan
2019-05-04
*
Merge pull request #278 from wankai:master
Victor Costan
2019-05-04
|
\
|
*
block_builder header file dependency fixed
Wankai Zhang
2015-01-29
*
|
Correct class/structure declaration order.
Chris Mumford
2019-05-03
*
|
Format all files IAW the Google C++ Style Guide.
Chris Mumford
2019-05-02
*
|
Check for possibly invalid offset in test.
Chris Mumford
2019-04-23
*
|
Clean up Iterator.
costan
2018-06-04
*
|
Replace NULL with nullptr in C++ files.
costan
2018-04-10
*
|
Remove extern from function declarations.
costan
2018-03-12
*
|
Simplify Table::Open() flow and remove a delete call.
costan
2017-09-01
*
|
Convert documentation to markdown.
cmumford
2017-03-01
*
|
A zippy change broke test assumptions about the size of compressed output.
sanjay
2016-07-06
*
|
Fix LevelDB build when asserts are enabled in release builds. (#367)
John Abd-El-Malek
2016-04-15
*
|
Deleted redundant null ptr check prior to delete.
cmumford
2016-03-31
*
|
Fix size_t/int comparison/conversion issues in leveldb.
pkasting
2015-12-09
|
/
*
Clean up layering of storage/leveldb/...
Chris Mumford
2014-12-11
*
Release 1.18
v1.18
Chris Mumford
2014-09-16
*
Release LevelDB 1.15
v1.15
David Grogan
2013-12-10
*
Release leveldb 1.10
v1.10
David Grogan
2013-05-14
*
Update to leveldb 1.6
v1.6
David Grogan
2012-10-12
*
Added bloom filter support.
v1.4
Sanjay Ghemawat
2012-04-17
*
use mmap on 64-bit machines to speed-up reads; small build fixes
Sanjay Ghemawat
2012-03-15
*
A number of fixes:
Hans Wennborg
2011-10-31
*
Speed up Snappy uncompression, new Logger interface.
gabor@google.com
2011-07-21
*
Sun Studio support, and fix for test related memory fixes.
gabor@google.com
2011-07-19
*
A number of smaller fixes and performance improvements:
gabor@google.com
2011-06-22
*
sync with upstream @21627589
dgrogan@chromium.org
2011-06-02
*
Update from upstream @21551990
dgrogan@chromium.org
2011-05-28
*
sync with upstream @ 21409451
dgrogan@chromium.org
2011-05-21
*
fix build on at least linux
dgrogan@chromium.org
2011-04-20
*
@20776309
dgrogan@chromium.org
2011-04-20
*
reverting disastrous MOE commit, returning to r21
dgrogan@chromium.org
2011-04-19
*
Revision created by MOE tool push_codebase.
dgrogan@chromium.org
2011-04-19
*
chmod a-x
dgrogan@chromium.org
2011-04-18
*
@20602303. Default file permission is now 755.
dgrogan@chromium.org
2011-04-12
*
Move include files into a leveldb subdir.
jorlow@chromium.org
2011-03-30
[next]