Branch: refs/heads/master-stable
Home: https://github.com/mailru/tarantool
Commit: 4db7eda11d0506bd1c1384cb1931b1b02a22cfe7
https://github.com/mailru/tarantool/commit/4db7eda11d0506bd1c1384cb1931b1b02a22cfe7
Author: Aleksey Demakov <[email protected]>
Date: 2012-06-28 (Thu, 28 Jun 2012)
Changed paths:
M mod/box/index.h
M mod/box/index.m
Log Message:
-----------
Use a C-function instead of the Index method for key parts check.
Commit: 6e759a50ba3548b54cb07f6182f277d28b5b66bb
https://github.com/mailru/tarantool/commit/6e759a50ba3548b54cb07f6182f277d28b5b66bb
Author: Dmitry Simonenko <[email protected]>
Date: 2012-07-03 (Tue, 03 Jul 2012)
Changed paths:
M connector/c/include/tarantool/tnt_lex.h
M connector/c/tntsql/tnt_lex.c
M connector/c/tntsql/tnt_sql.c
M test/connector_c/tt.c
Log Message:
-----------
tntsql-u64: sql parser support for 64bit numbers added
Commit: 962a7c3af77a53a1ee656a9016037e5ee42e4110
https://github.com/mailru/tarantool/commit/962a7c3af77a53a1ee656a9016037e5ee42e4110
Author: Dmitry Simonenko <[email protected]>
Date: 2012-07-09 (Mon, 09 Jul 2012)
Changed paths:
M test/connector_c/xlog_rpl.test
Log Message:
-----------
macos-fix-xlog_rpl: somehow python subprocess.wait act broken
under Mac OS (unreasonable stalls), changing to the subprocess.communicate with
the same
functonality
Commit: 762eb8f5a63c75495e0b680623a1694c30282a7d
https://github.com/mailru/tarantool/commit/762eb8f5a63c75495e0b680623a1694c30282a7d
Author: Konstantin Osipov <[email protected]>
Date: 2012-07-10 (Tue, 10 Jul 2012)
Changed paths:
M mod/box/index.h
M mod/box/index.m
Log Message:
-----------
Merge branch 'index-traits'
Manually resolve conflicts (new ObjC runtime).
Conflicts:
mod/box/index.h
Commit: a076e41140a8a4a17404f648bba92e92f7492ee5
https://github.com/mailru/tarantool/commit/a076e41140a8a4a17404f648bba92e92f7492ee5
Author: Konstantin Osipov <[email protected]>
Date: 2012-07-10 (Tue, 10 Jul 2012)
Changed paths:
M test/connector_c/xlog_rpl.test
Log Message:
-----------
Merge branch 'macos-fix-xlog_rpl'
Commit: 050575e565933eb8e3ade845599c0beae73eba6c
https://github.com/mailru/tarantool/commit/050575e565933eb8e3ade845599c0beae73eba6c
Author: Konstantin Osipov <[email protected]>
Date: 2012-07-10 (Tue, 10 Jul 2012)
Changed paths:
M connector/c/include/tarantool/tnt_lex.h
M connector/c/tntsql/tnt_lex.c
M connector/c/tntsql/tnt_sql.c
M test/connector_c/tt.c
Log Message:
-----------
Merge branch 'tntsql-i64'
Commit: 7c3e08342a87483fabe126295ac4812533bbe89e
https://github.com/mailru/tarantool/commit/7c3e08342a87483fabe126295ac4812533bbe89e
Author: Dmitry Simonenko <[email protected]>
Date: 2012-07-10 (Tue, 10 Jul 2012)
Changed paths:
M cmake/libobjc.cmake
Log Message:
-----------
out-of-source building fix
Commit: 93aed3737f8b19680d3b31ca38141d0780cb1791
https://github.com/mailru/tarantool/commit/93aed3737f8b19680d3b31ca38141d0780cb1791
Author: Konstantin Osipov <[email protected]>
Date: 2012-07-10 (Tue, 10 Jul 2012)
Changed paths:
M doc/www-data.in/download.cmake
Log Message:
-----------
Update download instructions for Debian.
Commit: 061c98a82621e386f948363cd905e92fd0c533e8
https://github.com/mailru/tarantool/commit/061c98a82621e386f948363cd905e92fd0c533e8
Author: Dmitry E. Oboukhov <[email protected]>
Date: 2012-07-10 (Tue, 10 Jul 2012)
Changed paths:
M debian/changelog
Log Message:
-----------
debian uploading
Commit: bf180d6fa65700af14b793e5340ad8e435bef22e
https://github.com/mailru/tarantool/commit/bf180d6fa65700af14b793e5340ad8e435bef22e
Author: Konstantin Osipov <[email protected]>
Date: 2012-07-11 (Wed, 11 Jul 2012)
Changed paths:
M doc/www-data.in/download.cmake
Log Message:
-----------
Add a Russian translation for the download page.
Commit: ff9d62fb6e3472fac9a79658887ebdf46d028cc9
https://github.com/mailru/tarantool/commit/ff9d62fb6e3472fac9a79658887ebdf46d028cc9
Author: Konstantin Osipov <[email protected]>
Date: 2012-07-11 (Wed, 11 Jul 2012)
Changed paths:
M doc/www-data.in/download.cmake
Log Message:
-----------
Add a reference to homebrew recipe for Mac OS X.
Commit: 93643adaa38418bf3656cd92a71768fbab59b984
https://github.com/mailru/tarantool/commit/93643adaa38418bf3656cd92a71768fbab59b984
Author: Konstantin Osipov <[email protected]>
Date: 2012-07-12 (Thu, 12 Jul 2012)
Changed paths:
M .gitignore
M test/unit/CMakeLists.txt
A test/unit/objc_catchcxx.m
A test/unit/objc_catchcxx.result
A test/unit/objc_catchcxx.test
A test/unit/objc_finally.m
A test/unit/objc_finally.result
A test/unit/objc_finally.test
M third_party/libobjc/eh_personality.c
Log Message:
-----------
Fix a regression with nested @finally introduced with a new runtime.
Fix a regression with nested @finally not being
called, introduced in 1.4.7 release.
Big thanks to David Chisnall for a swift fix in GNUStep Objective C
runtime.
Add unit tests for two Objective C runtime properties:
nested finally handling and ability to catch C++ exceptions.
Commit: 7e27b595f19590651d21d069ab6d65cd4d6067d4
https://github.com/mailru/tarantool/commit/7e27b595f19590651d21d069ab6d65cd4d6067d4
Author: Konstantin Osipov <[email protected]>
Date: 2012-07-12 (Thu, 12 Jul 2012)
Changed paths:
M src/tarantool_lua.m
A test/box_memcached/lua.result
A test/box_memcached/lua.test
Log Message:
-----------
A fix and a test case for Bug#1024201 Can't access memcached_space from Lua
Add a Lua binding for the implicitly configured memcached space.
Add a test.
Commit: bb3e0d4e9bd7ae43a322780e86bf77a21a98b498
https://github.com/mailru/tarantool/commit/bb3e0d4e9bd7ae43a322780e86bf77a21a98b498
Author: Dmitry E. Oboukhov <[email protected]>
Date: 2012-07-13 (Fri, 13 Jul 2012)
Changed paths:
M debian/changelog
Log Message:
-----------
upload current version to debian
Commit: 60bd699f4205ddb54a42dcd0c51ade3c64bfc68c
https://github.com/mailru/tarantool/commit/60bd699f4205ddb54a42dcd0c51ade3c64bfc68c
Author: Dmitry Simonenko <[email protected]>
Date: 2012-07-17 (Tue, 17 Jul 2012)
Changed paths:
M connector/c/tnt/tnt_iter.c
M test/connector_c/tt.c
Log Message:
-----------
libtnt_iter_fix: fix for bug #1025547
https://bugs.launchpad.net/tarantool/+bug/1025547
Commit: 668721776ee24adc3424dc97286939d12073b6fb
https://github.com/mailru/tarantool/commit/668721776ee24adc3424dc97286939d12073b6fb
Author: Konstantin Osipov <[email protected]>
Date: 2012-07-23 (Mon, 23 Jul 2012)
Changed paths:
M include/fiber.h
M src/fiber.m
M src/tarantool_lua.m
M test/box/box_fiber.lua
M test/box/lua.result
M test/box/lua.test
Log Message:
-----------
A fix and a test case for Bug#911641
A fix and a test case for Bug#911641
"box.fiber.sleep() works incorrectly if a fiber is attached".
Use symmetric scheduling for attached fibers. This allows box.insert(),
box.update(), box.delete() box.fiber.sleep() in an attached
fiber just the same way as in a detached one.
Add tests.
Now it's possible to resume() a fiber created in another fiber.
Commit: ed93c6ef90399adec9f07e514e6eec5e1b7b808b
https://github.com/mailru/tarantool/commit/ed93c6ef90399adec9f07e514e6eec5e1b7b808b
Author: Konstantin Osipov <[email protected]>
Date: 2012-07-23 (Mon, 23 Jul 2012)
Changed paths:
M debian/changelog
Log Message:
-----------
Merge branch 'master' of github.com:mailru/tarantool
Commit: 0f3702d7d9b73d4abc2c6fc294a442b356cec8fd
https://github.com/mailru/tarantool/commit/0f3702d7d9b73d4abc2c6fc294a442b356cec8fd
Author: Konstantin Osipov <[email protected]>
Date: 2012-07-23 (Mon, 23 Jul 2012)
Changed paths:
M test/box/lua.result
Log Message:
-----------
Add a result file.
Commit: 4e3db4941f3d37d6d8399c20a6d32678a31a7e1a
https://github.com/mailru/tarantool/commit/4e3db4941f3d37d6d8399c20a6d32678a31a7e1a
Author: Konstantin Osipov <[email protected]>
Date: 2012-07-23 (Mon, 23 Jul 2012)
Changed paths:
M connector/c/tnt/tnt_iter.c
M test/connector_c/tt.c
Log Message:
-----------
Merge branch 'libtnt_iter_fix'
Commit: 1a1015882359d4fb519ca837d918af34bf8bb54b
https://github.com/mailru/tarantool/commit/1a1015882359d4fb519ca837d918af34bf8bb54b
Author: Konstantin Osipov <[email protected]>
Date: 2012-07-23 (Mon, 23 Jul 2012)
Changed paths:
M test/connector_c/connector.result
Log Message:
-----------
Add a test result (Bug#1025547)
Compare: https://github.com/mailru/tarantool/compare/d3edb928aa85...1a1015882359
_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help : https://help.launchpad.net/ListHelp