- Jan 28, 2015
-
-
Konstantin Osipov authored
-
Roman Tsisyk authored
Rewrite snapshot_daemon to use fiber.channel() instead of undocumented API.
-
- Jan 27, 2015
-
-
Alexandr authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Jan 26, 2015
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Explicitly mark places which are unsafe for cancel.
-
Dmitry Simonenko authored
-
Konstantin Osipov authored
Remove the snapshot in abort_checkpoint(). Use coeio_remove/coeio_unlink bindings instead of coeio_custom().
-
Dmitry Simonenko authored
-
Alexandr authored
2)minor fixes of load_cfg.lua
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Everything is cancellable. In fiber_cancel() use fiber_wakeup() instead of a direct call. This make cancel safe with regards to wakeup() and timeouts: i.e. it's safe to cancel a fiber which is waiting on a timeout or is about to get scheduled.
-
Roman Tsisyk authored
-
Dmitry Simonenko authored
-
- Jan 25, 2015
-
-
Konstantin Osipov authored
-
- Jan 24, 2015
-
-
Konstantin Osipov authored
Avoid an unnecessary interlocked instruction or pipe write in fiber_wakeup(), it's always called from the same cord as the one to which the event loop belongs. Use ev_feed_event() with EV_CUSTOM instead.
-
- Jan 23, 2015
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
Konstantin Osipov authored
-
- Jan 22, 2015
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Rename Factory to Engine, Factory was a name we couldn't swallow. Introduce Handler class to disambiguate Engine from Space (hello, MySQL).
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Remove the branch which saves a snapshot without a fork.
-
Dmitry Simonenko authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Konstantin Osipov authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Barabanov Anton authored
-
Barabanov Anton authored
-