- Dec 04, 2013
-
-
esha authored
-
esha authored
-
esha authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
ocelot-inc authored
- Dec 03, 2013
-
- Dec 02, 2013
- Nov 29, 2013
-
-
ocelot-inc authored
-
ocelot-inc authored
-
esha authored
-
esha authored
-
esha authored
-
- Nov 28, 2013
-
-
ocelot-inc authored
-
ocelot-inc authored
-
- Nov 27, 2013
-
-
ocelot-inc authored
-
ocelot-inc authored
-
- Nov 26, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Conflicts: test/box/configuration.result test/box/configuration.test
-
Dmitry Simonenko authored
-
Konstantin Osipov authored
-
Dmitry Simonenko authored
-
Roman Tsisyk authored
- Nov 25, 2013
-
-
ocelot-inc authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
- Nov 24, 2013
-
-
ocelot-inc authored
-
- Nov 23, 2013
-
-
ocelot-inc authored
-
- Nov 22, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Konstantin Osipov authored
-
- Nov 21, 2013
-
-
https://github.com/tarantool/tarantool/issues/119Konstantin Osipov authored
A dead fiber could get reused prematurely or garbage collected twice. This was because __gc could get invoked way after the fiber has finished and reused for a different coroutine. The fix is to always access fibers in Lua by fiber id.
-
Konstantin Osipov authored
Fix a hang on box.fiber.resume() of an attached fiber which gets cancelled. When the child fiber got cancelled before detach, the parent never was woken up, and would hang forever. Wake up the parent, and, in the parent, do not try to access a dead fiber.
-