..
builder.cc
builder.h
c.cc
maint: remove extraneous "const" attribute from return type
2015-02-20 11:07:07 -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 rocksdb.num-live-versions: number of live versions
2015-02-19 13:10:37 -08:00
column_family.h
Add rocksdb.num-live-versions: number of live versions
2015-02-19 13:10:37 -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
inputs: restore "const" attribute removed by D33759
2015-02-20 11:52:20 -08:00
compaction_job.cc
Allow GetThreadList to reflect flush activity.
2015-02-17 10:13:52 -08:00
compaction_job.h
Introduce job_id for flush and compaction
2015-02-12 09:54:48 -08:00
compaction_job_test.cc
Introduce job_id for flush and compaction
2015-02-12 09:54:48 -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
db_bench.cc
rocksdb: Fix scan-build bug 'Memory leak' in db/db_bench.cc
2015-02-19 14:27:48 -08:00
db_filesnapshot.cc
Introduce job_id for flush and compaction
2015-02-12 09:54:48 -08:00
db_impl.cc
build: do not relink every single binary just for a timestamp
2015-02-19 13:11:10 -08:00
db_impl.h
Introduce job_id for flush and compaction
2015-02-12 09:54:48 -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
Add rocksdb.num-live-versions: number of live versions
2015-02-19 13:10:37 -08:00
dbformat.cc
dbformat.h
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
file_indexer.h
file_indexer_test.cc
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
Allow GetThreadList to reflect flush activity.
2015-02-17 10:13:52 -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
Introduce job_id for flush and compaction
2015-02-12 09:54:48 -08:00
flush_scheduler.cc
flush_scheduler.h
Fix data race #1
2015-01-26 11:48:07 -08:00
forward_iterator.cc
Introduce job_id for flush and compaction
2015-02-12 09:54:48 -08:00
forward_iterator.h
internal_stats.cc
Add rocksdb.num-live-versions: number of live versions
2015-02-19 13:10:37 -08:00
internal_stats.h
Add rocksdb.num-live-versions: number of live versions
2015-02-19 13:10:37 -08:00
job_context.h
Introduce job_id for flush and compaction
2015-02-12 09:54:48 -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
log_reader.h
log_test.cc
log_writer.cc
fix erroneous assert: cast kBlockSize (of type unsigned int) to "int"
2015-02-20 11:07:17 -08:00
log_writer.h
managed_iterator.cc
Managed iterator
2015-02-18 11:49:31 -08:00
managed_iterator.h
Managed iterator
2015-02-18 11:49:31 -08:00
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
perf_context_test.cc
Perf Context to report DB mutex waiting time
2015-02-09 17:55:12 -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
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
version_set.cc
build: remove always-true assertions
2015-02-20 11:07:03 -08:00
version_set.h
Add rocksdb.num-live-versions: number of live versions
2015-02-19 13:10:37 -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
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