Branch: refs/heads/master
  Home:   https://github.com/mailru/tarantool
  Commit: ef7ac14c140cff11e59b65814a2fe1d6fe1098dc
      
https://github.com/mailru/tarantool/commit/ef7ac14c140cff11e59b65814a2fe1d6fe1098dc
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-10-04 (Thu, 04 Oct 2012)

  Changed paths:
    M include/fiber.h
    A include/fiber_ifc.h
    M src/CMakeLists.txt
    A src/fiber_ifc.m
    A src/fiber_ifc_lua.h
    A src/fiber_ifc_lua.m
    M src/tarantool_lua.m
    A test/box/ifc.result
    A test/box/ifc.test

  Log Message:
  -----------
  provide semaphores, mutexes and channels


  Commit: f8c0f6f92b22ac9032a4a4256ac57f72f57d7036
      
https://github.com/mailru/tarantool/commit/f8c0f6f92b22ac9032a4a4256ac57f72f57d7036
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-10-04 (Thu, 04 Oct 2012)

  Changed paths:
    M src/fiber_ifc_lua.h
    M src/fiber_ifc_lua.m

  Log Message:
  -----------
  code style, copyrights


  Commit: ff19d1a4efc9eeeb70014b53b22d91358e7d0ee0
      
https://github.com/mailru/tarantool/commit/ff19d1a4efc9eeeb70014b53b22d91358e7d0ee0
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-10-04 (Thu, 04 Oct 2012)

  Changed paths:
    M doc/user/stored-procedures.xml
    M include/fiber_ifc.h
    M src/fiber_ifc.m
    M src/fiber_ifc_lua.m
    M test/box/ifc.result
    M test/box/ifc.test

  Log Message:
  -----------
  documentation


  Commit: 44151a16444e4333c67e86b0a8385f1afef93bf2
      
https://github.com/mailru/tarantool/commit/44151a16444e4333c67e86b0a8385f1afef93bf2
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-10-04 (Thu, 04 Oct 2012)

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

  Log Message:
  -----------
  additional examples


  Commit: 8a2a8bf0e3e2db8bb0e847e1bcd245dc73ea95f8
      
https://github.com/mailru/tarantool/commit/8a2a8bf0e3e2db8bb0e847e1bcd245dc73ea95f8
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-10-05 (Fri, 05 Oct 2012)

  Changed paths:
    M include/fiber.h
    M mod/box/memcached.m
    M src/fiber.m
    M src/fiber_ifc.m
    M src/replica.m
    M src/tarantool_lua.m
    M test/box/ifc.result
    M test/box/ifc.test

  Log Message:
  -----------
  mutex, semaphore and channel are cancellable


  Commit: 952d3b0cbd5ab9070f1eca2550c64b87a3b79e62
      
https://github.com/mailru/tarantool/commit/952d3b0cbd5ab9070f1eca2550c64b87a3b79e62
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-10-05 (Fri, 05 Oct 2012)

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

  Log Message:
  -----------
  test cleanup


  Commit: f1604658603ce5c7caa71d7a96246f480456f131
      
https://github.com/mailru/tarantool/commit/f1604658603ce5c7caa71d7a96246f480456f131
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-10-07 (Sun, 07 Oct 2012)

  Changed paths:
    M AUTHORS
    M doc/user/stored-procedures.xml
    A include/evio.h
    M include/recovery.h
    A include/sio.h
    M mod/box/box.m
    M src/CMakeLists.txt
    A src/evio.m
    M src/exception.m
    M src/recovery.m
    M src/replica.m
    M src/replication.m
    A src/sio.m
    M src/tarantool.m
    M src/tarantool_lua.m
    M src/util.m
    M test/box/admin.result
    M test/box/admin_coredump.result
    M test/box/configuration.result
    M test/box/errinj.result
    M test/box/fiber.result
    M test/box/info.result
    M test/box/lua.result
    M test/box/lua.test
    M test/box/lua_box_uuid.result
    M test/box/reconfigure.result
    M test/box/slab.result
    M test/box/snapshot.result
    M test/box/sql.result
    M test/box/stat.result
    M test/box/stat_lua.result
    M test/box/xlog.result
    M test/box_big/hash.result
    M test/box_big/lua.result
    M test/box_big/sql.result
    M test/box_big/tree_pk.result
    M test/box_big/tree_pk_multipart.result
    M test/box_big/tree_variants.result
    M test/box_memcached/lua.result
    M test/box_memcached/multiversioning.result
    M test/box_memcached/off.result
    M test/box_replication/consistent.result
    M test/box_replication/swap.result
    M test/box_wal/lua.result
    M test/box_wal/oom.result
    M test/box_wal/wal_mode.result
    M test/lib/admin_connection.py

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into fiber-ipc


  Commit: e5fb320be00c3040f219f03dc691cff5802c23c8
      
https://github.com/mailru/tarantool/commit/e5fb320be00c3040f219f03dc691cff5802c23c8
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-10-08 (Mon, 08 Oct 2012)

  Changed paths:
    M include/fiber.h
    R include/fiber_ifc.h
    A include/ifc.h
    M src/CMakeLists.txt
    M src/fiber.m
    R src/fiber_ifc.m
    R src/fiber_ifc_lua.h
    R src/fiber_ifc_lua.m
    A src/ifc.m
    A src/ifc_lua.h
    A src/ifc_lua.m
    M src/tarantool_lua.m
    M test/box/ifc.result
    M test/box/ifc.test

  Log Message:
  -----------
  add timeout variants for all ifc methods


  Commit: 3613e9736b3b91621765dfa3abe21cec2d40e187
      
https://github.com/mailru/tarantool/commit/3613e9736b3b91621765dfa3abe21cec2d40e187
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-10-08 (Mon, 08 Oct 2012)

  Changed paths:
    M include/ifc.h

  Log Message:
  -----------
  documentation


  Commit: c3f41093171b45f55288054fef5fbe76122194fc
      
https://github.com/mailru/tarantool/commit/c3f41093171b45f55288054fef5fbe76122194fc
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-10-08 (Mon, 08 Oct 2012)

  Changed paths:
    M src/ifc.m

  Log Message:
  -----------
  code cleanup


  Commit: ee624e9c183927d391068ee69693543ee6493393
      
https://github.com/mailru/tarantool/commit/ee624e9c183927d391068ee69693543ee6493393
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-10-08 (Mon, 08 Oct 2012)

  Changed paths:
    M test/box/lua.result

  Log Message:
  -----------
  box.ifc namespace in tests


  Commit: 8c4ca1e5f5ea3152c099e446ae81c10e2cd1004d
      
https://github.com/mailru/tarantool/commit/8c4ca1e5f5ea3152c099e446ae81c10e2cd1004d
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-10-08 (Mon, 08 Oct 2012)

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

  Log Message:
  -----------
  update documentation


  Commit: b63c38687c7894d55522e5aa472862d27ce08a8f
      
https://github.com/mailru/tarantool/commit/b63c38687c7894d55522e5aa472862d27ce08a8f
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-10-11 (Thu, 11 Oct 2012)

  Changed paths:
    M CMakeLists.txt
    M debian/changelog
    M doc/user/data-and-persistence.xml
    M include/assoc.h
    A include/coio.h
    A include/coio_buf.h
    M include/config.h.cmake
    M include/errcode.h
    M include/evio.h
    M include/fiber.h
    M include/iproto.h
    M include/mhash.h
    M include/sio.h
    M mod/box/box.m
    M mod/box/box_lua.m
    M mod/box/index.m
    M mod/box/memcached-grammar.m
    M mod/box/memcached-grammar.rl
    M mod/box/memcached.h
    M mod/box/memcached.m
    M mod/box/request.m
    M mod/box/space.h
    M mod/box/space.m
    M mod/box/tree.m
    M mod/box/txn.m
    M src/CMakeLists.txt
    M src/admin.m
    M src/admin.rl
    A src/coio.m
    A src/coio_buf.m
    M src/evio.m
    M src/exception.m
    M src/fiber.m
    M src/iproto.m
    M src/replica.m
    M src/replication.m
    M src/say.m
    M src/sio.m
    M src/tarantool.m
    M src/tarantool_lua.m
    M src/tarantool_lua_slab.m
    M test/box/lua.result
    M test/box/lua.test
    M test/box/sql.result
    M test/box_big/lua.result
    M test/box_big/lua.test

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

Conflicts:
        include/fiber.h
        src/fiber.m
        src/replica.m
        test/box/lua.result


  Commit: d9e440f6e083bdbc815074b5c46e3a2629df3589
      
https://github.com/mailru/tarantool/commit/d9e440f6e083bdbc815074b5c46e3a2629df3589
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-10-11 (Thu, 11 Oct 2012)

  Changed paths:
    M include/ifc.h
    M src/ifc.m
    M src/ifc_lua.m
    M test/box/ifc.result
    M test/box/ifc.test

  Log Message:
  -----------
  channel:broadcast


  Commit: e5ad459d8035d31107baca83a3041f12a88a00ed
      
https://github.com/mailru/tarantool/commit/e5ad459d8035d31107baca83a3041f12a88a00ed
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-10-11 (Thu, 11 Oct 2012)

  Changed paths:
    M src/ifc.m
    M test/box/ifc.result
    M test/box/ifc.test
    M third_party/queue.h

  Log Message:
  -----------
  fixed race conditions


  Commit: f248e0f0980d020c01155e548c3906a3cf67854e
      
https://github.com/mailru/tarantool/commit/f248e0f0980d020c01155e548c3906a3cf67854e
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-10-15 (Mon, 15 Oct 2012)

  Changed paths:
    M .gitignore
    M CMakeLists.txt
    M README
    A cmake/cpack.cmake
    R cmake/tarantool_cpack.cmake
    M doc/user/configuration-reference.xml
    M doc/user/stored-procedures.xml
    M include/coio.h
    M include/coio_buf.h
    M include/coro.h
    M include/fiber.h
    M include/fio.h
    A include/iobuf.h
    M include/iproto.h
    A include/lua/info.h
    A include/lua/init.h
    A include/lua/slab.h
    A include/lua/stat.h
    A include/lua/uuid.h
    M include/palloc.h
    R include/tarantool_lua.h
    R mod/CMakeLists.txt
    R mod/box/CMakeLists.txt
    R mod/box/box.h
    R mod/box/box.lua
    R mod/box/box.m
    R mod/box/box_cfg.cfg_tmpl
    R mod/box/box_lua.h
    R mod/box/box_lua.m
    R mod/box/box_lua_uuid.h
    R mod/box/box_lua_uuid.m
    R mod/box/index.h
    R mod/box/index.m
    R mod/box/memcached-grammar.m
    R mod/box/memcached-grammar.rl
    R mod/box/memcached.h
    R mod/box/memcached.m
    R mod/box/port.h
    R mod/box/port.m
    R mod/box/request.h
    R mod/box/request.m
    R mod/box/space.h
    R mod/box/space.m
    R mod/box/tree.h
    R mod/box/tree.m
    R mod/box/tuple.h
    R mod/box/tuple.m
    R mod/box/txn.h
    R mod/box/txn.m
    M src/CMakeLists.txt
    M src/admin.m
    M src/admin.rl
    A src/box/CMakeLists.txt
    A src/box/box.h
    A src/box/box.lua
    A src/box/box.m
    A src/box/box_cfg.cfg_tmpl
    A src/box/box_lua.h
    A src/box/box_lua.m
    A src/box/index.h
    A src/box/index.m
    A src/box/memcached-grammar.m
    A src/box/memcached-grammar.rl
    A src/box/memcached.h
    A src/box/memcached.m
    A src/box/port.h
    A src/box/port.m
    A src/box/request.h
    A src/box/request.m
    A src/box/space.h
    A src/box/space.m
    A src/box/tree.h
    A src/box/tree.m
    A src/box/tuple.h
    A src/box/tuple.m
    A src/box/txn.h
    A src/box/txn.m
    M src/coio.m
    M src/coio_buf.m
    M src/coro.m
    M src/fiber.m
    R src/ifc_lua.h
    R src/ifc_lua.m
    A src/iobuf.m
    M src/iproto.m
    A src/lua/info.m
    A src/lua/init.m
    A src/lua/lua_ifc.h
    A src/lua/lua_ifc.m
    A src/lua/slab.m
    A src/lua/stat.m
    A src/lua/uuid.m
    M src/palloc.m
    M src/replica.m
    M src/tarantool.m
    R src/tarantool_lua.m
    R src/tarantool_lua_info.h
    R src/tarantool_lua_info.m
    R src/tarantool_lua_slab.h
    R src/tarantool_lua_slab.m
    R src/tarantool_lua_stat.h
    R src/tarantool_lua_stat.m
    M test/box/admin.result
    M test/box/admin.test
    M test/box/lua.result
    M test/lib/admin_connection.py
    M test/lib/tarantool_server.py

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

Conflicts:
        include/fiber.h
        src/CMakeLists.txt
        src/lua/init.m
        src/replica.m


  Commit: a249b6c7764165c237a41e59809bcbfa69273656
      
https://github.com/mailru/tarantool/commit/a249b6c7764165c237a41e59809bcbfa69273656
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-10-15 (Mon, 15 Oct 2012)

  Changed paths:
    M include/fiber.h

  Log Message:
  -----------
  merge artifacts


  Commit: 0008d1fa192c8333b18178b352724cfa2ce8ff25
      
https://github.com/mailru/tarantool/commit/0008d1fa192c8333b18178b352724cfa2ce8ff25
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-10-15 (Mon, 15 Oct 2012)

  Changed paths:
    A include/rlist.h
    A include/test.h
    A test/unit/rlist.c

  Log Message:
  -----------
  Add rlist library and tests


  Commit: 913d3f3ed22e689c8ee46c5b55448f6d13b5cf7c
      
https://github.com/mailru/tarantool/commit/913d3f3ed22e689c8ee46c5b55448f6d13b5cf7c
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-10-16 (Tue, 16 Oct 2012)

  Changed paths:
    R include/test.h
    M test/unit/CMakeLists.txt
    M test/unit/rlist.c
    A test/unit/test.c
    A test/unit/test.h

  Log Message:
  -----------
  split test.h to test.[ch]


  Commit: 213fa9b57337324d777337e807d77fdec6e01d03
      
https://github.com/mailru/tarantool/commit/213fa9b57337324d777337e807d77fdec6e01d03
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-10-16 (Tue, 16 Oct 2012)

  Changed paths:
    A test/unit/rlist.result
    A test/unit/rlist.test
    M test/unit/test.h

  Log Message:
  -----------
  add documentation and rlist's tests


  Commit: b152776a390d9565d9d2c1cb8e74ec1a3362f2cc
      
https://github.com/mailru/tarantool/commit/b152776a390d9565d9d2c1cb8e74ec1a3362f2cc
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-10-16 (Tue, 16 Oct 2012)

  Changed paths:
    M include/admin.h
    M include/recovery.h
    M include/tarantool.h
    M src/CMakeLists.txt
    M src/admin.m
    M src/admin.rl
    M src/box/box.h
    M src/box/box.m
    M src/box/box_lua.m
    M src/box/memcached.m
    M src/iobuf.m
    M src/iproto.m
    M src/recovery.m
    M src/replication.m
    M src/tarantool.m

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


  Commit: c754c7dfdb5ffe5e4db7851b339b1f4912c48e43
      
https://github.com/mailru/tarantool/commit/c754c7dfdb5ffe5e4db7851b339b1f4912c48e43
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-10-16 (Tue, 16 Oct 2012)

  Changed paths:
    M include/fiber.h
    M include/ifc.h
    M include/rlist.h
    M src/fiber.m
    M src/ifc.m
    M src/lua/lua_ifc.m
    M test/box/ifc.result
    M test/box/ifc.test

  Log Message:
  -----------
  renamed all fiber_* functions to ifc_*

all functions use rlist: avoid spare foreaches


  Commit: eaeff2c5a93837503239cb45a766b32b7ba2060c
      
https://github.com/mailru/tarantool/commit/eaeff2c5a93837503239cb45a766b32b7ba2060c
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-10-16 (Tue, 16 Oct 2012)

  Changed paths:
    M doc/user/stored-procedures.xml
    M include/ifc.h
    M src/lua/lua_ifc.m
    M test/box/ifc.result
    M test/box/ifc.test

  Log Message:
  -----------
  drop mutexes and semaphores


  Commit: 696d61fbfc2f39e7c972ca6eb0c0cd90964b209b
      
https://github.com/mailru/tarantool/commit/696d61fbfc2f39e7c972ca6eb0c0cd90964b209b
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-10-16 (Tue, 16 Oct 2012)

  Changed paths:
    M src/fiber.m

  Log Message:
  -----------
  fiber variables with __thread attribute


  Commit: 7842a8c61c9e609df7172e0114caeac1ac94cd59
      
https://github.com/mailru/tarantool/commit/7842a8c61c9e609df7172e0114caeac1ac94cd59
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-10-16 (Tue, 16 Oct 2012)

  Changed paths:
    M src/fiber.m

  Log Message:
  -----------
  __thread variables can be initialized by name


  Commit: 0288596c3a60966e2861e4204fa1c7792ea6f5bc
      
https://github.com/mailru/tarantool/commit/0288596c3a60966e2861e4204fa1c7792ea6f5bc
  Author: Konstantin Osipov <[email protected]>
  Date:   2012-10-16 (Tue, 16 Oct 2012)

  Changed paths:
    M doc/user/stored-procedures.xml
    M include/fiber.h
    A include/ifc.h
    A include/rlist.h
    M src/CMakeLists.txt
    M src/box/memcached.m
    M src/fiber.m
    A src/ifc.m
    M src/lua/init.m
    A src/lua/lua_ifc.h
    A src/lua/lua_ifc.m
    M src/replica.m
    A test/box/ifc.result
    A test/box/ifc.test
    M test/box/lua.result
    M test/unit/CMakeLists.txt
    A test/unit/rlist.c
    A test/unit/rlist.result
    A test/unit/rlist.test
    A test/unit/test.c
    A test/unit/test.h
    M third_party/queue.h

  Log Message:
  -----------
  Merge branch 'ifc'

Conflicts:
        src/fiber.m


  Commit: 87ac1069061f05aeee9a01dcf662620b9f536b6f
      
https://github.com/mailru/tarantool/commit/87ac1069061f05aeee9a01dcf662620b9f536b6f
  Author: Konstantin Osipov <[email protected]>
  Date:   2012-10-16 (Tue, 16 Oct 2012)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  Ignore test/unit/rlist


Compare: https://github.com/mailru/tarantool/compare/41f9b2e7ba35...87ac1069061f
_______________________________________________
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