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