You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
rocksdb/util
krad a08c8c851a Added PersistentCache abstraction 8 years ago
..
aligned_buffer.h Updated all copyright headers to the new format. 9 years ago
allocator.h Updated all copyright headers to the new format. 9 years ago
arena.cc Fixes warnings and ensure correct int behavior on 32-bit platforms. 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
autovector.h Updated all copyright headers to the new format. 9 years ago
autovector_test.cc Updated all copyright headers to the new format. 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.h Updated all copyright headers to the new format. 9 years ago
cache.cc Change default number of cache shard bit to be 6 and max_file_opening_threads to be 16. 8 years ago
cache_bench.cc Cache to have an option to fail Cache::Insert() when full 8 years ago
cache_test.cc Cache to have an option to fail Cache::Insert() when full 8 years ago
channel.h Updated all copyright headers to the new format. 9 years ago
coding.cc Updated all copyright headers to the new format. 9 years ago
coding.h Fixed compile warnings in posix_logger.h and coding.h 8 years ago
coding_test.cc Updated all copyright headers to the new format. 9 years ago
compaction_job_stats_impl.cc Updated all copyright headers to the new format. 9 years ago
comparator.cc Improve BytewiseComparatorImpl::FindShortestSeparator 8 years ago
compression.h Shared dictionary compression using reference block 8 years ago
concurrent_arena.cc Updated all copyright headers to the new format. 9 years ago
concurrent_arena.h Updated all copyright headers to the new format. 9 years ago
crc32c.cc Updated all copyright headers to the new format. 9 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
delete_scheduler.cc Updated all copyright headers to the new format. 9 years ago
delete_scheduler.h Updated all copyright headers to the new format. 9 years ago
delete_scheduler_test.cc Updated all copyright headers to the new format. 9 years ago
dynamic_bloom.cc Updated all copyright headers to the new format. 9 years ago
dynamic_bloom.h Updated all copyright headers to the new format. 9 years ago
dynamic_bloom_test.cc Updated all copyright headers to the new format. 9 years ago
env.cc Updated all copyright headers to the new format. 9 years ago
env_chroot.cc Follow symlinks in chroot directory 8 years ago
env_chroot.h Introduce chroot Env 8 years ago
env_hdfs.cc Updated all copyright headers to the new format. 9 years ago
env_posix.cc Use generic threadpool for Windows environment (#1120) 8 years ago
env_test.cc Properly destroy ChrootEnv in env_test 8 years ago
event_logger.cc Updated all copyright headers to the new format. 9 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 [rocksdb] Recovery path sequence miscount fix 8 years ago
fault_injection_test_env.h [rocksdb] Recovery path sequence miscount fix 8 years ago
file_reader_writer.cc Updated all copyright headers to the new format. 9 years ago
file_reader_writer.h Updated all copyright headers to the new format. 9 years ago
file_reader_writer_test.cc Updated all copyright headers to the new format. 9 years ago
file_util.cc Forge current file for checkpoint 8 years ago
file_util.h Forge current file for checkpoint 8 years ago
filelock_test.cc Updated all copyright headers to the new format. 9 years ago
filter_policy.cc Updated all copyright headers to the new format. 9 years ago
hash.cc Updated all copyright headers to the new format. 9 years ago
hash.h Updated all copyright headers to the new format. 9 years ago
heap.h Updated all copyright headers to the new format. 9 years ago
heap_test.cc Updated all copyright headers to the new format. 9 years ago
histogram.cc Fix FB internal CI build failure 8 years ago
histogram.h Histogram Concurrency Improvement and Time-Windowing Support 8 years ago
histogram_test.cc Fix Build Error 8 years ago
histogram_windowing.cc Fix in HistogramWindowingImpl 8 years ago
histogram_windowing.h Histogram Concurrency Improvement and Time-Windowing Support 8 years ago
instrumented_mutex.cc Updated all copyright headers to the new format. 9 years ago
instrumented_mutex.h Updated all copyright headers to the new format. 9 years ago
io_posix.cc Added PersistentCache abstraction 8 years ago
io_posix.h Updated all copyright headers to the new format. 9 years ago
iostats_context.cc IOStatsContext::ToString() add option to exclude zero counters 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 8 years ago
kv_map.h Updated all copyright headers to the new format. 9 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 Updated all copyright headers to the new format. 9 years ago
logging.cc Updated all copyright headers to the new format. 9 years ago
logging.h Updated all copyright headers to the new format. 9 years ago
memenv.cc Refactor to support file_reader_writer on Windows. 9 years ago
memenv_test.cc [directory includes cleanup] Finish removing util->db dependencies 9 years ago
mock_env.cc Updated all copyright headers to the new format. 9 years ago
mock_env.h Updated all copyright headers to the new format. 9 years ago
mock_env_test.cc [directory includes cleanup] Finish removing util->db dependencies 9 years ago
murmurhash.cc Updated all copyright headers to the new format. 9 years ago
murmurhash.h Updated all copyright headers to the new format. 9 years ago
mutable_cf_options.cc Updated all copyright headers to the new format. 9 years ago
mutable_cf_options.h Rename options.compaction_measure_io_stats to options.report_bg_io_stats and include flush too. 8 years ago
mutexlock.h Updated all copyright headers to the new format. 9 years ago
options.cc Add bottommost_compression option 8 years ago
options_builder.cc Updated all copyright headers to the new format. 9 years ago
options_helper.cc Make max_dict_bytes optional in options string 8 years ago
options_helper.h [rocksdb] Memtable Log Referencing and Prepared Batch Recovery 8 years ago
options_parser.cc Add parsing of missing DB options 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 Added PersistentCache abstraction 8 years ago
options_test.cc Add bottommost_compression option 8 years ago
perf_context.cc Updated all copyright headers to the new format. 9 years ago
perf_context_imp.h fix ios build error 8 years ago
perf_level.cc Updated all copyright headers to the new format. 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 Fixed compile warnings in posix_logger.h and coding.h 8 years ago
random.cc Updated all copyright headers to the new format. 9 years ago
random.h Fixes warnings and ensure correct int behavior on 32-bit platforms. 8 years ago
rate_limiter.cc Updated all copyright headers to the new format. 9 years ago
rate_limiter.h Add a minimum value for the refill bytes per period value 8 years ago
rate_limiter_test.cc Updated all copyright headers to the new format. 9 years ago
slice.cc [ldb] Export ldb_cmd*.h 8 years ago
slice_transform_test.cc Updated all copyright headers to the new format. 9 years ago
sst_file_manager_impl.cc Fix SstFileManager uninitialized data member 8 years ago
sst_file_manager_impl.h Introduce SstFileManager::SetMaxAllowedSpaceUsage() to cap disk space usage 8 years ago
statistics.cc Updated all copyright headers to the new format. 9 years ago
statistics.h Updated all copyright headers to the new format. 9 years ago
status.cc Updated all copyright headers to the new format. 9 years ago
status_message.cc Updated all copyright headers to the new format. 9 years ago
stderr_logger.h Stderr info logger 8 years ago
stop_watch.h Updated all copyright headers to the new format. 9 years ago
string_util.cc Updated all copyright headers to the new format. 9 years ago
string_util.h Updated all copyright headers to the new format. 9 years ago
sync_point.cc Updated all copyright headers to the new format. 9 years ago
sync_point.h Updated all copyright headers to the new format. 9 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 Rename options.compaction_measure_io_stats to options.report_bg_io_stats and include flush too. 8 years ago
testutil.h Updated all copyright headers to the new format. 9 years ago
thread_list_test.cc Updated all copyright headers to the new format. 9 years ago
thread_local.cc Fixed a dependency issue of ThreadLocalPtr 9 years ago
thread_local.h Fixed a dependency issue of ThreadLocalPtr 9 years ago
thread_local_test.cc Fix LITE build thread_local_test 8 years ago
thread_operation.h Updated all copyright headers to the new format. 9 years ago
thread_status_impl.cc Updated all copyright headers to the new format. 9 years ago
thread_status_updater.cc Use pure if-then check instead of assert in EraseColumnFamilyInfo 8 years ago
thread_status_updater.h Updated all copyright headers to the new format. 9 years ago
thread_status_updater_debug.cc Updated all copyright headers to the new format. 9 years ago
thread_status_util.cc Updated all copyright headers to the new format. 9 years ago
thread_status_util.h Updated all copyright headers to the new format. 9 years ago
thread_status_util_debug.cc Updated all copyright headers to the new format. 9 years ago
threadpool.cc Use generic threadpool for Windows environment (#1120) 8 years ago
threadpool.h Use generic threadpool for Windows environment (#1120) 8 years ago
transaction_test_util.cc Add multithreaded transaction test 8 years ago
transaction_test_util.h Fix AppVeyor build error 8 years ago
xfunc.cc Updated all copyright headers to the new format. 9 years ago
xfunc.h Updated all copyright headers to the new format. 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 9 years ago