Branch: refs/heads/master
Home: https://github.com/mailru/tarantool
Commit: fe6f219713f9368a3e973cdf9646cbdce47d6e5e
https://github.com/mailru/tarantool/commit/fe6f219713f9368a3e973cdf9646cbdce47d6e5e
Author: Konstantin Osipov <[email protected]>
Date: 2012-10-20 (Sat, 20 Oct 2012)
Changed paths:
M include/iproto.h
A include/memcached.h
M include/tarantool.h
M src/CMakeLists.txt
M src/box/CMakeLists.txt
M src/box/box.h
M src/box/box.m
M src/box/box_lua.m
R src/box/memcached-grammar.m
R src/box/memcached-grammar.rl
R src/box/memcached.h
R src/box/memcached.m
M src/box/port.h
M src/box/port.m
M src/box/request.h
M src/box/space.m
M src/iproto.m
A src/memcached-grammar.m
A src/memcached-grammar.rl
A src/memcached.m
M src/replication.m
M src/tarantool.m
A test/big/hash.result
A test/big/hash.test
A test/big/lua.result
A test/big/lua.test
A test/big/push.lua
A test/big/sql.result
A test/big/sql.test
A test/big/suite.ini
A test/big/tarantool.cfg
A test/big/tree_pk.result
A test/big/tree_pk.test
A test/big/tree_pk_multipart.result
A test/big/tree_pk_multipart.test
A test/big/tree_variants.result
A test/big/tree_variants.test
R test/box_big/hash.result
R test/box_big/hash.test
R test/box_big/lua.result
R test/box_big/lua.test
R test/box_big/push.lua
R test/box_big/sql.result
R test/box_big/sql.test
R test/box_big/suite.ini
R test/box_big/tarantool.cfg
R test/box_big/tree_pk.result
R test/box_big/tree_pk.test
R test/box_big/tree_pk_multipart.result
R test/box_big/tree_pk_multipart.test
R test/box_big/tree_variants.result
R test/box_big/tree_variants.test
R test/box_memcached/binary-get.result
R test/box_memcached/binary-get.test
R test/box_memcached/bogus-commands.result
R test/box_memcached/bogus-commands.test
R test/box_memcached/cas.result
R test/box_memcached/cas.test
R test/box_memcached/expirations.result
R test/box_memcached/expirations.test
R test/box_memcached/flags.result
R test/box_memcached/flags.test
R test/box_memcached/flush-all.result
R test/box_memcached/flush-all.test
R test/box_memcached/getset.result
R test/box_memcached/getset.test
R test/box_memcached/incrdecr.result
R test/box_memcached/incrdecr.test
R test/box_memcached/lua.result
R test/box_memcached/lua.test
R test/box_memcached/multiversioning.result
R test/box_memcached/multiversioning.test
R test/box_memcached/noreply.result
R test/box_memcached/noreply.test
R test/box_memcached/off.result
R test/box_memcached/off.test
R test/box_memcached/suite.ini
R test/box_memcached/tarantool.cfg
R test/box_memcached/tarantool_memcached_bad.cfg
R test/box_memcached/tarantool_memcached_off.cfg
R test/box_replication/cfg/hot_standby.cfg
R test/box_replication/cfg/master.cfg
R test/box_replication/cfg/master_to_replica.cfg
R test/box_replication/cfg/replica.cfg
R test/box_replication/cfg/replica_to_master.cfg
R test/box_replication/consistent.result
R test/box_replication/consistent.test
R test/box_replication/hot_standby.result
R test/box_replication/hot_standby.test
R test/box_replication/suite.ini
R test/box_replication/swap.result
R test/box_replication/swap.test
R test/box_wal/lua.result
R test/box_wal/lua.test
R test/box_wal/oom.result
R test/box_wal/oom.test
R test/box_wal/suite.ini
R test/box_wal/tarantool.cfg
R test/box_wal/wal_mode.result
R test/box_wal/wal_mode.test
M test/lib/sql_ast.py
A test/memcached/binary-get.result
A test/memcached/binary-get.test
A test/memcached/bogus-commands.result
A test/memcached/bogus-commands.test
A test/memcached/cas.result
A test/memcached/cas.test
A test/memcached/expirations.result
A test/memcached/expirations.test
A test/memcached/flags.result
A test/memcached/flags.test
A test/memcached/flush-all.result
A test/memcached/flush-all.test
A test/memcached/getset.result
A test/memcached/getset.test
A test/memcached/incrdecr.result
A test/memcached/incrdecr.test
A test/memcached/lua.result
A test/memcached/lua.test
A test/memcached/multiversioning.result
A test/memcached/multiversioning.test
A test/memcached/noreply.result
A test/memcached/noreply.test
A test/memcached/off.result
A test/memcached/off.test
A test/memcached/suite.ini
A test/memcached/tarantool.cfg
A test/memcached/tarantool_memcached_bad.cfg
A test/memcached/tarantool_memcached_off.cfg
A test/replication/cfg/hot_standby.cfg
A test/replication/cfg/master.cfg
A test/replication/cfg/master_to_replica.cfg
A test/replication/cfg/replica.cfg
A test/replication/cfg/replica_to_master.cfg
A test/replication/consistent.result
A test/replication/consistent.test
A test/replication/hot_standby.result
A test/replication/hot_standby.test
A test/replication/suite.ini
A test/replication/swap.result
A test/replication/swap.test
A test/wal/lua.result
A test/wal/lua.test
A test/wal/oom.result
A test/wal/oom.test
A test/wal/suite.ini
A test/wal/tarantool.cfg
A test/wal/wal_mode.result
A test/wal/wal_mode.test
Log Message:
-----------
A grand move around of files.
Move memcached to src/
Make iproto.m dependend on box/*, not vice versa.
Remove box_ prefixes from test suite names.
Initialize networking outside of box/.
This makes Box a step closer to being just a storage
layer for Tarantool.
Still some ugly deps since box/ continues to manage
local hot standby and memcached expire (todo: move it out).
_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help : https://help.launchpad.net/ListHelp