]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
recycle
authorSage Weil <sage@redhat.com>
Wed, 19 Aug 2015 18:49:17 +0000 (14:49 -0400)
committerSage Weil <sage@redhat.com>
Mon, 28 Sep 2015 19:42:23 +0000 (15:42 -0400)
commita13b926373da05c14c0d9a112838812b4fd661d2
tree7055f6c16112ea1ac73f4e401c23bf9517fd950d
recycle
661 files changed:
.arcconfig [new file with mode: 0644]
.clang-format [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
CONTRIBUTING.md [new file with mode: 0644]
HISTORY.md [new file with mode: 0644]
INSTALL.md [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
PATENTS [new file with mode: 0644]
README.md [new file with mode: 0644]
ROCKSDB_LITE.md [new file with mode: 0644]
USERS.md [new file with mode: 0644]
Vagrantfile [new file with mode: 0644]
arcanist_util/__phutil_library_init__.php [new file with mode: 0644]
arcanist_util/__phutil_library_map__.php [new file with mode: 0644]
arcanist_util/config/FacebookArcanistConfiguration.php [new file with mode: 0644]
arcanist_util/cpp_linter/ArcanistCpplintLinter.php [new file with mode: 0644]
arcanist_util/cpp_linter/FbcodeCppLinter.php [new file with mode: 0644]
arcanist_util/cpp_linter/PfffCppLinter.php [new file with mode: 0644]
arcanist_util/cpp_linter/cpplint.py [new file with mode: 0755]
arcanist_util/lint_engine/FacebookFbcodeLintEngine.php [new file with mode: 0644]
arcanist_util/unit_engine/FacebookFbcodeUnitTestEngine.php [new file with mode: 0644]
build_tools/build_detect_platform [new file with mode: 0755]
build_tools/fbcode_config.sh [new file with mode: 0644]
build_tools/fbcode_config4.8.1.sh [new file with mode: 0644]
build_tools/format-diff.sh [new file with mode: 0755]
build_tools/make_new_version.sh [new file with mode: 0755]
build_tools/make_package.sh [new file with mode: 0755]
build_tools/regression_build_test.sh [new file with mode: 0755]
build_tools/valgrind_test.sh [new file with mode: 0755]
build_tools/version.sh [new file with mode: 0755]
configure.ac [new file with mode: 0644]
coverage/coverage_test.sh [new file with mode: 0755]
coverage/parse_gcov_output.py [new file with mode: 0644]
db/builder.cc [new file with mode: 0644]
db/builder.h [new file with mode: 0644]
db/c.cc [new file with mode: 0644]
db/c_test.c [new file with mode: 0644]
db/column_family.cc [new file with mode: 0644]
db/column_family.h [new file with mode: 0644]
db/column_family_test.cc [new file with mode: 0644]
db/compact_files_test.cc [new file with mode: 0644]
db/compaction.cc [new file with mode: 0644]
db/compaction.h [new file with mode: 0644]
db/compaction_job.cc [new file with mode: 0644]
db/compaction_job.h [new file with mode: 0644]
db/compaction_job_test.cc [new file with mode: 0644]
db/compaction_picker.cc [new file with mode: 0644]
db/compaction_picker.h [new file with mode: 0644]
db/compaction_picker_test.cc [new file with mode: 0644]
db/comparator_db_test.cc [new file with mode: 0644]
db/corruption_test.cc [new file with mode: 0644]
db/cuckoo_table_db_test.cc [new file with mode: 0644]
db/db_bench.cc [new file with mode: 0644]
db/db_filesnapshot.cc [new file with mode: 0644]
db/db_impl.cc [new file with mode: 0644]
db/db_impl.h [new file with mode: 0644]
db/db_impl_debug.cc [new file with mode: 0644]
db/db_impl_experimental.cc [new file with mode: 0644]
db/db_impl_readonly.cc [new file with mode: 0644]
db/db_impl_readonly.h [new file with mode: 0644]
db/db_iter.cc [new file with mode: 0644]
db/db_iter.h [new file with mode: 0644]
db/db_iter_test.cc [new file with mode: 0644]
db/db_test.cc [new file with mode: 0644]
db/dbformat.cc [new file with mode: 0644]
db/dbformat.h [new file with mode: 0644]
db/dbformat_test.cc [new file with mode: 0644]
db/deletefile_test.cc [new file with mode: 0644]
db/event_logger_helpers.cc [new file with mode: 0644]
db/event_logger_helpers.h [new file with mode: 0644]
db/experimental.cc [new file with mode: 0644]
db/fault_injection_test.cc [new file with mode: 0644]
db/file_indexer.cc [new file with mode: 0644]
db/file_indexer.h [new file with mode: 0644]
db/file_indexer_test.cc [new file with mode: 0644]
db/filename.cc [new file with mode: 0644]
db/filename.h [new file with mode: 0644]
db/filename_test.cc [new file with mode: 0644]
db/flush_job.cc [new file with mode: 0644]
db/flush_job.h [new file with mode: 0644]
db/flush_job_test.cc [new file with mode: 0644]
db/flush_scheduler.cc [new file with mode: 0644]
db/flush_scheduler.h [new file with mode: 0644]
db/forward_iterator.cc [new file with mode: 0644]
db/forward_iterator.h [new file with mode: 0644]
db/internal_stats.cc [new file with mode: 0644]
db/internal_stats.h [new file with mode: 0644]
db/job_context.h [new file with mode: 0644]
db/listener_test.cc [new file with mode: 0644]
db/log_format.h [new file with mode: 0644]
db/log_reader.cc [new file with mode: 0644]
db/log_reader.h [new file with mode: 0644]
db/log_test.cc [new file with mode: 0644]
db/log_writer.cc [new file with mode: 0644]
db/log_writer.h [new file with mode: 0644]
db/managed_iterator.cc [new file with mode: 0644]
db/managed_iterator.h [new file with mode: 0644]
db/memtable.cc [new file with mode: 0644]
db/memtable.h [new file with mode: 0644]
db/memtable_allocator.cc [new file with mode: 0644]
db/memtable_allocator.h [new file with mode: 0644]
db/memtable_list.cc [new file with mode: 0644]
db/memtable_list.h [new file with mode: 0644]
db/memtable_list_test.cc [new file with mode: 0644]
db/memtablerep_bench.cc [new file with mode: 0644]
db/merge_context.h [new file with mode: 0644]
db/merge_helper.cc [new file with mode: 0644]
db/merge_helper.h [new file with mode: 0644]
db/merge_operator.cc [new file with mode: 0644]
db/merge_test.cc [new file with mode: 0644]
db/perf_context_test.cc [new file with mode: 0644]
db/plain_table_db_test.cc [new file with mode: 0644]
db/prefix_test.cc [new file with mode: 0644]
db/repair.cc [new file with mode: 0644]
db/skiplist.h [new file with mode: 0644]
db/skiplist_test.cc [new file with mode: 0644]
db/slice.cc [new file with mode: 0644]
db/snapshot.h [new file with mode: 0644]
db/table_cache.cc [new file with mode: 0644]
db/table_cache.h [new file with mode: 0644]
db/table_properties_collector.cc [new file with mode: 0644]
db/table_properties_collector.h [new file with mode: 0644]
db/table_properties_collector_test.cc [new file with mode: 0644]
db/transaction_log_impl.cc [new file with mode: 0644]
db/transaction_log_impl.h [new file with mode: 0644]
db/version_builder.cc [new file with mode: 0644]
db/version_builder.h [new file with mode: 0644]
db/version_builder_test.cc [new file with mode: 0644]
db/version_edit.cc [new file with mode: 0644]
db/version_edit.h [new file with mode: 0644]
db/version_edit_test.cc [new file with mode: 0644]
db/version_set.cc [new file with mode: 0644]
db/version_set.h [new file with mode: 0644]
db/version_set_test.cc [new file with mode: 0644]
db/wal_manager.cc [new file with mode: 0644]
db/wal_manager.h [new file with mode: 0644]
db/wal_manager_test.cc [new file with mode: 0644]
db/write_batch.cc [new file with mode: 0644]
db/write_batch_base.cc [new file with mode: 0644]
db/write_batch_internal.h [new file with mode: 0644]
db/write_batch_test.cc [new file with mode: 0644]
db/write_controller.cc [new file with mode: 0644]
db/write_controller.h [new file with mode: 0644]
db/write_controller_test.cc [new file with mode: 0644]
db/write_thread.cc [new file with mode: 0644]
db/write_thread.h [new file with mode: 0644]
db/writebuffer.h [new file with mode: 0644]
doc/doc.css [new file with mode: 0644]
doc/index.html [new file with mode: 0644]
doc/log_format.txt [new file with mode: 0644]
doc/rockslogo.jpg [new file with mode: 0644]
doc/rockslogo.png [new file with mode: 0644]
examples/.gitignore [new file with mode: 0644]
examples/Makefile [new file with mode: 0644]
examples/README.md [new file with mode: 0644]
examples/c_simple_example.c [new file with mode: 0644]
examples/column_families_example.cc [new file with mode: 0644]
examples/compact_files_example.cc [new file with mode: 0644]
examples/simple_example.cc [new file with mode: 0644]
hdfs/README [new file with mode: 0644]
hdfs/env_hdfs.h [new file with mode: 0644]
hdfs/setup.sh [new file with mode: 0644]
include/rocksdb/c.h [new file with mode: 0644]
include/rocksdb/cache.h [new file with mode: 0644]
include/rocksdb/compaction_filter.h [new file with mode: 0644]
include/rocksdb/comparator.h [new file with mode: 0644]
include/rocksdb/db.h [new file with mode: 0644]
include/rocksdb/env.h [new file with mode: 0644]
include/rocksdb/experimental.h [new file with mode: 0644]
include/rocksdb/filter_policy.h [new file with mode: 0644]
include/rocksdb/flush_block_policy.h [new file with mode: 0644]
include/rocksdb/immutable_options.h [new file with mode: 0644]
include/rocksdb/iostats_context.h [new file with mode: 0644]
include/rocksdb/iterator.h [new file with mode: 0644]
include/rocksdb/ldb_tool.h [new file with mode: 0644]
include/rocksdb/listener.h [new file with mode: 0644]
include/rocksdb/memtablerep.h [new file with mode: 0644]
include/rocksdb/merge_operator.h [new file with mode: 0644]
include/rocksdb/metadata.h [new file with mode: 0644]
include/rocksdb/options.h [new file with mode: 0644]
include/rocksdb/perf_context.h [new file with mode: 0644]
include/rocksdb/rate_limiter.h [new file with mode: 0644]
include/rocksdb/slice.h [new file with mode: 0644]
include/rocksdb/slice_transform.h [new file with mode: 0644]
include/rocksdb/sst_dump_tool.h [new file with mode: 0644]
include/rocksdb/statistics.h [new file with mode: 0644]
include/rocksdb/status.h [new file with mode: 0644]
include/rocksdb/table.h [new file with mode: 0644]
include/rocksdb/table_properties.h [new file with mode: 0644]
include/rocksdb/thread_status.h [new file with mode: 0644]
include/rocksdb/transaction_log.h [new file with mode: 0644]
include/rocksdb/types.h [new file with mode: 0644]
include/rocksdb/universal_compaction.h [new file with mode: 0644]
include/rocksdb/utilities/backupable_db.h [new file with mode: 0644]
include/rocksdb/utilities/checkpoint.h [new file with mode: 0644]
include/rocksdb/utilities/convenience.h [new file with mode: 0644]
include/rocksdb/utilities/db_ttl.h [new file with mode: 0644]
include/rocksdb/utilities/document_db.h [new file with mode: 0644]
include/rocksdb/utilities/flashcache.h [new file with mode: 0644]
include/rocksdb/utilities/geo_db.h [new file with mode: 0644]
include/rocksdb/utilities/json_document.h [new file with mode: 0644]
include/rocksdb/utilities/leveldb_options.h [new file with mode: 0644]
include/rocksdb/utilities/spatial_db.h [new file with mode: 0644]
include/rocksdb/utilities/stackable_db.h [new file with mode: 0644]
include/rocksdb/utilities/utility_db.h [new file with mode: 0644]
include/rocksdb/utilities/write_batch_with_index.h [new file with mode: 0644]
include/rocksdb/version.h [new file with mode: 0644]
include/rocksdb/write_batch.h [new file with mode: 0644]
include/rocksdb/write_batch_base.h [new file with mode: 0644]
include/utilities/backupable_db.h [new file with mode: 0644]
include/utilities/db_ttl.h [new file with mode: 0644]
include/utilities/document_db.h [new file with mode: 0644]
include/utilities/geo_db.h [new file with mode: 0644]
include/utilities/json_document.h [new file with mode: 0644]
include/utilities/stackable_db.h [new file with mode: 0644]
include/utilities/utility_db.h [new file with mode: 0644]
java/HISTORY-JAVA.md [new file with mode: 0644]
java/Makefile [new file with mode: 0644]
java/RELEASE.md [new file with mode: 0644]
java/benchmark/src/main/java/org/rocksdb/benchmark/DbBenchmark.java [new file with mode: 0644]
java/crossbuild/Vagrantfile [new file with mode: 0644]
java/crossbuild/build-linux-centos.sh [new file with mode: 0755]
java/crossbuild/build-linux.sh [new file with mode: 0755]
java/jdb_bench.sh [new file with mode: 0755]
java/rocksjni.pom [new file with mode: 0644]
java/rocksjni/backupablejni.cc [new file with mode: 0644]
java/rocksjni/checkpoint.cc [new file with mode: 0644]
java/rocksjni/columnfamilyhandle.cc [new file with mode: 0644]
java/rocksjni/comparator.cc [new file with mode: 0644]
java/rocksjni/comparatorjnicallback.cc [new file with mode: 0644]
java/rocksjni/comparatorjnicallback.h [new file with mode: 0644]
java/rocksjni/env.cc [new file with mode: 0644]
java/rocksjni/filter.cc [new file with mode: 0644]
java/rocksjni/iterator.cc [new file with mode: 0644]
java/rocksjni/loggerjnicallback.cc [new file with mode: 0644]
java/rocksjni/loggerjnicallback.h [new file with mode: 0644]
java/rocksjni/memtablejni.cc [new file with mode: 0644]
java/rocksjni/merge_operator.cc [new file with mode: 0644]
java/rocksjni/options.cc [new file with mode: 0644]
java/rocksjni/portal.h [new file with mode: 0644]
java/rocksjni/ratelimiterjni.cc [new file with mode: 0644]
java/rocksjni/restorejni.cc [new file with mode: 0644]
java/rocksjni/rocksjni.cc [new file with mode: 0644]
java/rocksjni/slice.cc [new file with mode: 0644]
java/rocksjni/snapshot.cc [new file with mode: 0644]
java/rocksjni/statistics.cc [new file with mode: 0644]
java/rocksjni/table.cc [new file with mode: 0644]
java/rocksjni/transaction_log.cc [new file with mode: 0644]
java/rocksjni/ttl.cc [new file with mode: 0644]
java/rocksjni/write_batch.cc [new file with mode: 0644]
java/rocksjni/write_batch_test.cc [new file with mode: 0644]
java/rocksjni/write_batch_with_index.cc [new file with mode: 0644]
java/rocksjni/writebatchhandlerjnicallback.cc [new file with mode: 0644]
java/rocksjni/writebatchhandlerjnicallback.h [new file with mode: 0644]
java/samples/src/main/java/RocksDBColumnFamilySample.java [new file with mode: 0644]
java/samples/src/main/java/RocksDBSample.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/AbstractComparator.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/AbstractRocksIterator.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/AbstractSlice.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/AbstractWriteBatch.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/BackupInfo.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/BackupableDB.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/BackupableDBOptions.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/BlockBasedTableConfig.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/BloomFilter.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/BuiltinComparator.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/Checkpoint.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/ChecksumType.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/ColumnFamilyDescriptor.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/ColumnFamilyHandle.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/ColumnFamilyOptions.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/ColumnFamilyOptionsInterface.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/CompactionStyle.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/Comparator.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/ComparatorOptions.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/CompressionType.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/DBOptions.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/DBOptionsInterface.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/DirectComparator.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/DirectSlice.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/EncodingType.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/Env.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/Filter.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/FlushOptions.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/GenericRateLimiterConfig.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/HashLinkedListMemTableConfig.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/HashSkipListMemTableConfig.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/HistogramData.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/HistogramType.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/IndexType.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/InfoLogLevel.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/Logger.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/MemTableConfig.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/MergeOperator.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/NativeLibraryLoader.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/Options.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/PlainTableConfig.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/RateLimiterConfig.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/ReadOptions.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/RestoreBackupableDB.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/RestoreOptions.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/RocksDB.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/RocksDBException.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/RocksEnv.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/RocksIterator.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/RocksIteratorInterface.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/RocksMemEnv.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/RocksObject.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/SkipListMemTableConfig.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/Slice.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/Snapshot.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/Statistics.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/StatisticsCollector.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/StatisticsCollectorCallback.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/StatsCollectorInput.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/StringAppendOperator.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/TableFormatConfig.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/TickerType.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/TransactionLogIterator.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/TtlDB.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/VectorMemTableConfig.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/WBWIRocksIterator.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/WriteBatch.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/WriteBatchInterface.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/WriteBatchWithIndex.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/WriteOptions.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/util/Environment.java [new file with mode: 0644]
java/src/main/java/org/rocksdb/util/SizeUnit.java [new file with mode: 0644]
java/src/test/java/org/rocksdb/AbstractComparatorTest.java [new file with mode: 0644]
java/src/test/java/org/rocksdb/BackupableDBOptionsTest.java [new file with mode: 0644]
java/src/test/java/org/rocksdb/BackupableDBTest.java [new file with mode: 0644]
java/src/test/java/org/rocksdb/BlockBasedTableConfigTest.java [new file with mode: 0644]
java/src/test/java/org/rocksdb/CheckPointTest.java [new file with mode: 0644]
java/src/test/java/org/rocksdb/ColumnFamilyOptionsTest.java [new file with mode: 0644]
java/src/test/java/org/rocksdb/ColumnFamilyTest.java [new file with mode: 0644]
java/src/test/java/org/rocksdb/ComparatorOptionsTest.java [new file with mode: 0644]
java/src/test/java/org/rocksdb/ComparatorTest.java [new file with mode: 0644]
java/src/test/java/org/rocksdb/CompressionOptionsTest.java [new file with mode: 0644]
java/src/test/java/org/rocksdb/DBOptionsTest.java [new file with mode: 0644]
java/src/test/java/org/rocksdb/DirectComparatorTest.java [new file with mode: 0644]
java/src/test/java/org/rocksdb/DirectSliceTest.java [new file with mode: 0644]
java/src/test/java/org/rocksdb/FilterTest.java [new file with mode: 0644]
java/src/test/java/org/rocksdb/FlushTest.java [new file with mode: 0644]
java/src/test/java/org/rocksdb/InfoLogLevelTest.java [new file with mode: 0644]
java/src/test/java/org/rocksdb/KeyMayExistTest.java [new file with mode: 0644]
java/src/test/java/org/rocksdb/LoggerTest.java [new file with mode: 0644]
java/src/test/java/org/rocksdb/MemTableTest.java [new file with mode: 0644]
java/src/test/java/org/rocksdb/MergeTest.java [new file with mode: 0644]
java/src/test/java/org/rocksdb/MixedOptionsTest.java [new file with mode: 0644]
java/src/test/java/org/rocksdb/NativeLibraryLoaderTest.java [new file with mode: 0644]
java/src/test/java/org/rocksdb/OptionsTest.java [new file with mode: 0644]
java/src/test/java/org/rocksdb/PlainTableConfigTest.java [new file with mode: 0644]
java/src/test/java/org/rocksdb/PlatformRandomHelper.java [new file with mode: 0644]
java/src/test/java/org/rocksdb/ReadOnlyTest.java [new file with mode: 0644]
java/src/test/java/org/rocksdb/ReadOptionsTest.java [new file with mode: 0644]
java/src/test/java/org/rocksdb/RocksDBTest.java [new file with mode: 0644]
java/src/test/java/org/rocksdb/RocksEnvTest.java [new file with mode: 0644]
java/src/test/java/org/rocksdb/RocksIteratorTest.java [new file with mode: 0644]
java/src/test/java/org/rocksdb/RocksMemEnvTest.java [new file with mode: 0644]
java/src/test/java/org/rocksdb/RocksMemoryResource.java [new file with mode: 0644]
java/src/test/java/org/rocksdb/SliceTest.java [new file with mode: 0644]
java/src/test/java/org/rocksdb/SnapshotTest.java [new file with mode: 0644]
java/src/test/java/org/rocksdb/StatisticsCollectorTest.java [new file with mode: 0644]
java/src/test/java/org/rocksdb/StatsCallbackMock.java [new file with mode: 0644]
java/src/test/java/org/rocksdb/TransactionLogIteratorTest.java [new file with mode: 0644]
java/src/test/java/org/rocksdb/TtlDBTest.java [new file with mode: 0644]
java/src/test/java/org/rocksdb/Types.java [new file with mode: 0644]
java/src/test/java/org/rocksdb/WriteBatchHandlerTest.java [new file with mode: 0644]
java/src/test/java/org/rocksdb/WriteBatchTest.java [new file with mode: 0644]
java/src/test/java/org/rocksdb/WriteBatchWithIndexTest.java [new file with mode: 0644]
java/src/test/java/org/rocksdb/WriteOptionsTest.java [new file with mode: 0644]
java/src/test/java/org/rocksdb/test/RocksJunitRunner.java [new file with mode: 0644]
java/src/test/java/org/rocksdb/util/EnvironmentTest.java [new file with mode: 0644]
java/src/test/java/org/rocksdb/util/SizeUnitTest.java [new file with mode: 0644]
m4/libtool.m4 [new file with mode: 0644]
m4/ltoptions.m4 [new file with mode: 0644]
m4/ltsugar.m4 [new file with mode: 0644]
m4/ltversion.m4 [new file with mode: 0644]
m4/lt~obsolete.m4 [new file with mode: 0644]
port/README [new file with mode: 0644]
port/likely.h [new file with mode: 0644]
port/port.h [new file with mode: 0644]
port/port_example.h [new file with mode: 0644]
port/port_posix.cc [new file with mode: 0644]
port/port_posix.h [new file with mode: 0644]
port/stack_trace.cc [new file with mode: 0644]
port/stack_trace.h [new file with mode: 0644]
port/win/stdint.h [new file with mode: 0644]
src.mk [new file with mode: 0644]
table/adaptive_table_factory.cc [new file with mode: 0644]
table/adaptive_table_factory.h [new file with mode: 0644]
table/block.cc [new file with mode: 0644]
table/block.h [new file with mode: 0644]
table/block_based_filter_block.cc [new file with mode: 0644]
table/block_based_filter_block.h [new file with mode: 0644]
table/block_based_filter_block_test.cc [new file with mode: 0644]
table/block_based_table_builder.cc [new file with mode: 0644]
table/block_based_table_builder.h [new file with mode: 0644]
table/block_based_table_factory.cc [new file with mode: 0644]
table/block_based_table_factory.h [new file with mode: 0644]
table/block_based_table_reader.cc [new file with mode: 0644]
table/block_based_table_reader.h [new file with mode: 0644]
table/block_builder.cc [new file with mode: 0644]
table/block_builder.h [new file with mode: 0644]
table/block_hash_index.cc [new file with mode: 0644]
table/block_hash_index.h [new file with mode: 0644]
table/block_hash_index_test.cc [new file with mode: 0644]
table/block_prefix_index.cc [new file with mode: 0644]
table/block_prefix_index.h [new file with mode: 0644]
table/block_test.cc [new file with mode: 0644]
table/bloom_block.cc [new file with mode: 0644]
table/bloom_block.h [new file with mode: 0644]
table/cuckoo_table_builder.cc [new file with mode: 0644]
table/cuckoo_table_builder.h [new file with mode: 0644]
table/cuckoo_table_builder_test.cc [new file with mode: 0644]
table/cuckoo_table_factory.cc [new file with mode: 0644]
table/cuckoo_table_factory.h [new file with mode: 0644]
table/cuckoo_table_reader.cc [new file with mode: 0644]
table/cuckoo_table_reader.h [new file with mode: 0644]
table/cuckoo_table_reader_test.cc [new file with mode: 0644]
table/filter_block.h [new file with mode: 0644]
table/flush_block_policy.cc [new file with mode: 0644]
table/format.cc [new file with mode: 0644]
table/format.h [new file with mode: 0644]
table/full_filter_block.cc [new file with mode: 0644]
table/full_filter_block.h [new file with mode: 0644]
table/full_filter_block_test.cc [new file with mode: 0644]
table/get_context.cc [new file with mode: 0644]
table/get_context.h [new file with mode: 0644]
table/iter_heap.h [new file with mode: 0644]
table/iterator.cc [new file with mode: 0644]
table/iterator_wrapper.h [new file with mode: 0644]
table/merger.cc [new file with mode: 0644]
table/merger.h [new file with mode: 0644]
table/merger_test.cc [new file with mode: 0644]
table/meta_blocks.cc [new file with mode: 0644]
table/meta_blocks.h [new file with mode: 0644]
table/mock_table.cc [new file with mode: 0644]
table/mock_table.h [new file with mode: 0644]
table/plain_table_builder.cc [new file with mode: 0644]
table/plain_table_builder.h [new file with mode: 0644]
table/plain_table_factory.cc [new file with mode: 0644]
table/plain_table_factory.h [new file with mode: 0644]
table/plain_table_index.cc [new file with mode: 0644]
table/plain_table_index.h [new file with mode: 0644]
table/plain_table_key_coding.cc [new file with mode: 0644]
table/plain_table_key_coding.h [new file with mode: 0644]
table/plain_table_reader.cc [new file with mode: 0644]
table/plain_table_reader.h [new file with mode: 0644]
table/table_builder.h [new file with mode: 0644]
table/table_properties.cc [new file with mode: 0644]
table/table_properties_internal.h [new file with mode: 0644]
table/table_reader.h [new file with mode: 0644]
table/table_reader_bench.cc [new file with mode: 0644]
table/table_test.cc [new file with mode: 0644]
table/two_level_iterator.cc [new file with mode: 0644]
table/two_level_iterator.h [new file with mode: 0644]
third-party/fbson/COMMIT.md [new file with mode: 0644]
third-party/fbson/FbsonDocument.h [new file with mode: 0644]
third-party/fbson/FbsonJsonParser.h [new file with mode: 0644]
third-party/fbson/FbsonStream.h [new file with mode: 0644]
third-party/fbson/FbsonUtil.h [new file with mode: 0644]
third-party/fbson/FbsonWriter.h [new file with mode: 0644]
third-party/flashcache/flashcache_ioctl.h [new file with mode: 0644]
third-party/gtest-1.7.0/fused-src/gtest/gtest-all.cc [new file with mode: 0644]
third-party/gtest-1.7.0/fused-src/gtest/gtest.h [new file with mode: 0644]
tools/auto_sanity_test.sh [new file with mode: 0755]
tools/benchmark.sh [new file with mode: 0755]
tools/benchmark_leveldb.sh [new file with mode: 0755]
tools/check_format_compatible.sh [new file with mode: 0755]
tools/db_crashtest.py [new file with mode: 0644]
tools/db_crashtest2.py [new file with mode: 0644]
tools/db_repl_stress.cc [new file with mode: 0644]
tools/db_sanity_test.cc [new file with mode: 0644]
tools/db_stress.cc [new file with mode: 0644]
tools/dbench_monitor [new file with mode: 0755]
tools/generate_random_db.sh [new file with mode: 0755]
tools/ldb.cc [new file with mode: 0644]
tools/ldb_test.py [new file with mode: 0644]
tools/pflag [new file with mode: 0755]
tools/rdb/.gitignore [new file with mode: 0644]
tools/rdb/API.md [new file with mode: 0644]
tools/rdb/README.md [new file with mode: 0644]
tools/rdb/binding.gyp [new file with mode: 0644]
tools/rdb/db_wrapper.cc [new file with mode: 0644]
tools/rdb/db_wrapper.h [new file with mode: 0644]
tools/rdb/rdb [new file with mode: 0755]
tools/rdb/rdb.cc [new file with mode: 0644]
tools/rdb/unit_test.js [new file with mode: 0644]
tools/reduce_levels_test.cc [new file with mode: 0644]
tools/run_flash_bench.sh [new file with mode: 0755]
tools/run_leveldb.sh [new file with mode: 0755]
tools/sst_dump.cc [new file with mode: 0644]
tools/verify_random_db.sh [new file with mode: 0755]
util/allocator.h [new file with mode: 0644]
util/arena.cc [new file with mode: 0644]
util/arena.h [new file with mode: 0644]
util/arena_test.cc [new file with mode: 0644]
util/auto_roll_logger.cc [new file with mode: 0644]
util/auto_roll_logger.h [new file with mode: 0644]
util/auto_roll_logger_test.cc [new file with mode: 0644]
util/autovector.h [new file with mode: 0644]
util/autovector_test.cc [new file with mode: 0644]
util/bloom.cc [new file with mode: 0644]
util/bloom_test.cc [new file with mode: 0644]
util/build_version.h [new file with mode: 0644]
util/cache.cc [new file with mode: 0644]
util/cache_bench.cc [new file with mode: 0644]
util/cache_test.cc [new file with mode: 0644]
util/coding.cc [new file with mode: 0644]
util/coding.h [new file with mode: 0644]
util/coding_test.cc [new file with mode: 0644]
util/comparator.cc [new file with mode: 0644]
util/compression.h [new file with mode: 0644]
util/crc32c.cc [new file with mode: 0644]
util/crc32c.h [new file with mode: 0644]
util/crc32c_test.cc [new file with mode: 0644]
util/db_info_dumper.cc [new file with mode: 0644]
util/db_info_dumper.h [new file with mode: 0644]
util/dynamic_bloom.cc [new file with mode: 0644]
util/dynamic_bloom.h [new file with mode: 0644]
util/dynamic_bloom_test.cc [new file with mode: 0644]
util/env.cc [new file with mode: 0644]
util/env_hdfs.cc [new file with mode: 0644]
util/env_posix.cc [new file with mode: 0644]
util/env_test.cc [new file with mode: 0644]
util/event_logger.cc [new file with mode: 0644]
util/event_logger.h [new file with mode: 0644]
util/event_logger_test.cc [new file with mode: 0644]
util/file_util.cc [new file with mode: 0644]
util/file_util.h [new file with mode: 0644]
util/filelock_test.cc [new file with mode: 0644]
util/filter_policy.cc [new file with mode: 0644]
util/hash.cc [new file with mode: 0644]
util/hash.h [new file with mode: 0644]
util/hash_cuckoo_rep.cc [new file with mode: 0644]
util/hash_cuckoo_rep.h [new file with mode: 0644]
util/hash_linklist_rep.cc [new file with mode: 0644]
util/hash_linklist_rep.h [new file with mode: 0644]
util/hash_skiplist_rep.cc [new file with mode: 0644]
util/hash_skiplist_rep.h [new file with mode: 0644]
util/histogram.cc [new file with mode: 0644]
util/histogram.h [new file with mode: 0644]
util/histogram_test.cc [new file with mode: 0644]
util/instrumented_mutex.cc [new file with mode: 0644]
util/instrumented_mutex.h [new file with mode: 0644]
util/iostats_context.cc [new file with mode: 0644]
util/iostats_context_imp.h [new file with mode: 0644]
util/ldb_cmd.cc [new file with mode: 0644]
util/ldb_cmd.h [new file with mode: 0644]
util/ldb_cmd_execute_result.h [new file with mode: 0644]
util/ldb_tool.cc [new file with mode: 0644]
util/log_buffer.cc [new file with mode: 0644]
util/log_buffer.h [new file with mode: 0644]
util/log_write_bench.cc [new file with mode: 0644]
util/logging.cc [new file with mode: 0644]
util/logging.h [new file with mode: 0644]
util/manual_compaction_test.cc [new file with mode: 0644]
util/memenv.cc [new file with mode: 0644]
util/memenv_test.cc [new file with mode: 0644]
util/mock_env.cc [new file with mode: 0644]
util/mock_env.h [new file with mode: 0644]
util/mock_env_test.cc [new file with mode: 0644]
util/murmurhash.cc [new file with mode: 0644]
util/murmurhash.h [new file with mode: 0644]
util/mutable_cf_options.cc [new file with mode: 0644]
util/mutable_cf_options.h [new file with mode: 0644]
util/mutexlock.h [new file with mode: 0644]
util/options.cc [new file with mode: 0644]
util/options_builder.cc [new file with mode: 0644]
util/options_helper.cc [new file with mode: 0644]
util/options_helper.h [new file with mode: 0644]
util/options_test.cc [new file with mode: 0644]
util/perf_context.cc [new file with mode: 0644]
util/perf_context_imp.h [new file with mode: 0644]
util/posix_logger.h [new file with mode: 0644]
util/random.h [new file with mode: 0644]
util/rate_limiter.cc [new file with mode: 0644]
util/rate_limiter.h [new file with mode: 0644]
util/rate_limiter_test.cc [new file with mode: 0644]
util/scoped_arena_iterator.h [new file with mode: 0644]
util/skiplistrep.cc [new file with mode: 0644]
util/slice.cc [new file with mode: 0644]
util/slice_transform_test.cc [new file with mode: 0644]
util/sst_dump_test.cc [new file with mode: 0644]
util/sst_dump_tool.cc [new file with mode: 0644]
util/sst_dump_tool_imp.h [new file with mode: 0644]
util/statistics.cc [new file with mode: 0644]
util/statistics.h [new file with mode: 0644]
util/status.cc [new file with mode: 0644]
util/stl_wrappers.h [new file with mode: 0644]
util/stop_watch.h [new file with mode: 0644]
util/string_util.cc [new file with mode: 0644]
util/string_util.h [new file with mode: 0644]
util/sync_point.cc [new file with mode: 0644]
util/sync_point.h [new file with mode: 0644]
util/testharness.cc [new file with mode: 0644]
util/testharness.h [new file with mode: 0644]
util/testutil.cc [new file with mode: 0644]
util/testutil.h [new file with mode: 0644]
util/thread_list_test.cc [new file with mode: 0644]
util/thread_local.cc [new file with mode: 0644]
util/thread_local.h [new file with mode: 0644]
util/thread_local_test.cc [new file with mode: 0644]
util/thread_operation.h [new file with mode: 0644]
util/thread_status_impl.cc [new file with mode: 0644]
util/thread_status_updater.cc [new file with mode: 0644]
util/thread_status_updater.h [new file with mode: 0644]
util/thread_status_updater_debug.cc [new file with mode: 0644]
util/thread_status_util.cc [new file with mode: 0644]
util/thread_status_util.h [new file with mode: 0644]
util/thread_status_util_debug.cc [new file with mode: 0644]
util/vectorrep.cc [new file with mode: 0644]
util/xfunc.cc [new file with mode: 0644]
util/xfunc.h [new file with mode: 0644]
util/xxhash.cc [new file with mode: 0644]
util/xxhash.h [new file with mode: 0644]
utilities/backupable/backupable_db.cc [new file with mode: 0644]
utilities/backupable/backupable_db_test.cc [new file with mode: 0644]
utilities/checkpoint/checkpoint.cc [new file with mode: 0644]
utilities/compacted_db/compacted_db_impl.cc [new file with mode: 0644]
utilities/compacted_db/compacted_db_impl.h [new file with mode: 0644]
utilities/convenience/convenience.cc [new file with mode: 0644]
utilities/document/document_db.cc [new file with mode: 0644]
utilities/document/document_db_test.cc [new file with mode: 0644]
utilities/document/json_document.cc [new file with mode: 0644]
utilities/document/json_document_builder.cc [new file with mode: 0644]
utilities/document/json_document_test.cc [new file with mode: 0644]
utilities/flashcache/flashcache.cc [new file with mode: 0644]
utilities/flashcache/flashcache.h [new file with mode: 0644]
utilities/geodb/geodb_impl.cc [new file with mode: 0644]
utilities/geodb/geodb_impl.h [new file with mode: 0644]
utilities/geodb/geodb_test.cc [new file with mode: 0644]
utilities/leveldb_options/leveldb_options.cc [new file with mode: 0644]
utilities/merge_operators.h [new file with mode: 0644]
utilities/merge_operators/put.cc [new file with mode: 0644]
utilities/merge_operators/string_append/stringappend.cc [new file with mode: 0644]
utilities/merge_operators/string_append/stringappend.h [new file with mode: 0644]
utilities/merge_operators/string_append/stringappend2.cc [new file with mode: 0644]
utilities/merge_operators/string_append/stringappend2.h [new file with mode: 0644]
utilities/merge_operators/string_append/stringappend_test.cc [new file with mode: 0644]
utilities/merge_operators/uint64add.cc [new file with mode: 0644]
utilities/redis/README [new file with mode: 0644]
utilities/redis/redis_list_exception.h [new file with mode: 0644]
utilities/redis/redis_list_iterator.h [new file with mode: 0644]
utilities/redis/redis_lists.cc [new file with mode: 0644]
utilities/redis/redis_lists.h [new file with mode: 0644]
utilities/redis/redis_lists_test.cc [new file with mode: 0644]
utilities/spatialdb/spatial_db.cc [new file with mode: 0644]
utilities/spatialdb/spatial_db_test.cc [new file with mode: 0644]
utilities/spatialdb/utils.h [new file with mode: 0644]
utilities/ttl/db_ttl_impl.cc [new file with mode: 0644]
utilities/ttl/db_ttl_impl.h [new file with mode: 0644]
utilities/ttl/ttl_test.cc [new file with mode: 0644]
utilities/write_batch_with_index/write_batch_with_index.cc [new file with mode: 0644]
utilities/write_batch_with_index/write_batch_with_index_internal.cc [new file with mode: 0644]
utilities/write_batch_with_index/write_batch_with_index_internal.h [new file with mode: 0644]
utilities/write_batch_with_index/write_batch_with_index_test.cc [new file with mode: 0644]