- 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
-
- Dec 13, 2012
-
-
Roman Tsisyk authored
-
Konstantin Osipov authored
-
- Dec 12, 2012
-
-
Roman Tsisyk authored
-
- Dec 06, 2012
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Roman Tsisyk authored
-
- Nov 29, 2012
-
-
Konstantin Osipov authored
-
Roman Tsisyk authored
-
- Nov 28, 2012
-
-
Roman Tsisyk authored
Reviewed-by:
Konstantin Osipov <kostja@tarantool.org>
-
Dmitry E. Oboukhov authored
-
- Nov 26, 2012
-
-
Roman Tsisyk authored
-
- Nov 23, 2012
-
-
Roman Tsisyk authored
-
- Nov 22, 2012
-
-
Roman Tsisyk authored
-
- Nov 21, 2012
-
-
Roman Tsisyk authored
-
- Nov 08, 2012
-
-
Roman Tsisyk authored
-
- Oct 25, 2012
-
-
Konstantin Osipov authored
Change sio_advance_iov to never modify iov vector in place. This allows for reuse of this function in a raw event loop, without fibers. Minor cleanups. Make memcached/noreply.test less race prone: flush all command is running in the event loop, and sometimes it doesn't get a chance to finish before we issue the next command.
-
- Oct 23, 2012
-
-
Dmitry E. Oboukhov authored
* join fiber->ready and fiber->ifc into one fiber->state * create fiber_yield_timeout function * channel uses fiber_yield_timeout * ipc test doesn't use fiber.sleep
-
- Oct 20, 2012
-
-
Konstantin Osipov authored
Move memcached to src/ Make iproto.m dependend on box/*, not vice versa. Remove box_ prefixes from test suite names. Initialize networking outside of box/. This makes Box a step closer to being just a storage layer for Tarantool. Still some ugly deps since box/ continues to manage local hot standby and memcached expire (todo: move it out).
-
Konstantin Osipov authored
-
- Oct 18, 2012
-
-
Dmitry E. Oboukhov authored
drop some ev_watchers from fiber structure.
-
- Oct 16, 2012
-
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
all functions use rlist: avoid spare foreaches
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
- Oct 15, 2012
-
-
Dmitry E. Oboukhov authored
-
- Oct 14, 2012
-
-
Konstantin Osipov authored
Move mod/box/ src/box. Fix broken packages. Rename tarantool_cpack.cmake to cpack.cmake.
-