Branch: refs/heads/connector-c
Home: https://github.com/mailru/tarantool
Commit: e08439028fd4faf30200b44c4f2d0963322363d3
https://github.com/mailru/tarantool/commit/e08439028fd4faf30200b44c4f2d0963322363d3
Author: Konstantin Osipov <[email protected]>
Date: 2011-11-01 (Tue, 01 Nov 2011)
Changed paths:
M doc/user/configuration-reference.xml
Log Message:
-----------
Fix a bug in the configuration reference.
Commit: a11a2760bdbda1730644bebaac8f3091bf2e74a4
https://github.com/mailru/tarantool/commit/a11a2760bdbda1730644bebaac8f3091bf2e74a4
Author: Konstantin Osipov <[email protected]>
Date: 2011-11-01 (Tue, 01 Nov 2011)
Changed paths:
M core/tarantool.m
M test/box/lua.result
M test/box/lua.test
Log Message:
-----------
Fix compilation failure when BFD is not installed.
Fix a compile failiure when BFD is not installed.
Make test results execution-order independent (fiber
id depends on how many fibers were created so far).
Commit: ceeb998a69b7378005d4241986d9c86fbfc4439d
https://github.com/mailru/tarantool/commit/ceeb998a69b7378005d4241986d9c86fbfc4439d
Author: Konstantin Osipov <[email protected]>
Date: 2011-11-03 (Thu, 03 Nov 2011)
Changed paths:
M doc/user/language-reference.xml
Log Message:
-----------
Update memcached protocol information.
Commit: b00d7b0692071f050edef45949ac5e26e7286356
https://github.com/mailru/tarantool/commit/b00d7b0692071f050edef45949ac5e26e7286356
Author: Konstantin Osipov <[email protected]>
Date: 2011-11-03 (Thu, 03 Nov 2011)
Changed paths:
M core/tarantool.m
M test/box/lua.result
M test/box/lua.test
Log Message:
-----------
Merge branch 'master' of github.com:mailru/tarantool
Commit: bb75288d6c221464f9841920d6fcdbee080235c3
https://github.com/mailru/tarantool/commit/bb75288d6c221464f9841920d6fcdbee080235c3
Author: Konstantin Osipov <[email protected]>
Date: 2011-11-04 (Fri, 04 Nov 2011)
Changed paths:
M core/assoc.m
M include/assoc.h
M include/mhash.h
Log Message:
-----------
Blueprint incremental-rehash: review fixes.
Add comments.
Rewrite put_slot loop to make it *both* clear and efficient.
There is no need to check for equality in put_slot loop
once we meet first non-dirty element: a non-dirty
link indicates the end of the collision chain.
Do not move elements up the chain in put_slot loop:
we may use index in the hash/tree as tuple
id in secondary keys.
Commit: 32ea11e2c703c28a7e87e2f4f6a43037f67bfa96
https://github.com/mailru/tarantool/commit/32ea11e2c703c28a7e87e2f4f6a43037f67bfa96
Author: Konstantin Osipov <[email protected]>
Date: 2011-11-04 (Fri, 04 Nov 2011)
Changed paths:
M CMakeLists.txt
M client/CMakeLists.txt
A client/tarantool/CMakeLists.txt
A client/tarantool/tnt.c
A client/tarantool/tnt_admin.c
A client/tarantool/tnt_admin.h
M connector/c/CMakeLists.txt
M connector/c/include/tnt.h
A connector/c/include/tnt_call.h
M connector/c/include/tnt_opt.h
M connector/c/include/tnt_proto.h
M connector/c/include/tnt_recv.h
A connector/c/sql/CMakeLists.txt
A connector/c/sql/tnt_lex.c
A connector/c/sql/tnt_lex.h
A connector/c/sql/tnt_sql.c
A connector/c/sql/tnt_sql.h
A connector/c/sql/tnt_utf8.c
A connector/c/sql/tnt_utf8.h
M connector/c/tnt.c
A connector/c/tnt_call.c
M connector/c/tnt_io.c
M connector/c/tnt_opt.c
M connector/c/tnt_recv.c
M connector/c/tnt_update.c
M connector/php/README
A connector/php/exampleCall.php
M connector/php/tarantool.c
M connector/php/tarantool.h
M core/CMakeLists.txt
M core/admin.m
M core/admin.rl
M core/fiber.m
M core/log_io.m
M core/log_io_remote.m
M core/replication.m
M core/tarantool.m
M core/tarantool_lua.m
M doc/box-protocol.txt
M doc/user/configuration-reference.xml
M doc/user/errcode.xml
R doc/user/namespace.xml
M doc/user/preface.xml
A doc/user/space.xml
M doc/user/target.db
M include/errcode.h
M include/fiber.h
M include/tarantool.h
M mod/box/box.h
M mod/box/box.lua
M mod/box/box.m
M mod/box/box_lua.m
M mod/box/index.h
M mod/box/index.m
M mod/box/memcached.m
M test/CMakeLists.txt
M test/box/args.result
M test/box/args.test
M test/box/connector.c
M test/box/lua.result
M test/box/lua.test
M test/box/reconfigure.result
M test/box/reconfigure.test
M test/box/sql.result
M test/box/sql.test
R test/box/tarantool_bug735140.cfg
A test/box/tarantool_bug750658.cfg
M test/box/tarantool_good.cfg
M test/box_big/lua.result
M test/box_big/lua.test
M test/box_big/sql.result
M test/box_big/sql.test
M test/box_big/tarantool.cfg
A test/box_big/tree_pk.result
A test/box_big/tree_pk.test
M test/lib/box_connection.py
M test/lib/server.py
M test/lib/sql_ast.py
M test/lib/tarantool_connection.py
M third_party/CMakeLists.txt
R third_party/daemon.c
M third_party/luajit/src/Makefile
M third_party/sptree.h
Log Message:
-----------
Merge branch 'master' into core-mhash
Conflicts:
mod/box/box.m
mod/box/index.m
Commit: 2b8d193a60370b6d5cc6ee2e190a27b8d13f0b72
https://github.com/mailru/tarantool/commit/2b8d193a60370b6d5cc6ee2e190a27b8d13f0b72
Author: Dmitry Simonenko <[email protected]>
Date: 2011-11-07 (Mon, 07 Nov 2011)
Changed paths:
M cmake/tarantool_cpack.cmake
Log Message:
-----------
cpack: proper package creating with git revision
Commit: 1e37ab303a2882190306eab0e156d25731f32ee7
https://github.com/mailru/tarantool/commit/1e37ab303a2882190306eab0e156d25731f32ee7
Author: Dmitry Simonenko <[email protected]>
Date: 2011-11-07 (Mon, 07 Nov 2011)
Changed paths:
M cmake/tarantool_cpack.cmake
Log Message:
-----------
cpack: proper naming for source package
Commit: 00f7a8e8f37e36e899243affa65da767c73542d5
https://github.com/mailru/tarantool/commit/00f7a8e8f37e36e899243affa65da767c73542d5
Author: Konstantin Osipov <[email protected]>
Date: 2011-11-07 (Mon, 07 Nov 2011)
Changed paths:
M include/mhash.h
M test/box_big/sql.result
Log Message:
-----------
Blueprint incremental-rehash: post-merge fixes.
Fix a bug in next slot calculation (creeped in with
code review fixes).
Commit: 4e7357972c10767d36e3593d588d80e6cb3c1069
https://github.com/mailru/tarantool/commit/4e7357972c10767d36e3593d588d80e6cb3c1069
Author: Konstantin Osipov <[email protected]>
Date: 2011-11-07 (Mon, 07 Nov 2011)
Changed paths:
M cmake/tarantool_cpack.cmake
M doc/user/language-reference.xml
Log Message:
-----------
Merge branch 'master' of github.com:mailru/tarantool
Commit: c7a5b5ed2ba078532d23a87e1d36f520130879f6
https://github.com/mailru/tarantool/commit/c7a5b5ed2ba078532d23a87e1d36f520130879f6
Author: Konstantin Osipov <[email protected]>
Date: 2011-11-07 (Mon, 07 Nov 2011)
Changed paths:
M CMakeLists.txt
Log Message:
-----------
Release 1.4.3 - gamma version of 1.4 branch.
Commit: f9dbd6eb7b599e9c0be765c67ff4644594f8c6df
https://github.com/mailru/tarantool/commit/f9dbd6eb7b599e9c0be765c67ff4644594f8c6df
Author: Konstantin Osipov <[email protected]>
Date: 2011-11-09 (Wed, 09 Nov 2011)
Changed paths:
M .gitignore
M test/tarantool
Log Message:
-----------
Gitignore client/tarantool/tarantool. Use it instead of Python client.
Commit: 45804c69886cf9660b40efa9e7ca729ef38aaa6a
https://github.com/mailru/tarantool/commit/45804c69886cf9660b40efa9e7ca729ef38aaa6a
Author: Konstantin Osipov <[email protected]>
Date: 2011-11-09 (Wed, 09 Nov 2011)
Changed paths:
A doc/www-data/global.css
A doc/www-data/index.html
A doc/www-data/index.ru.html
A doc/www-data/robots.txt
A doc/www-data/tarantool.png
A doc/www-data/tnt.css
A doc/www-data/yandex_5850d4f0ae375477.html
Log Message:
-----------
Add tarantool.org contents to revision control.
Commit: 00f7062d86b34dafa60b2b83399ce5c22adae2c3
https://github.com/mailru/tarantool/commit/00f7062d86b34dafa60b2b83399ce5c22adae2c3
Author: Konstantin Osipov <[email protected]>
Date: 2011-11-09 (Wed, 09 Nov 2011)
Changed paths:
M doc/www-data/index.html
M doc/www-data/index.ru.html
Log Message:
-----------
Update index to the latest release.
Commit: ae240afc5416ef02b831c3050b31fedacc498448
https://github.com/mailru/tarantool/commit/ae240afc5416ef02b831c3050b31fedacc498448
Author: Konstantin Osipov <[email protected]>
Date: 2011-11-09 (Wed, 09 Nov 2011)
Changed paths:
A doc/www-data/bg_header.png
Log Message:
-----------
www-data: add a missing file.
Commit: 8a030c4fc31d19d1bb84c00749155cbae182f359
https://github.com/mailru/tarantool/commit/8a030c4fc31d19d1bb84c00749155cbae182f359
Author: Konstantin Osipov <[email protected]>
Date: 2011-11-09 (Wed, 09 Nov 2011)
Changed paths:
M test/box/lua.result
M test/box/lua.test
Log Message:
-----------
Fix a buildbot test failure.
Commit: 1f3b749fdea8ae3656fc15317ee154874a1a0d11
https://github.com/mailru/tarantool/commit/1f3b749fdea8ae3656fc15317ee154874a1a0d11
Author: Konstantin Osipov <[email protected]>
Date: 2011-11-09 (Wed, 09 Nov 2011)
Changed paths:
M mod/box/box_lua.m
M test/box/lua.result
M test/box/lua.test
Log Message:
-----------
Lua: make it possible to return Lua tables in the binary protocol.
Commit: 4dd9bc1463de174eba0da4226e1a1ed1621fdce5
https://github.com/mailru/tarantool/commit/4dd9bc1463de174eba0da4226e1a1ed1621fdce5
Author: Konstantin Osipov <[email protected]>
Date: 2011-11-10 (Thu, 10 Nov 2011)
Changed paths:
M core/admin.m
M core/admin.rl
M core/fiber.m
M core/iproto.m
M core/log_io.m
M core/log_io_remote.m
M core/pickle.m
M core/replication.m
M core/tarantool.m
M core/tarantool_lua.m
M core/tbuf.m
M include/fiber.h
M include/tbuf.h
M mod/box/CMakeLists.txt
M mod/box/box.m
M mod/box/box_lua.m
M mod/box/memcached-grammar.m
M mod/box/memcached-grammar.rl
M mod/box/memcached.m
Log Message:
-----------
Rename tbuf->len -> tbuf->size, tbuf->size -> tbuf->capacity.
An intermediate step, use size0 for 'size' temporarily,
to ensure there are no compilation errors.
This is a code review of Konstantin Shulgin's branch
refactoring-tbuf.
Commit: 472a61521de7922c0d119812b88482a135e1c65e
https://github.com/mailru/tarantool/commit/472a61521de7922c0d119812b88482a135e1c65e
Author: Konstantin Osipov <[email protected]>
Date: 2011-11-10 (Thu, 10 Nov 2011)
Changed paths:
M core/admin.m
M core/admin.rl
M core/fiber.m
M core/iproto.m
M core/log_io.m
M core/log_io_remote.m
M core/pickle.m
M core/replication.m
M core/tarantool.m
M core/tarantool_lua.m
M core/tbuf.m
M include/fiber.h
M include/tbuf.h
M mod/box/box.m
M mod/box/box_lua.m
M mod/box/memcached-grammar.m
M mod/box/memcached-grammar.rl
M mod/box/memcached.m
Log Message:
-----------
Rename tbuf->size0 -> tbuf->size.
Commit: 4c21cf8848558f78711a543900b1f743a244c3b6
https://github.com/mailru/tarantool/commit/4c21cf8848558f78711a543900b1f743a244c3b6
Author: Konstantin Osipov <[email protected]>
Date: 2011-11-12 (Sat, 12 Nov 2011)
Changed paths:
M doc/developer/developer.xml
M doc/user/CMakeLists.txt
M doc/user/language-reference.xml
M doc/user/tutorial.xml
Log Message:
-----------
Lua: addcitional documentation in the user guide.
Commit: 9ab3e5cec47292b17ceb9b8f8d18217d2632bdec
https://github.com/mailru/tarantool/commit/9ab3e5cec47292b17ceb9b8f8d18217d2632bdec
Author: Konstantin Osipov <[email protected]>
Date: 2011-11-12 (Sat, 12 Nov 2011)
Changed paths:
M doc/user/data-model.xml
M doc/user/language-reference.xml
M doc/user/replication.xml
A doc/user/stored-programs.xml
M doc/user/target.db
M doc/user/tutorial.xml
Log Message:
-----------
Lua: start extending the manual with Lua docs.
Start extending the manual with Lua stored programs.
Commit: bfd79ec5211004e9a43ebe82751b8898d788e3f2
https://github.com/mailru/tarantool/commit/bfd79ec5211004e9a43ebe82751b8898d788e3f2
Author: Konstantin Osipov <[email protected]>
Date: 2011-11-14 (Mon, 14 Nov 2011)
Changed paths:
M README
M doc/user/connectors.xml
M doc/user/errcode.xml
M doc/user/replication.xml
M doc/user/stored-programs.xml
M doc/user/target.db
M doc/user/tnt.css
M mod/box/box.lua
M mod/box/box_lua.m
M test/box/lua.result
Log Message:
-----------
Lua: continue extending the user guide.
Commit: 04dd14bd0c5d4cb5b4753d67417f549fdac93a8e
https://github.com/mailru/tarantool/commit/04dd14bd0c5d4cb5b4753d67417f549fdac93a8e
Author: Dmitry Simonenko <[email protected]>
Date: 2011-11-15 (Tue, 15 Nov 2011)
Changed paths:
M CMakeLists.txt
M cmake/tarantool_cpack.cmake
A extra/CMakeLists.txt
A extra/tarantool_box
A extra/tarantool_box.sh
Log Message:
-----------
RPM package build support
Commit: e8a3778f8a839f33ed992396a1519ab0ba8be049
https://github.com/mailru/tarantool/commit/e8a3778f8a839f33ed992396a1519ab0ba8be049
Author: Dmitry Simonenko <[email protected]>
Date: 2011-11-15 (Tue, 15 Nov 2011)
Changed paths:
M README
M doc/user/connectors.xml
M doc/user/errcode.xml
M doc/user/replication.xml
M doc/user/stored-programs.xml
M doc/user/target.db
M doc/user/tnt.css
M mod/box/box.lua
M mod/box/box_lua.m
M test/box/lua.result
Log Message:
-----------
Merge branch 'master' of github.com:mailru/tarantool
Commit: f6dac5f96f98c5a4d2a18fc74e0106464132d73b
https://github.com/mailru/tarantool/commit/f6dac5f96f98c5a4d2a18fc74e0106464132d73b
Author: Dmitry Simonenko <[email protected]>
Date: 2011-11-15 (Tue, 15 Nov 2011)
Changed paths:
M extra/CMakeLists.txt
Log Message:
-----------
RPM scripts installation path fix
Commit: b28d28c4dfe39ad0c7a1be940b2329f3c78ce077
https://github.com/mailru/tarantool/commit/b28d28c4dfe39ad0c7a1be940b2329f3c78ce077
Author: Dmitry Simonenko <[email protected]>
Date: 2011-11-15 (Tue, 15 Nov 2011)
Changed paths:
M cmake/tarantool_cpack.cmake
Log Message:
-----------
proper path resolving fix for CPACK RPM bug
Commit: 4b84d11ef9a2b86431dcb7ddcc204a158596c627
https://github.com/mailru/tarantool/commit/4b84d11ef9a2b86431dcb7ddcc204a158596c627
Author: Dmitry Simonenko <[email protected]>
Date: 2011-11-15 (Tue, 15 Nov 2011)
Changed paths:
M cmake/tarantool_cpack.cmake
Log Message:
-----------
proper CPACK RPM versioning
Commit: 86c0745cda500405051d6ad3014a51d41f3e4851
https://github.com/mailru/tarantool/commit/86c0745cda500405051d6ad3014a51d41f3e4851
Author: Dmitry Simonenko <[email protected]>
Date: 2011-11-16 (Wed, 16 Nov 2011)
Changed paths:
M CMakeLists.txt
M client/CMakeLists.txt
M client/tarantool/CMakeLists.txt
M client/tarantool/tnt.c
M client/tarantool/tnt_admin.c
M connector/c/CMakeLists.txt
R connector/c/Doxyfile
A connector/c/README
R connector/c/include/tnt.h
R connector/c/include/tnt_buf.h
R connector/c/include/tnt_call.h
R connector/c/include/tnt_delete.h
R connector/c/include/tnt_error.h
R connector/c/include/tnt_insert.h
R connector/c/include/tnt_io.h
R connector/c/include/tnt_leb128.h
R connector/c/include/tnt_main.h
R connector/c/include/tnt_mem.h
R connector/c/include/tnt_memcache.h
R connector/c/include/tnt_memcache_val.h
R connector/c/include/tnt_opt.h
R connector/c/include/tnt_ping.h
R connector/c/include/tnt_proto.h
R connector/c/include/tnt_queue.h
R connector/c/include/tnt_recv.h
R connector/c/include/tnt_select.h
R connector/c/include/tnt_tuple.h
R connector/c/include/tnt_update.h
R connector/c/sql/CMakeLists.txt
R connector/c/sql/tnt_lex.c
R connector/c/sql/tnt_lex.h
R connector/c/sql/tnt_sql.c
R connector/c/sql/tnt_sql.h
R connector/c/sql/tnt_utf8.c
R connector/c/sql/tnt_utf8.h
R connector/c/tnt.c
A connector/c/tnt/CMakeLists.txt
A connector/c/tnt/include/tnt.h
A connector/c/tnt/include/tnt_buf.h
A connector/c/tnt/include/tnt_call.h
A connector/c/tnt/include/tnt_delete.h
A connector/c/tnt/include/tnt_enc.h
A connector/c/tnt/include/tnt_insert.h
A connector/c/tnt/include/tnt_iter.h
A connector/c/tnt/include/tnt_mem.h
A connector/c/tnt/include/tnt_ping.h
A connector/c/tnt/include/tnt_proto.h
A connector/c/tnt/include/tnt_reply.h
A connector/c/tnt/include/tnt_select.h
A connector/c/tnt/include/tnt_stream.h
A connector/c/tnt/include/tnt_tuple.h
A connector/c/tnt/include/tnt_update.h
A connector/c/tnt/tnt_buf.c
A connector/c/tnt/tnt_call.c
A connector/c/tnt/tnt_delete.c
A connector/c/tnt/tnt_enc.c
A connector/c/tnt/tnt_insert.c
A connector/c/tnt/tnt_iter.c
A connector/c/tnt/tnt_mem.c
A connector/c/tnt/tnt_ping.c
A connector/c/tnt/tnt_reply.c
A connector/c/tnt/tnt_select.c
A connector/c/tnt/tnt_stream.c
A connector/c/tnt/tnt_tuple.c
A connector/c/tnt/tnt_update.c
R connector/c/tnt_buf.c
R connector/c/tnt_call.c
R connector/c/tnt_delete.c
R connector/c/tnt_insert.c
R connector/c/tnt_io.c
R connector/c/tnt_leb128.c
R connector/c/tnt_mem.c
R connector/c/tnt_memcache.c
R connector/c/tnt_memcache_val.c
R connector/c/tnt_opt.c
R connector/c/tnt_ping.c
R connector/c/tnt_recv.c
R connector/c/tnt_select.c
R connector/c/tnt_tuple.c
R connector/c/tnt_update.c
A connector/c/tntnet/CMakeLists.txt
A connector/c/tntnet/include/tnt_io.h
A connector/c/tntnet/include/tnt_iob.h
A connector/c/tntnet/include/tnt_net.h
A connector/c/tntnet/include/tnt_opt.h
A connector/c/tntnet/tnt_io.c
A connector/c/tntnet/tnt_iob.c
A connector/c/tntnet/tnt_net.c
A connector/c/tntnet/tnt_opt.c
A connector/c/tntsql/CMakeLists.txt
A connector/c/tntsql/include/tnt_lex.h
A connector/c/tntsql/include/tnt_queue.h
A connector/c/tntsql/include/tnt_sql.h
A connector/c/tntsql/include/tnt_utf8.h
A connector/c/tntsql/tnt_lex.c
A connector/c/tntsql/tnt_sql.c
A connector/c/tntsql/tnt_utf8.c
M test/CMakeLists.txt
R test/box/connector.c
R test/box/connector.result
R test/box/connector.test
M test/box/protocol.c
A test/box/protocol.reject
A test/connector_c/connector.result
A test/connector_c/connector.test
A test/connector_c/suite.ini
A test/connector_c/tarantool.cfg
A test/connector_c/tt.c
Log Message:
-----------
connector/c: old connector/c has been rewriten to properly support
output to user specified buffers
connector/c/tnt: main client library
connector/c/tntsql: sql parser library
connector/c/tntnet: network io library
test/connector_c: test suite for connector/c libraries
Compare: https://github.com/mailru/tarantool/compare/22dac19...86c0745
_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help : https://help.launchpad.net/ListHelp