- Nov 26, 2015
-
-
Roman Tsisyk authored
* Extract Lua initialization code to box/lua/init.c * Move lbox_update/upsert/delete to box/lua/index.c * Move all legacy and buggy code to box/lua/misc.cc No semantical code changes. Note: lbox_select() still doesn't support EXTERNAL_UNWIND!
-
Konstantin Osipov authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Konstantin Osipov authored
-
Roman Tsisyk authored
-
- Nov 25, 2015
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Nick Zavaritsky authored
-
Roman Tsisyk authored
Spent couple hours to figure it out.
-
- Nov 24, 2015
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
ocelot-inc authored
-
Konstantin Osipov authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Roman Tsisyk authored
Detect problems early.
-
ocelot-inc authored
-
Roman Tsisyk authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Add ifdef cplusplus guards to box/error.h and sanitize the contents of error.cc. Incompatible change: box_error_raise() is renamed to box_error_set() and requires a file and a line.
-
Roman Tsisyk authored
Check result of lua_pcall()
-
Roman Tsisyk authored
Allow to use public API functions from C code without including auto-generated module.h
-
- Nov 23, 2015
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Conflicts: src/diag.h
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Split cbus statistics and make it more modular. arm: prepare box/lua/stat.cc for a move to .c
-
Roman Tsisyk authored
Fix diag_set() with ClientError.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Roman Tsisyk authored
* Add FFI bindings to `struct error` * Raise `struct error` from lbox_error(L) using lua_error(L) * Catch `struct error` in lbox_call() and update diagnostics * Move lbox_error() and lbox_call() to src/lua/utils.c * Update most places to use lbox_error(L) to raise C++ exception into Lua * Prepare to remove pcall wrapper in Tarantool 1.7
-