..
builder.cc
Put table factory back to public api
11 years ago
builder.h
[Performance Branch] PlainTable to encode rows with seqID 0, value type using 1 internal byte.
11 years ago
c.cc
Consolidate SliceTransform object ownership
11 years ago
c_test.c
Fix C API
11 years ago
compaction.cc
Merge pull request #47 from mlin/kCompactionStopStyleSimilarSize
11 years ago
compaction.h
CompactionContext to include is_manual_compaction
11 years ago
compaction_picker.cc
[RocksDB] LogBuffer Cleanup
11 years ago
compaction_picker.h
Buffer info logs when picking compactions and write them out after releasing the mutex
11 years ago
corruption_test.cc
Fix corruption_test failure caused by auto-enablement of checksum verification.
11 years ago
db_bench.cc
Consolidate SliceTransform object ownership
11 years ago
db_filesnapshot.cc
Move functions from VersionSet to Version
11 years ago
db_impl.cc
Fix extra compaction tasks scheduled after D16767 in some cases
11 years ago
db_impl.h
Fix data race against logging data structure because of LogBuffer
11 years ago
db_impl_readonly.cc
use super_version in NewIterator() and MultiGet() function
11 years ago
db_impl_readonly.h
CompactRange() to return status
11 years ago
db_iter.cc
Fix a bug that Prev() can hang.
11 years ago
db_iter.h
Add appropriate LICENSE and Copyright message.
11 years ago
db_stats_logger.cc
Move functions from VersionSet to Version
11 years ago
db_test.cc
Fix a bug that Prev() can hang.
11 years ago
dbformat.cc
[Performance Branch] PlainTable to encode rows with seqID 0, value type using 1 internal byte.
11 years ago
dbformat.h
[Performance Branch] PlainTable to encode rows with seqID 0, value type using 1 internal byte.
11 years ago
dbformat_test.cc
Add appropriate LICENSE and Copyright message.
11 years ago
deletefile_test.cc
Start DeleteFileTest with clean plate
11 years ago
filename.cc
Unify DeleteFile and DeleteWalFiles
11 years ago
filename.h
Unify DeleteFile and DeleteWalFiles
11 years ago
filename_test.cc
Add appropriate LICENSE and Copyright message.
11 years ago
internal_stats.cc
InternalStatistics
11 years ago
internal_stats.h
InternalStatistics
11 years ago
log_format.h
Some minor refactoring on the code
11 years ago
log_reader.cc
Make Log::Reader more robust
11 years ago
log_reader.h
Fix UnmarkEOF for partial blocks
11 years ago
log_test.cc
Make it compile on Debian/GCC 4.7
11 years ago
log_writer.cc
Add appropriate LICENSE and Copyright message.
11 years ago
log_writer.h
Add appropriate LICENSE and Copyright message.
11 years ago
memtable.cc
Correct the logic of MemTable::ShouldFlushNow().
11 years ago
memtable.h
A heuristic way to check if a memtable is full
11 years ago
memtable_list.cc
IOError cleanup
11 years ago
memtable_list.h
IOError cleanup
11 years ago
merge_context.h
Introduce MergeContext to Lazily Initialize merge operand list
11 years ago
merge_helper.cc
Statistics code cleanup
11 years ago
merge_helper.h
[RocksDB] Use raw pointer instead of shared pointer when passing Statistics object internally
11 years ago
merge_operator.cc
Add appropriate LICENSE and Copyright message.
11 years ago
merge_test.cc
Use ASSERT_EQ() instead of assert() in merge_test
11 years ago
perf_context_test.cc
Missing includes
11 years ago
plain_table_db_test.cc
Consolidate SliceTransform object ownership
11 years ago
prefix_filter_iterator.h
Moving Some includes from options.h to forward declaration
11 years ago
prefix_test.cc
Fix HashSkipList and HashLinkedList SIGSEGV
11 years ago
repair.cc
Make Log::Reader more robust
11 years ago
simple_table_db_test.cc
Make table properties shareable
11 years ago
skiplist.h
Consolidate SliceTransform object ownership
11 years ago
skiplist_test.cc
Clean up arena API
11 years ago
snapshot.h
Add appropriate LICENSE and Copyright message.
11 years ago
table_cache.cc
Expose the table properties to application
11 years ago
table_cache.h
Expose the table properties to application
11 years ago
table_properties_collector.cc
Extract metaindex block from block-based table
11 years ago
table_properties_collector.h
Extract metaindex block from block-based table
11 years ago
table_properties_collector_test.cc
Fix problem 3 for issue #80
11 years ago
tailing_iter.cc
Consolidate SliceTransform object ownership
11 years ago
tailing_iter.h
Tailing iterator
11 years ago
transaction_log_impl.cc
Revert "Fix bad merge of D16791 and D16767"
11 years ago
transaction_log_impl.h
Revert "Fix bad merge of D16791 and D16767"
11 years ago
version_edit.cc
Merge branch 'master' into performance
11 years ago
version_edit.h
Merge branch 'master' into performance
11 years ago
version_edit_test.cc
Remove compaction pointers
11 years ago
version_set.cc
fix: use the correct edit when comparing log_number
11 years ago
version_set.h
[RocksDB] LogBuffer Cleanup
11 years ago
version_set_test.cc
Add appropriate LICENSE and Copyright message.
11 years ago
write_batch.cc
Merge branch 'master' into performance
11 years ago
write_batch_internal.h
In-place updates for equal keys and similar sized values
11 years ago
write_batch_test.cc
[Performance Branch] PlainTable to encode rows with seqID 0, value type using 1 internal byte.
11 years ago