- May 30, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
- write the docs - remove unnecessary introduction of Perl - properly implement, document and test box.fiber.wrap() - rename box.find, explore alternatives (none) - rewrite box.unpack('R') to reuse code and do what's expected of it.
-
- May 23, 2013
-
-
Dmitry E. Oboukhov authored
* Rewrite box.net.box: - connection process is in internal fiber, so connector can reconnect lost connections * Add box.fiber.wrap function that runs new detached fiber * Add some tests
-
- May 22, 2013
-
-
Dmitry Simonenko authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
- May 21, 2013
-
-
Dmitry E. Oboukhov authored
-
- Apr 25, 2013
-
-
- Apr 23, 2013
-
-
https://bugs.launchpad.net/tarantool/+bug/1131756Konstantin Osipov authored
Deprecate tarantool_box --cat.
-
- Apr 22, 2013
-
-
https://bugs.launchpad.net/tarantool/+bug/1170735Roman Tsisyk authored
This reverts commit 13054aaa.
-
- Apr 20, 2013
-
-
https://bugs.launchpad.net/tarantool/+bug/1170735Konstantin Osipov authored
Fix compile on older gccs.
-
- Apr 10, 2013
-
-
Roman Tsisyk authored
-
- Apr 08, 2013
-
-
Konstantin Osipov authored
A fix and a test case for Bug#1075677 "incorrect conversion from boolean lua value to tarantool tuple". Support boolean in conversion.
-
- Mar 13, 2013
-
-
Konstantin Osipov authored
Reorganize iproto parser (pickle) around two pointers at the request parsing position and request end. This makes the code more generic and easily usable in lua and with new buffered I/O. This also reduces the current widespread use of tbuf throughout entire code base (good for future maintainability of the code).
-
- Feb 26, 2013
-
-
Konstantin Osipov authored
-
Dmitry Isaikin authored
- auto_increment key start from '1' now Conflicts: test/big/tarantool.cfg
-
- Feb 21, 2013
-
-
Roman Tsisyk authored
-
Dmitry Simonenko authored
- Feb 20, 2013
-
-
Roman Tsisyk authored
- Feb 15, 2013
-
-
Konstantin Osipov authored
Use a single argument for mh_hash() and mh_eq().
-
Konstantin Osipov authored
In search for a bug in the hash index, cleanup its code: replace a redundant mh_replace with improved mh_put.
-
- Feb 14, 2013
-
-
Konstantin Osipov authored
-
- Feb 13, 2013
-
-
Roman Tsisyk authored
-
- Feb 12, 2013
-
-
Konstantin Osipov authored
-
- Feb 11, 2013
-
-
Konstantin Osipov authored
Preparation for addition of 't' format specifier in pack/unpack: move these functions to box_lua.m.
-
- Feb 08, 2013
-
-
Roman Tsisyk authored
-
Konstantin Osipov authored
-
Dmitry Simonenko authored
Conflicts: test/box/lua.result
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
- Feb 06, 2013
-
-
Konstantin Osipov authored
-
- Feb 05, 2013
-
-
Roman Tsisyk authored
-
- Feb 04, 2013
-
-
Dmitry E. Oboukhov authored
user can throw an exception with choised code.
-
- Jan 22, 2013
-
-
Roman Tsisyk authored
-
- Jan 21, 2013
-
-
Roman Tsisyk authored
-
- Jan 17, 2013
-
-
Konstantin Osipov authored
-