- Feb 26, 2013
-
-
Dmitry Isaikin authored
- auto_increment key start from '1' now Conflicts: test/big/tarantool.cfg
-
- Feb 15, 2013
-
-
Konstantin Osipov authored
Use a single argument for mh_hash() and mh_eq().
-
- 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
-
- Feb 07, 2013
-
-
Konstantin Osipov authored
-
Roman Tsisyk authored
-
Dmitry Simonenko authored
-
Dmitry Simonenko 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.
-
- Feb 02, 2013
-
-
Konstantin Osipov authored
-
- Feb 01, 2013
-
-
Konstantin Osipov authored
Inline bio_socket_close(). Don't allow connect/bind on a non-empty socket:this is error-prone. Don't allow connect/bind on a socket which is already connected/bound/used for something else. This is error-prone. Move bind_addrinfo to evio layer. Don't create iobuf without need. In close(), set iobuf to NULL. Timeouts are not exceptions. Merge _timeout and other calls in coio.
-
- Jan 31, 2013
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
- Jan 30, 2013
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
- Jan 25, 2013
-
-
Konstantin Osipov authored
Do not throw exceptions from coeio_connect_addrinfo() if timeout. Rename box.io to box.socket.
-
Roman Tsisyk authored
-
Dmitry Simonenko authored
-
- Jan 17, 2013
-
-
Roman Tsisyk authored
-
- Jan 16, 2013
-
-
Dmitry Simonenko authored
-
- Jan 11, 2013
-
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
- Jan 10, 2013
-
-
Konstantin Osipov authored
Move third_party library compilation to the top level (less directory traversal). Provide an option for using system LibEIO/libobjc. Enforce a naming convention for cmake/ scripts (Find* and Build*). Move ev and eio wrappers to third-party (todo: delete them completely). There is one (known) problem with this patch: tarantool --version now prints incorrect compile flags. To be fixed in a separate patch.
-
Dmitry Simonenko authored
-
- Jan 09, 2013
-
-
Dmitry Simonenko authored
-
Konstantin Osipov authored
Since connect/disconnect events in iproto run outside fiber context, queue execution of on_connect/on_disconnect triggers through the request queue. Generalize the request queue for that purpose. Implement a framework for on_connect/on_disconnect triggers and Lua bindings for it. Add tests and docs.
-
Dmitry Simonenko authored
-
- Dec 29, 2012
-
-
Dmitry Simonenko authored
-
- Dec 24, 2012
-
-
Konstantin Osipov authored
Move Box API declarations to box.h. Make box.h a public header. Add comments to box functions. Rename fuctions accordingly. Make includes for connector/c more local.
-
- Dec 17, 2012
-
-
Konstantin Osipov authored
-
- Dec 14, 2012
-
-
Roman Tsisyk authored
-