This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Tarantool -- an efficient key/value data store".
The branch master has been updated
via ff02fc0dfc09b770f6d4a5964ccf295208004bf4 (commit)
via 868389634691a8521c2e907d758671cd4da3d8f6 (commit)
via 944638a1b99c3f3ab3a6f4f884f8c4048c23db0a (commit)
via 87d4ad5b3f6893871d3048d1a9f8077d4f7b1cdf (commit)
via d22531a367c27a92ce0ca9fa28f1228c1dbb2e79 (commit)
via 927e9dbf45e421eb46a7726690693696555ff666 (commit)
via 919e0a7761242b9e4d3c2051083e6949f071ec9a (commit)
via 65b7faf751a60d2869f4c91fc8c1f098125c5b4a (commit)
from 000793700dc9414319d3887eb08980efc87c4579 (commit)
Summary of changes:
CMakeLists.txt | 10 +-
cfg/CMakeLists.txt | 4 +-
cfg/prscfg.c | 9 +-
cfg/tarantool_box_cfg.c | 3 +-
cfg/tarantool_feeder_cfg.c | 3 +-
cfg/warning.c | 6 +-
cfg/warning.h | 8 +
core/CMakeLists.txt | 36 +-
core/{admin.c => admin.m} | 0
core/{coro.c => coro.m} | 0
core/{diagnostics.c => diagnostics.m} | 1 +
core/exceptions.m | 35 ++
core/{fiber.c => fiber.m} | 58 ++--
core/{iproto.c => iproto.m} | 0
core/{log_io.c => log_io.m} | 139 ++++----
core/{log_io_remote.c => log_io_remote.m} | 12 -
core/{palloc.c => palloc.m} | 0
core/{pickle.c => pickle.m} | 40 ++-
core/{salloc.c => salloc.m} | 0
core/{say.c => say.m} | 0
core/{stat.c => stat.m} | 8 +
core/{tarantool.c => tarantool.m} | 3 +-
core/{tarantool_ev.c => tarantool_ev.m} | 0
core/{tbuf.c => tbuf.m} | 0
core/{trace.c => trace.m} | 0
core/{util.c => util.m} | 0
include/exceptions.h | 24 ++
include/fiber.h | 22 +-
include/pickle.h | 4 +
include/stat.h | 1 +
include/tarantool.h | 1 -
mod/box/CMakeLists.txt | 10 +-
mod/box/box.h | 42 ++-
mod/box/{box.c => box.m} | 581 +++++++++++++++++------------
mod/box/index.h | 2 +-
mod/box/{index.c => index.m} | 45 ++-
mod/box/{memcached.c => memcached.m} | 134 ++++----
mod/box/memcached.rl | 4 +-
mod/feeder/CMakeLists.txt | 2 +-
mod/feeder/{feeder.c => feeder.m} | 0
test/box/stat.result | 51 +++
test/box/stat.test | 24 ++
third_party/coro/coro.h | 1 -
third_party/gopt/CMakeLists.txt | 2 +-
third_party/khash.h | 3 +-
45 files changed, 799 insertions(+), 529 deletions(-)
rename core/{admin.c => admin.m} (100%)
rename core/{coro.c => coro.m} (100%)
rename core/{diagnostics.c => diagnostics.m} (98%)
create mode 100644 core/exceptions.m
rename core/{fiber.c => fiber.m} (95%)
rename core/{iproto.c => iproto.m} (100%)
rename core/{log_io.c => log_io.m} (95%)
rename core/{log_io_remote.c => log_io_remote.m} (97%)
rename core/{palloc.c => palloc.m} (100%)
rename core/{pickle.c => pickle.m} (83%)
rename core/{salloc.c => salloc.m} (100%)
rename core/{say.c => say.m} (100%)
rename core/{stat.c => stat.m} (95%)
rename core/{tarantool.c => tarantool.m} (99%)
rename core/{tarantool_ev.c => tarantool_ev.m} (100%)
rename core/{tbuf.c => tbuf.m} (100%)
rename core/{trace.c => trace.m} (100%)
rename core/{util.c => util.m} (100%)
create mode 100644 include/exceptions.h
rename mod/box/{box.c => box.m} (77%)
rename mod/box/{index.c => index.m} (92%)
rename mod/box/{memcached.c => memcached.m} (97%)
rename mod/feeder/{feeder.c => feeder.m} (100%)
create mode 100644 test/box/stat.result
create mode 100644 test/box/stat.test
--
Tarantool -- an efficient key/value data store
_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help : https://help.launchpad.net/ListHelp