Branch: refs/heads/box.raise
Home: https://github.com/mailru/tarantool
Commit: 1a5942d4ef622ae9ab8a0a07b4eef75e2f12703e
https://github.com/mailru/tarantool/commit/1a5942d4ef622ae9ab8a0a07b4eef75e2f12703e
Author: Roman Tsisyk <[email protected]>
Date: 2013-01-31 (Thu, 31 Jan 2013)
Changed paths:
M .gitignore
A include/lib/bitset/expr.h
A include/lib/bitset/iterator.h
M src/lib/bitset/CMakeLists.txt
A src/lib/bitset/expr.c
A src/lib/bitset/iterator.c
M test/unit/CMakeLists.txt
A test/unit/bitset_iterator.c
A test/unit/bitset_iterator.result
A test/unit/bitset_iterator.test
Log Message:
-----------
libbitset: bitset_expr and bitset_iterator (splited off from bitmap-index)
Commit: 18b86207c175fd37cf6c21384cc5f325727d8c4b
https://github.com/mailru/tarantool/commit/18b86207c175fd37cf6c21384cc5f325727d8c4b
Author: Roman Tsisyk <[email protected]>
Date: 2013-01-31 (Thu, 31 Jan 2013)
Changed paths:
M src/lib/bitset/expr.c
M src/lib/bitset/iterator.c
M test/unit/bitset_iterator.c
M test/unit/bitset_iterator.result
Log Message:
-----------
libbitset: support for empty expressions in bitset_iterator
Commit: 1ba82f299c6b104aa24befc920d1346ab0b3f0f8
https://github.com/mailru/tarantool/commit/1ba82f299c6b104aa24befc920d1346ab0b3f0f8
Author: Roman Tsisyk <[email protected]>
Date: 2013-02-05 (Tue, 05 Feb 2013)
Changed paths:
M src/lib/bitset/page.h
Log Message:
-----------
Fix a macro for non-glibc builds
Commit: a7bdfce4b549ba6006872550bd0872a57b5b7241
https://github.com/mailru/tarantool/commit/a7bdfce4b549ba6006872550bd0872a57b5b7241
Author: Roman Tsisyk <[email protected]>
Date: 2013-02-05 (Tue, 05 Feb 2013)
Changed paths:
M client/tarantool_checksum/tc_space.c
M include/coro.h
M include/fiber.h
M include/iobuf.h
M include/ipc.h
M include/latch.h
M include/mhash.h
M include/rlist.h
M include/rope.h
M include/salloc.h
M include/tbuf.h
M src/admin.m
M src/admin.rl
M src/box/box.m
M src/box/box_lua.m
M src/box/hash_index.m
M src/box/request.m
M src/box/space.m
M src/coio.m
M src/coro.m
M src/fiber.m
M src/iobuf.m
M src/ipc.m
M src/iproto.m
M src/latch.m
M src/log_io.m
M src/lua/init.m
M src/lua/lua_ipc.m
M src/lua/lua_socket.m
M src/memcached-grammar.m
M src/memcached-grammar.rl
M src/memcached.m
M src/replica.m
M src/replication.m
M src/rope.c
M src/salloc.m
M src/session.m
M src/tarantool.m
M src/tbuf.m
M test/unit/mhash.c
M test/unit/rlist.c
Log Message:
-----------
Unify constructor/destructor names in the code
Commit: 98a1c68f94c5b756973f11078000cc83e7b5ccb4
https://github.com/mailru/tarantool/commit/98a1c68f94c5b756973f11078000cc83e7b5ccb4
Author: Konstantin Osipov <[email protected]>
Date: 2013-02-05 (Tue, 05 Feb 2013)
Changed paths:
M client/tarantool_checksum/tc_space.c
M include/coro.h
M include/fiber.h
M include/iobuf.h
M include/ipc.h
M include/latch.h
M include/mhash.h
M include/rlist.h
M include/rope.h
M include/salloc.h
M include/tbuf.h
M src/admin.m
M src/admin.rl
M src/box/box.m
M src/box/box_lua.m
M src/box/hash_index.m
M src/box/request.m
M src/box/space.m
M src/coio.m
M src/coro.m
M src/fiber.m
M src/iobuf.m
M src/ipc.m
M src/iproto.m
M src/latch.m
M src/log_io.m
M src/lua/init.m
M src/lua/lua_ipc.m
M src/lua/lua_socket.m
M src/memcached-grammar.m
M src/memcached-grammar.rl
M src/memcached.m
M src/replica.m
M src/replication.m
M src/rope.c
M src/salloc.m
M src/session.m
M src/tarantool.m
M src/tbuf.m
M test/unit/mhash.c
M test/unit/rlist.c
Log Message:
-----------
Merge branch 'ctor-dtor-unify'
Commit: d1ccdca48681151a4afc21b6190d8da34c37a400
https://github.com/mailru/tarantool/commit/d1ccdca48681151a4afc21b6190d8da34c37a400
Author: Konstantin Osipov <[email protected]>
Date: 2013-02-05 (Tue, 05 Feb 2013)
Changed paths:
M include/lib/bitset/bitset.h
M include/lib/bitset/expr.h
M include/lib/bitset/iterator.h
Log Message:
-----------
Minor edits of the comments (style, typos).
Commit: 9bf1c3acedd0eaded4cdc0b6d2d75e03fe392909
https://github.com/mailru/tarantool/commit/9bf1c3acedd0eaded4cdc0b6d2d75e03fe392909
Author: Konstantin Osipov <[email protected]>
Date: 2013-02-05 (Tue, 05 Feb 2013)
Changed paths:
M .gitignore
M include/lib/bitset/bitset.h
A include/lib/bitset/expr.h
A include/lib/bitset/iterator.h
M src/lib/bitset/CMakeLists.txt
A src/lib/bitset/expr.c
A src/lib/bitset/iterator.c
M test/unit/CMakeLists.txt
A test/unit/bitset_iterator.c
A test/unit/bitset_iterator.result
A test/unit/bitset_iterator.test
Log Message:
-----------
Merge branch 'libbitset-iterator'
Commit: 2b717326ee55b5ca5f0eda82bbf04ce2abc6058a
https://github.com/mailru/tarantool/commit/2b717326ee55b5ca5f0eda82bbf04ce2abc6058a
Author: Konstantin Osipov <[email protected]>
Date: 2013-02-05 (Tue, 05 Feb 2013)
Changed paths:
M doc/user/stored-procedures.xml
M doc/user/target.db
Log Message:
-----------
Document box.socket.
Commit: 664aa9c5d1c5fec9c320b5f0ab04f436b5763500
https://github.com/mailru/tarantool/commit/664aa9c5d1c5fec9c320b5f0ab04f436b5763500
Author: Dmitry E. Oboukhov <[email protected]>
Date: 2013-02-06 (Wed, 06 Feb 2013)
Changed paths:
M .gitignore
M client/tarantool_checksum/tc_space.c
M doc/user/stored-procedures.xml
M doc/user/target.db
M include/coro.h
M include/fiber.h
M include/iobuf.h
M include/ipc.h
M include/latch.h
M include/lib/bitset/bitset.h
A include/lib/bitset/expr.h
A include/lib/bitset/iterator.h
M include/mhash.h
M include/rlist.h
M include/rope.h
M include/salloc.h
M include/tbuf.h
M src/admin.m
M src/admin.rl
M src/box/box.m
M src/box/box_lua.m
M src/box/hash_index.m
M src/box/request.m
M src/box/space.m
M src/coio.m
M src/coro.m
M src/fiber.m
M src/iobuf.m
M src/ipc.m
M src/iproto.m
M src/latch.m
M src/lib/bitset/CMakeLists.txt
A src/lib/bitset/expr.c
A src/lib/bitset/iterator.c
M src/lib/bitset/page.h
M src/log_io.m
M src/lua/init.m
M src/lua/lua_ipc.m
M src/lua/lua_socket.m
M src/memcached-grammar.m
M src/memcached-grammar.rl
M src/memcached.m
M src/replica.m
M src/replication.m
M src/rope.c
M src/salloc.m
M src/session.m
M src/tarantool.m
M src/tbuf.m
M test/unit/CMakeLists.txt
A test/unit/bitset_iterator.c
A test/unit/bitset_iterator.result
A test/unit/bitset_iterator.test
M test/unit/mhash.c
M test/unit/rlist.c
Log Message:
-----------
Merge branch 'master' of github.com:mailru/tarantool into box.raise
Commit: 0b9d71d8e435ae602f51dafd693c4bd871481b16
https://github.com/mailru/tarantool/commit/0b9d71d8e435ae602f51dafd693c4bd871481b16
Author: Dmitry E. Oboukhov <[email protected]>
Date: 2013-02-06 (Wed, 06 Feb 2013)
Changed paths:
M src/box/box.lua
M src/box/box_lua.m
M test/box/lua.result
Log Message:
-----------
prepare box.remote.lib
Compare: https://github.com/mailru/tarantool/compare/2814ab709c92...0b9d71d8e435
_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help : https://help.launchpad.net/ListHelp