..
builder.cc
builder.h
c.cc
Fix formatting
2015-02-09 09:53:30 -08:00
c_test.c
renamed backup to backup_and_restore in c_test for clarity
2015-02-09 12:11:42 +03:00
column_family.cc
Add a counter for collecting the wait time on db mutex.
2015-02-04 21:39:45 -08:00
column_family.h
Add a counter for collecting the wait time on db mutex.
2015-02-04 21:39:45 -08:00
column_family_test.cc
Improve scalability of DB::GetSnapshot()
2014-12-11 13:27:57 -08:00
compaction.cc
Remove Compaction::ReleaseInputs().
2015-01-15 12:44:19 -08:00
compaction.h
Remove Compaction::ReleaseInputs().
2015-01-15 12:44:19 -08:00
compaction_job.cc
Add a counter for collecting the wait time on db mutex.
2015-02-04 21:39:45 -08:00
compaction_job.h
Add a counter for collecting the wait time on db mutex.
2015-02-04 21:39:45 -08:00
compaction_job_test.cc
Add a counter for collecting the wait time on db mutex.
2015-02-04 21:39:45 -08:00
compaction_picker.cc
Fix data race #3
2015-02-04 16:04:51 -08:00
compaction_picker.h
Fix data race #3
2015-02-04 16:04:51 -08:00
compaction_picker_test.cc
Switch logv with loglevel to virtual
2015-02-09 20:59:29 +01:00
comparator_db_test.cc
Add rocksdb::ToString() to address cases where std::to_string is not available.
2014-11-24 20:44:49 -08:00
corruption_test.cc
Fail DB::Open() on WAL corruption
2015-01-05 10:26:34 -08:00
cuckoo_table_db_test.cc
remove unreliable test in db/cuckoo_table_db_test.cc
2014-11-24 15:18:09 -08:00
db_bench.cc
Fix build failure
2015-01-21 18:23:12 -08:00
db_filesnapshot.cc
Add a counter for collecting the wait time on db mutex.
2015-02-04 21:39:45 -08:00
db_impl.cc
Print DB pointer when opening a DB
2015-02-09 12:52:58 -08:00
db_impl.h
Add a counter for collecting the wait time on db mutex.
2015-02-04 21:39:45 -08:00
db_impl_debug.cc
Add a counter for collecting the wait time on db mutex.
2015-02-04 21:39:45 -08:00
db_impl_readonly.cc
Move GetThreadList() feature under Env.
2014-12-22 12:20:17 -08:00
db_impl_readonly.h
Block ReadOnlyDB in ROCKSDB_LITE
2014-11-26 11:37:59 -08:00
db_iter.cc
Replace exception by setting valid_ = false in DBIter::MergeValuesNewToOld()
2014-12-04 11:11:11 -08:00
db_iter.h
db_iter_test.cc
Divide test DBIteratorTest.DBIterator to smaller tests
2015-02-03 09:48:03 -08:00
db_test.cc
Added RocksDB stats GET_HIT_L0 and GET_HIT_L1
2015-02-09 14:53:58 -08:00
dbformat.cc
Turn on -Wshorten-64-to-32 and fix all the errors
2014-11-11 16:47:22 -05:00
dbformat.h
Turn on -Wshorten-64-to-32 and fix all the errors
2014-11-11 16:47:22 -05:00
dbformat_test.cc
deletefile_test.cc
Add rocksdb::ToString() to address cases where std::to_string is not available.
2014-11-24 20:44:49 -08:00
fault_injection_test.cc
fault_injection_test: add a unit test to allow parallel compactions and multiple levels
2015-01-28 14:07:25 -08:00
file_indexer.cc
Turn on -Wshorten-64-to-32 and fix all the errors
2014-11-11 16:47:22 -05:00
file_indexer.h
Turn on -Wshorten-64-to-32 and fix all the errors
2014-11-11 16:47:22 -05:00
file_indexer_test.cc
Turn on -Wshorten-64-to-32 and fix all the errors
2014-11-11 16:47:22 -05:00
filename.cc
Sync manifest file when initializing it
2015-01-22 14:32:03 -08:00
filename.h
Sync manifest file when initializing it
2015-01-22 14:32:03 -08:00
filename_test.cc
flush_job.cc
Add a counter for collecting the wait time on db mutex.
2015-02-04 21:39:45 -08:00
flush_job.h
Add a counter for collecting the wait time on db mutex.
2015-02-04 21:39:45 -08:00
flush_job_test.cc
Add a counter for collecting the wait time on db mutex.
2015-02-04 21:39:45 -08:00
flush_scheduler.cc
flush_scheduler.h
Fix data race #1
2015-01-26 11:48:07 -08:00
forward_iterator.cc
remove all remaining references to cfd->options()
2014-11-18 10:20:10 -08:00
forward_iterator.h
internal_stats.cc
DB Stats Dump to print total stall time
2015-01-09 11:44:19 -08:00
internal_stats.h
DB Stats Dump to print total stall time
2015-01-09 11:44:19 -08:00
job_context.h
Fix deleting obsolete files
2015-02-06 08:44:30 -08:00
listener_test.cc
Fixed a compile warning in clang in db/listener_test.cc
2015-01-27 15:01:04 -08:00
log_and_apply_bench.cc
Add a counter for collecting the wait time on db mutex.
2015-02-04 21:39:45 -08:00
log_format.h
log_reader.cc
Fix iOS compile with -Wshorten-64-to-32
2014-11-13 14:39:30 -05:00
log_reader.h
log_test.cc
Turn on -Wshorten-64-to-32 and fix all the errors
2014-11-11 16:47:22 -05:00
log_writer.cc
log_writer.h
memtable.cc
Enforce write buffer memory limit across column families
2014-12-02 12:09:20 -08:00
memtable.h
Changes for supporting cross functional tests for inplace_update
2015-02-03 12:19:56 -08:00
memtable_allocator.cc
Enforce write buffer memory limit across column families
2014-12-02 12:09:20 -08:00
memtable_allocator.h
Enforce write buffer memory limit across column families
2014-12-02 12:09:20 -08:00
memtable_list.cc
Add a counter for collecting the wait time on db mutex.
2015-02-04 21:39:45 -08:00
memtable_list.h
Add a counter for collecting the wait time on db mutex.
2015-02-04 21:39:45 -08:00
memtablerep_bench.cc
Fix clang build
2015-01-13 12:27:28 -08:00
merge_context.h
merge_helper.cc
merge_helper.h
merge_operator.cc
merge_test.cc
Turn on -Wshorten-64-to-32 and fix all the errors
2014-11-11 16:47:22 -05:00
perf_context_test.cc
Add rocksdb::ToString() to address cases where std::to_string is not available.
2014-11-24 20:44:49 -08:00
plain_table_db_test.cc
Add rocksdb::ToString() to address cases where std::to_string is not available.
2014-11-24 20:44:49 -08:00
prefix_test.cc
Add rocksdb::ToString() to address cases where std::to_string is not available.
2014-11-24 20:44:49 -08:00
repair.cc
Enforce write buffer memory limit across column families
2014-12-02 12:09:20 -08:00
skiplist.h
Enforce write buffer memory limit across column families
2014-12-02 12:09:20 -08:00
skiplist_test.cc
Turn on -Wshorten-64-to-32 and fix all the errors
2014-11-11 16:47:22 -05:00
snapshot.h
Expose Snapshot's SequenceNumber
2015-01-29 18:22:43 -08:00
table_cache.cc
table_cache.h
table_properties_collector.cc
Add rocksdb::ToString() to address cases where std::to_string is not available.
2014-11-24 20:44:49 -08:00
table_properties_collector.h
table_properties_collector_test.cc
Switch logv with loglevel to virtual
2015-02-09 20:59:29 +01:00
transaction_log_impl.cc
transaction_log_impl.h
version_builder.cc
Fix deleting obsolete files
2015-02-06 08:44:30 -08:00
version_builder.h
version_builder_test.cc
Fix data race #3
2015-02-04 16:04:51 -08:00
version_edit.cc
version_edit.h
Fix deleting obsolete files
2015-02-06 08:44:30 -08:00
version_edit_test.cc
Turn on -Wshorten-64-to-32 and fix all the errors
2014-11-11 16:47:22 -05:00
version_set.cc
Added RocksDB stats GET_HIT_L0 and GET_HIT_L1
2015-02-09 14:53:58 -08:00
version_set.h
Add a counter for collecting the wait time on db mutex.
2015-02-04 21:39:45 -08:00
version_set_test.cc
wal_manager.cc
Fix archive WAL race conditions
2015-01-23 17:35:12 -08:00
wal_manager.h
wal_manager_test.cc
Enforce write buffer memory limit across column families
2014-12-02 12:09:20 -08:00
write_batch.cc
Simplify column family concurrency
2015-01-06 12:44:21 -08:00
write_batch_internal.h
remove all remaining references to cfd->options()
2014-11-18 10:20:10 -08:00
write_batch_test.cc
Remove the use of exception in WriteBatch::Handler
2014-12-04 12:01:55 -08:00
write_controller.cc
write_controller.h
write_controller_test.cc
write_thread.cc
write_thread.h
Add a counter for collecting the wait time on db mutex.
2015-02-04 21:39:45 -08:00
writebuffer.h
Enforce write buffer memory limit across column families
2014-12-02 12:09:20 -08:00