- 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.
-
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.
-
- Nov 20, 2013
-
-
Roman Tsisyk authored
-
Konstantin Osipov authored
-
- Nov 19, 2013
-
-
Dmitry E. Oboukhov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Dmitry E. Oboukhov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Dmitry E. Oboukhov authored
Also don't call sfree_delayed if snapshot process isn't started, closes #118
-
Eugine Blikh authored
-
- Nov 18, 2013
-
-
Roman Tsisyk authored
-
- Nov 16, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Nov 15, 2013
-
-
Eugine Blikh authored
-
Eugine Blikh authored
#104: -? as --help alias(also for tarancheck), -v -> -V, += number/string in description (need to patch gopt_help += 9 symbols)
-
Dmitry E. Oboukhov authored
-
Dmitry Simonenko authored
-
Eugine Blikh authored
-
Dmitry E. Oboukhov authored
-
Dmitry Simonenko authored
Fedora includes debug package by default and will trigger an error if sees the duplicate.
-
Eugine Blikh authored
-
Roman Tsisyk authored
-
- Nov 14, 2013
-
-
Konstantin Osipov authored
-
- Nov 13, 2013
-
-
ocelot-inc authored
-
ocelot-inc authored
-
- Nov 12, 2013
-
-
ocelot-inc authored
-
ocelot-inc authored
-
- Nov 08, 2013
-
-
ocelot-inc authored
-
Konstantin Osipov authored
-
Dmitry Simonenko authored
binutils-devel for build.
-
Dmitry Simonenko authored
-