..
arena.cc
leveldb: Replace AtomicPointer with std::atomic.
пре 5 година
arena.h
leveldb: Replace AtomicPointer with std::atomic.
пре 5 година
arena_test.cc
Release LevelDB 1.15
пре 11 година
bloom.cc
Fix size_t/int comparison/conversion issues in leveldb.
пре 9 година
bloom_test.cc
Fix size_t/int comparison/conversion issues in leveldb.
пре 9 година
cache.cc
Initialize class members to default values in constructors.
пре 5 година
cache_test.cc
Replace NULL with nullptr in C++ files.
пре 6 година
coding.cc
Remove unnecessary bit operation.
пре 5 година
coding.h
Replace NULL with nullptr in C++ files.
пре 6 година
coding_test.cc
Replace NULL with nullptr in C++ files.
пре 6 година
comparator.cc
Remove InitOnce from the port API.
пре 6 година
crc32c.cc
Use portable CRC32C from google/crc32c.
пре 7 година
crc32c.h
Remove extern from function declarations.
пре 6 година
crc32c_test.cc
A number of fixes:
пре 13 година
env.cc
Replace NULL with nullptr in C++ files.
пре 6 година
env_posix.cc
leveldb: Fix PosixWritableFile::Sync() on Apple systems.
пре 5 година
env_posix_test.cc
Replace NULL with nullptr in C++ files.
пре 6 година
env_posix_test_helper.h
Limit the number of read-only files the POSIX Env will have open.
пре 8 година
env_test.cc
leveldb: Replace AtomicPointer with std::atomic.
пре 5 година
env_windows.cc
Two small fixes for the Windows implementation (#661)
пре 5 година
env_windows_test.cc
Added native support for Windows.
пре 5 година
env_windows_test_helper.h
Switch corruption_test to use InMemEnv.
пре 5 година
filter_policy.cc
Added bloom filter support.
пре 12 година
hash.cc
Release 1.18
пре 10 година
hash.h
Remove extern from function declarations.
пре 6 година
hash_test.cc
Release 1.18
пре 10 година
histogram.cc
A number of fixes:
пре 13 година
histogram.h
A number of fixes:
пре 13 година
logging.cc
Add forgotten <limits> header to util/logging.cc.
пре 6 година
logging.h
Remove extern from function declarations.
пре 6 година
logging_test.cc
Add tests for ConsumeDecimalNumber.
пре 6 година
mutexlock.h
C++11 cleanup for util/mutexlock.h.
пре 6 година
no_destructor.h
Remove InitOnce from the port API.
пре 6 година
no_destructor_test.cc
Remove InitOnce from the port API.
пре 6 година
options.cc
Inline defaults in options.
пре 5 година
posix_logger.h
Add back space to POSIX Logger.
пре 5 година
random.h
LevelDB 1.13
пре 11 година
status.cc
Replace NULL with nullptr in C++ files.
пре 6 година
status_test.cc
Add move constructor to Status.
пре 6 година
testharness.cc
Replace NULL with nullptr in C++ files.
пре 6 година
testharness.h
Fix includes in util/testharness.h.
пре 6 година
testutil.cc
Remove extern from function declarations.
пре 6 година
testutil.h
Use override consistently in leveldb::test::ErrorEnv.
пре 5 година
windows_logger.h
Align windows_logger with posix_logger.
пре 5 година