Skip to content
Snippets Groups Projects
  1. Oct 11, 2015
  2. Oct 10, 2015
  3. 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
  4. Oct 08, 2015
  5. Oct 07, 2015
  6. Oct 06, 2015
    • Nick Zavaritsky's avatar
      Fix gh-1083 · cd200c65
      Nick Zavaritsky authored
      cd200c65
    • 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
  7. Oct 04, 2015
  8. Oct 01, 2015
  9. Sep 30, 2015
  10. Sep 29, 2015
  11. Sep 25, 2015
  12. Sep 24, 2015
Loading