- Aug 18, 2011
-
-
Konstantin Shulgin authored
Test envirment: - stop server routine was updated; - valgring start options was updated. Valgrind: - suppressions was updated.
-
Konstantin Shulgin authored
* process handle routines in test enviroment was updated.
-
- Aug 17, 2011
-
-
Dmitry Simonenko authored
-
- Aug 15, 2011
-
-
Dmitry Simonenko authored
Conflicts: core/tarantool.m test/box/valgrind.sup test/lib/server.py * atexit memory freeing scheme * reachable allocations cleanup
-
Dmitry Simonenko authored
* core signal handling sigaction -> libev * suppresion file updated
-
- Jul 20, 2011
-
-
Dmitry Simonenko authored
* test-suite valgrind support
-
- Jul 19, 2011
-
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
- Jul 18, 2011
-
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
- Jul 14, 2011
-
-
Konstantin Osipov authored
Touch the generated files at configure to avoid unnecessary rebuild. Fix out-of-source builds and tests (test/box/protocol.test was the main offender).
-
Konstantin Osipov authored
In DELETE, support flag BOX_RETURN_TUPLE. A community request from Alexandre Kalendarev. In the new DELETE (21) command, one can specify delete flags. If BOX_RETURN_TUPLE is set, return the old (deleted) tuple to the client. Update doc/box-protocol.txt to reflect the new (21) DELETE and its extended response format.
-
Konstantin Osipov authored
-
- Jul 13, 2011
-
-
Konstantin Shulgin authored
-
Konstantin Shulgin authored
-
Konstantin Shulgin authored
- token_is_identifier function was changed; - TarantoolStreamReader was updated; - admin connection in tarantool console client wax fixed.
-
Konstantin Shulgin authored
tarantool preprocessor routine was changed: - Now 'exec obj ...' command will translate to obj.execute(...); - New command 'send' and 'recv' was added. 'send obj ...' and 'recv obj ...' will translate to 'obj.send(...)' and 'obj.recv(...)' respectively; - New command modifiers 'silent' and 'verbose' was added. Verbose (silent = False) value is default. Tests - box, box_big, box_memcached, box_replication was updated.
-
Konstantin Osipov authored
Update the user guide with new links to configuration file, and changes to replication configuration parameters, now that feeder-in-core has been pushed. Add lua generated files to .gitignore
-
- Jul 12, 2011
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Fix bugs in spawner child handling, performed at shutdown: - shutdown children more portably - remove races with lost SIGCHLD - do not self-terminate when doing kill(0, signal) (sending signal to entire process group). Clean up custom_proc_title handling and fiber names.
-
- Jul 11, 2011
-
-
Konstantin Shulgin authored
-
Konstantin Shulgin authored
-
Konstantin Shulgin authored
Write mehtod in the TarantoolConnection class was updated.
-
Konstantin Osipov authored
Allow fiber_io_* on an fd which is ! fiber->fd, and remove inbox2sock/sock2inbox in replication.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Fix a merge error (remove debug print).
-
Konstantin Shulgin authored
Write method in the MemcachedConnection class was overlapped for correct work with memcached protocols. Memcached tests was cleanupped.
-
Konstantin Osipov authored
Remove one memory leak in recovery_follow_remote.
-
Konstantin Osipov authored
Rename hot_standby back to local_hot_standby. Let's not break compatibility without a strong need. Merge replication_source_ipaddr and replication_source_port to a single variable, replication_source, to be able to provide a list of sources in future.
-
- Jul 08, 2011
-
-
Konstantin Osipov authored
Update comments in the configuration file. Remove custom proc title for replication, use custom_proc_title of the main process. Renames.
-
Yuriy Vostrikov authored
-
- Jul 07, 2011
-
-
Yuriy Vostrikov authored
-
Konstantin Shulgin authored
the tarantool logger process was changed from tee to cat.
-
Konstantin Shulgin authored
Conflicts: cfg/tarantool_box_cfg.c cfg/tarantool_box_cfg.cfg cfg/tarantool_box_cfg.h cfg/tarantool_feeder_cfg.c cfg/tarantool_feeder_cfg.h core/exception.m core/fiber.m core/log_io.m core/log_io_remote.m include/fiber.h mod/box/box.h mod/box/box.m mod/box/box_cfg.cfg_tmpl mod/box/memcached.m mod/box/memcached.rl mod/feeder/feeder.m test/box_replication/common.result test/box_replication/suite.ini test/lib/admin_connection.py test/lib/box_connection.py test/lib/server.py test/lib/sql_ast.py test/lib/tarantool_box_server.py test/lib/tarantool_connection.py test/lib/tarantool_feeder_server.py test/lib/tarantool_server.py
-
- Jul 06, 2011
-
-
Konstantin Osipov authored
Make sure we do not try to modify data in read-only mode via memcached port.
-
Konstantin Osipov authored
Update test results, and the Python client.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-