.. |
aligned_buffer.h
|
Remove code that only compiles for Visual Studio versions older than 2015 (#10065)
|
2 years ago |
async_file_reader.cc
|
Add some missing headers (#10519)
|
2 years ago |
async_file_reader.h
|
Add some missing headers (#10519)
|
2 years ago |
autovector.h
|
Fix autovector::emplace_back return type for C++17 (#10542)
|
2 years ago |
autovector_test.cc
|
Remove own ToString() (#9955)
|
3 years ago |
bloom_impl.h
|
FilterPolicy API changes for 7.0 (#9501)
|
3 years ago |
bloom_test.cc
|
Remove deprecated block-based filter (#10184)
|
2 years ago |
build_version.cc.in
|
Remove own ToString() (#9955)
|
3 years ago |
cast_util.h
|
More refactoring ahead of footer & meta changes (#9240)
|
3 years ago |
channel.h
|
Fix and detect headers with missing dependencies (#8893)
|
3 years ago |
cleanable.cc
|
Fix compile error in Clang 13 (#10033)
|
2 years ago |
coding.cc
|
Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)
|
5 years ago |
coding.h
|
More refactoring ahead of footer & meta changes (#9240)
|
3 years ago |
coding_lean.h
|
New stable, fixed-length cache keys (#9126)
|
3 years ago |
coding_test.cc
|
Fix potential overflow of unsigned type in for loop (#6902)
|
4 years ago |
compaction_job_stats_impl.cc
|
Update compaction statistics to include the amount of data read from blob files (#8022)
|
4 years ago |
comparator.cc
|
Document design/specification bugs with auto_prefix_mode (#10144)
|
2 years ago |
compression.cc
|
Integrate WAL compression into log reader/writer. (#9642)
|
3 years ago |
compression.h
|
Added WAL compression checksum (#10319)
|
2 years ago |
compression_context_cache.cc
|
Remove using namespace (#9369)
|
3 years ago |
compression_context_cache.h
|
Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)
|
5 years ago |
concurrent_task_limiter_impl.cc
|
Remove TaskLimiterToken::ReleaseOnce for fix (#8567)
|
3 years ago |
concurrent_task_limiter_impl.h
|
Remove TaskLimiterToken::ReleaseOnce for fix (#8567)
|
3 years ago |
core_local.h
|
Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)
|
5 years ago |
coro_utils.h
|
Add some missing headers (#10519)
|
2 years ago |
crc32c.cc
|
Replace most typedef with using= (#8751)
|
3 years ago |
crc32c.h
|
Implementation of Crc32c combine function (#8305)
|
3 years ago |
crc32c_arm64.cc
|
Mac M1 crc32 intrinsics ARM64 check support proposal (#7893)
|
4 years ago |
crc32c_arm64.h
|
Fix compilation on Apple Silicon (#7714)
|
4 years ago |
crc32c_ppc.c
|
Fix Compilation on ppc64le using Clang 11 (#7713)
|
4 years ago |
crc32c_ppc.h
|
Fix and detect headers with missing dependencies (#8893)
|
3 years ago |
crc32c_ppc_asm.S
|
Fix Compilation on ppc64le using Clang 11 (#7713)
|
4 years ago |
crc32c_ppc_constants.h
|
Remove PATENTS text from a few straggler files (#5326)
|
6 years ago |
crc32c_test.cc
|
Implementation of Crc32c combine function (#8305)
|
3 years ago |
defer.h
|
Fix and detect headers with missing dependencies (#8893)
|
3 years ago |
defer_test.cc
|
Fix insecure internal API for GetImpl (#8590)
|
3 years ago |
distributed_mutex.h
|
Use optimized folly DistributedMutex in LRUCache when available (#10179)
|
2 years ago |
duplicate_detector.h
|
Cleanup includes in dbformat.h (#8930)
|
3 years ago |
dynamic_bloom.cc
|
Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)
|
5 years ago |
dynamic_bloom.h
|
Fix major bug with MultiGet, DeleteRange, and memtable Bloom (#9453)
|
3 years ago |
dynamic_bloom_test.cc
|
Use SystemClock* instead of std::shared_ptr<SystemClock> in lower level routines (#8033)
|
4 years ago |
fastrange.h
|
Fix and detect headers with missing dependencies (#8893)
|
3 years ago |
file_checksum_helper.cc
|
Restore Regex support for ObjectLibrary::Register, rename new APIs to allow old one to be deprecated in the future (#9362)
|
3 years ago |
file_checksum_helper.h
|
New stable, fixed-length cache keys (#9126)
|
3 years ago |
file_reader_writer_test.cc
|
WritableFileWriter tries to skip operations after failure (#10489)
|
2 years ago |
filelock_test.cc
|
Remove own ToString() (#9955)
|
3 years ago |
filter_bench.cc
|
Pass rate_limiter_priority through filter block reader functions to FS (#10251)
|
2 years ago |
gflags_compat.h
|
Require C++17 (#9481)
|
3 years ago |
hash.cc
|
Experimental support for SST unique IDs (#8990)
|
3 years ago |
hash.h
|
Experimental support for SST unique IDs (#8990)
|
3 years ago |
hash128.h
|
Upgrade xxhash, add Hash128 (#8634)
|
3 years ago |
hash_containers.h
|
Meta-internal folly integration with F14FastMap (#9546)
|
3 years ago |
hash_map.h
|
Change HashMap::Insert()'s value to a const reference (#6567)
|
5 years ago |
hash_test.cc
|
Derive cache keys from SST unique IDs (#10394)
|
2 years ago |
heap.h
|
Use std::numeric_limits<> (#9954)
|
3 years ago |
heap_test.cc
|
Revert "Update googletest from 1.8.1 to 1.10.0 (#6808)" (#6923)
|
4 years ago |
kv_map.h
|
Replace most typedef with using= (#8751)
|
3 years ago |
log_write_bench.cc
|
Add a SystemClock class to capture the time functions of an Env (#7858)
|
4 years ago |
math.h
|
Derive cache keys from SST unique IDs (#10394)
|
2 years ago |
math128.h
|
Derive cache keys from SST unique IDs (#10394)
|
2 years ago |
murmurhash.cc
|
C++20 compatibility (#6697)
|
5 years ago |
murmurhash.h
|
Replace most typedef with using= (#8751)
|
3 years ago |
mutexlock.h
|
Fix typo in comments and code (#10233)
|
2 years ago |
ppc-opcode.h
|
Remove PATENTS text from a few straggler files (#5326)
|
6 years ago |
random.cc
|
Remove ROCKSDB_SUPPORT_THREAD_LOCAL define because it's a part of C++11 (#10015)
|
3 years ago |
random.h
|
Experimental support for SST unique IDs (#8990)
|
3 years ago |
random_test.cc
|
Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)
|
5 years ago |
rate_limiter.cc
|
Fix race conditions in GenericRateLimiter (#10374)
|
2 years ago |
rate_limiter.h
|
Fix race conditions in GenericRateLimiter (#10374)
|
2 years ago |
rate_limiter_test.cc
|
Disable RateLimiterTest.Rate with valgrind (#10637)
|
2 years ago |
repeatable_thread.h
|
Use SystemClock* instead of std::shared_ptr<SystemClock> in lower level routines (#8033)
|
4 years ago |
repeatable_thread_test.cc
|
Use SystemClock* instead of std::shared_ptr<SystemClock> in lower level routines (#8033)
|
4 years ago |
ribbon_alg.h
|
Use only ASCII in source files (#10164)
|
2 years ago |
ribbon_config.cc
|
Refine Ribbon configuration, improve testing, add Homogeneous (#7879)
|
4 years ago |
ribbon_config.h
|
Refine Ribbon configuration, improve testing, add Homogeneous (#7879)
|
4 years ago |
ribbon_impl.h
|
Account Bloom/Ribbon filter construction memory in global memory limit (#9073)
|
3 years ago |
ribbon_test.cc
|
Remove own ToString() (#9955)
|
3 years ago |
set_comparator.h
|
Fix and detect headers with missing dependencies (#8893)
|
3 years ago |
single_thread_executor.h
|
Add some missing headers (#10519)
|
2 years ago |
slice.cc
|
Remove own ToString() (#9955)
|
3 years ago |
slice_test.cc
|
Require C++17 (#9481)
|
3 years ago |
slice_transform_test.cc
|
Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)
|
5 years ago |
status.cc
|
Combine data members of IOStatus with Status (#9549)
|
3 years ago |
stderr_logger.cc
|
Fix an import issue in fbcode. (#10604)
|
2 years ago |
stderr_logger.h
|
Fix an import issue in fbcode. (#10604)
|
2 years ago |
stop_watch.h
|
Use SystemClock* instead of std::shared_ptr<SystemClock> in lower level routines (#8033)
|
4 years ago |
string_util.cc
|
Fix potential ambiguities in/around port/sys_time.h (#10045)
|
2 years ago |
string_util.h
|
Remove own ToString() (#9955)
|
3 years ago |
thread_guard.h
|
Introduce a ThreadGuard class and use it in ExternalSSTFileTest.PickedLevelBug (#8112)
|
4 years ago |
thread_list_test.cc
|
Support reservation in thread pool (#10278)
|
2 years ago |
thread_local.cc
|
Remove ROCKSDB_SUPPORT_THREAD_LOCAL define because it's a part of C++11 (#10015)
|
3 years ago |
thread_local.h
|
Replace most typedef with using= (#8751)
|
3 years ago |
thread_local_test.cc
|
Add StartThread type checking wrapper (#8303)
|
4 years ago |
thread_operation.h
|
Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)
|
5 years ago |
threadpool_imp.cc
|
Support reservation in thread pool (#10278)
|
2 years ago |
threadpool_imp.h
|
Support reservation in thread pool (#10278)
|
2 years ago |
timer.h
|
Fix periodic_task unable to re-register the same task type (#10379)
|
2 years ago |
timer_queue.h
|
Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)
|
5 years ago |
timer_queue_test.cc
|
Change RocksDB License
|
7 years ago |
timer_test.cc
|
Fix a timer crash caused by invalid memory management (#9656)
|
3 years ago |
user_comparator_wrapper.h
|
Enable backward iterator for keys with user-defined timestamp (#8035)
|
4 years ago |
vector_iterator.h
|
Make InternalKeyComparator not configurable (#10342)
|
2 years ago |
work_queue.h
|
Fix and detect headers with missing dependencies (#8893)
|
3 years ago |
work_queue_test.cc
|
Add pipelined & parallel compression optimization (#6262)
|
5 years ago |
xxhash.cc
|
Upgrade xxhash, add Hash128 (#8634)
|
3 years ago |
xxhash.h
|
Use only ASCII in source files (#10164)
|
2 years ago |
xxph3.h
|
Fix and detect headers with missing dependencies (#8893)
|
3 years ago |