- Nov 26, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Conflicts: src/box/bitset_index.cc test/big/tarantool.cfg
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Conflicts: src/box/box.cc test/box/configuration.test
-
Konstantin Osipov authored
Conflicts: test/box/configuration.result test/box/configuration.test
-
Dmitry Simonenko authored
-
Konstantin Osipov authored
-
Dmitry Simonenko authored
-
Konstantin Osipov authored
Conflicts: src/tarantool.cc test/box/configuration.result test/box/configuration.test test/lib/server.py
-
Veniamin Gvozdikov authored
-
Roman Tsisyk authored
-
- Nov 25, 2013
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
- Nov 22, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
This patch caches a metatable used to hint serializers (_serializer_XXX).
-
Roman Tsisyk authored
-
Dmitry Simonenko authored
Conflicts: client/tarantool/CMakeLists.txt client/tarantool/tc.c client/tarantool/tc_cli.c client/tarantool/tc_print.c
-
Roman Tsisyk authored
-
Konstantin Osipov authored
-
- Nov 21, 2013
-
-
Konstantin Osipov authored
Fixes gh-119, gh-120 Conflicts: src/lua/init.cc test/box/fiber.result test/box/fiber.test
-
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
Conflicts: src/lua/init.cc test/box/fiber.result test/box/fiber.test
-
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
-
Roman Tsisyk authored
-
Eugine Blikh authored
-
Roman Tsisyk authored
Conflicts: src/box/box_lua.cc test/big/iterator.result test/big/iterator.test test/big/lua.result test/big/lua.test test/box/lua.result test/box/lua.test
-
Roman Tsisyk authored
-