..
aligned_buffer.h
Document AlignedBuffer ( #5345 )
6 years ago
allocator.h
Change RocksDB License
7 years ago
arena.cc
comment unused parameters to turn on -Wunused-parameter flag
7 years ago
arena.h
arena: derive alignment unit from std::max_align_t
7 years ago
arena_test.cc
arena: derive alignment unit from std::max_align_t
7 years ago
auto_roll_logger.cc
Change RocksDB License
7 years ago
auto_roll_logger.h
Fix the Logger::Close() and DBImpl::Close() design pattern
7 years ago
auto_roll_logger_test.cc
Fix many bugs in log statement arguments ( #5089 )
6 years ago
autovector.h
Use placement new and delete in autovector ( #5080 )
6 years ago
autovector_test.cc
fix memory leak in two_level_iterator
7 years ago
bloom.cc
Introduce a new MultiGet batching implementation ( #5011 )
6 years ago
bloom_test.cc
Apply modernize-use-override (2nd iteration)
6 years ago
build_version.cc.in
Add copyright headers per FB open-source checkup tool. ( #5199 )
6 years ago
build_version.h
Change RocksDB License
7 years ago
cast_util.h
Add a missing "once" in .h
7 years ago
channel.h
Support pragma once in all header files and cleanup some warnings ( #4339 )
6 years ago
coding.cc
Enable MSVC W4 with a few exceptions. Fix warnings and bugs
7 years ago
coding.h
Add path to WritableFileWriter. ( #4039 )
6 years ago
coding_test.cc
Coding.h: Added Fixed16 support ( #4142 )
6 years ago
compaction_job_stats_impl.cc
Refresh snapshot list during long compactions (2nd attempt) ( #5278 )
6 years ago
comparator.cc
Apply modernize-use-override (2nd iteration)
6 years ago
compression.h
add compression options to table properties ( #5081 )
6 years ago
compression_context_cache.cc
run make format for PR 3838 ( #3954 )
7 years ago
compression_context_cache.h
run make format for PR 3838 ( #3954 )
7 years ago
concurrent_arena.cc
Cap concurrent arena's shard block size to 128KB ( #4147 )
6 years ago
concurrent_arena.h
util: Fix coverity issues
7 years ago
concurrent_task_limiter_impl.cc
Compaction limiter miscs ( #4795 )
6 years ago
concurrent_task_limiter_impl.h
Concurrent task limiter for compaction thread control ( #4332 )
6 years ago
core_local.h
Change RocksDB License
7 years ago
crc32c.cc
RocksDB CRC32c optimization with ARMv8 Intrinsic ( #5221 )
6 years ago
crc32c.h
Updated CRC32 Power Optimization Changes
7 years ago
crc32c_arm64.cc
RocksDB CRC32c optimization with ARMv8 Intrinsic ( #5221 )
6 years ago
crc32c_arm64.h
RocksDB CRC32c optimization with ARMv8 Intrinsic ( #5221 )
6 years ago
crc32c_ppc.c
Remove PATENTS text from a few straggler files ( #5326 )
6 years ago
crc32c_ppc.h
Remove PATENTS text from a few straggler files ( #5326 )
6 years ago
crc32c_ppc_asm.S
Remove PATENTS text from a few straggler files ( #5326 )
6 years ago
crc32c_ppc_constants.h
Remove PATENTS text from a few straggler files ( #5326 )
6 years ago
crc32c_test.cc
Build and tests fixes for Solaris Sparc ( #4000 )
6 years ago
delete_scheduler.cc
Always delete Blob DB files in the background ( #4928 )
6 years ago
delete_scheduler.h
Always delete Blob DB files in the background ( #4928 )
6 years ago
delete_scheduler_test.cc
Apply modernize-use-override (2nd iteration)
6 years ago
duplicate_detector.h
Fix many bugs in log statement arguments ( #5089 )
6 years ago
dynamic_bloom.cc
Disallow customized hash function in DynamicBloom ( #4915 )
6 years ago
dynamic_bloom.h
Disallow customized hash function in DynamicBloom ( #4915 )
6 years ago
dynamic_bloom_test.cc
Two code changes to make "clang analyze" happy ( #4292 )
6 years ago
event_logger.cc
Change RocksDB License
7 years ago
event_logger.h
Change RocksDB License
7 years ago
event_logger_test.cc
Apply modernize-use-override (2nd iteration)
6 years ago
fault_injection_test_env.cc
Atomic ingest ( #4895 )
6 years ago
fault_injection_test_env.h
Introduce a new MultiGet batching implementation ( #5011 )
6 years ago
file_reader_writer.cc
Apply modernize-use-override (2nd iteration)
6 years ago
file_reader_writer.h
Add comments in file_reader_writer.h ( #5355 )
6 years ago
file_reader_writer_test.cc
Apply modernize-use-override (2nd iteration)
6 years ago
file_util.cc
Smooth the deletion of WAL files ( #5116 )
6 years ago
file_util.h
Smooth the deletion of WAL files ( #5116 )
6 years ago
filelock_test.cc
Apply modernize-use-override (2nd iteration)
6 years ago
filename.cc
Store the return value of Fsync for check
6 years ago
filename.h
BlobDB: GetLiveFiles and GetLiveFilesMetadata return relative path ( #4326 )
6 years ago
filter_policy.cc
Change RocksDB License
7 years ago
gflags_compat.h
fix gflags namespace
7 years ago
hash.cc
Add GCC 8 to Travis ( #3433 )
6 years ago
hash.h
Consolidate hash function used for non-persistent data in a new function ( #5155 )
6 years ago
hash_map.h
Change RocksDB License
7 years ago
hash_test.cc
Change RocksDB License
7 years ago
heap.h
Add compaction logic to RangeDelAggregatorV2 ( #4758 )
6 years ago
heap_test.cc
fix gflags namespace
7 years ago
jemalloc_nodump_allocator.cc
Detect if Jemalloc is linked with the binary ( #4844 )
6 years ago
jemalloc_nodump_allocator.h
Detect if Jemalloc is linked with the binary ( #4844 )
6 years ago
kv_map.h
Consolidate hash function used for non-persistent data in a new function ( #5155 )
6 years ago
log_buffer.cc
Change RocksDB License
7 years ago
log_buffer.h
Change RocksDB License
7 years ago
log_write_bench.cc
Update all unique/shared_ptr instances to be qualified with namespace std ( #4638 )
6 years ago
logging.h
WritePrepared: Improve stress tests with slow threads ( #4974 )
6 years ago
memory_allocator.h
s/CacheAllocator/MemoryAllocator/g ( #4590 )
6 years ago
memory_usage.h
Change RocksDB License
7 years ago
mock_time_env.h
Update RepeatableThreadTest with MockTimeEnv ( #5107 )
6 years ago
murmurhash.cc
Add GCC 8 to Travis ( #3433 )
6 years ago
murmurhash.h
Change RocksDB License
7 years ago
mutexlock.h
Change RocksDB License
7 years ago
ppc-opcode.h
Remove PATENTS text from a few straggler files ( #5326 )
6 years ago
random.cc
Change RocksDB License
7 years ago
random.h
Change RocksDB License
7 years ago
rate_limiter.cc
rate limit auto-tuning
7 years ago
rate_limiter.h
rate limit auto-tuning
7 years ago
rate_limiter_test.cc
comment unused parameters to turn on -Wunused-parameter flag
7 years ago
repeatable_thread.h
add class level comment for RepeatableThread
6 years ago
repeatable_thread_test.cc
Update RepeatableThreadTest with MockTimeEnv ( #5107 )
6 years ago
set_comparator.h
WritePrepared Txn: Move DuplicateDetector to util
7 years ago
slice.cc
Apply modernize-use-override (2nd iteration)
6 years ago
slice_transform_test.cc
Apply modernize-use-override (2nd iteration)
6 years ago
sst_file_manager_impl.cc
Fix a clang analyze error ( #5365 )
6 years ago
sst_file_manager_impl.h
Always delete Blob DB files in the background ( #4928 )
6 years ago
status.cc
Use separate status code for column family drop and db shutdown in progress ( #5275 )
6 years ago
stderr_logger.h
Change RocksDB License
7 years ago
stop_watch.h
Make statistics's stats_level change thread-safe ( #5030 )
6 years ago
string_util.cc
add OptionType kInt32T and kInt64T
6 years ago
string_util.h
add OptionType kInt32T and kInt64T
6 years ago
sync_point.cc
Add read retry support to log reader ( #4394 )
6 years ago
sync_point.h
Fix singleton destruction order of PosixEnv and SyncPoint ( #3951 )
7 years ago
sync_point_impl.cc
Avoid acquiring SyncPoint mutex when it is disabled ( #3991 )
6 years ago
sync_point_impl.h
Avoid acquiring SyncPoint mutex when it is disabled ( #3991 )
6 years ago
testharness.cc
Per-thread unique test db names ( #4135 )
6 years ago
testharness.h
Per-thread unique test db names ( #4135 )
6 years ago
testutil.cc
Periodic Compactions ( #5166 )
6 years ago
testutil.h
Backup engine support for direct I/O reads ( #4640 )
6 years ago
thread_list_test.cc
Use nullptr instead of NULL / 0 more consistently.
7 years ago
thread_local.cc
Enable building of ARM32 ( #4349 )
6 years ago
thread_local.h
Provide a way to override windows memory allocator with jemalloc for ZSTD
7 years ago
thread_local_test.cc
Comment out unused variables
7 years ago
thread_operation.h
Add inline comments to flush job ( #4464 )
6 years ago
threadpool_imp.cc
refactor SavePoints ( #5192 )
6 years ago
threadpool_imp.h
Support lowering CPU priority of background threads
7 years ago
timer_queue.h
When closing BlobDB, should first wait for all background tasks ( #5005 )
6 years ago
timer_queue_test.cc
Change RocksDB License
7 years ago
trace_replay.cc
Added trace replay fast forward function ( #5273 )
6 years ago
trace_replay.h
Add comments to trace_replay.h ( #5359 )
6 years ago
transaction_test_util.cc
WritePrepared: Fix deadlock in WriteRecoverableState ( #5306 )
6 years ago
transaction_test_util.h
Enhance transaction_test_util with delays ( #4970 )
6 years ago
user_comparator_wrapper.h
Fix perf_context.user_key_comparison_count for range scan ( #5098 )
6 years ago
util.h
Add GCC 8 to Travis ( #3433 )
6 years ago
vector_iterator.h
Add copyright headers per FB open-source checkup tool. ( #5199 )
6 years ago
xxhash.cc
Add copyright headers per FB open-source checkup tool. ( #5199 )
6 years ago
xxhash.h
Add copyright headers per FB open-source checkup tool. ( #5199 )
6 years ago