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
/
db
/
db_impl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify unlocking in DeleteObsoleteFiles.
Chris Mumford
2019-06-13
1
-12
/
+15
*
Merge pull request #386 from ivanabc:master
Chris Mumford
2019-05-30
1
-3
/
+10
|
\
|
*
Merge branch 'master' into master
ivan
2019-05-23
1
-325
/
+354
|
|
\
|
|
/
|
/
|
|
*
set const property
ivanabc
2016-06-21
1
-3
/
+5
|
*
reduce lock's range in DeleteObsoleteFiles
ivanabc
2016-06-20
1
-3
/
+12
*
|
Guard DBImpl::versions_ by mutex_.
Chris Mumford
2019-05-16
1
-11
/
+6
*
|
Converted two for-loops to while-loops.
Chris Mumford
2019-05-13
1
-1
/
+1
*
|
Switch to using C++ 11 override specifier.
Chris Mumford
2019-05-09
1
-1
/
+1
*
|
Style cleanup.
Victor Costan
2019-05-04
1
-2
/
+2
*
|
Correct class/structure declaration order.
Chris Mumford
2019-05-03
1
-18
/
+19
*
|
Format all files IAW the Google C++ Style Guide.
Chris Mumford
2019-05-02
1
-105
/
+74
*
|
Initialize class members to default values in constructors.
Chris Mumford
2019-04-12
1
-3
/
+4
*
|
leveldb: Replace AtomicPointer with std::atomic.
costan
2019-03-11
1
-16
/
+17
*
|
Clean up SnapshotImpl.
costan
2018-04-30
1
-5
/
+6
*
|
Replace NULL with nullptr in C++ files.
costan
2018-04-10
1
-92
/
+92
*
|
leveldb: Add more thread safety annotations.
costan
2018-03-23
1
-10
/
+11
*
|
Extend thread safety annotations.
costan
2018-03-16
1
-30
/
+38
*
|
leveldb::DestroyDB will now delete empty directories.
cmumford
2017-11-03
1
-4
/
+4
*
|
Add option for max file size. The currend hard-coded value of 2M is inefficie...
corrado
2016-09-28
1
-0
/
+1
*
|
Merge pull request #284 from ideawu/master
Chris Mumford
2016-01-12
1
-1
/
+2
|
\
\
|
*
|
fix indent
ideawu
2015-04-20
1
-1
/
+1
|
*
|
log compaction output file's level along with number
ideawu
2015-04-20
1
-1
/
+2
|
|
/
*
|
Add "approximate-memory-usage" property to leveldb::DB::GetProperty
ssid
2015-12-09
1
-0
/
+13
*
|
LevelDB now attempts to reuse the preceding MANIFEST and log file when re-ope...
Sanjay Ghemawat
2015-08-11
1
-69
/
+109
|
/
*
Release 1.18
v1.18
Chris Mumford
2014-09-16
1
-2
/
+2
*
Release LevelDB 1.15
v1.15
David Grogan
2013-12-10
1
-42
/
+57
*
LevelDB 1.13
v1.13
David Grogan
2013-08-21
1
-14
/
+27
*
Release leveldb 1.11
v1.11
David Grogan
2013-06-13
1
-6
/
+15
*
Release leveldb 1.10
v1.10
David Grogan
2013-05-14
1
-1
/
+2
*
Make DB::Open fail if sst files are missing.
David Grogan
2013-02-06
1
-4
/
+12
*
Update to leveldb 1.6
v1.6
David Grogan
2012-10-12
1
-1
/
+5
*
Remove static initializer; fix endian-ness detection; fix build on
Sanjay Ghemawat
2012-05-30
1
-4
/
+19
*
Added bloom filter support.
v1.4
Sanjay Ghemawat
2012-04-17
1
-4
/
+8
*
fix LOCK file deletion to prevent crash on windows
Sanjay Ghemawat
2012-03-09
1
-1
/
+1
*
added group commit; drastically speeds up mult-threaded synchronous write wor...
Sanjay Ghemawat
2012-03-08
1
-36
/
+107
*
fixed issues 66 (leaking files on disk error) and 68 (no sync of CURRENT file)
Sanjay Ghemawat
2012-01-25
1
-14
/
+6
*
A number of fixes:
Hans Wennborg
2011-10-31
1
-2
/
+2
*
A number of bugfixes:
Gabor Cselle
2011-10-05
1
-30
/
+68
*
Bugfixes: for Get(), don't hold mutex while writing log.
gabor@google.com
2011-09-01
1
-14
/
+55
*
Bugfix for issue 33; reduce lock contention in Get(), parallel benchmarks.
gabor@google.com
2011-08-22
1
-13
/
+23
*
@23023120
dgrogan@chromium.org
2011-08-06
1
-1
/
+1
*
Speed up Snappy uncompression, new Logger interface.
gabor@google.com
2011-07-21
1
-28
/
+17
*
Small tweaks and bugfixes for Issue 18 and 19.
gabor@google.com
2011-07-15
1
-7
/
+12
*
A number of smaller fixes and performance improvements:
gabor@google.com
2011-06-22
1
-36
/
+99
*
sync with upstream @21706995
hans@chromium.org
2011-06-07
1
-46
/
+45
*
Update from upstream @21551990
dgrogan@chromium.org
2011-05-28
1
-8
/
+28
*
sync with upstream @ 21409451
dgrogan@chromium.org
2011-05-21
1
-18
/
+46
*
@20776309
dgrogan@chromium.org
2011-04-20
1
-187
/
+30
*
reverting disastrous MOE commit, returning to r21
dgrogan@chromium.org
2011-04-19
1
-0
/
+1345
*
Revision created by MOE tool push_codebase.
dgrogan@chromium.org
2011-04-19
1
-1345
/
+0
[next]