Skip to content
Snippets Groups Projects
  1. Nov 29, 2016
  2. Nov 25, 2016
  3. Nov 24, 2016
  4. Nov 23, 2016
  5. Nov 22, 2016
  6. 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
  7. Nov 14, 2016
  8. Nov 13, 2016
  9. Nov 10, 2016
  10. Oct 20, 2016
    • Vladimir Davydov's avatar
      Update src/lib/small · 4724bd24
      Vladimir Davydov authored
      Allow to specify allocator context in matras and matras-based data
      structures. After this change, the following salad data structures can
      be passed a custom allocator context: light, rtree, bps_tree.
      4724bd24
  11. Oct 11, 2016
  12. Oct 06, 2016
  13. Sep 28, 2016
  14. Sep 27, 2016
  15. Sep 26, 2016
  16. Sep 23, 2016
Loading