- Dec 05, 2013
-
-
Dmitry Simonenko authored
-related distributions due to libbfd crash
-
- Dec 04, 2013
-
-
esha authored
-
esha authored
-
esha authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Dec 02, 2013
- Nov 29, 2013
- 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
-
-
Roman Tsisyk authored
-
Roman Tsisyk 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.
-
Eugine Blikh authored
-
Eugine Blikh authored
-
Eugine Blikh authored
-
Eugine Blikh authored
-
Eugine Blikh authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
This patch limits maximum recursion depth for luaL_packsize and luaL_packvalue functions to 16 nested tables. This check is needed to prevent a crash on recursive Lua tables.
-
Roman Tsisyk authored
This patch adds lua_checkfield function - a wrapper for lua_tofield that raises an error if Lua type can not be converted to lua_field structure. The function should be used instead of lua_tofield in all bindings where custom types are not supported.
-
Eugine Blikh authored
-
Eugine Blikh authored
-
- Nov 20, 2013
-
-
Eugine Blikh authored
-
Roman Tsisyk authored
-
Konstantin Osipov authored
-