Branch: refs/heads/clang-build
  Home:   https://github.com/mailru/tarantool
  Commit: 2641179df7e60359461a9423b7fb300ad5855453
      
https://github.com/mailru/tarantool/commit/2641179df7e60359461a9423b7fb300ad5855453
  Author: Konstantin Shulgin <[email protected]>
  Date:   2012-05-21 (Mon, 21 May 2012)

  Changed paths:
    M include/tarantool_lua.h
    M mod/box/box.lua
    M src/tarantool.m
    M src/tarantool_lua.m
    M test/box/lua.result
    M test/box/lua.test
    M test/box/test_init.lua

  Log Message:
  -----------
  bug1002272:

The nullify potential unsafe (in security mind) functions was moved from box.lua
to separate functions which calls after init.lua. It allows call require,
os.execute, and another unsafe function in init.lua.


  Commit: 18443657956c1cbde98370c0c86e9e5862282a8a
      
https://github.com/mailru/tarantool/commit/18443657956c1cbde98370c0c86e9e5862282a8a
  Author: Dmitry Simonenko <[email protected]>
  Date:   2012-05-21 (Mon, 21 May 2012)

  Changed paths:
    M connector/c/include/tarantool/tnt_proto.h
    M connector/c/include/tarantool/tnt_update.h
    M connector/c/tnt/tnt_delete.c
    M connector/c/tnt/tnt_tuple.c
    M connector/c/tnt/tnt_update.c
    M test/connector_c/connector.result
    M test/connector_c/tt.c

  Log Message:
  -----------
  connector-c-fix: connector updated to the latest server changes
* using new delete version with flags
* splice offset type fixed
* added tnt_tuple_reply tuple validation + test case


  Commit: 8cb2e991b0699b6e4eebb287aab0132dcc5c9e53
      
https://github.com/mailru/tarantool/commit/8cb2e991b0699b6e4eebb287aab0132dcc5c9e53
  Author: Dmitry Simonenko <[email protected]>
  Date:   2012-05-22 (Tue, 22 May 2012)

  Changed paths:
    M connector/c/include/tarantool/tnt_reply.h

  Log Message:
  -----------
  connector-c-fix: TNT_REPLY_ERR macro added


  Commit: 653164501795dec8da8dca8c5ac2bd8d96ab3de7
      
https://github.com/mailru/tarantool/commit/653164501795dec8da8dca8c5ac2bd8d96ab3de7
  Author: Konstantin Shulgin <[email protected]>
  Date:   2012-05-22 (Tue, 22 May 2012)

  Changed paths:
    R connector/php/README
    R connector/php/config.m4
    R connector/php/tarantool.c
    R connector/php/tarantool.h
    R connector/php/test/admin.phpt
    R connector/php/test/bin/run-test.bash
    R connector/php/test/call.phpt
    R connector/php/test/delete.phpt
    R connector/php/test/errors.phpt
    R connector/php/test/etc/php.ini
    R connector/php/test/etc/tarantool_box.cfg
    R connector/php/test/insert.phpt
    R connector/php/test/lib/lua/sorted_array.lua
    R connector/php/test/lib/php/tarantool_utest.php
    R connector/php/test/run-test
    R connector/php/test/select.phpt
    R connector/php/test/update_fields.phpt

  Log Message:
  -----------
  PHP connector was moved to separate repository.


  Commit: 9470dc394280c474120fb614e25dbb2618ccf196
      
https://github.com/mailru/tarantool/commit/9470dc394280c474120fb614e25dbb2618ccf196
  Author: Konstantin Osipov <[email protected]>
  Date:   2012-05-22 (Tue, 22 May 2012)

  Changed paths:
    M connector/c/include/tarantool/tnt_proto.h
    M connector/c/include/tarantool/tnt_reply.h
    M connector/c/include/tarantool/tnt_update.h
    M connector/c/tnt/tnt_delete.c
    M connector/c/tnt/tnt_tuple.c
    M connector/c/tnt/tnt_update.c
    M test/connector_c/connector.result
    M test/connector_c/tt.c

  Log Message:
  -----------
  Merge branch 'connector-c-fix'


  Commit: 4a9cdf58271c02b85cd775375ec96e43dd94e9f2
      
https://github.com/mailru/tarantool/commit/4a9cdf58271c02b85cd775375ec96e43dd94e9f2
  Author: Konstantin Osipov <[email protected]>
  Date:   2012-05-22 (Tue, 22 May 2012)

  Changed paths:
    M test/connector_c/tt.c

  Log Message:
  -----------
  Fix a bug in the test case for tnt_tuple_set.


  Commit: 261ffd83de64ab19799abb5382b9dbe5ee269273
      
https://github.com/mailru/tarantool/commit/261ffd83de64ab19799abb5382b9dbe5ee269273
  Author: Konstantin Osipov <[email protected]>
  Date:   2012-05-22 (Tue, 22 May 2012)

  Changed paths:
    M include/tarantool_lua.h
    M src/tarantool.m
    M src/tarantool_lua.m

  Log Message:
  -----------
  Bug#1002272: review fixes.

Adjust naming, an error message, don't use a global function  where
a static one would make do.


  Commit: 3a15714a3c2e2086588c9ce817ed6f3c331d87cf
      
https://github.com/mailru/tarantool/commit/3a15714a3c2e2086588c9ce817ed6f3c331d87cf
  Author: Konstantin Osipov <[email protected]>
  Date:   2012-05-22 (Tue, 22 May 2012)

  Changed paths:
    M include/tarantool_lua.h
    M mod/box/box.lua
    M src/tarantool.m
    M src/tarantool_lua.m
    M test/box/lua.result
    M test/box/lua.test
    M test/box/test_init.lua

  Log Message:
  -----------
  Merge branch 'bug1002272'

Conflicts:
        include/tarantool_lua.h
        src/tarantool_lua.m


  Commit: b437b8c1ce178cef2937630c97e541cfbbdaf720
      
https://github.com/mailru/tarantool/commit/b437b8c1ce178cef2937630c97e541cfbbdaf720
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-05-22 (Tue, 22 May 2012)

  Changed paths:
    M debian/changelog
    M debian/control

  Log Message:
  -----------
  new debian upload


  Commit: 9c5757c8044381a77f6e5ed5750e1fae5efd7553
      
https://github.com/mailru/tarantool/commit/9c5757c8044381a77f6e5ed5750e1fae5efd7553
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M debian/changelog
    M debian/scripts/tarantool_instance

  Log Message:
  -----------
  tarantool_instance: user could not to define 'file_descriptors'


  Commit: 720719f35805c22f77d1713e48155b4303632a3f
      
https://github.com/mailru/tarantool/commit/720719f35805c22f77d1713e48155b4303632a3f
  Author: Konstantin Osipov <[email protected]>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M include/exception.h
    M include/log_io.h
    M mod/box/box.m
    M src/exception.m
    M src/log_io.m
    M src/log_io_remote.m
    M src/replication.m

  Log Message:
  -----------
  Cleanup.

- remove unused parameters
- add SystemError exception (derived form net-split tree)
- improve error printouts.


  Commit: a00b37030a4c9988d799eebe496bb61faa870dae
      
https://github.com/mailru/tarantool/commit/a00b37030a4c9988d799eebe496bb61faa870dae
  Author: Konstantin Osipov <[email protected]>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M debian/changelog
    M debian/control
    M debian/scripts/tarantool_instance

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


  Commit: 2b42ff31c98830d6f32197454d827d3d38b3d8c3
      
https://github.com/mailru/tarantool/commit/2b42ff31c98830d6f32197454d827d3d38b3d8c3
  Author: Konstantin Osipov <[email protected]>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M src/log_io.m

  Log Message:
  -----------
  Refactoring: remove one place which uses coroutines with no good cause.


  Commit: b1a66c827ecd54fa8d42943b688c67914fad081e
      
https://github.com/mailru/tarantool/commit/b1a66c827ecd54fa8d42943b688c67914fad081e
  Author: Konstantin Osipov <[email protected]>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M src/log_io.m

  Log Message:
  -----------
  Fix a last-minute change which broke the build.


  Commit: c925816d3897fedb5f6e133931e7c1f0f069e7ce
      
https://github.com/mailru/tarantool/commit/c925816d3897fedb5f6e133931e7c1f0f069e7ce
  Author: Pavel Cherenkov <[email protected]>
  Date:   2012-05-25 (Fri, 25 May 2012)

  Changed paths:
    M CMakeLists.txt
    M src/CMakeLists.txt
    M third_party/CMakeLists.txt
    M third_party/luajit/src/Makefile

  Log Message:
  -----------
  custom_build: changes to build under CentOS 5.8 and FreeBSD 8.3 using a 
custom-built gcc-4.6.3


  Commit: e77a5854cf7a5ae4c051b8a1e229cd64ff14eaab
      
https://github.com/mailru/tarantool/commit/e77a5854cf7a5ae4c051b8a1e229cd64ff14eaab
  Author: pcherenkov <[email protected]>
  Date:   2012-05-25 (Fri, 25 May 2012)

  Changed paths:
    M connector/c/include/tarantool/tnt_proto.h
    M connector/c/include/tarantool/tnt_reply.h
    M connector/c/include/tarantool/tnt_update.h
    M connector/c/tnt/tnt_delete.c
    M connector/c/tnt/tnt_tuple.c
    M connector/c/tnt/tnt_update.c
    R connector/php/README
    R connector/php/config.m4
    R connector/php/tarantool.c
    R connector/php/tarantool.h
    R connector/php/test/admin.phpt
    R connector/php/test/bin/run-test.bash
    R connector/php/test/call.phpt
    R connector/php/test/delete.phpt
    R connector/php/test/errors.phpt
    R connector/php/test/etc/php.ini
    R connector/php/test/etc/tarantool_box.cfg
    R connector/php/test/insert.phpt
    R connector/php/test/lib/lua/sorted_array.lua
    R connector/php/test/lib/php/tarantool_utest.php
    R connector/php/test/run-test
    R connector/php/test/select.phpt
    R connector/php/test/update_fields.phpt
    M debian/changelog
    M debian/control
    M debian/scripts/tarantool_instance
    M include/exception.h
    M include/log_io.h
    M include/tarantool_lua.h
    M mod/box/box.lua
    M mod/box/box.m
    M src/exception.m
    M src/log_io.m
    M src/log_io_remote.m
    M src/replication.m
    M src/tarantool.m
    M src/tarantool_lua.m
    M test/box/lua.result
    M test/box/lua.test
    M test/box/test_init.lua
    M test/connector_c/connector.result
    M test/connector_c/tt.c

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


  Commit: 1382cc78126833d5cd695ce1d385cb94e2ab9819
      
https://github.com/mailru/tarantool/commit/1382cc78126833d5cd695ce1d385cb94e2ab9819
  Author: pcherenkov <[email protected]>
  Date:   2012-05-25 (Fri, 25 May 2012)

  Changed paths:
    M CMakeLists.txt
    M src/CMakeLists.txt
    M third_party/CMakeLists.txt
    M third_party/luajit/src/Makefile

  Log Message:
  -----------
  Merge branch 'custom_build' of github.com:mailru/tarantool into clang-build


  Commit: b2c7afcf18de4f2580fc6fa672810d96a74b98cb
      
https://github.com/mailru/tarantool/commit/b2c7afcf18de4f2580fc6fa672810d96a74b98cb
  Author: pcherenkov <[email protected]>
  Date:   2012-05-25 (Fri, 25 May 2012)

  Changed paths:
    M src/CMakeLists.txt

  Log Message:
  -----------
  custom_build: include zlib explicitly only if static or FreeBSD


  Commit: 11ead41fa06321ad63868635812224a2e5039733
      
https://github.com/mailru/tarantool/commit/11ead41fa06321ad63868635812224a2e5039733
  Author: Pavel Cherenkov <[email protected]>
  Date:   2012-05-25 (Fri, 25 May 2012)

  Changed paths:
    M src/CMakeLists.txt

  Log Message:
  -----------
  custom_build - correction of FreeBSD target code


  Commit: f766adbe93fa53b98655f9c3165554bb934a4e96
      
https://github.com/mailru/tarantool/commit/f766adbe93fa53b98655f9c3165554bb934a4e96
  Author: Konstantin Osipov <[email protected]>
  Date:   2012-05-25 (Fri, 25 May 2012)

  Changed paths:
    M mod/box/box.m
    M src/log_io.m

  Log Message:
  -----------
  Fix a regression introduced by the yesterday's cleanup.

Fix a regression introduced by the yesterday's cleanup:

recover_wal() can return 0, -1, or 1:
0 - ok, eof read
-1 - error reading wal
1 - can't read eof marker from wal.

recover_remaining_wals() looks at this, and when doing final recovery
deletes wal which don't have eof marker (return value from recover_wal()
== 1).

Yesterday I mistakenly merged 0 and 1 return values into one.
Revert this part of the yesterday's patch.

On the same token, log_io_cursor_next() can't throw an exception,
ever. Take this into account and simplify code.

recover_remaining_wals() continues to stay a mess.


  Commit: d0d2c2796d3107b4159f3dd87dcadc62a57e5ddd
      
https://github.com/mailru/tarantool/commit/d0d2c2796d3107b4159f3dd87dcadc62a57e5ddd
  Author: Konstantin Osipov <[email protected]>
  Date:   2012-05-25 (Fri, 25 May 2012)

  Changed paths:
    M include/log_io.h
    M src/log_io.m

  Log Message:
  -----------
  Cleanup: don't use 64 bit types for markers which are always 32bit.

Cleanup work with eof/row markers. Remove unnecessary members
of log_io_class.


  Commit: fae486f199f3f31e9f89801c0304d43ba6edea4a
      
https://github.com/mailru/tarantool/commit/fae486f199f3f31e9f89801c0304d43ba6edea4a
  Author: Konstantin Osipov <[email protected]>
  Date:   2012-05-25 (Fri, 25 May 2012)

  Changed paths:
    M include/log_io.h
    M include/tarantool.h
    M mod/box/box.m
    M src/log_io.m

  Log Message:
  -----------
  Speed up snapshot IO: remove coroutines and unnecessary memcpy.

Remove log_io_iter from snapshot IO. Do not use coroutines
and extra buffers. This opens the way to more agressive
buffering of snapshot IO, as compared to no buffering of WAL IO.


  Commit: 3dcea4b3a8b11913e24311503b7d96ff6a4f68ab
      
https://github.com/mailru/tarantool/commit/3dcea4b3a8b11913e24311503b7d96ff6a4f68ab
  Author: Pavel Cherenkov <[email protected]>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M include/log_io.h
    M include/tarantool.h
    M mod/box/box.m
    M src/log_io.m

  Log Message:
  -----------
  Merge branch 'master' into custom_build


  Commit: 68d72a23f7d05e9ed59446aaaa110fc8fbc6701d
      
https://github.com/mailru/tarantool/commit/68d72a23f7d05e9ed59446aaaa110fc8fbc6701d
  Author: pcherenkov <[email protected]>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M README.CentOS
    M README.FreeBSD

  Log Message:
  -----------
  README.platform documentation updated


  Commit: ae9d99059f5af8cba4f5b528a9b6df98723ba2f2
      
https://github.com/mailru/tarantool/commit/ae9d99059f5af8cba4f5b528a9b6df98723ba2f2
  Author: pcherenkov <[email protected]>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M README.CentOS
    M README.FreeBSD
    M include/log_io.h
    M include/tarantool.h
    M mod/box/box.m
    M src/CMakeLists.txt
    M src/log_io.m

  Log Message:
  -----------
  Merge branch 'custom_build' into clang-build


Compare: https://github.com/mailru/tarantool/compare/78ff642...ae9d990
_______________________________________________
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