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