Skip to content
Snippets Groups Projects
  1. Oct 10, 2015
  2. 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
  3. Oct 08, 2015
  4. Oct 07, 2015
  5. 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
  6. Oct 04, 2015
  7. Oct 01, 2015
  8. Sep 30, 2015
  9. Sep 29, 2015
  10. Sep 25, 2015
  11. Sep 24, 2015
  12. Sep 23, 2015
  13. Sep 22, 2015
Loading