- May 20, 2014
-
-
Dmitry E. Oboukhov authored
+ fix bsdsocket test
-
- May 19, 2014
-
-
Roman Tsisyk authored
* Move source files to appropriate location * Remove C wrapper for isysconnect/sysbind/sendto and * other functions * Remove box.socket.errno() * Change sockets to be non-blocked by * default * Code style fixes * Other minor changes
-
Dmitry E. Oboukhov authored
-
- Apr 22, 2014
-
-
Roman Tsisyk authored
-
- Apr 16, 2014
-
-
Dmitry E. Oboukhov authored
-
- Mar 31, 2014
- Mar 26, 2014
- Mar 24, 2014
-
-
esha authored
-
- Mar 21, 2014
-
-
esha authored
purpose: OOS-build tests fail
-
- Mar 20, 2014
-
-
Roman Tsisyk authored
* Install *.lua modules into ${DATADIR}/tarantool/1.5 and *.so modules into ${LIBDIR}/tarantool/1.5 * Fix default package.path and package.cpath * Install Lua headers to ${INCLUDE_DIR}/tarantool/1.5 * Install config.h to ${INCLUDE_DIR}/tarantool/1.5 * Add a new package - tarantool-dev (server development headers) * Use RPM Macroses in rpm.spec * Fix tarball generation for Debian * Use GNUInstallDirs.cmake to setup directories
-
- Mar 07, 2014
-
-
Alexandr authored
-
- Mar 06, 2014
-
-
Alexandr authored
-
- Feb 20, 2014
-
-
Alexandr authored
-
- Feb 19, 2014
-
-
Dmitry E. Oboukhov authored
+ memory leak in box.net.box (timeouted responses) + remote:ping() never throw exception
-
Alexandr authored
-
- Feb 18, 2014
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
Closes #161
-
- Feb 10, 2014
-
-
Dmitry Simonenko authored
move module related tests from test/box/ to test/module/.
-
- Feb 06, 2014
-
-
Dmitry E. Oboukhov 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 03, 2014
-
-
Dmitry E. Oboukhov authored
-
- Jan 30, 2014
-
-
Konstantin Osipov authored
Remove fiob_open_flags, use "mode" consistently.
-
- 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
-
Konstantin Osipov authored
-
- Jan 23, 2014
-
-
Dmitry E. Oboukhov authored
+ use luaL_ref/luaL_unref to store lua scalar instead lua metatable. + add :is_closed method.
-
- Jan 14, 2014
-
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
- Jan 10, 2014
-
-
Alexandr authored
-
- Dec 31, 2013
-
-
Alexandr authored
fixes, follows from discussion https://github.com/tarantool/tarantool/issues/79#issuecomment-29309533
-
- Dec 25, 2013
-
-
Dmitry E. Oboukhov authored
-
- Dec 19, 2013
-
-
Konstantin Osipov authored
-
- Dec 06, 2013
-
-
Konstantin Osipov authored
This patch implements show index and shows memory waste of the slab allocator.
-
bigbes authored
-
- Nov 27, 2013
-
-
Roman Tsisyk authored
This patch also reworks title() to show role@custom_proc_title for all roles as defined in the documentation.
-