- Feb 19, 2014
-
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Dmitry Simonenko authored
-
Dmitry E. Oboukhov authored
+ memory leak in box.net.box (timeouted responses) + remote:ping() never throw exception
-
Dmitry Simonenko authored
-
- Feb 18, 2014
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Conflicts: doc/user/stored-procedures.xml
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
Closes #161
-
- Feb 17, 2014
-
-
Roman Tsisyk authored
-
Dmitry Simonenko 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
-
- Feb 11, 2014
-
-
Dmitry Simonenko authored
-
- Feb 10, 2014
-
-
Dmitry Simonenko authored
move module related tests from test/box/ to test/module/.
-
- Feb 07, 2014
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Remove an extra block offset.
-
- Feb 06, 2014
-
-
Dmitry E. Oboukhov authored
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
Summary: * PLUGIN_DIR -> MODULE_DIR * MODULE_DIR prefix is /usr/lib/tarantool/VERSION * MODULE_DIR automatically appends to both lua c/path * removed plugin autoload facility in src/lua/init.cc * removed admin console plugin dependencies * moved src/box/lua/sql.lua to separate module = require('box.net.sql') * moved src/plugin/pg = require('box.net.pg') * moved src/plugin/mysql = require('box.net.mysql') * default .so and .lua install is lib/tarantool/modules/{box/net/} * debian spec and tests are updated
-
- Feb 05, 2014
-
- Feb 04, 2014
-
-
Dmitry Simonenko authored
closes #185.
-
- Feb 03, 2014
-
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
- Jan 31, 2014
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Jan 30, 2014
-
-
Konstantin Osipov authored
Remove fiob_open_flags, use "mode" consistently.
-
ocelot-inc authored
-
- Jan 28, 2014
-
-
Konstantin Osipov authored
Rationale: Any error which implies a system administrator action needs to be marked explicitly in the log, so that it's easy to find and act upon. This change the number of log levels, so the default log level was bumped from 4 to 5. Installations which set the log level explicitly need to adjust their setting.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-