Skip to content
Snippets Groups Projects
  1. Feb 09, 2017
  2. Feb 07, 2017
  3. Feb 03, 2017
  4. Feb 01, 2017
  5. Jan 10, 2017
  6. Jan 09, 2017
  7. Dec 17, 2016
  8. Dec 15, 2016
  9. Nov 30, 2016
  10. Nov 29, 2016
  11. Nov 25, 2016
  12. Nov 24, 2016
  13. Nov 23, 2016
  14. Nov 22, 2016
  15. Nov 17, 2016
    • Roman Tsisyk's avatar
      Refactor snapshot daemon loop · 76c6ad68
      Roman Tsisyk authored
      * Fix buggy math calculation and simplifies randomization logic
        introduced by gh-732. The primary difference is that the new
        implementation uses fixed periods (=box.cfg.snapshot_period)
        shifted by a random offset instead of floating periods
        (=box.cfg.snapshot_period + random). In addition, snapshot daemon
        now never start snapshoting earlier than box.cfg.snapshot_period time.
      
      * Use fiber.channel() to control daemon
      
      Fixes #1912
      See also #732
      76c6ad68
    • Veniamin Gvozdikov's avatar
      Support '|' symbol in URI parser · ddac212f
      Veniamin Gvozdikov authored
      Fixes #1929
      ddac212f
  16. Nov 14, 2016
  17. Nov 13, 2016
  18. Nov 10, 2016
Loading