Branch: refs/heads/master-valgrind
Home: https://github.com/mailru/tarantool
Commit: b6b3c22b3dcb35817fb21115c5c483a4b8a4bb3a
https://github.com/mailru/tarantool/commit/b6b3c22b3dcb35817fb21115c5c483a4b8a4bb3a
Author: Konstantin Osipov <[email protected]>
Date: 2011-07-13 (Wed, 13 Jul 2011)
Changed paths:
M .gitignore
M doc/user/configuration-reference.xml
M doc/user/connectors.xml
M doc/user/replication.xml
M doc/user/target.db
Log Message:
-----------
Various fixes: documentation, gitignore
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
Commit: ba46ef9740e2fcd4e5f0ee99c26084961f2f4f5c
https://github.com/mailru/tarantool/commit/ba46ef9740e2fcd4e5f0ee99c26084961f2f4f5c
Author: Konstantin Shulgin <[email protected]>
Date: 2011-07-13 (Wed, 13 Jul 2011)
Changed paths:
M test/box/snapshot.test
M test/box_memcached/cas.result
M test/box_memcached/cas.test
M test/box_memcached/expirations.test
M test/box_memcached/flags.result
M test/box_memcached/flags.test
M test/box_memcached/flush-all.test
M test/box_memcached/getset.test
M test/box_memcached/multiversioning.result
M test/box_memcached/multiversioning.test
M test/box_memcached/noreply.result
M test/box_memcached/noreply.test
M test/box_replication/consistent.test
M test/box_replication/hot_standby.test
M test/box_replication/swap.test
M test/lib/admin_connection.py
M test/lib/memcached_connection.py
M test/lib/tarantool_box_server.py
M test/lib/tarantool_connection.py
M test/lib/tarantool_preprocessor.py
M test/lib/tarantool_server.py
Log Message:
-----------
Refactoring: 'refactoring-python-preprocessor':
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.
Commit: 7dabb2ec2f8941ba586f6addf6b681e548fa6af7
https://github.com/mailru/tarantool/commit/7dabb2ec2f8941ba586f6addf6b681e548fa6af7
Author: Konstantin Shulgin <[email protected]>
Date: 2011-07-13 (Wed, 13 Jul 2011)
Changed paths:
M test/lib/tarantool_preprocessor.py
M test/tarantool
Log Message:
-----------
refactoring-python-preprocessor: review fixes
- token_is_identifier function was changed;
- TarantoolStreamReader was updated;
- admin connection in tarantool console client wax fixed.
Commit: 8cf9ef22856fa89839d9b6b8b5c0d540dd392c9f
https://github.com/mailru/tarantool/commit/8cf9ef22856fa89839d9b6b8b5c0d540dd392c9f
Author: Konstantin Shulgin <[email protected]>
Date: 2011-07-13 (Wed, 13 Jul 2011)
Changed paths:
M test/box/snapshot.test
M test/box_memcached/cas.result
M test/box_memcached/cas.test
M test/box_memcached/expirations.test
M test/box_memcached/flags.result
M test/box_memcached/flags.test
M test/box_memcached/flush-all.test
M test/box_memcached/getset.test
M test/box_memcached/multiversioning.result
M test/box_memcached/multiversioning.test
M test/box_memcached/noreply.result
M test/box_memcached/noreply.test
M test/box_replication/consistent.test
M test/box_replication/hot_standby.test
M test/box_replication/swap.test
M test/lib/admin_connection.py
M test/lib/memcached_connection.py
M test/lib/tarantool_box_server.py
M test/lib/tarantool_connection.py
M test/lib/tarantool_preprocessor.py
M test/lib/tarantool_server.py
M test/tarantool
Log Message:
-----------
Merge branch 'refactoring-python-preprocessor'
Commit: 505361c5862e3c50d0b6219a10ad319992172714
https://github.com/mailru/tarantool/commit/505361c5862e3c50d0b6219a10ad319992172714
Author: Konstantin Shulgin <[email protected]>
Date: 2011-07-13 (Wed, 13 Jul 2011)
Changed paths:
M .gitignore
M doc/user/configuration-reference.xml
M doc/user/connectors.xml
M doc/user/replication.xml
M doc/user/target.db
Log Message:
-----------
Merge branch 'master' of github.com:mailru/tarantool
Commit: 1d16d8f365e37605285c2ad7379a09e6e44a6c37
https://github.com/mailru/tarantool/commit/1d16d8f365e37605285c2ad7379a09e6e44a6c37
Author: Konstantin Osipov <[email protected]>
Date: 2011-07-14 (Thu, 14 Jul 2011)
Changed paths:
M test/tarantool
Log Message:
-----------
Fix test/tarantool to work correctly with non-default host/port.
Commit: 07ec816656156efe55b32b4928825cbc69d0a6be
https://github.com/mailru/tarantool/commit/07ec816656156efe55b32b4928825cbc69d0a6be
Author: Konstantin Osipov <[email protected]>
Date: 2011-07-14 (Thu, 14 Jul 2011)
Changed paths:
M doc/box-protocol.txt
M mod/box/box.m
Log Message:
-----------
Implement blueprint delete-box-return-tuple
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.
Commit: 0509df41bfd66c04e889f29de2938b2169eade66
https://github.com/mailru/tarantool/commit/0509df41bfd66c04e889f29de2938b2169eade66
Author: Konstantin Osipov <[email protected]>
Date: 2011-07-14 (Thu, 14 Jul 2011)
Changed paths:
M core/CMakeLists.txt
M mod/box/CMakeLists.txt
M test/CMakeLists.txt
A test/box/CMakeLists.txt
M test/box/protocol.test
M test/lib/test_suite.py
M third_party/CMakeLists.txt
Log Message:
-----------
Fix out-of-source builds. Improve luajit build.
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).
Commit: 25118a844ef30230c71b6fbf68106fb886306b4e
https://github.com/mailru/tarantool/commit/25118a844ef30230c71b6fbf68106fb886306b4e
Author: Dmitry Simonenko <[email protected]>
Date: 2011-07-18 (Mon, 18 Jul 2011)
Changed paths:
M cfg/tarantool_box_cfg.c
M core/CMakeLists.txt
M core/fiber.m
M core/log_io.m
M core/tarantool.m
M include/log_io.h
M include/tarantool.h
M mod/box/box.m
M mod/box/index.h
M mod/box/index.m
M mod/box/memcached.h
M mod/box/memcached.m
A mod/box/tarantool.cfg
A mod/box/tarantool.log
A mod/box/vg.log
A mod/box/vg.sup
M third_party/proctitle.c
M third_party/valgrind/memcheck.h
M third_party/valgrind/valgrind.h
Log Message:
-----------
resolving memory leaks
Commit: 47db1156d5d524dc3b622ec3d2ae573c25afdd45
https://github.com/mailru/tarantool/commit/47db1156d5d524dc3b622ec3d2ae573c25afdd45
Author: Dmitry Simonenko <[email protected]>
Date: 2011-07-18 (Mon, 18 Jul 2011)
Changed paths:
M .gitignore
M core/CMakeLists.txt
M doc/box-protocol.txt
M doc/user/configuration-reference.xml
M doc/user/connectors.xml
M doc/user/replication.xml
M doc/user/target.db
M mod/box/CMakeLists.txt
M mod/box/box.m
M test/CMakeLists.txt
A test/box/CMakeLists.txt
M test/box/protocol.test
M test/box/snapshot.test
M test/box_memcached/cas.result
M test/box_memcached/cas.test
M test/box_memcached/expirations.test
M test/box_memcached/flags.result
M test/box_memcached/flags.test
M test/box_memcached/flush-all.test
M test/box_memcached/getset.test
M test/box_memcached/multiversioning.result
M test/box_memcached/multiversioning.test
M test/box_memcached/noreply.result
M test/box_memcached/noreply.test
M test/box_replication/consistent.test
M test/box_replication/hot_standby.test
M test/box_replication/swap.test
M test/lib/admin_connection.py
M test/lib/memcached_connection.py
M test/lib/tarantool_box_server.py
M test/lib/tarantool_connection.py
M test/lib/tarantool_preprocessor.py
M test/lib/tarantool_server.py
M test/lib/test_suite.py
M test/tarantool
M third_party/CMakeLists.txt
Log Message:
-----------
Merge branch 'master' of github.com:mailru/tarantool into master-valgrind
Commit: a1c3efb52cd0dcf7be556f6652e8c02a9268c037
https://github.com/mailru/tarantool/commit/a1c3efb52cd0dcf7be556f6652e8c02a9268c037
Author: Dmitry Simonenko <[email protected]>
Date: 2011-07-18 (Mon, 18 Jul 2011)
Changed paths:
M core/tarantool.m
M mod/box/tarantool.log
M mod/box/vg.log
M mod/box/vg.sup
Log Message:
-----------
resolving memory leaks
Compare: https://github.com/mailru/tarantool/compare/d8b4c01...a1c3efb
_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help : https://help.launchpad.net/ListHelp