Branch: refs/heads/config.in.spaces
Home: https://github.com/mailru/tarantool
Commit: d370d4f510d79f8a769712585970f8ec9f052605
https://github.com/mailru/tarantool/commit/d370d4f510d79f8a769712585970f8ec9f052605
Author: Dmitry E. Oboukhov <[email protected]>
Date: 2012-09-19 (Wed, 19 Sep 2012)
Changed paths:
M doc/user/stored-procedures.xml
M doc/user/tutorial.xml
M include/tarantool.h
M src/admin.m
M src/admin.rl
M src/tarantool.m
M src/tarantool_lua_info.m
M test/box/admin.result
M test/box/info.result
M test/box/info.test
Log Message:
-----------
workaround for #1052829
daemon can watch box.info.snapshotting variable do stop its loop temporary
Commit: bf794e550d7eb8836f6e88149c86fe2cdd7ac00c
https://github.com/mailru/tarantool/commit/bf794e550d7eb8836f6e88149c86fe2cdd7ac00c
Author: Dmitry Simonenko <[email protected]>
Date: 2012-09-21 (Fri, 21 Sep 2012)
Changed paths:
M client/tarantool/CMakeLists.txt
M client/tarantool/tc.c
M client/tarantool/tc_opt.c
M client/tarantool/tc_opt.h
M client/tarantool/tc_print.c
M client/tarantool/tc_print.h
A client/tarantool/tc_store.c
A client/tarantool/tc_store.h
R client/tarantool/tc_wal.c
R client/tarantool/tc_wal.h
M connector/c/include/tarantool/tnt_iter.h
A connector/c/include/tarantool/tnt_log.h
M connector/c/include/tarantool/tnt_rpl.h
A connector/c/include/tarantool/tnt_snapshot.h
M connector/c/include/tarantool/tnt_stream.h
M connector/c/include/tarantool/tnt_tuple.h
M connector/c/include/tarantool/tnt_xlog.h
M connector/c/tnt/tnt_buf.c
M connector/c/tnt/tnt_iter.c
M connector/c/tnt/tnt_tuple.c
M connector/c/tntnet/tnt_net.c
M connector/c/tntrpl/CMakeLists.txt
A connector/c/tntrpl/tnt_log.c
M connector/c/tntrpl/tnt_rpl.c
A connector/c/tntrpl/tnt_snapshot.c
M connector/c/tntrpl/tnt_xlog.c
M test/connector_c/CMakeLists.txt
A test/connector_c/connector.snap
A test/connector_c/snap
A test/connector_c/snap.c
A test/connector_c/snap.result
A test/connector_c/snap.test
M test/connector_c/xlog.c
Log Message:
-----------
connector-c-shapshot: support snapshot file format by client library:
* xlog/snapshot file format iterator object added (tnt_log)
* tnt_snapshot stream created
* refactored tnt_xlog and tnt_stream streams to use the same tnt_log object
* storage iterator added (for fetching tuples from snapshot or other
tuple storage)
* console client refactored to support snapshot files (cat command)
(this also fix for https://bugs.launchpad.net/tarantool/+bug/1028475)
* snapshot test case added
Commit: 55c9fd9734d35a067b352898b2d3a8e4e89fa85a
https://github.com/mailru/tarantool/commit/55c9fd9734d35a067b352898b2d3a8e4e89fa85a
Author: Dmitry Simonenko <[email protected]>
Date: 2012-09-21 (Fri, 21 Sep 2012)
Changed paths:
M .gitignore
R test/connector_c/snap
Log Message:
-----------
connector-c-snapshot: removed accidently added file, .gitignore updated.
Commit: 5d510f4ffbdb617cc5795686297f83372b3e5515
https://github.com/mailru/tarantool/commit/5d510f4ffbdb617cc5795686297f83372b3e5515
Author: Dmitry Simonenko <[email protected]>
Date: 2012-09-24 (Mon, 24 Sep 2012)
Changed paths:
M doc/man/tarantool.pod
Log Message:
-----------
connector-c-snapshot: console client man page updated
Commit: f262c409f31a4320ded0e667518b8beca31b3093
https://github.com/mailru/tarantool/commit/f262c409f31a4320ded0e667518b8beca31b3093
Author: Dmitry E. Oboukhov <[email protected]>
Date: 2012-09-26 (Wed, 26 Sep 2012)
Changed paths:
M doc/user/stored-procedures.xml
M doc/user/tutorial.xml
M include/tarantool.h
M src/admin.m
M src/admin.rl
M src/tarantool.m
M src/tarantool_lua_info.m
M test/box/admin.result
M test/box/info.result
M test/box/info.test
Log Message:
-----------
renamed snapshotting to snapshot_pid
user can't make new snapshot until previous snapshot is saving
Commit: 3cfea5db5d83db2b70840a435d58113bd5b42eb4
https://github.com/mailru/tarantool/commit/3cfea5db5d83db2b70840a435d58113bd5b42eb4
Author: Konstantin Osipov <[email protected]>
Date: 2012-09-26 (Wed, 26 Sep 2012)
Changed paths:
M src/tarantool.m
Log Message:
-----------
box.info.snapshot_pid: review fixes.
Commit: 0539fd07cfbd63a49ab02c2482e40f1751b9cc93
https://github.com/mailru/tarantool/commit/0539fd07cfbd63a49ab02c2482e40f1751b9cc93
Author: Konstantin Osipov <[email protected]>
Date: 2012-09-26 (Wed, 26 Sep 2012)
Changed paths:
M doc/user/stored-procedures.xml
M doc/user/tutorial.xml
M include/tarantool.h
M src/admin.m
M src/admin.rl
M src/tarantool.m
M src/tarantool_lua_info.m
M test/box/admin.result
M test/box/info.result
M test/box/info.test
Log Message:
-----------
Merge branch 'snapshotting'
Commit: 3266776c5f28cf739007ee07a4cc3e4cd4e130b8
https://github.com/mailru/tarantool/commit/3266776c5f28cf739007ee07a4cc3e4cd4e130b8
Author: Konstantin Osipov <[email protected]>
Date: 2012-09-26 (Wed, 26 Sep 2012)
Changed paths:
M .gitignore
M client/tarantool/CMakeLists.txt
M client/tarantool/tc.c
M client/tarantool/tc_opt.c
M client/tarantool/tc_opt.h
M client/tarantool/tc_print.c
M client/tarantool/tc_print.h
A client/tarantool/tc_store.c
A client/tarantool/tc_store.h
R client/tarantool/tc_wal.c
R client/tarantool/tc_wal.h
M connector/c/include/tarantool/tnt_iter.h
A connector/c/include/tarantool/tnt_log.h
M connector/c/include/tarantool/tnt_rpl.h
A connector/c/include/tarantool/tnt_snapshot.h
M connector/c/include/tarantool/tnt_stream.h
M connector/c/include/tarantool/tnt_tuple.h
M connector/c/include/tarantool/tnt_xlog.h
M connector/c/tnt/tnt_buf.c
M connector/c/tnt/tnt_iter.c
M connector/c/tnt/tnt_tuple.c
M connector/c/tntnet/tnt_net.c
M connector/c/tntrpl/CMakeLists.txt
A connector/c/tntrpl/tnt_log.c
M connector/c/tntrpl/tnt_rpl.c
A connector/c/tntrpl/tnt_snapshot.c
M connector/c/tntrpl/tnt_xlog.c
M doc/man/tarantool.pod
M test/connector_c/CMakeLists.txt
A test/connector_c/connector.snap
A test/connector_c/snap.c
A test/connector_c/snap.result
A test/connector_c/snap.test
M test/connector_c/xlog.c
Log Message:
-----------
Merge branch 'connector-c-snapshot'
Commit: 74e0d16680cfc9d2e87a06f44fb65bfa5c4abf8f
https://github.com/mailru/tarantool/commit/74e0d16680cfc9d2e87a06f44fb65bfa5c4abf8f
Author: Dmitry E. Oboukhov <[email protected]>
Date: 2012-09-27 (Thu, 27 Sep 2012)
Changed paths:
M .gitignore
M client/tarantool/CMakeLists.txt
M client/tarantool/tc.c
M client/tarantool/tc_opt.c
M client/tarantool/tc_opt.h
M client/tarantool/tc_print.c
M client/tarantool/tc_print.h
A client/tarantool/tc_store.c
A client/tarantool/tc_store.h
R client/tarantool/tc_wal.c
R client/tarantool/tc_wal.h
M connector/c/include/tarantool/tnt_iter.h
A connector/c/include/tarantool/tnt_log.h
M connector/c/include/tarantool/tnt_rpl.h
A connector/c/include/tarantool/tnt_snapshot.h
M connector/c/include/tarantool/tnt_stream.h
M connector/c/include/tarantool/tnt_tuple.h
M connector/c/include/tarantool/tnt_xlog.h
M connector/c/tnt/tnt_buf.c
M connector/c/tnt/tnt_iter.c
M connector/c/tnt/tnt_tuple.c
M connector/c/tntnet/tnt_net.c
M connector/c/tntrpl/CMakeLists.txt
A connector/c/tntrpl/tnt_log.c
M connector/c/tntrpl/tnt_rpl.c
A connector/c/tntrpl/tnt_snapshot.c
M connector/c/tntrpl/tnt_xlog.c
M doc/man/tarantool.pod
M doc/user/stored-procedures.xml
M doc/user/tutorial.xml
M include/tarantool.h
M src/admin.m
M src/admin.rl
M src/tarantool.m
M src/tarantool_lua_info.m
M test/box/admin.result
M test/box/info.result
M test/box/info.test
M test/connector_c/CMakeLists.txt
A test/connector_c/connector.snap
A test/connector_c/snap.c
A test/connector_c/snap.result
A test/connector_c/snap.test
M test/connector_c/xlog.c
Log Message:
-----------
Merge branch 'master' of github.com:mailru/tarantool into config.in.spaces
Commit: f7ccb437ac344f2a4699a3601146b3680d4d0be2
https://github.com/mailru/tarantool/commit/f7ccb437ac344f2a4699a3601146b3680d4d0be2
Author: Dmitry E. Oboukhov <[email protected]>
Date: 2012-09-28 (Fri, 28 Sep 2012)
Changed paths:
M include/assoc.h
M include/mhash.h
M mod/box/memcached.m
M mod/box/space.h
M mod/box/space.m
M test/box/lua.result
M test/box/sql.result
Log Message:
-----------
space uses hash instead prealloc array
Compare: https://github.com/mailru/tarantool/compare/e73013cb4899...f7ccb437ac34
_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help : https://help.launchpad.net/ListHelp