Felipe Oliveira Carvalho 7035af5fc3 Two small fixes for the Windows implementation (#661) 5 years ago
..
arena.cc 7d8e41e49b leveldb: Replace AtomicPointer with std::atomic. 5 years ago
arena.h 7d8e41e49b leveldb: Replace AtomicPointer with std::atomic. 5 years ago
arena_test.cc 0cfb990d58 Release LevelDB 1.15 11 years ago
bloom.cc 50e77a8263 Fix size_t/int comparison/conversion issues in leveldb. 9 years ago
bloom_test.cc 50e77a8263 Fix size_t/int comparison/conversion issues in leveldb. 9 years ago
cache.cc 09217fd067 Replace NULL with nullptr in C++ files. 6 years ago
cache_test.cc 09217fd067 Replace NULL with nullptr in C++ files. 6 years ago
coding.cc 09217fd067 Replace NULL with nullptr in C++ files. 6 years ago
coding.h 09217fd067 Replace NULL with nullptr in C++ files. 6 years ago
coding_test.cc 09217fd067 Replace NULL with nullptr in C++ files. 6 years ago
comparator.cc 05709fb43e Remove InitOnce from the port API. 6 years ago
crc32c.cc bcd9a8ea4a Use portable CRC32C from google/crc32c. 7 years ago
crc32c.h aece2068d7 Remove extern from function declarations. 6 years ago
crc32c_test.cc 36a5f8ed7f A number of fixes: 13 years ago
env.cc 09217fd067 Replace NULL with nullptr in C++ files. 6 years ago
env_posix.cc 296de8d5b8 leveldb: Fix PosixWritableFile::Sync() on Apple systems. 5 years ago
env_posix_test.cc 09217fd067 Replace NULL with nullptr in C++ files. 6 years ago
env_posix_test_helper.h 646c3588de Limit the number of read-only files the POSIX Env will have open. 7 years ago
env_test.cc 7d8e41e49b leveldb: Replace AtomicPointer with std::atomic. 5 years ago
env_windows.cc 7035af5fc3 Two small fixes for the Windows implementation (#661) 5 years ago
env_windows_test.cc c69d33b0ec Added native support for Windows. 5 years ago
env_windows_test_helper.h ea49b27d06 Switch corruption_test to use InMemEnv. 5 years ago
filter_policy.cc 85584d497e Added bloom filter support. 12 years ago
hash.cc 803d69203a Release 1.18 10 years ago
hash.h aece2068d7 Remove extern from function declarations. 6 years ago
hash_test.cc 803d69203a Release 1.18 10 years ago
histogram.cc 36a5f8ed7f A number of fixes: 13 years ago
histogram.h 36a5f8ed7f A number of fixes: 13 years ago
logging.cc 8046a51b21 Add forgotten <limits> header to util/logging.cc. 6 years ago
logging.h aece2068d7 Remove extern from function declarations. 6 years ago
logging_test.cc 1f7dd5d5f6 Add tests for ConsumeDecimalNumber. 6 years ago
mutexlock.h c43565dd39 C++11 cleanup for util/mutexlock.h. 6 years ago
no_destructor.h 05709fb43e Remove InitOnce from the port API. 6 years ago
no_destructor_test.cc 05709fb43e Remove InitOnce from the port API. 6 years ago
options.cc 201f77d137 Inline defaults in options. 5 years ago
posix_logger.h af7abf06ea Add back space to POSIX Logger. 5 years ago
random.h 748539c183 LevelDB 1.13 11 years ago
status.cc 09217fd067 Replace NULL with nullptr in C++ files. 6 years ago
status_test.cc 4de9594f6f Add move constructor to Status. 6 years ago
testharness.cc 09217fd067 Replace NULL with nullptr in C++ files. 6 years ago
testharness.h 8143c12f3f Fix includes in util/testharness.h. 6 years ago
testutil.cc aece2068d7 Remove extern from function declarations. 6 years ago
testutil.h 15e2278966 Use override consistently in leveldb::test::ErrorEnv. 5 years ago
windows_logger.h ed76289b25 Align windows_logger with posix_logger. 5 years ago