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