Skip to content
Snippets Groups Projects
  1. Oct 09, 2015
    • Konstantin Osipov's avatar
      core: remove object.h · d3067074
      Konstantin Osipov authored
      object.h was an Objective C legacy providing nothing, mostly, and with some
      changes to class hierarchies I have in mind using it will introduce multiple
      inheritance, which I'd rather avoid.
      d3067074
  2. Oct 08, 2015
  3. Oct 07, 2015
  4. Oct 06, 2015
    • Roman Tsisyk's avatar
      Fix #729: allow multiple sources in box.cfg { replication_source = { } } · cc0aac13
      Roman Tsisyk authored
      Support the following configuration:
      
          box.cfg {
              replication_source = {
                  "uri1";
                  "uri2";
                  "uri3";
                  -- ...
              }
          }
      
      This change is backward-compatible: old syntax is supported as well.
      box.info.replication is not changed and displays state of the first
      (if sort by URI) master.
      
      This patch also adds a simple hack to automatically detect the first
      master (if sorted by URI) during initial cluster bootstrap by
      comparing box.cfg.listen uri with replication_source uris.
      cc0aac13
  5. Oct 04, 2015
  6. Oct 01, 2015
  7. Sep 30, 2015
  8. Sep 29, 2015
  9. Sep 25, 2015
  10. Sep 24, 2015
  11. Sep 23, 2015
  12. Sep 22, 2015
  13. Sep 21, 2015
  14. Sep 18, 2015
    • Roman Tsisyk's avatar
      Implement greeting_encode()/greeting_decode() functions · f1d0d274
      Roman Tsisyk authored
       * Update iproto.cc to use greeting_encode()
       * Update replica.cc and net.box to use greeting_decode()
       * Add a parsed remote version to net.box and struct replica
       * Remove duplicate code
      
      Protocol change:
      
       * During binary protocol handshake sent
          "Tarantool 1.6.7-83-gc6b2129 (Binary)" instead of
          "Tarantool 1.6.7-83-gc6b2129              @custom_proc_title"
         This change is backward-compatible up to 1.6.1.
      f1d0d274
  15. Sep 17, 2015
  16. Sep 16, 2015
  17. Sep 15, 2015
  18. Sep 14, 2015
  19. Sep 11, 2015
  20. Sep 10, 2015
Loading