Branch: refs/heads/tarantool-snap-v2
Home: https://github.com/mailru/tarantool
Commit: 1562809717d3576a7ef94b20b8f0d282d7c7eb82
https://github.com/mailru/tarantool/commit/1562809717d3576a7ef94b20b8f0d282d7c7eb82
Author: Eugine Blikh <[email protected]>
Date: 2013-07-01 (Mon, 01 Jul 2013)
Changed paths:
M test/replication/memcached.test
Log Message:
-----------
Fix of race condition in replication/memcached.test, some code cleanup
Commit: 21471b7909402ed0e72e9b3acb31f9b0c7af7941
https://github.com/mailru/tarantool/commit/21471b7909402ed0e72e9b3acb31f9b0c7af7941
Author: Roman Tsisyk <[email protected]>
Date: 2013-07-02 (Tue, 02 Jul 2013)
Changed paths:
M test/lib/server.py
Log Message:
-----------
Fix Bug#1196939 "Test engine kills all processes in some cases"
Commit: 29225ab4791e1a385c0e014f9222852b9734fa16
https://github.com/mailru/tarantool/commit/29225ab4791e1a385c0e014f9222852b9734fa16
Author: Roman Tsisyk <[email protected]>
Date: 2013-07-02 (Tue, 02 Jul 2013)
Changed paths:
M src/lua/init.cc
Log Message:
-----------
Fix Bug#1099062 "Incorrect exception handling in lua startup script"
Commit: ba9d397147854f2a26dbac23b11c9ec7b157fd92
https://github.com/mailru/tarantool/commit/ba9d397147854f2a26dbac23b11c9ec7b157fd92
Author: Roman Tsisyk <[email protected]>
Date: 2013-07-02 (Tue, 02 Jul 2013)
Changed paths:
M include/lua/init.h
M include/palloc.h
M src/box/box_lua.cc
M src/box/request.cc
M src/box/tuple.cc
M src/box/tuple.h
M src/lua/init.cc
Log Message:
-----------
Use lua_newuserdata instead of palloc in tuple:transform (Bug#1194056)
Commit: 93e547ab30fdba6367dc1212c361d34bec1594f8
https://github.com/mailru/tarantool/commit/93e547ab30fdba6367dc1212c361d34bec1594f8
Author: Konstantin Osipov <[email protected]>
Date: 2013-07-03 (Wed, 03 Jul 2013)
Changed paths:
M test/replication/memcached.test
Log Message:
-----------
Merge branch 'tt-mem-repl-fix' into stable
Commit: ba885646dddd763763ce57d0c6eb408bfe0d1892
https://github.com/mailru/tarantool/commit/ba885646dddd763763ce57d0c6eb408bfe0d1892
Author: Konstantin Osipov <[email protected]>
Date: 2013-07-03 (Wed, 03 Jul 2013)
Changed paths:
M test/replication/memcached.test
Log Message:
-----------
Merge remote-tracking branch 'origin/stable'
Conflicts:
test/replication/memcached.test
third_party/luajit
Commit: 9bf4e34f5279db4725296928e2e4183cd95b1237
https://github.com/mailru/tarantool/commit/9bf4e34f5279db4725296928e2e4183cd95b1237
Author: Konstantin Osipov <[email protected]>
Date: 2013-07-03 (Wed, 03 Jul 2013)
Changed paths:
M include/errcode.h
M src/box/CMakeLists.txt
M src/box/box_lua.cc
M src/box/index.cc
M src/box/index.h
A src/box/key_def.cc
A src/box/key_def.h
M src/box/space.cc
M src/box/space.h
M src/box/tuple.cc
M test/box/lua_misc.result
M test/lib/sql_ast.py
Log Message:
-----------
Move struct key_def into an own header.
Move struct key_def into an own header.
Rename key_def methods to follow the coding style.
Rename field_data_type to field_type.
Instead of panicking on key_def initialization
error, throw an exception.
Commit: 63aaf187d040a8cab07bfdbfe1abaf2126c37b10
https://github.com/mailru/tarantool/commit/63aaf187d040a8cab07bfdbfe1abaf2126c37b10
Author: Konstantin Osipov <[email protected]>
Date: 2013-07-03 (Wed, 03 Jul 2013)
Changed paths:
M include/box/box.h
M include/tarantool.h
M src/box/box.cc
M src/box/key_def.h
M src/box/space.cc
M src/box/space.h
M src/memcached.cc
M src/tarantool.cc
Log Message:
-----------
Refactor space_new() so that it's used universally.
Refactor space cache code, create indexes
in space_create().
Remove init_storage option.
Commit: dae4dce8802cb218a5a7aaf3f59f04dc889700b6
https://github.com/mailru/tarantool/commit/dae4dce8802cb218a5a7aaf3f59f04dc889700b6
Author: Konstantin Osipov <[email protected]>
Date: 2013-07-03 (Wed, 03 Jul 2013)
Changed paths:
M src/box/space.cc
M src/box/space.h
Log Message:
-----------
Remove unused code & obsolete comment.
Commit: c317dad2abd21da18a9b33dbe703d4874e622ad6
https://github.com/mailru/tarantool/commit/c317dad2abd21da18a9b33dbe703d4874e622ad6
Author: Konstantin Osipov <[email protected]>
Date: 2013-07-05 (Fri, 05 Jul 2013)
Changed paths:
M src/box/box.cc
M src/box/box_lua.cc
M src/box/key_def.h
M src/box/request.cc
M src/box/space.cc
M src/box/space.h
M src/box/tuple.cc
M src/box/tuple.h
Log Message:
-----------
tuple-formats-v4: introduce a (so far defunct) format framework.
Use formats when creating tuples.
Store format id in the tuple.
Commit: 3488e25603407a14f322693446a338065fce68d9
https://github.com/mailru/tarantool/commit/3488e25603407a14f322693446a338065fce68d9
Author: Konstantin Osipov <[email protected]>
Date: 2013-07-05 (Fri, 05 Jul 2013)
Changed paths:
M test/unit/base64.c
Log Message:
-----------
Fix failing base64.test
Commit: d2a75d1c0bd9ad9ba4e9e000e7d9676cc04f79c1
https://github.com/mailru/tarantool/commit/d2a75d1c0bd9ad9ba4e9e000e7d9676cc04f79c1
Author: Roman Tsisyk <[email protected]>
Date: 2013-07-05 (Fri, 05 Jul 2013)
Changed paths:
M client/tarantool_checksum/tc_space.c
M src/box/space.cc
Log Message:
-----------
Fix mh_xxx_del inside space_delete(). Fix mh_foreach with mh_xxx_del.
Commit: c8b87dc7696bff484981c55dff9dad0118ea662c
https://github.com/mailru/tarantool/commit/c8b87dc7696bff484981c55dff9dad0118ea662c
Author: Konstantin Osipov <[email protected]>
Date: 2013-07-05 (Fri, 05 Jul 2013)
Changed paths:
M src/box/tuple.cc
M src/box/tuple.h
Log Message:
-----------
Speed up tuple_compare().
Commit: 37165131201370be012a77ca41f5f01dbc990131
https://github.com/mailru/tarantool/commit/37165131201370be012a77ca41f5f01dbc990131
Author: Konstantin Osipov <[email protected]>
Date: 2013-07-05 (Fri, 05 Jul 2013)
Changed paths:
M client/tarantool_checksum/tc_space.c
M src/box/space.cc
Log Message:
-----------
Merge branch 'master' of github.com:mailru/tarantool
Commit: ca4987e76c38a8d5367195de32061192caa720de
https://github.com/mailru/tarantool/commit/ca4987e76c38a8d5367195de32061192caa720de
Author: Konstantin Osipov <[email protected]>
Date: 2013-07-05 (Fri, 05 Jul 2013)
Changed paths:
M src/box/box.cc
M src/box/key_def.cc
M src/box/key_def.h
M src/box/space.cc
Log Message:
-----------
Make space->max_fieldno actually mean what the name says.
Commit: 6c8d4fc7cc81e2578ab2834121a41fffbba096ed
https://github.com/mailru/tarantool/commit/6c8d4fc7cc81e2578ab2834121a41fffbba096ed
Author: Konstantin Osipov <[email protected]>
Date: 2013-07-05 (Fri, 05 Jul 2013)
Changed paths:
M src/box/tuple.cc
M src/box/tuple.h
Log Message:
-----------
Implement static field offsets in the format (tuple-format-v4).
Commit: 343eb470419167f10ef48a8aab69cb5df7e3a93c
https://github.com/mailru/tarantool/commit/343eb470419167f10ef48a8aab69cb5df7e3a93c
Author: Konstantin Osipov <[email protected]>
Date: 2013-07-08 (Mon, 08 Jul 2013)
Changed paths:
M src/box/box.cc
M src/box/space.cc
M src/box/space.h
M src/box/tuple.cc
M src/box/tuple.h
M src/tarantool.cc
Log Message:
-----------
Implement dynamic tuple field offsets.
Save tuple field offsets for indexed fields in the tuple.
Merge tuple validation and initialization of field maps in the tuple.
Make formats work for an incorrect tuple.
Make tuple_field() inline.
Commit: d4a22c6dc17997679ee150a81a163b55215f5b6b
https://github.com/mailru/tarantool/commit/d4a22c6dc17997679ee150a81a163b55215f5b6b
Author: Konstantin Osipov <[email protected]>
Date: 2013-07-08 (Mon, 08 Jul 2013)
Changed paths:
M client/tarantool_checksum/tc_space.c
M include/box/box.h
M include/errcode.h
M include/lua/init.h
M include/palloc.h
M include/tarantool.h
M src/box/CMakeLists.txt
M src/box/box.cc
M src/box/box_lua.cc
M src/box/index.cc
M src/box/index.h
A src/box/key_def.cc
A src/box/key_def.h
M src/box/request.cc
M src/box/space.cc
M src/box/space.h
M src/box/tuple.cc
M src/box/tuple.h
M src/lua/init.cc
M src/memcached.cc
M src/tarantool.cc
M test/box/lua_misc.result
M test/lib/server.py
M test/lib/sql_ast.py
M test/replication/memcached.test
M test/unit/base64.c
Log Message:
-----------
Merge branch 'master' into tarantool-snap-v2
Commit: 5061c20133858b2f493bac1d719b1672a48744b2
https://github.com/mailru/tarantool/commit/5061c20133858b2f493bac1d719b1672a48744b2
Author: Konstantin Osipov <[email protected]>
Date: 2013-07-08 (Mon, 08 Jul 2013)
Changed paths:
M .gitignore
M CMakeLists.txt
A client/tarancheck/CMakeLists.txt
A client/tarancheck/tc_config.c
A client/tarancheck/tc_config.h
A client/tarancheck/tc_file.c
A client/tarancheck/tc_file.h
A client/tarancheck/tc_generate.c
A client/tarancheck/tc_generate.h
A client/tarancheck/tc_hash.h
A client/tarancheck/tc_key.h
A client/tarancheck/tc_main.c
A client/tarancheck/tc_options.c
A client/tarancheck/tc_options.h
A client/tarancheck/tc_space.c
A client/tarancheck/tc_space.h
A client/tarancheck/tc_verify.c
A client/tarancheck/tc_verify.h
A client/tarantar/CMakeLists.txt
A client/tarantar/compat.c
A client/tarantar/config.c
A client/tarantar/config.h
A client/tarantar/cursor.c
A client/tarantar/cursor.h
A client/tarantar/hash.h
A client/tarantar/indexate.c
A client/tarantar/indexate.h
A client/tarantar/key.h
A client/tarantar/main.c
A client/tarantar/options.c
A client/tarantar/options.h
A client/tarantar/ref.c
A client/tarantar/ref.h
A client/tarantar/sha1.c
A client/tarantar/sha1.h
A client/tarantar/snapshot.c
A client/tarantar/snapshot.h
A client/tarantar/space.c
A client/tarantar/space.h
A client/tarantar/ts.h
A client/tarantar/update.cc
A client/tarantar/update.h
R client/tarantool_checksum/CMakeLists.txt
R client/tarantool_checksum/tc_config.c
R client/tarantool_checksum/tc_config.h
R client/tarantool_checksum/tc_file.c
R client/tarantool_checksum/tc_file.h
R client/tarantool_checksum/tc_generate.c
R client/tarantool_checksum/tc_generate.h
R client/tarantool_checksum/tc_hash.h
R client/tarantool_checksum/tc_key.h
R client/tarantool_checksum/tc_main.c
R client/tarantool_checksum/tc_options.c
R client/tarantool_checksum/tc_options.h
R client/tarantool_checksum/tc_space.c
R client/tarantool_checksum/tc_space.h
R client/tarantool_checksum/tc_verify.c
R client/tarantool_checksum/tc_verify.h
R client/tarantool_snap/CMakeLists.txt
R client/tarantool_snap/compat.c
R client/tarantool_snap/config.c
R client/tarantool_snap/config.h
R client/tarantool_snap/cursor.c
R client/tarantool_snap/cursor.h
R client/tarantool_snap/hash.h
R client/tarantool_snap/indexate.c
R client/tarantool_snap/indexate.h
R client/tarantool_snap/key.h
R client/tarantool_snap/main.c
R client/tarantool_snap/options.c
R client/tarantool_snap/options.h
R client/tarantool_snap/ref.c
R client/tarantool_snap/ref.h
R client/tarantool_snap/sha1.c
R client/tarantool_snap/sha1.h
R client/tarantool_snap/snapshot.c
R client/tarantool_snap/snapshot.h
R client/tarantool_snap/space.c
R client/tarantool_snap/space.h
R client/tarantool_snap/ts.h
R client/tarantool_snap/update.cc
R client/tarantool_snap/update.h
Log Message:
-----------
Rename tarantool_checksum to tarancheck, tarantool_snap to tarantar.
Compare: https://github.com/mailru/tarantool/compare/54bc3265630a...5061c2013385
_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help : https://help.launchpad.net/ListHelp