Commit Graph

  • d517c83648 in_table_factory.cc: use correct format specifier Danny Al-Gaaf 2014-09-29 23:23:09 +0200
  • b140375565 ttl/ttl_test.cc: prefer prefix ++operator for non-primitive types Danny Al-Gaaf 2014-09-29 23:13:01 +0200
  • 43c789c8f2 spatialdb/spatial_db.cc: use !empty() instead of 'size() > 0' Danny Al-Gaaf 2014-09-29 23:11:00 +0200
  • 0de452ee9f document_db.cc: pass const parameter by reference Danny Al-Gaaf 2014-09-29 23:09:28 +0200
  • 4cc8643baf util/ldb_cmd.cc: prefer prefix ++operator for non-primitive types Danny Al-Gaaf 2014-09-29 23:05:12 +0200
  • af8c2b2d97 util/signal_test.cc: suppress intentional null pointer deref Danny Al-Gaaf 2014-09-29 23:00:18 +0200
  • 33580fa39a db/db_impl.cc: fix object handling, remove double lines Danny Al-Gaaf 2014-09-29 22:53:39 +0200
  • 873f1356a1 db_ttl_impl.h: pass func parameter by reference Danny Al-Gaaf 2014-09-26 19:35:20 +0200
  • 8558457143 ldb_cmd_execute_result.h: perform init in initialization list Danny Al-Gaaf 2014-09-26 19:32:46 +0200
  • 063471bf76 table/table_test.cc: pass func parameter by reference Danny Al-Gaaf 2014-09-26 18:14:05 +0200
  • 93548ce8f4 table/cuckoo_table_reader.cc: pass func parameter by ref Danny Al-Gaaf 2014-09-26 18:12:04 +0200
  • b8b7117e97 db/version_set.cc: use !empty() instead of 'size() > 0' Danny Al-Gaaf 2014-09-26 18:04:44 +0200
  • 8ce050b51b table/bloom_block.*: pass func parameter by reference Danny Al-Gaaf 2014-09-26 18:03:12 +0200
  • 53910ddb15 db_test.cc: pass parameter by reference Danny Al-Gaaf 2014-09-26 18:01:23 +0200
  • 68ca534169 corruption_test.cc: pass parameter by reference Danny Al-Gaaf 2014-09-26 17:43:47 +0200
  • 726ac5bca8 shrink vagrant commands to single line Chris Riccomini 2014-09-30 12:03:32 -0700
  • a2f98ef618 fix tabs in Makefile Chris Riccomini 2014-09-30 11:59:18 -0700
  • 7506198da2 cuckoo_table_db_test.cc: add flush after delete Danny Al-Gaaf 2014-09-29 21:14:18 +0200
  • 1f963305a8 Print MB per second compaction throughput separately for reads and writes Mark Callaghan 2014-09-29 17:31:26 -0700
  • ffe3d490d4 Add an instruction about SSE in INSTALL.md sdong 2014-09-29 17:25:02 -0700
  • 0b923f0f9a add centos 5.6 build instead of ubuntu. Chris Riccomini 2014-09-29 16:58:16 -0700
  • ee1f3ccb06 Package generation for Ubuntu and CentOS mike@arpaia.co 2014-09-29 16:09:46 -0700
  • f0f7955497 Fixing comile errors on OS X mike@arpaia.co 2014-09-29 16:05:25 -0700
  • 99fb613e54 remove 2 space linter Igor Canadi 2014-09-29 15:52:12 -0700
  • b2d64a4861 Fix linters, second try Igor Canadi 2014-09-29 15:48:27 -0700
  • 747523d241 Print per column family metrics in db_bench Mark Callaghan 2014-09-29 09:50:41 -0700
  • 56ebd40877 Fix arc lint (should fix #238) Igor Canadi 2014-09-29 15:10:37 -0700
  • 637f89179f Merge pull request #321 from eonnen/master Igor Canadi 2014-09-29 15:10:21 -0700
  • 827e31c746 Make test use a compatible type in the size checks. erik 2014-09-29 14:52:16 -0700
  • fd5d80d55e CompactedDB: log using the correct info_log Lei Jin 2014-09-29 12:45:04 -0700
  • 2faf49d5f1 use GetContext to replace callback function pointer Lei Jin 2014-09-29 11:09:09 -0700
  • 6a64ea6171 add note about java 7 Chris Riccomini 2014-09-29 10:57:38 -0700
  • 983d2de2de Add AUTHORS file. Fix #203 Igor Canadi 2014-09-29 10:52:18 -0700
  • c4519c777f fix mis-named jar in JNI loader Chris Riccomini 2014-09-29 10:42:00 -0700
  • abd70c5e1c Merge pull request #316 from fyrz/ReverseBytewiseComparator Igor Canadi 2014-09-29 10:34:26 -0700
  • 2dc6f62bb9 handle kDelete type in cuckoo builder Lei Jin 2014-09-29 10:25:21 -0700
  • 8b8011a68c Changed name of ReverseBytewiseComparator based on review comment fyrz 2014-09-27 10:06:13 +0200
  • b8e26615aa since we're not sharing folders with the vm, copy built .so files and jars back to host system. Chris Riccomini 2014-09-26 18:27:32 -0700
  • 389edb6b1b universal compaction picker: use double for potential overflow sdong 2014-09-26 14:15:09 -0700
  • 4e735bb7f9 Rsync files to VM rather than sync folders, since sync folders was causing clock skew and confusig make. Chris Riccomini 2014-09-26 15:41:28 -0700
  • 82a8f43ccc Document RELEASE.mdgit status Chris Riccomini 2014-09-26 14:58:33 -0700
  • 9db13987b1 Update RocksDB's Java bindings to support multiple native RocksDB builds in the same Jar file. Cross build RocksDB for linux32 and linux64 using Vagrant. Build a cross-platform fat jar that contains osx, linux32, and linux64 RocksDB static builds. Chris Riccomini 2014-09-26 13:57:12 -0700
  • 5340484266 Built-in comparator(s) in RocksJava fyrz 2014-09-26 10:35:12 +0200
  • d439451fab delay initialization of cuckoo table iterator Lei Jin 2014-09-25 16:45:37 -0700
  • 94997eab5e reduce memory usage of cuckoo table builder Lei Jin 2014-09-25 16:34:24 -0700
  • c6275956e2 improve memory efficiency of cuckoo reader Lei Jin 2014-09-25 16:15:23 -0700
  • 581442d446 option to choose module when calculating CuckooTable hash Lei Jin 2014-09-25 13:53:27 -0700
  • fbd2dafc9f CompactedDBImpl::MultiGet() for better CuckooTable performance Lei Jin 2014-09-25 13:34:51 -0700
  • 3c68006109 CompactedDBImpl Lei Jin 2014-09-25 11:14:01 -0700
  • f7375f39fd Fix double deletes Igor Canadi 2014-09-25 11:08:16 -0700
  • 21ddcf6e4f Remove allow_thread_local Igor Canadi 2014-09-24 13:12:16 -0700
  • fb4a492cca Merge pull request #311 from ankgup87/master ankgup87 2014-09-24 11:47:21 -0700
  • 611e286b9d Merge branch 'master' of https://github.com/facebook/rocksdb Ankit Gupta 2014-09-24 11:44:23 -0700
  • 0103b4498c Merge branch 'master' of ssh://github.com/ankgup87/rocksdb Ankit Gupta 2014-09-24 11:43:57 -0700
  • 1dfb7bb980 Add block based table config options Ankit Gupta 2014-09-24 11:43:35 -0700
  • cdaf44f9ae Enlarge log size cap when printing file summary sdong 2014-09-23 13:43:03 -0700
  • 7cc1ed7f08 Merge pull request #309 from naveenatceg/staticbuild ankgup87 2014-09-23 16:09:17 -0700
  • ba6d660f6d Resolving merge conflict Naveen 2014-09-23 16:00:54 -0700
  • 51eeaf65e2 Addressing review comments Naveen 2014-09-23 10:31:55 -0700
  • fd7d3fe604 Addressing review comments (adding a env variable to override temp directory) Naveen 2014-09-22 18:20:02 -0700
  • cf7ace8865 Addressing review comments Naveen 2014-09-10 12:12:31 -0700
  • 0a29ce5393 re-enable BlockBasedTable::SetupForCompaction() Lei Jin 2014-09-23 14:18:57 -0700
  • 55af370756 Remove TODO for checking index checksums Igor Canadi 2014-09-23 13:02:23 -0700
  • 3d74f09979 Fix compile Igor Canadi 2014-09-22 15:19:20 -0700
  • 53b0039954 Fix release compile Igor Canadi 2014-09-22 15:00:03 -0700
  • d0de413f4d WriteBatchWithIndex to allow different Comparators for different column families sdong 2014-09-22 11:37:35 -0700
  • 57a32f147f change target_file_size_base to uint64_t Lei Jin 2014-09-22 11:15:03 -0700
  • 5e6aee4325 dont create backup_input if compaction filter v2 is not used Lei Jin 2014-09-22 10:36:53 -0700
  • 49b5f94c54 Merge pull request #306 from Liuchang0812/fix_cast Igor Canadi 2014-09-22 10:17:03 -0700
  • 787cb4db29 remove cast, replace %llu with % PRIu64 liuchang0812 2014-09-23 01:10:46 +0800
  • a7574d4fa1 Update logging.cc whu_liuchang 2014-09-22 23:37:00 +0800
  • 7e0dcb953f Update logging.cc whu_liuchang 2014-09-22 23:24:53 +0800
  • 57fa3cc5b3 Merge pull request #304 from Liuchang0812/fix-check Igor Canadi 2014-09-21 11:55:45 -0700
  • cd44522a94 Merge pull request #305 from Liuchang0812/fix-logging Igor Canadi 2014-09-21 11:54:55 -0700
  • 6a031b6a81 remove unused variable liuchang0812 2014-09-21 22:20:00 +0800
  • 4436f17bd8 fixed #303: replace %ld with % PRId64 liuchang0812 2014-09-21 22:09:48 +0800
  • 7a1bd057fa Merge pull request #302 from ankgup87/master ankgup87 2014-09-19 16:14:25 -0700
  • 423e52cd47 Merge branch 'master' of https://github.com/facebook/rocksdb Ankit Gupta 2014-09-19 16:12:26 -0700
  • bfeef94d31 Add rate limiter Ankit Gupta 2014-09-19 16:11:59 -0700
  • ed9a2df8cc fix unity build Torrie Fischer 2014-09-19 15:43:51 -0700
  • 32f2532a0b Print compression_size_percent as a signed int Mark Callaghan 2014-09-19 13:09:25 -0700
  • 976caca09b Skip AllocateTest if fallocate() is not supported in the file system sdong 2014-09-19 10:37:42 -0700
  • 3b897cddd7 Enable no-fbcode RocksDB build Igor Canadi 2014-09-19 09:27:16 -0700
  • f44594743f RocksDB: Format uint64 using PRIu64 in db_impl.cc Venkatesh Radhakrishnan 2014-09-18 12:05:59 -0700
  • e17bc65c75 Merge pull request #299 from ankgup87/master ankgup87 2014-09-18 22:15:31 -0700
  • b93797abc4 Fix build Ankit Gupta 2014-09-18 22:13:52 -0700
  • adae3ca1fe [Java] Fix JNI link error caused by the removal of options.db_stats_log_interval Yueh-Hsuan Chiang 2014-09-18 21:09:44 -0700
  • 90b8c07b48 Fix unit tests errors Igor Canadi 2014-09-18 13:32:44 -0700
  • 51af7c326c CuckooTable: add one option to allow identity function for the first hash function Lei Jin 2014-09-18 11:00:48 -0700
  • 035043559d Fixed a signed-unsigned comparison in spatial_db.cc -- issue #293 Yueh-Hsuan Chiang 2014-09-18 10:57:20 -0700
  • 2fb1fea30f Fix syncronization issues Igor Canadi 2014-09-18 10:42:54 -0700
  • 6f0964e37c Only run make unity on travis instead of make check Torrie Fischer 2014-09-18 09:53:13 -0700
  • 9ed1b49a24 Build unity build on make check Torrie Fischer 2014-09-04 09:14:44 -0700
  • ff76895614 Remove some unnecessary constructors Igor Canadi 2014-09-17 16:45:58 -0700
  • feadb9df53 fix cuckoo table builder test Lei Jin 2014-09-17 15:34:10 -0700
  • 3c232e1647 Fix mac compile Igor Canadi 2014-09-17 15:40:25 -0700
  • 54cada92b1 Run make format on PR #249 Igor Canadi 2014-09-17 15:08:19 -0700
  • 27b22f13a3 Merge pull request #249 from tdfischer/decompression-refactoring Igor Canadi 2014-09-17 15:01:40 -0700
  • fb6456b00d Replace naked calls to operator new and delete (Fixes #222) Torrie Fischer 2014-08-15 15:05:09 -0700
  • 5600c8f6e5 cuckoo table: return estimated size - 1 Lei Jin 2014-09-17 13:25:29 -0700