- Feb 19, 2014
-
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
Conflicts: src/box/lua/box_net.lua test/box/ipc.test test/box/net.box.result
-
Eugine Blikh authored
-
Dmitry E. Oboukhov authored
+ memory leak in box.net.box (timeouted responses) + remote:ping() never throw exception
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
- Feb 18, 2014
-
-
Konstantin Osipov authored
Conflicts: doc/user/target.db src/ipc.cc test/box/ipc.test
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Conflicts: doc/user/stored-procedures.xml
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
Conflicts: src/box/CMakeLists.txt
-
Roman Tsisyk authored
Conflicts: src/lua/init.cc test/box/fiber.result test/box/fiber.test test/module/net_sql.mysql.result test/module/net_sql.mysql.test
-
Roman Tsisyk authored
-
Roman Tsisyk authored
Closes #161
-
- Feb 17, 2014
-
-
Roman Tsisyk authored
-
Dmitry Simonenko authored
Conflicts: .gitmodules CMakeLists.txt extra/rpm.spec.in src/CMakeLists.txt src/box/box.cc src/box/box.h src/log_io.cc src/recovery.cc src/tarantool.cc test/unit/CMakeLists.txt test/unit/test.c
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Dmitry Simonenko authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
- Feb 14, 2014
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Fix styler Clarify tricky pieces of the code (at least make them clearer to yours truly). Fix a bug with incorrect return value from fwrite() & O_DIRECT.
-
Dmitry Simonenko authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Roman Tsisyk authored
This fix adds virtual method raise() to Exception classes to throw derived type instead of base.
-
- Feb 13, 2014
-
-
Dmitry Simonenko authored
-
- Feb 12, 2014
-
-
Dmitry Simonenko authored
-
Roman Tsisyk authored
This patch explicitly saves Exception to a thread-local variable inside struct cord on tnt_raise(). This variable can be used to safetly re-throw last exception from any place (not only from catch() block). This technique requires exception to be thrown and catched by pointers. tnt_raise macros was rewritten and all 'catch (Exception &)' blocks were substituted with 'catch (Exception *e)'. This patch also adds a new feature to box.raise() function. When called without arguments box.raise() re-throws last exception (if any). These changes needed to implement proper handlings of exception for FFI calls.
-
Dmitry Simonenko authored
Conflicts: CMakeLists.txt extra/rpm.spec.in src/admin.cc src/admin.rl src/box/box_lua.cc src/box/lua/box_net.lua src/coio.cc src/lua/init.cc src/module/mysql/mysql.cc src/module/pg/pg.cc src/plugin.h test/box/admin.result test/box/net.box.result test/box/net_sql.mysql.result test/box/net_sql.mysql.test test/box/net_sql.pg.result test/box/net_sql.pg.test test/box/socket.result test/box/socket.test.py
-