Commit Graph

  • 16deb4af35 gossip: Add get_cluster_name and get_partitioner_name helper Asias He 2015-04-13 15:12:04 +08:00
  • d7f053a494 gossip: Implement GossipDigestSynVerbHandler Asias He 2015-04-13 14:27:20 +08:00
  • 3809934a05 gossip: Add operator< for gossip_digest Asias He 2015-04-13 14:24:57 +08:00
  • e21d38684d gossip: Add default constructor for gossip_digest Asias He 2015-04-13 14:24:07 +08:00
  • 005a88699f gossip: Remove const for gossip_digest Asias He 2015-04-13 14:23:36 +08:00
  • c1325f8cbe gossip: Implement GossipDigestAckVerbHandler Asias He 2015-04-13 09:57:34 +08:00
  • 7ee239e7e7 gossip: Implement GossipDigestAck2VerbHandler Asias He 2015-04-13 09:35:56 +08:00
  • 1ad7af3bca gossip: Initial hook of gossip and messaging_service Asias He 2015-04-09 17:01:56 +08:00
  • 5dc18de0f8 gossip: Move some of gms/gossiper.hh code to gms/gossiper.cc Asias He 2015-04-09 11:23:36 +08:00
  • de2bb71432 cql3: fix bad bracing in maps.hh Avi Kivity 2015-04-12 15:06:14 +03:00
  • 5f7f925ca0 cql3: convert lists::discarder_by_index to C++ Avi Kivity 2015-04-12 15:00:17 +03:00
  • 6d402ab2a0 db: allow read_simple_exactly with const input Avi Kivity 2015-04-12 15:11:15 +03:00
  • 0bc505b5ad cql3: remove gunk from modification_statement Avi Kivity 2015-04-12 11:18:58 +03:00
  • 4d38dfc303 cql3: enable grammar for delete statement conditions Avi Kivity 2015-04-12 11:12:22 +03:00
  • 5f05fa7087 cql3: move function_call.hh code to .cc file Avi Kivity 2015-04-11 17:31:54 +03:00
  • 2ecc93523f sstables: add support to write the component TOC Raphael S. Carvalho 2015-04-10 14:25:20 -03:00
  • a190f2db79 db: drop compile-time dependeny on sstables Avi Kivity 2015-04-11 11:27:48 +03:00
  • c6e31346d8 sstables: add support to write the component Summary Raphael S. Carvalho 2015-04-09 18:58:22 -03:00
  • a505ac487f sstables: use bytes instead of sstring Glauber Costa 2015-04-09 14:12:51 -04:00
  • 44eaca2204 Merge branch 'primitives' into urchin Avi Kivity 2015-04-11 11:08:42 +03:00
  • 88d02120f4 Merge branch 'tgrabiec/optimize-compilation' of github.com:cloudius-systems/seastar-dev Avi Kivity 2015-04-11 11:01:35 +03:00
  • 339bf29753 cql3: enable float and double types in grammar Avi Kivity 2015-04-11 00:54:44 +03:00
  • 77552d3407 db: fix float_type's implementation Avi Kivity 2015-04-11 00:54:10 +03:00
  • e5a35ea048 db: add equality compare operators to serialization_format Avi Kivity 2015-04-09 15:22:24 +03:00
  • e9774fe1e1 db: adjust lexicographical_tri_compare to take a bounded type list Avi Kivity 2015-04-09 15:20:24 +03:00
  • 3a211c4db5 tests: Move seatar-boost test framework to a separate compilation unit Tomasz Grabiec 2015-04-10 18:38:24 +02:00
  • e87f76ac46 tests: Fix deadlock in ~test_runner Tomasz Grabiec 2015-04-10 18:30:34 +02:00
  • 026d169638 tests: exchanger: Add support for interrupting the parties Tomasz Grabiec 2015-04-10 18:28:36 +02:00
  • fd18edc652 core: Do not let exceptions out of posix thread callback Tomasz Grabiec 2015-04-10 18:20:50 +02:00
  • 819bf6244e collectd: remove extra braces from parameter packing expression Calle Wilund 2015-04-09 11:36:57 +02:00
  • 1bdf366f79 reactor: fix broken errno check fixing missing file behaviour Calle Wilund 2015-04-09 11:39:47 +02:00
  • 40a0dd1f6f Merge branch 'master' of github.com:cloudius-systems/urchin into db Avi Kivity 2015-04-09 12:40:33 +03:00
  • 5bfd66770b Merge branch 'asias/message_v3_rebase' of github.com:cloudius-systems/seastar-dev into db Avi Kivity 2015-04-09 12:08:34 +03:00
  • b264aea0a3 Merge branch 'master' of github.com:cloudius-systems/seastar into db Avi Kivity 2015-04-09 12:08:24 +03:00
  • aa1f33df22 output_stream: generalize basic_sstring writes further Glauber Costa 2015-04-08 19:54:32 -04:00
  • ff9536fffc cql3: de-virtualize query_options Avi Kivity 2015-04-07 17:28:38 +03:00
  • 538c7fdf2a cql3: fix query_options::DEFAULT not smp safe Avi Kivity 2015-04-07 17:28:37 +03:00
  • 2f56a360e7 message: Introduce messaging_service Asias He 2015-04-08 17:51:33 +08:00
  • 1174e33c88 gossip: Add operator<< for gossip_digest_ack2 Asias He 2015-04-08 18:04:59 +08:00
  • 76d00378d7 gossip: Add operator<< for gossip_digest_ack Asias He 2015-04-08 18:03:37 +08:00
  • 039d258565 gossip: Add operator<< for gossip_digest_syn Asias He 2015-04-08 18:01:47 +08:00
  • fc1e4a2a3f gossip: Add default constructor for gossip_digest_syn Asias He 2015-04-08 17:56:52 +08:00
  • a5fc0ce654 gossip: Remove const for gossip_digest_syn Asias He 2015-04-08 17:56:24 +08:00
  • 658b298bcb gossip: Add default constructor for gossip_digest_ack2 Asias He 2015-04-08 17:55:52 +08:00
  • b23a6a61cf gossip: Add default constructor for gossip_digest_ack Asias He 2015-04-08 17:55:02 +08:00
  • 54e5c71fdd gossip: Remove const for gossip_digest_ack Asias He 2015-04-08 17:53:56 +08:00
  • 745c09ee57 net: Add raw_addr helper for inet_address Asias He 2015-04-08 17:49:48 +08:00
  • d81320a2dd Merge branch 'master' of github.com:cloudius-systems/seastar into db Avi Kivity 2015-04-08 22:26:25 +03:00
  • 1760a8c5ad output_stream: generalize string writing Glauber Costa 2015-04-08 08:54:58 -04:00
  • 2c78fcdc4e clean up byteorder.hh Nadav Har'El 2015-04-06 00:15:51 +03:00
  • 9dff2bfa40 rpc: Fix indentation Asias He 2015-04-08 17:45:33 +08:00
  • 60ece9f40d rpc: Do not initialize MsgType _type Asias He 2015-04-08 17:45:32 +08:00
  • 7c1bcc3ded core: Add args_as_tuple type for function_traits Asias He 2015-04-08 17:45:31 +08:00
  • f0e10b34d4 tests: clean up test_writetime_and_ttl Avi Kivity 2015-04-08 12:29:37 +03:00
  • 04e0c5293b dpdk: enable -mavx/-mavx2 if available Takuya ASADA 2015-04-06 15:00:19 +09:00
  • a40d71044f Merge branch 'master' of github.com:cloudius-systems/urchin into db Avi Kivity 2015-04-08 12:39:12 +03:00
  • bfa9b860a8 db: make database lookup functions explicitly non-modifying Calle Wilund 2015-04-08 11:07:55 +02:00
  • 5bd22924e6 Revert "tests: add WRITETIME test" Tomasz Grabiec 2015-04-08 10:37:58 +02:00
  • e311beebea tests: add WRITETIME test Avi Kivity 2015-04-08 11:19:47 +03:00
  • 88e67cb379 http: fix a wrongly used string_view in transformers.cc Amnon Heiman 2015-04-08 10:34:23 +03:00
  • dad3a3dd38 tests: test cql3 type cast Avi Kivity 2015-04-07 23:09:25 +03:00
  • c0be021c17 cql3: enable type cast grammar Avi Kivity 2015-04-07 23:09:24 +03:00
  • cfac0c5105 cql3: convert type_cast to C++ Avi Kivity 2015-04-07 23:09:23 +03:00
  • db113d04f7 dpdk: ignore RTE_MBUF_REFCNT on v2.0.0 or later Takuya ASADA 2015-04-08 06:35:59 +09:00
  • 0c971d0959 sstring: fix std::string conversion for char_type != char Avi Kivity 2015-04-08 08:55:45 +03:00
  • 3c908f1ed0 core: Add do_for_each variant Raphael S. Carvalho 2015-04-07 16:50:07 -03:00
  • 4874ac5c98 Merge tag 'avi/cql-collection-types/v1' of github.com:cloudius-systems/seastar-dev into db Avi Kivity 2015-04-07 21:10:16 +03:00
  • 48896caf8a Merge branch 'master' of github.com:cloudius-systems/seastar into db Avi Kivity 2015-04-07 21:08:20 +03:00
  • 558af3d9a5 shared_ptr: add nullptr_t overloads Avi Kivity 2015-04-07 21:04:57 +03:00
  • e66fb58423 tests: test cql3 collection type syntax in "create table" Avi Kivity 2015-04-07 20:14:37 +03:00
  • a29bba40bb cql3: enable grammar for collection types Avi Kivity 2015-04-07 20:14:20 +03:00
  • 83be5eb711 cql3: convert collection cql3_type to C++ Avi Kivity 2015-04-07 20:13:11 +03:00
  • 13b59a1cfc Merge tag 'avi/writetime/v1' of github.com:cloudius-systems/seastar-dev into db Avi Kivity 2015-04-07 17:57:26 +03:00
  • df8e8518ab Merge branch 'master' of github.com:cloudius-systems/seastar into db Avi Kivity 2015-04-07 17:46:41 +03:00
  • 14d668c07a tests: add WRITETIME test Avi Kivity 2015-04-07 16:17:21 +03:00
  • cdab0a5a10 tests: execute_cql() with non-default query options Avi Kivity 2015-04-07 16:16:50 +03:00
  • 75a53e165b cql3: enable WRITETIME and TTL functions Avi Kivity 2015-04-07 16:15:40 +03:00
  • 33038a625f cql3: convert selectable::writetime_or_ttl to C++ Avi Kivity 2015-04-07 16:15:04 +03:00
  • 1f15b4a73e cql3: convert writetime_or_ttl_selector to C++ Avi Kivity 2015-04-07 16:13:47 +03:00
  • ae5c847326 cql3: add timestamp and ttl accessors to result_set Avi Kivity 2015-04-07 16:14:17 +03:00
  • 23e23c0a67 Merge tag 'avi/count-rows-functions/v1' of github.com:cloudius-systems/seastar-dev into db Avi Kivity 2015-04-07 10:57:16 +03:00
  • 30b40bf7b1 db: make bytes even more distinct from sstring Avi Kivity 2015-04-06 15:42:27 +03:00
  • de58d08e59 sstable: fix compressed data file stream bug Nadav Har'El 2015-04-07 00:25:54 +03:00
  • 50b8ddd62a tests: add test for COUNT(*) and COUNT(1) Avi Kivity 2015-04-06 19:09:35 +03:00
  • 6933eeea1f cql3: enable grammar for COUNT(*) and COUNT(1) Avi Kivity 2015-04-06 19:09:15 +03:00
  • aa0e7c4b23 cql3: fix result_set_builder skipping empty rows Avi Kivity 2015-04-06 19:04:39 +03:00
  • b90e4ef4d3 sstring: cleanup replace implementation Amnon Heiman 2015-04-06 16:11:58 +03:00
  • ab8e742454 cql3: remove some gunk from cql.g Avi Kivity 2015-04-06 16:34:34 +03:00
  • 520a4c4135 test: add --verbose parameter to test.py for non-interactive tests Avi Kivity 2015-04-06 13:17:14 +03:00
  • 1017ebf2aa tests: drop at_exit() destruction of the test environment Avi Kivity 2015-04-06 13:00:59 +03:00
  • d53a1abc7c dpdk: enable -mavx/-mavx2 if available Takuya ASADA 2015-04-06 15:00:19 +09:00
  • c25986ef82 dpdk: use combined library Takuya ASADA 2015-04-06 15:00:18 +09:00
  • 13b1ed9ce6 Fix compile errors with OSv Takuya ASADA 2015-04-06 15:00:17 +09:00
  • 0cbe2cc8b6 Merge tag 'avi/select-functions/v1' of github.com:cloudius-systems/seastar-dev into urchin Avi Kivity 2015-04-06 10:24:11 +03:00
  • 4fca9734c9 Merge branch 'master' of github.com:cloudius-systems/seastar into db Avi Kivity 2015-04-05 20:03:16 +03:00
  • 3c4edd9eeb sstring: fix string_view interface Avi Kivity 2015-04-05 20:00:10 +03:00
  • 41190ef31b sstables: test sstables::data_consume_row Nadav Har'El 2015-04-05 17:47:27 +03:00
  • d80d35148c Merge branch 'amnon/dynamic_swagger' of github.com:cloudius-systems/seastar-dev Avi Kivity 2015-04-05 17:41:16 +03:00
  • a53ef6028c sstables: use do_with idiom Nadav Har'El 2015-04-05 17:12:43 +03:00
  • 9e3c41436b cql3: test aggregate functions in select path Avi Kivity 2015-04-05 15:57:23 +03:00