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
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
Format all files IAW the Google C++ Style Guide.
Chris Mumford
2019-05-02
39
-443
/
+471
*
Initialize class members to default values in constructors.
Chris Mumford
2019-04-12
1
-2
/
+1
*
Merge pull request #665 from cheng-chang:coding
Chris Mumford
2019-04-12
1
-1
/
+1
|
\
|
*
Remove unnecessary bit operation.
Cheng Chang
2019-03-22
1
-1
/
+1
*
|
Two small fixes for the Windows implementation (#661)
Felipe Oliveira Carvalho
2019-03-21
1
-0
/
+2
*
|
Use override consistently in leveldb::test::ErrorEnv.
rc
costan
2019-03-20
1
-4
/
+4
*
|
Switch corruption_test to use InMemEnv.
cmumford
2019-03-20
3
-26
/
+5
*
|
Inline defaults in options.
costan
2019-03-20
1
-14
/
+1
*
|
leveldb: Replace AtomicPointer with std::atomic.
costan
2019-03-11
4
-68
/
+67
*
|
Align windows_logger with posix_logger.
costan
2019-03-07
2
-20
/
+29
*
|
Added native support for Windows.
cmumford
2019-03-01
4
-0
/
+959
*
|
leveldb: Fix PosixWritableFile::Sync() on Apple systems.
costan
2019-01-09
1
-12
/
+34
*
|
Add back space to POSIX Logger.
cmumford
2019-01-07
1
-2
/
+2
|
/
*
Clean up env_posix.cc.
costan
2018-10-29
1
-251
/
+296
*
Rework once initialization in env_posix.cc.
costan
2018-09-24
1
-14
/
+70
*
C++11 cleanup for util/mutexlock.h.
costan
2018-09-24
1
-3
/
+3
*
Rework threading in env_posix.cc.
costan
2018-09-11
2
-91
/
+80
*
Remove InitOnce from the port API.
costan
2018-09-10
3
-11
/
+102
*
Clean up PosixWritableFile in env_posix.cc.
costan
2018-09-08
1
-82
/
+117
*
Clean up posix_logger.h.
costan
2018-09-04
1
-64
/
+94
*
Simplify Limiter in env_posix.cc.
costan
2018-09-04
1
-33
/
+25
*
Add move constructor to Status.
costan
2018-04-23
1
-0
/
+42
*
Replace port_posix with port_stdcxx.
costan
2018-04-17
1
-0
/
+6
*
Add forgotten <limits> header to util/logging.cc.
costan
2018-04-13
1
-0
/
+1
*
Reimplement ConsumeDecimalNumber.
costan
2018-04-13
1
-19
/
+29
*
Add tests for ConsumeDecimalNumber.
costan
2018-04-13
1
-0
/
+145
*
Replace NULL with nullptr in C++ files.
costan
2018-04-10
15
-68
/
+69
*
leveldb: Add more thread safety annotations.
costan
2018-03-23
2
-16
/
+16
*
Extend thread safety annotations.
costan
2018-03-16
1
-7
/
+9
*
Fix includes in util/testharness.h.
costan
2018-03-16
4
-24
/
+31
*
Remove extern from function declarations.
costan
2018-03-12
7
-37
/
+36
*
leveldb: Include <algorithm> in util/env_test.cc.
costan
2017-10-04
1
-0
/
+2
*
Fix FD leak in POSIX Env.
costan
2017-10-03
1
-1
/
+1
*
leveldb: Add tests for CL 170769101.
costan
2017-10-03
1
-12
/
+59
*
Remove handling for unused LRUHandle representation special case.
costan
2017-10-03
1
-10
/
+7
*
Fix file writing bug in CL 170738066.
sanjay
2017-10-03
1
-2
/
+2
*
Fix use of uninitialized value in LRUHandle.
cmumford
2017-10-03
2
-1
/
+12
*
Fix issue 474: a race between the f*_unlocked() STDIO calls in
sanjay
2017-10-03
2
-40
/
+140
*
Use portable CRC32C from google/crc32c.
costan
2017-09-26
1
-298
/
+328
*
Switched variable type from int to uint64_t in ConsumeDecimalNumber.
cmumford
2017-08-24
1
-1
/
+2
*
leveldb: Report missing CURRENT manifest file as database corruption.
costan
2017-07-10
2
-27
/
+49
*
Separate Env tests from PosixEnv tests.
costan
2017-03-01
2
-48
/
+74
*
Implement support for Intel crc32 instruction (SSE 4.2)
costan
2017-02-28
1
-0
/
+18
*
Including <limits> for std::numeric_limits.
cmumford
2017-02-09
1
-0
/
+1
*
Limit the number of read-only files the POSIX Env will have open.
cmumford
2017-01-04
3
-58
/
+204
*
Add option for max file size. The currend hard-coded value of 2M is inefficie...
corrado
2016-09-28
1
-0
/
+1
*
fix problems in LevelDB's caching code
m3b
2016-07-06
2
-35
/
+112
*
Resolve race when getting approximate-memory-usage property
ssid
2015-12-09
2
-8
/
+8
*
Add "approximate-memory-usage" property to leveldb::DB::GetProperty
ssid
2015-12-09
1
-1
/
+12
*
Add leveldb::Cache::Prune
tzik
2015-12-09
2
-0
/
+32
[next]