..
aligned_buffer.h
direct reads refactor
8 years ago
allocator.h
Updated all copyright headers to the new format.
9 years ago
arena.cc
Fix build with MinGW
8 years ago
arena.h
Updated all copyright headers to the new format.
9 years ago
arena_test.cc
Updated all copyright headers to the new format.
9 years ago
auto_roll_logger.cc
Move auto_roll_logger and filename out of db/
8 years ago
auto_roll_logger.h
Move auto_roll_logger and filename out of db/
8 years ago
auto_roll_logger_test.cc
Move auto_roll_logger and filename out of db/
8 years ago
autovector.h
Implement non-exclusive locks
8 years ago
autovector_test.cc
Eliminate use of 'using namespace std'. Also remove a number of ADL references to std functions.
9 years ago
bloom.cc
Updated all copyright headers to the new format.
9 years ago
bloom_test.cc
Updated all copyright headers to the new format.
9 years ago
build_version.cc.in
Makefile: generate util/build_version.cc from .in file ( #1384 )
8 years ago
build_version.h
Updated all copyright headers to the new format.
9 years ago
cache_bench.cc
Introduce ClockCache
8 years ago
cache_test.cc
NewLRUCache() to pick number of shard bits based on capacity if not given
8 years ago
cf_options.cc
Add macros to include file name and line number during Logging
8 years ago
cf_options.h
[rocksdb][PR] Remove option min_partial_merge_operands and verify_checksums_in_comp…
8 years ago
channel.h
Updated all copyright headers to the new format.
9 years ago
clock_cache.cc
NewLRUCache() to pick number of shard bits based on capacity if not given
8 years ago
clock_cache.h
Introduce ClockCache
8 years ago
coding.cc
Updated all copyright headers to the new format.
9 years ago
coding.h
TableBuilder / TableReader support for range deletion
8 years ago
coding_test.cc
Updated all copyright headers to the new format.
9 years ago
compaction_job_stats_impl.cc
Single Delete Mismatch and Fallthrough statistics
8 years ago
comparator.cc
Improve BytewiseComparatorImpl::FindShortestSeparator
9 years ago
compression.h
Remove use of deprecated LZ4 function
8 years ago
concurrent_arena.cc
Gcc 7 error expansion to defined
8 years ago
concurrent_arena.h
Gcc 7 error expansion to defined
8 years ago
crc32c.cc
Enable Fast CRC32 for Win64
8 years ago
crc32c.h
Updated all copyright headers to the new format.
9 years ago
crc32c_test.cc
Updated all copyright headers to the new format.
9 years ago
db_options.cc
dynamic setting of stats_dump_period_sec through SetDBOption()
8 years ago
db_options.h
dynamic setting of stats_dump_period_sec through SetDBOption()
8 years ago
delete_scheduler.cc
Support SstFileManager::SetDeleteRateBytesPerSecond()
8 years ago
delete_scheduler.h
Support SstFileManager::SetDeleteRateBytesPerSecond()
8 years ago
delete_scheduler_test.cc
disable test: DeleteSchedulerTest.DynamicRateLimiting1
8 years ago
dynamic_bloom.cc
Updated all copyright headers to the new format.
9 years ago
dynamic_bloom.h
Fix the wrong address for PREFETCH in DynamicBloom::Prefetch
8 years ago
dynamic_bloom_test.cc
Windows thread
8 years ago
env.cc
direct io write support
8 years ago
env_basic_test.cc
Generalize Env registration framework
8 years ago
env_chroot.cc
Support POSIX RandomRWFile
8 years ago
env_chroot.h
Introduce chroot Env
9 years ago
env_hdfs.cc
Add macros to include file name and line number during Logging
8 years ago
env_posix.cc
Remove bulk loading and auto_roll_logger in rocksdb_lite
8 years ago
env_test.cc
Add macros to include file name and line number during Logging
8 years ago
event_logger.cc
Add macros to include file name and line number during Logging
8 years ago
event_logger.h
Updated all copyright headers to the new format.
9 years ago
event_logger_test.cc
Updated all copyright headers to the new format.
9 years ago
fault_injection_test_env.cc
Flush job should release reference current version if sync log failed
8 years ago
fault_injection_test_env.h
Move auto_roll_logger and filename out of db/
8 years ago
file_reader_writer.cc
avoid ftruncate twice in buffered io
8 years ago
file_reader_writer.h
cleanup direct io flag in WritableFileWriter
8 years ago
file_reader_writer_test.cc
alignment is on in ReadaheadRandomAccessFile::Read()
8 years ago
file_util.cc
Always fsync the file after file copying
8 years ago
file_util.h
Always fsync the file after file copying
8 years ago
filelock_test.cc
Updated all copyright headers to the new format.
9 years ago
filename.cc
Move auto_roll_logger and filename out of db/
8 years ago
filename.h
Move auto_roll_logger and filename out of db/
8 years ago
filter_policy.cc
Updated all copyright headers to the new format.
9 years ago
hash.cc
Fix travis (compile for clang < 3.9)
8 years ago
hash.h
Optimize sequential insert into memtable - Part 1: Interface
8 years ago
hash_map.h
Use more efficient hash map for deadlock detection
8 years ago
heap.h
Cache heap::downheap() root comparison (optimize heap cmp call)
8 years ago
heap_test.cc
Updated all copyright headers to the new format.
9 years ago
histogram.cc
fix compile for VS2015
8 years ago
histogram.h
Histogram Concurrency Improvement and Time-Windowing Support
9 years ago
histogram_test.cc
Fix Build Error
9 years ago
histogram_windowing.cc
Fix in HistogramWindowingImpl
9 years ago
histogram_windowing.h
Histogram Concurrency Improvement and Time-Windowing Support
9 years ago
instrumented_mutex.cc
DBSSTTest.RateLimitedDelete: not to use real clock
8 years ago
instrumented_mutex.h
Updated all copyright headers to the new format.
9 years ago
io_posix.cc
delete fallocate with punch_hole
8 years ago
io_posix.h
detect logical sector size
8 years ago
iostats_context.cc
Fix build with MinGW
8 years ago
iostats_context_imp.h
Updated all copyright headers to the new format.
9 years ago
iostats_context_test.cc
IOStatsContext::ToString() add option to exclude zero counters
9 years ago
kv_map.h
Store internal keys in TombstoneMap
8 years ago
log_buffer.cc
Updated all copyright headers to the new format.
9 years ago
log_buffer.h
Updated all copyright headers to the new format.
9 years ago
log_write_bench.cc
direct io write support
8 years ago
logging.cc
util/logging.cc: buffer of insufficient size (gcc-7 -Werror=format-length)
8 years ago
logging.h
Add macros to include file name and line number during Logging
8 years ago
lru_cache.cc
NewLRUCache() to pick number of shard bits based on capacity if not given
8 years ago
lru_cache.h
Allow incrementing refcount on cache handles
8 years ago
lru_cache_test.cc
LRU cache mid-point insertion
8 years ago
memenv.cc
direct io write support
8 years ago
memory_usage.h
Report memory usage by memtable insert hints map.
8 years ago
mock_env.cc
Fix some bugs in MockEnv
8 years ago
mock_env.h
Fix some bugs in MockEnv
8 years ago
mock_env_test.cc
Create env_basic_test [pluggable Env part 2]
9 years ago
murmurhash.cc
Gcc 7 fallthrough
8 years ago
murmurhash.h
Updated all copyright headers to the new format.
9 years ago
mutexlock.h
Persistent Read Cache (6) Persistent cache tier implentation - File layout
8 years ago
options.cc
Option to fail a request as incomplete when skipping too many internal keys
8 years ago
options_helper.cc
dynamic setting of stats_dump_period_sec through SetDBOption()
8 years ago
options_helper.h
Configure index partition size
8 years ago
options_parser.cc
Make compaction_pri settable through option string
8 years ago
options_parser.h
Updated all copyright headers to the new format.
9 years ago
options_sanity_check.cc
Updated all copyright headers to the new format.
9 years ago
options_sanity_check.h
Updated all copyright headers to the new format.
9 years ago
options_settable_test.cc
Configure index partition size
8 years ago
options_test.cc
Remove skip_table_builder_flush and default it to true
8 years ago
perf_context.cc
add TimedEnv
8 years ago
perf_context_imp.h
fix ios build error
9 years ago
perf_level.cc
Assert boundary checks for SetPerfLevel()
9 years ago
perf_level_imp.h
Updated all copyright headers to the new format.
9 years ago
perf_step_timer.h
Updated all copyright headers to the new format.
9 years ago
posix_logger.h
Show More DB Stats in info logs
8 years ago
random.cc
Gcc 7 error expansion to defined
8 years ago
random.h
Fixes warnings and ensure correct int behavior on 32-bit platforms.
9 years ago
rate_limiter.cc
Statistic for how often rate limiter is drained
8 years ago
rate_limiter.h
Statistic for how often rate limiter is drained
8 years ago
rate_limiter_test.cc
Statistic for how often rate limiter is drained
8 years ago
sharded_cache.cc
NewLRUCache() to pick number of shard bits based on capacity if not given
8 years ago
sharded_cache.h
NewLRUCache() to pick number of shard bits based on capacity if not given
8 years ago
slice.cc
Merge db/slice.cc into util/slice.cc
9 years ago
slice_transform_test.cc
Updated all copyright headers to the new format.
9 years ago
sst_file_manager_impl.cc
Support SstFileManager::SetDeleteRateBytesPerSecond()
8 years ago
sst_file_manager_impl.h
Support SstFileManager::SetDeleteRateBytesPerSecond()
8 years ago
statistics.cc
add max to histogram stats
8 years ago
statistics.h
Add Statistics::getAndResetTickerCount().
8 years ago
statistics_test.cc
Fix Statistics TickersNameMap miss match with Tickers enum
8 years ago
status.cc
Fix rocksdb::Status::getState
8 years ago
status_message.cc
New subcode for IOError to detect the ESTALE errno
8 years ago
stderr_logger.h
Stderr info logger
9 years ago
stop_watch.h
Break stalls when no bg work is happening
8 years ago
string_util.cc
Updated all copyright headers to the new format.
9 years ago
string_util.h
FreeBSD does not have std::to_string ( #1190 )
8 years ago
sync_point.cc
gcc-7 requires include <functional> for std::function
8 years ago
sync_point.h
gcc-7 requires include <functional> for std::function
8 years ago
testharness.cc
Updated all copyright headers to the new format.
9 years ago
testharness.h
Updated all copyright headers to the new format.
9 years ago
testutil.cc
Pinnableslice (2nd attempt)
8 years ago
testutil.h
Support SST files with Global sequence numbers [reland]
8 years ago
thread_list_test.cc
Gcc 7 error expansion to defined
8 years ago
thread_local.cc
Fix build with MinGW
8 years ago
thread_local.h
Move ThreadLocal implementation into .cc
8 years ago
thread_local_test.cc
Windows thread
8 years ago
thread_operation.h
Gcc 7 error expansion to defined
8 years ago
thread_status_impl.cc
Gcc 7 error expansion to defined
8 years ago
thread_status_updater.cc
Gcc 7 error expansion to defined
8 years ago
thread_status_updater.h
Gcc 7 error expansion to defined
8 years ago
thread_status_updater_debug.cc
Gcc 7 error expansion to defined
8 years ago
thread_status_util.cc
Cleanup of ThreadStatusUtil structures should use the DB's reference
8 years ago
thread_status_util.h
Gcc 7 error expansion to defined
8 years ago
thread_status_util_debug.cc
Updated all copyright headers to the new format.
9 years ago
threadpool_imp.cc
Add missing include for `abort()`
8 years ago
threadpool_imp.h
Windows thread
8 years ago
transaction_test_util.cc
Gcc-7 buffer size insufficient
8 years ago
transaction_test_util.h
Fix AppVeyor build error
9 years ago
xxhash.cc
Enable MS Warning C4804 : unsafe use of type 'bool' in operation
9 years ago
xxhash.h
Prevent xxhash symbols from polluting global namespace
10 years ago