Branch: refs/heads/bug-cat-command
  Home:   https://github.com/mailru/tarantool

  Commit: 8d4a95aba7f48e42fd6a49077ee0b35addce8804
      
https://github.com/mailru/tarantool/commit/8d4a95aba7f48e42fd6a49077ee0b35addce8804
  Author: Aleksey Demakov <[email protected]>
  Date:   2011-12-15 (Thu, 15 Dec 2011)

  Changed paths:
    M cfg/tarantool_box_cfg.c
  A test/box_big/configuration.result
  A test/box_big/configuration.test
  M test/box_big/tarantool.cfg

  Log Message:
  -----------
  fix regression with space config gaps (bug #903742)


  Commit: 5cfb4af53032675fa70e8b1f91f4d84ef4a80b7c
      
https://github.com/mailru/tarantool/commit/5cfb4af53032675fa70e8b1f91f4d84ef4a80b7c
  Author: Konstantin Osipov <[email protected]>
  Date:   2011-12-15 (Thu, 15 Dec 2011)

  Changed paths:
    M core/palloc.m
  M doc/box-protocol.txt
  M doc/sql.txt
  M doc/user/CMakeLists.txt
  M doc/user/data-model.xml
  M doc/user/language-reference.xml
  M doc/user/preface.xml

  Log Message:
  -----------
  Misc fixes in the manual. Print totals in show palloc.


  Commit: 205f0caa4cec114c95d5a89fd67b35eddd15dd02
      
https://github.com/mailru/tarantool/commit/205f0caa4cec114c95d5a89fd67b35eddd15dd02
  Author: Konstantin Osipov <[email protected]>
  Date:   2011-12-15 (Thu, 15 Dec 2011)

  Changed paths:
    M client/tarantool/tnt.c
  M connector/c/tntsql/tnt_lex.c
  M connector/c/tntsql/tnt_sql.c
  M test/connector_c/tt.c

  Log Message:
  -----------
  Merge branch 'master' of github.com:mailru/tarantool


  Commit: d259a427602a5483ae47e930a18c39ba4c9abfde
      
https://github.com/mailru/tarantool/commit/d259a427602a5483ae47e930a18c39ba4c9abfde
  Author: Aleksey Demakov <[email protected]>
  Date:   2011-12-15 (Thu, 15 Dec 2011)

  Changed paths:
    M test/box/configuration.result
  M test/box/configuration.test
  R test/box_big/configuration.result
  R test/box_big/configuration.test

  Log Message:
  -----------
  consolidate space array gap tests


  Commit: 7b0177cc26aff35824b7588a305006549b25b785
      
https://github.com/mailru/tarantool/commit/7b0177cc26aff35824b7588a305006549b25b785
  Author: Konstantin Osipov <[email protected]>
  Date:   2011-12-15 (Thu, 15 Dec 2011)

  Changed paths:
    M doc/user/stored-programs.xml

  Log Message:
  -----------
  User guide: add more data on stored programs.


  Commit: ddd487d622616fcb5695318fd28957bca874117c
      
https://github.com/mailru/tarantool/commit/ddd487d622616fcb5695318fd28957bca874117c
  Author: Aleksey Demakov <[email protected]>
  Date:   2011-12-15 (Thu, 15 Dec 2011)

  Changed paths:
    M test/box_big/tarantool.cfg

  Log Message:
  -----------
  revert box_big/tarantool.cfg after space array test consolidation


  Commit: d3e6180cd1ba5643a8f114b9f3167c215e976a64
      
https://github.com/mailru/tarantool/commit/d3e6180cd1ba5643a8f114b9f3167c215e976a64
  Author: Aleksey Demakov <[email protected]>
  Date:   2011-12-15 (Thu, 15 Dec 2011)

  Changed paths:
    M cfg/tarantool_box_cfg.c
  M test/box/configuration.result
  M test/box/configuration.test

  Log Message:
  -----------
  Merge branch 'fix-space-gaps'


  Commit: 940661bd3ddd6fb7f9a5c790e33896a428ab03e8
      
https://github.com/mailru/tarantool/commit/940661bd3ddd6fb7f9a5c790e33896a428ab03e8
  Author: Aleksey Demakov <[email protected]>
  Date:   2011-12-15 (Thu, 15 Dec 2011)

  Changed paths:
    M test/box/configuration.result
  M test/box/configuration.test
  A test/box/tarantool_bug876541.cfg

  Log Message:
  -----------
  add test for subsecond wal_fsync_delay (bug #876541)


  Commit: aae60a47a4b8e5b9b462482bbb198603d64c8e2e
      
https://github.com/mailru/tarantool/commit/aae60a47a4b8e5b9b462482bbb198603d64c8e2e
  Author: Yuriy Nevinitsin <[email protected]>
  Date:   2011-12-16 (Fri, 16 Dec 2011)

  Changed paths:
    M connector/perl/lib/MR/Tarantool/Box.pm
  M connector/perl/lib/MR/Tarantool/Box/Singleton.pm

  Log Message:
  -----------
  [connector][perl] fix singleton declare_stored_procedure; check tuple at 
insert


  Commit: 5f2d3003d0c52601623a0f1b812a085c128095d7
      
https://github.com/mailru/tarantool/commit/5f2d3003d0c52601623a0f1b812a085c128095d7
  Author: Konstantin Shulgin <[email protected]>
  Date:   2011-12-16 (Fri, 16 Dec 2011)

  Changed paths:
    R connector/php/exampleCall.php
  R connector/php/exampleInsert.php
  R connector/php/exampleSelect.php
  R connector/php/exampleUpdate.php
  M connector/php/tarantool.c
  M connector/php/tarantool.h
  A connector/php/test/admin.phpt
  A connector/php/test/bin/run-test.bash
  A connector/php/test/call.phpt
  A connector/php/test/delete.phpt
  A connector/php/test/errors.phpt
  A connector/php/test/etc/php.ini
  A connector/php/test/etc/tarantool_box.cfg
  A connector/php/test/insert.phpt
  A connector/php/test/lib/lua/test.lua
  A connector/php/test/lib/php/tarantool_utest.php
  A connector/php/test/run-test
  A connector/php/test/select.phpt
  A connector/php/test/update_fields.phpt

  Log Message:
  -----------
  feature-php-driver-improve:

initial implementarion of new php driver.


  Commit: 0e6625d0d3b9fe78ee96227baa5941dfdbd3dc5c
      
https://github.com/mailru/tarantool/commit/0e6625d0d3b9fe78ee96227baa5941dfdbd3dc5c
  Author: Konstantin Shulgin <[email protected]>
  Date:   2011-12-16 (Fri, 16 Dec 2011)

  Changed paths:
    R connector/php/exampleCall.php
  R connector/php/exampleInsert.php
  R connector/php/exampleSelect.php
  R connector/php/exampleUpdate.php
  M connector/php/tarantool.c
  M connector/php/tarantool.h
  A connector/php/test/admin.phpt
  A connector/php/test/bin/run-test.bash
  A connector/php/test/call.phpt
  A connector/php/test/delete.phpt
  A connector/php/test/errors.phpt
  A connector/php/test/etc/php.ini
  A connector/php/test/etc/tarantool_box.cfg
  A connector/php/test/insert.phpt
  A connector/php/test/lib/lua/test.lua
  A connector/php/test/lib/php/tarantool_utest.php
  A connector/php/test/run-test
  A connector/php/test/select.phpt
  A connector/php/test/update_fields.phpt

  Log Message:
  -----------
  Merge branch 'feature-php-driver-improve'


  Commit: 719b834a792641d2b119dac1b8c087b67ce08e31
      
https://github.com/mailru/tarantool/commit/719b834a792641d2b119dac1b8c087b67ce08e31
  Author: Dmitry Simonenko <[email protected]>
  Date:   2011-12-16 (Fri, 16 Dec 2011)

  Changed paths:
    M connector/c/tnt/tnt_call.c
  M connector/c/tntnet/tnt_io.c
  M test/connector_c/connector.result
  M test/connector_c/tt.c

  Log Message:
  -----------
  connector/c: tnt_call no args fix, test added


  Commit: 4674ef5be466d0ce09a33e665cfdeed2692897f7
      
https://github.com/mailru/tarantool/commit/4674ef5be466d0ce09a33e665cfdeed2692897f7
  Author: Dmitry Simonenko <[email protected]>
  Date:   2011-12-16 (Fri, 16 Dec 2011)

  Changed paths:
    R connector/php/exampleCall.php
  R connector/php/exampleInsert.php
  R connector/php/exampleSelect.php
  R connector/php/exampleUpdate.php
  M connector/php/tarantool.c
  M connector/php/tarantool.h
  A connector/php/test/admin.phpt
  A connector/php/test/bin/run-test.bash
  A connector/php/test/call.phpt
  A connector/php/test/delete.phpt
  A connector/php/test/errors.phpt
  A connector/php/test/etc/php.ini
  A connector/php/test/etc/tarantool_box.cfg
  A connector/php/test/insert.phpt
  A connector/php/test/lib/lua/test.lua
  A connector/php/test/lib/php/tarantool_utest.php
  A connector/php/test/run-test
  A connector/php/test/select.phpt
  A connector/php/test/update_fields.phpt

  Log Message:
  -----------
  Merge branch 'master' of github.com:mailru/tarantool


  Commit: aaf65013f13392afe7f9952b2446cc529ef638f0
      
https://github.com/mailru/tarantool/commit/aaf65013f13392afe7f9952b2446cc529ef638f0
  Author: Yuriy Nevinitsin <[email protected]>
  Date:   2011-12-16 (Fri, 16 Dec 2011)

  Changed paths:
    M connector/perl/lib/MR/Tarantool/Box.pm
  M connector/perl/lib/MR/Tarantool/Box/Singleton.pm

  Log Message:
  -----------
  [connector][perl] fix misc methods and docs; default_raw support


  Commit: d36580ad9502db675a00088a108686ba847b23b1
      
https://github.com/mailru/tarantool/commit/d36580ad9502db675a00088a108686ba847b23b1
  Author: Konstantin Osipov <[email protected]>
  Date:   2011-12-16 (Fri, 16 Dec 2011)

  Changed paths:
    M doc/user/stored-programs.xml

  Log Message:
  -----------
  User guide: add a few examples for stored programs.


  Commit: 764edad4a95dc60a696185a4aa82ff54c91de0b7
      
https://github.com/mailru/tarantool/commit/764edad4a95dc60a696185a4aa82ff54c91de0b7
  Author: Konstantin Osipov <[email protected]>
  Date:   2011-12-16 (Fri, 16 Dec 2011)

  Changed paths:
    M connector/c/tnt/tnt_call.c
  M connector/c/tntnet/tnt_io.c
  R connector/php/exampleCall.php
  R connector/php/exampleInsert.php
  R connector/php/exampleSelect.php
  R connector/php/exampleUpdate.php
  M connector/php/tarantool.c
  M connector/php/tarantool.h
  A connector/php/test/admin.phpt
  A connector/php/test/bin/run-test.bash
  A connector/php/test/call.phpt
  A connector/php/test/delete.phpt
  A connector/php/test/errors.phpt
  A connector/php/test/etc/php.ini
  A connector/php/test/etc/tarantool_box.cfg
  A connector/php/test/insert.phpt
  A connector/php/test/lib/lua/test.lua
  A connector/php/test/lib/php/tarantool_utest.php
  A connector/php/test/run-test
  A connector/php/test/select.phpt
  A connector/php/test/update_fields.phpt
  M test/connector_c/connector.result
  M test/connector_c/tt.c

  Log Message:
  -----------
  Merge branch 'master' of github.com:mailru/tarantool


  Commit: 62e014a08cd27d446f01b9e9f6be36f63ee96f12
      
https://github.com/mailru/tarantool/commit/62e014a08cd27d446f01b9e9f6be36f63ee96f12
  Author: Konstantin Osipov <[email protected]>
  Date:   2011-12-16 (Fri, 16 Dec 2011)

  Changed paths:
    M core/tarantool_lua.m
  M doc/user/stored-programs.xml
  M test/box/lua.result
  M test/box/lua.test

  Log Message:
  -----------
  A fix and a test case for Bug#901674

A fix and a test case for Bug#901674
"No way to inspect exceptions from Box in Lua"

Implenent pcall which works correctly with Objective C
exceptions.


  Commit: 7526051c15f1eb49fd8607989fba75b84a4bfe25
      
https://github.com/mailru/tarantool/commit/7526051c15f1eb49fd8607989fba75b84a4bfe25
  Author: Konstantin Shulgin <[email protected]>
  Date:   2011-12-19 (Mon, 19 Dec 2011)

  Changed paths:
    M connector/php/tarantool.c
  M connector/php/test/call.phpt
  M connector/php/test/delete.phpt
  M connector/php/test/lib/php/tarantool_utest.php
  M connector/php/test/update_fields.phpt

  Log Message:
  -----------
  feature-php-driver-refactoring:

The function raise_exception was deleted, for exception the function
zend_throw_exception_ex is using.
Now send/recv functions is a part of I/O buffer interface.
Functions read_*_io_buf was moved to io_buf_*.


  Commit: 149712696d8aff76ff56c3f3f49bbe1e0be38301
      
https://github.com/mailru/tarantool/commit/149712696d8aff76ff56c3f3f49bbe1e0be38301
  Author: Dmitry Simonenko <[email protected]>
  Date:   2011-12-19 (Mon, 19 Dec 2011)

  Changed paths:
    M client/tarantool/CMakeLists.txt
  M core/fiber.m
  M core/log_io_remote.m
  M mod/box/CMakeLists.txt
  M mod/box/box_lua.m
  M mod/box/index.m
  M test/CMakeLists.txt
  A test/box/CMakeLists.txt
  A test/connector_c/CMakeLists.txt

  Log Message:
  -----------
  Bug #905938: Building out of source fixes


  Commit: 661e3b4754c074d1de5a02ee1aed20bce4a8f6a6
      
https://github.com/mailru/tarantool/commit/661e3b4754c074d1de5a02ee1aed20bce4a8f6a6
  Author: Dmitry Simonenko <[email protected]>
  Date:   2011-12-19 (Mon, 19 Dec 2011)

  Changed paths:
    M mod/box/CMakeLists.txt
  M test/CMakeLists.txt

  Log Message:
  -----------
  removed old comments


  Commit: 440d46262c903b057ab5f88005af11b698e2ec5e
      
https://github.com/mailru/tarantool/commit/440d46262c903b057ab5f88005af11b698e2ec5e
  Author: Konstantin Shulgin <[email protected]>
  Date:   2011-12-19 (Mon, 19 Dec 2011)

  Changed paths:
    M connector/php/tarantool.c
  M connector/php/test/call.phpt
  M connector/php/test/delete.phpt
  M connector/php/test/insert.phpt
  M connector/php/test/lib/php/tarantool_utest.php
  M connector/php/test/update_fields.phpt

  Log Message:
  -----------
  feature-php-driver-refactoring:

Error test from server's responce was added to exceptions.


  Commit: c211caf69d09d39dcb18af96088df0e074d2460e
      
https://github.com/mailru/tarantool/commit/c211caf69d09d39dcb18af96088df0e074d2460e
  Author: Konstantin Shulgin <[email protected]>
  Date:   2011-12-19 (Mon, 19 Dec 2011)

  Changed paths:
    M connector/php/tarantool.c
  M connector/php/test/call.phpt
  M connector/php/test/delete.phpt
  M connector/php/test/insert.phpt
  M connector/php/test/lib/php/tarantool_utest.php
  M connector/php/test/update_fields.phpt

  Log Message:
  -----------
  Merge branch 'feature-php-driver-refactoring'


  Commit: e97561b79536d83b8d56c40c4f5d17a937ec7dea
      
https://github.com/mailru/tarantool/commit/e97561b79536d83b8d56c40c4f5d17a937ec7dea
  Author: Konstantin Osipov <[email protected]>
  Date:   2011-12-19 (Mon, 19 Dec 2011)

  Changed paths:
    M core/tarantool.m

  Log Message:
  -----------
  Merge branch 'bug-cat-command'


  Commit: effae4b3c01553f6288ce41cab9e3a1d9328da50
      
https://github.com/mailru/tarantool/commit/effae4b3c01553f6288ce41cab9e3a1d9328da50
  Author: Konstantin Osipov <[email protected]>
  Date:   2011-12-19 (Mon, 19 Dec 2011)

  Changed paths:
    M client/tarantool/CMakeLists.txt
  M core/fiber.m
  M core/log_io_remote.m
  M mod/box/CMakeLists.txt
  M mod/box/box_lua.m
  M mod/box/index.m
  M test/CMakeLists.txt
  A test/box/CMakeLists.txt
  A test/connector_c/CMakeLists.txt

  Log Message:
  -----------
  Merge branch 'bug-oos-build'


  Commit: 8a9456a19b136c908c4476e360538fa737efc6c5
      
https://github.com/mailru/tarantool/commit/8a9456a19b136c908c4476e360538fa737efc6c5
  Author: Konstantin Shulgin <[email protected]>
  Date:   2011-12-20 (Tue, 20 Dec 2011)

  Changed paths:
    M connector/php/tarantool.c

  Log Message:
  -----------
  php driver: reading 64-bit fields was added.


  Commit: a82086d0f5d93effdcfe0be40cdef353b000d138
      
https://github.com/mailru/tarantool/commit/a82086d0f5d93effdcfe0be40cdef353b000d138
  Author: Konstantin Shulgin <[email protected]>
  Date:   2011-12-20 (Tue, 20 Dec 2011)

  Changed paths:
    M client/tarantool/CMakeLists.txt
  M core/fiber.m
  M core/log_io_remote.m
  M core/tarantool.m
  M mod/box/CMakeLists.txt
  M mod/box/box_lua.m
  M mod/box/index.m
  M test/CMakeLists.txt
  A test/box/CMakeLists.txt
  A test/connector_c/CMakeLists.txt

  Log Message:
  -----------
  Merge branch 'master' of github.com:mailru/tarantool


  Commit: d8da5ea5019e7901a94eafad3095ef5c17e6eb75
      
https://github.com/mailru/tarantool/commit/d8da5ea5019e7901a94eafad3095ef5c17e6eb75
  Author: Konstantin Shulgin <[email protected]>
  Date:   2011-12-20 (Tue, 20 Dec 2011)

  Changed paths:
    M connector/php/tarantool.c
  M connector/php/test/admin.phpt
  M connector/php/test/bin/run-test.bash
  M connector/php/test/call.phpt
  M connector/php/test/delete.phpt
  M connector/php/test/etc/tarantool_box.cfg
  M connector/php/test/insert.phpt
  A connector/php/test/lib/lua/sorted_array.lua
  R connector/php/test/lib/lua/test.lua
  M connector/php/test/lib/php/tarantool_utest.php
  M connector/php/test/select.phpt
  M connector/php/test/update_fields.phpt

  Log Message:
  -----------
  feature-php-64bit-fields:

64-bit fields support was added.
The call test was updated.


  Commit: 510026ffcf722a128a400e04a4c9470db1ac45d4
      
https://github.com/mailru/tarantool/commit/510026ffcf722a128a400e04a4c9470db1ac45d4
  Author: Konstantin Shulgin <[email protected]>
  Date:   2011-12-20 (Tue, 20 Dec 2011)

  Changed paths:
    M connector/php/tarantool.c
  M connector/php/test/admin.phpt
  M connector/php/test/bin/run-test.bash
  M connector/php/test/call.phpt
  M connector/php/test/delete.phpt
  M connector/php/test/etc/tarantool_box.cfg
  M connector/php/test/insert.phpt
  A connector/php/test/lib/lua/sorted_array.lua
  R connector/php/test/lib/lua/test.lua
  M connector/php/test/lib/php/tarantool_utest.php
  M connector/php/test/select.phpt
  M connector/php/test/update_fields.phpt

  Log Message:
  -----------
  Merge branch 'feature-php-64bit-fields'


  Commit: 95f6589baee194ec4f8874eeca1ff0376db810b1
      
https://github.com/mailru/tarantool/commit/95f6589baee194ec4f8874eeca1ff0376db810b1
  Author: Yuriy Nevinitsin <[email protected]>
  Date:   2011-12-20 (Tue, 20 Dec 2011)

  Changed paths:
    M connector/perl/Makefile.PL
  M connector/perl/lib/MR/Tarantool/Box.pm
  M connector/perl/lib/MR/Tarantool/Box/Singleton.pm

  Log Message:
  -----------
  [connector][perl] Copyright; Module naming fix; Singleton bugfix;


  Commit: 478feb2f26fbb3685f12a608847d51765c48d9b3
      
https://github.com/mailru/tarantool/commit/478feb2f26fbb3685f12a608847d51765c48d9b3
  Author: Yuriy Nevinitsin <[email protected]>
  Date:   2011-12-20 (Tue, 20 Dec 2011)

  Changed paths:
    M connector/perl/MANIFEST
  M connector/perl/Makefile.PL
  M connector/perl/lib/MR/IProto.pm
  A connector/perl/lib/MR/IProto/Cluster.pm
  A connector/perl/lib/MR/IProto/Cluster/Server.pm
  A connector/perl/lib/MR/IProto/Connection.pm
  A connector/perl/lib/MR/IProto/Connection/Async.pm
  A connector/perl/lib/MR/IProto/Connection/Sync.pm
  A connector/perl/lib/MR/IProto/Error.pm
  A connector/perl/lib/MR/IProto/Message.pm
  A connector/perl/lib/MR/IProto/NoResponse.pm
  A connector/perl/lib/MR/IProto/Request.pm
  A connector/perl/lib/MR/IProto/Response.pm
  A connector/perl/lib/MR/IProto/Role/Debuggable.pm
  A connector/perl/lib/MR/IProto/Server.pm
  A connector/perl/lib/MR/IProto/Server/Connection.pm
  M connector/perl/lib/MR/SilverBox.pm
  R connector/perl/lib/MR/Storage/Const.pm
  A connector/perl/lib/MR/Tarantool/Box.pm
  A connector/perl/lib/MR/Tarantool/Box/Singleton.pm
  R connector/perl/t/TBox.pm
  M connector/perl/t/box.pl
  R connector/perl/t/box_tree.pl

  Log Message:
  -----------
  Merge branch 'perl-makeup'


  Commit: adb6752a544a49522c1fda5d585969c890c60475
      
https://github.com/mailru/tarantool/commit/adb6752a544a49522c1fda5d585969c890c60475
  Author: Konstantin Shulgin <[email protected]>
  Date:   2011-12-20 (Tue, 20 Dec 2011)

  Changed paths:
    M connector/php/test/call.phpt
  M connector/php/test/lib/lua/sorted_array.lua

  Log Message:
  -----------
  php driver: call tests was updated


  Commit: c3720c18bebf62a43382474499e23406dea8bf2b
      
https://github.com/mailru/tarantool/commit/c3720c18bebf62a43382474499e23406dea8bf2b
  Author: Konstantin Shulgin <[email protected]>
  Date:   2011-12-20 (Tue, 20 Dec 2011)

  Changed paths:
    M connector/perl/MANIFEST
  M connector/perl/Makefile.PL
  M connector/perl/lib/MR/IProto.pm
  A connector/perl/lib/MR/IProto/Cluster.pm
  A connector/perl/lib/MR/IProto/Cluster/Server.pm
  A connector/perl/lib/MR/IProto/Connection.pm
  A connector/perl/lib/MR/IProto/Connection/Async.pm
  A connector/perl/lib/MR/IProto/Connection/Sync.pm
  A connector/perl/lib/MR/IProto/Error.pm
  A connector/perl/lib/MR/IProto/Message.pm
  A connector/perl/lib/MR/IProto/NoResponse.pm
  A connector/perl/lib/MR/IProto/Request.pm
  A connector/perl/lib/MR/IProto/Response.pm
  A connector/perl/lib/MR/IProto/Role/Debuggable.pm
  A connector/perl/lib/MR/IProto/Server.pm
  A connector/perl/lib/MR/IProto/Server/Connection.pm
  M connector/perl/lib/MR/SilverBox.pm
  R connector/perl/lib/MR/Storage/Const.pm
  A connector/perl/lib/MR/Tarantool/Box.pm
  A connector/perl/lib/MR/Tarantool/Box/Singleton.pm
  R connector/perl/t/TBox.pm
  M connector/perl/t/box.pl
  R connector/perl/t/box_tree.pl

  Log Message:
  -----------
  Merge branch 'master' of github.com:mailru/tarantool


  Commit: 6c50fb4980155d9dbf3e7af0aa1395035ce8e0a0
      
https://github.com/mailru/tarantool/commit/6c50fb4980155d9dbf3e7af0aa1395035ce8e0a0
  Author: Yuriy Nevinitsin <[email protected]>
  Date:   2011-12-20 (Tue, 20 Dec 2011)

  Changed paths:
    A connector/perl/t/00require.t

  Log Message:
  -----------
  [connector][perl] require test


  Commit: b88f19804b34573e55d15116b8aa6ee52eccd2ef
      
https://github.com/mailru/tarantool/commit/b88f19804b34573e55d15116b8aa6ee52eccd2ef
  Author: Yuriy Nevinitsin <[email protected]>
  Date:   2011-12-20 (Tue, 20 Dec 2011)

  Changed paths:
    A connector/perl/t/00require.t

  Log Message:
  -----------
  Merge branch 'perl-makeup'


  Commit: 83c0ba1d19c2b56acb7a2b17d309309524be0340
      
https://github.com/mailru/tarantool/commit/83c0ba1d19c2b56acb7a2b17d309309524be0340
  Author: Yuriy Nevinitsin <[email protected]>
  Date:   2011-12-20 (Tue, 20 Dec 2011)

  Changed paths:
    M connector/perl/lib/MR/Tarantool/Box.pm

  Log Message:
  -----------
  [connector][perl] fix version


  Commit: 4ab679d0aa6d05b38c8ea807bbdb08cf075285f0
      
https://github.com/mailru/tarantool/commit/4ab679d0aa6d05b38c8ea807bbdb08cf075285f0
  Author: Yuriy Nevinitsin <[email protected]>
  Date:   2011-12-20 (Tue, 20 Dec 2011)

  Changed paths:
    M connector/perl/lib/MR/Tarantool/Box.pm

  Log Message:
  -----------
  Merge branch 'perl-makeup'


  Commit: 96d4d3427c415e42a6f39f36e5ff011d98c5d0a5
      
https://github.com/mailru/tarantool/commit/96d4d3427c415e42a6f39f36e5ff011d98c5d0a5
  Author: Konstantin Shulgin <[email protected]>
  Date:   2011-12-20 (Tue, 20 Dec 2011)

  Changed paths:
    M connector/php/test/call.phpt
  M connector/php/test/lib/lua/sorted_array.lua

  Log Message:
  -----------
  php driver: call tests was fixed.


  Commit: 59db782b4d8acb794f1e35196a30e7c610712d0f
      
https://github.com/mailru/tarantool/commit/59db782b4d8acb794f1e35196a30e7c610712d0f
  Author: Konstantin Shulgin <[email protected]>
  Date:   2011-12-22 (Thu, 22 Dec 2011)

  Changed paths:
    M connector/php/tarantool.c
  M connector/php/test/delete.phpt
  M connector/php/test/lib/php/tarantool_utest.php
  M connector/php/test/update_fields.phpt

  Log Message:
  -----------
  bug-php-driver-delete:

Delete and update_fields methods was fixed. Tests was updated.


  Commit: d51766cd4270dfc2e2c24458268f466dd94e0d99
      
https://github.com/mailru/tarantool/commit/d51766cd4270dfc2e2c24458268f466dd94e0d99
  Author: Konstantin Shulgin <[email protected]>
  Date:   2011-12-22 (Thu, 22 Dec 2011)

  Changed paths:
    M connector/php/test/bin/run-test.bash

  Log Message:
  -----------
  bug-php-driver-delete:

The run test script was updated.


  Commit: 0871b66d7f0bf78279c6755b5e61e85b8b051734
      
https://github.com/mailru/tarantool/commit/0871b66d7f0bf78279c6755b5e61e85b8b051734
  Author: Konstantin Shulgin <[email protected]>
  Date:   2011-12-22 (Thu, 22 Dec 2011)

  Changed paths:
    M connector/php/tarantool.c
  M connector/php/test/bin/run-test.bash
  M connector/php/test/delete.phpt
  M connector/php/test/lib/php/tarantool_utest.php
  M connector/php/test/update_fields.phpt

  Log Message:
  -----------
  Merge branch 'bug-php-driver-delete'


  Commit: add36b1f6f77bbfd57c8763b8ab00519fd9b7390
      
https://github.com/mailru/tarantool/commit/add36b1f6f77bbfd57c8763b8ab00519fd9b7390
  Author: Yuriy Nevinitsin <[email protected]>
  Date:   2011-12-22 (Thu, 22 Dec 2011)

  Changed paths:
    M connector/perl/lib/MR/Tarantool/Box.pm

  Log Message:
  -----------
  [connector][perl] fix raw param missing


  Commit: c25e6cb9d3d2b12063a53df93feb3908df0cb703
      
https://github.com/mailru/tarantool/commit/c25e6cb9d3d2b12063a53df93feb3908df0cb703
  Author: Yuriy Nevinitsin <[email protected]>
  Date:   2011-12-22 (Thu, 22 Dec 2011)

  Changed paths:
    M connector/perl/lib/MR/Tarantool/Box.pm

  Log Message:
  -----------
  Merge branch 'perl-makeup'


  Commit: 323a0e9cfd771272c076e3176423a4789b3d7e49
      
https://github.com/mailru/tarantool/commit/323a0e9cfd771272c076e3176423a4789b3d7e49
  Author: Dmitry Simonenko <[email protected]>
  Date:   2011-12-22 (Thu, 22 Dec 2011)

  Changed paths:
    A doc/coding-style-shell.txt

  Log Message:
  -----------
  doc/coding-style-shell.txt: Bourne Shell Coding Convention


  Commit: f40abebb170cd70ee46b367c0bb3617f7a5f2915
      
https://github.com/mailru/tarantool/commit/f40abebb170cd70ee46b367c0bb3617f7a5f2915
  Author: Konstantin Osipov <[email protected]>
  Date:   2011-12-23 (Fri, 23 Dec 2011)

  Changed paths:
    M doc/user/configuration-reference.xml
  A doc/user/data-and-persistence.xml
  M doc/user/data-model.xml
  A doc/user/persistence-architecture.xml
  M doc/user/stored-programs.xml
  M doc/user/target.db
  M doc/user/user.xml

  Log Message:
  -----------
  User guide: add more information on how the wal writer works.


  Commit: 36c895c0156df6d95cf4e4f7abb2eb6b0dfad199
      
https://github.com/mailru/tarantool/commit/36c895c0156df6d95cf4e4f7abb2eb6b0dfad199
  Author: Dmitry Simonenko <[email protected]>
  Date:   2011-12-23 (Fri, 23 Dec 2011)

  Changed paths:
    M test/box/args.result
  M test/box/args.test

  Log Message:
  -----------
  Bug #897162 cat-command-requires-config: test case added.


Compare: https://github.com/mailru/tarantool/compare/3904ad5...36c895c

_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to