Branch: refs/heads/master
  Home:   https://github.com/mailru/tarantool
  Commit: 678bfd9386c96db76bb724294200242c98504d1f
      
https://github.com/mailru/tarantool/commit/678bfd9386c96db76bb724294200242c98504d1f
  Author: Dmitry Simonenko <[email protected]>
  Date:   2013-06-25 (Tue, 25 Jun 2013)

  Changed paths:
    M CMakeLists.txt
    M cfg/warning.c
    A client/tarantool_snap/CMakeLists.txt
    A client/tarantool_snap/config.c
    A client/tarantool_snap/config.h
    A client/tarantool_snap/cursor.c
    A client/tarantool_snap/cursor.h
    A client/tarantool_snap/hash.h
    A client/tarantool_snap/indexate.c
    A client/tarantool_snap/indexate.h
    A client/tarantool_snap/key.h
    A client/tarantool_snap/main.c
    A client/tarantool_snap/options.c
    A client/tarantool_snap/options.h
    A client/tarantool_snap/ref.c
    A client/tarantool_snap/ref.h
    A client/tarantool_snap/sha1.c
    A client/tarantool_snap/sha1.h
    A client/tarantool_snap/snapshot.c
    A client/tarantool_snap/snapshot.h
    A client/tarantool_snap/space.c
    A client/tarantool_snap/space.h
    A client/tarantool_snap/ts.h
    A client/tarantool_snap/update.cc
    A client/tarantool_snap/update.h
    M connector/c/include/tarantool/tnt_log.h
    M connector/c/tntrpl/tnt_log.c

  Log Message:
  -----------
  tarantool-snap: move to the new master and tuple update function.


  Commit: 200be52e9cc5219b1ff8d4c6d5d5ab47e42c74c9
      
https://github.com/mailru/tarantool/commit/200be52e9cc5219b1ff8d4c6d5d5ab47e42c74c9
  Author: Dmitry Simonenko <[email protected]>
  Date:   2013-06-27 (Thu, 27 Jun 2013)

  Changed paths:
    M client/tarantool_snap/CMakeLists.txt
    A client/tarantool_snap/compat.c
    M client/tarantool_snap/config.c
    M client/tarantool_snap/cursor.c
    M client/tarantool_snap/indexate.c
    M client/tarantool_snap/main.c
    A client/tarantool_snap/region.h
    M client/tarantool_snap/snapshot.c
    M client/tarantool_snap/ts.h
    M client/tarantool_snap/update.cc
    M include/say.h
    M src/say.cc

  Log Message:
  -----------
  tarantool-snap: refactored and made master compatible.


  Commit: 5c28ac94b92d7d3b37a2e413798d16eb580ec6d8
      
https://github.com/mailru/tarantool/commit/5c28ac94b92d7d3b37a2e413798d16eb580ec6d8
  Author: Dmitry Simonenko <[email protected]>
  Date:   2013-07-01 (Mon, 01 Jul 2013)

  Changed paths:
    M client/tarantool_snap/compat.c
    M client/tarantool_snap/cursor.c
    M client/tarantool_snap/indexate.c
    M client/tarantool_snap/main.c
    M client/tarantool_snap/snapshot.c
    M client/tarantool_snap/space.c
    M client/tarantool_snap/ts.h
    M client/tarantool_snap/update.cc
    M connector/c/tnt/tnt_request.c

  Log Message:
  -----------
  tarantool-snap: fix tuple update corruption


  Commit: e3f7cd75a1cae16a1ef9bed18f243eda79041252
      
https://github.com/mailru/tarantool/commit/e3f7cd75a1cae16a1ef9bed18f243eda79041252
  Author: Dmitry Simonenko <[email protected]>
  Date:   2013-07-01 (Mon, 01 Jul 2013)

  Changed paths:
    R client/tarantool_snap/region.h

  Log Message:
  -----------
  tarantool-snap: old file removed


  Commit: f99a7c9d918f1ad563ba0ab24f48622a10352d32
      
https://github.com/mailru/tarantool/commit/f99a7c9d918f1ad563ba0ab24f48622a10352d32
  Author: Dmitry Simonenko <[email protected]>
  Date:   2013-07-02 (Tue, 02 Jul 2013)

  Changed paths:
    M .gitignore
    M .travis.yml
    M client/tarantool/CMakeLists.txt
    M client/tarantool/tc.c
    M client/tarantool/tc_admin.c
    A client/tarantool/tc_buf.c
    A client/tarantool/tc_buf.h
    M client/tarantool/tc_cli.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_print_snap.c
    A client/tarantool/tc_print_snap.h
    A client/tarantool/tc_print_xlog.c
    A client/tarantool/tc_print_xlog.h
    M client/tarantool/tc_store.c
    R cmake/CheckBuiltInFunctionExists.cmake
    M connector/c/include/tp.h
    M connector/c/tnt/tnt_buf.c
    M connector/c/tnt/tnt_tuple.c
    M doc/user/iterator-types.xml
    M doc/user/space.xml
    M include/assoc.h
    M include/box/box.h
    M include/fiber.h
    A include/lib/small/mempool.h
    A include/lib/small/region.h
    A include/lib/small/slab_cache.h
    A include/lib/small/small.h
    M include/log_io.h
    M include/mhash.h
    M include/recovery.h
    M include/rlist.h
    M include/salloc.h
    M include/stat.h
    M include/tarantool.h
    M include/tarantool/util.h
    M include/tbuf.h
    M src/CMakeLists.txt
    M src/admin.cc
    M src/admin.rl
    M src/box/CMakeLists.txt
    M src/box/bitset_index.cc
    M src/box/bitset_index.h
    M src/box/box.cc
    M src/box/box_lua.cc
    M src/box/box_lua_space.cc
    M src/box/hash_index.cc
    M src/box/hash_index.h
    M src/box/index.cc
    M src/box/index.h
    M src/box/lua/box.lua
    M src/box/port.cc
    M src/box/port.h
    M src/box/request.cc
    M src/box/request.h
    M src/box/space.cc
    M src/box/space.h
    M src/box/tree_index.cc
    M src/box/tree_index.h
    M src/box/tuple.cc
    M src/box/tuple.h
    A src/box/tuple_convert.cc
    M src/box/tuple_update.cc
    M src/box/txn.cc
    M src/box/txn.h
    M src/iproto.cc
    A src/iproto_port.cc
    A src/iproto_port.h
    M src/lib/CMakeLists.txt
    A src/lib/small/CMakeLists.txt
    A src/lib/small/README
    A src/lib/small/mempool.c
    A src/lib/small/region.c
    A src/lib/small/slab_cache.c
    A src/lib/small/small.c
    M src/log_io.cc
    M src/lua/init.cc
    M src/lua/stat.cc
    M src/memcached-grammar.cc
    M src/memcached-grammar.rl
    M src/memcached.cc
    M src/palloc.cc
    M src/recovery.cc
    M src/replica.cc
    M src/replication.cc
    M src/stat.cc
    M src/tarantool.cc
    A test/.gitattributes
    M test/big/bitset.result
    M test/big/hash.result
    M test/big/hash.test
    A test/big/hash_multipart.result
    A test/big/hash_multipart.test
    M test/big/iterator.result
    M test/big/iterator.test
    M test/big/lua.result
    M test/big/lua.test
    M test/big/sql.result
    M test/big/sql.test
    M test/big/tarantool.cfg
    M test/big/tree_pk.result
    M test/big/tree_pk.test
    M test/big/tree_variants.result
    M test/big/tree_variants.test
    M test/box/fiber.result
    M test/box/fiber.test
    M test/box/lua.result
    M test/box/lua.test
    M test/box/net.box.result
    M test/box/net.box.test
    M test/box/socket.result
    M test/box/socket.test
    M test/connector_c/tt.c
    M test/connector_c/update.c
    M test/connector_c/xlog_rpl.test
    M test/lib/server.py
    R test/lib/tarantool_box_server.py
    M test/lib/tarantool_server.py
    M test/lib/test_suite.py
    M test/lib/unittest_server.py
    A test/memcached/cfg/master.cfg
    A test/memcached/cfg/tarantool_memcached_bad.cfg
    A test/memcached/cfg/tarantool_memcached_off.cfg
    M test/memcached/expirations.test
    M test/memcached/flush-all.result
    M test/memcached/flush-all.test
    M test/memcached/off.test
    M test/memcached/suite.ini
    R test/memcached/tarantool.cfg
    R test/memcached/tarantool_memcached_bad.cfg
    R test/memcached/tarantool_memcached_off.cfg
    M test/replication/cfg/hot_standby.cfg
    M test/replication/cfg/master.cfg
    M test/replication/cfg/master_to_replica.cfg
    M test/replication/cfg/replica.cfg
    M test/replication/cfg/replica_to_master.cfg
    M test/replication/consistent.result
    M test/replication/consistent.test
    M test/replication/hot_standby.test
    A test/replication/memcached.result
    A test/replication/memcached.test
    M test/replication/swap.test
    A test/share/tarantool.sup
    R test/share/tarantool_box.sup
    M test/test-run.py
    M test/unit/CMakeLists.txt
    R test/unit/base64.test
    R test/unit/bit.test
    R test/unit/bitset_basic.test
    R test/unit/bitset_index.test
    R test/unit/bitset_iterator.test
    A test/unit/mempool.c
    A test/unit/mempool.result
    R test/unit/mhash.test
    R test/unit/queue.test
    A test/unit/region.c
    A test/unit/region.result
    R test/unit/rlist.test
    R test/unit/rope.test
    R test/unit/rope_avl.test
    R test/unit/rope_basic.test
    R test/unit/rope_stress.test
    A test/unit/slab_cache.c
    A test/unit/slab_cache.result
    A test/unit/small_alloc.c
    A test/unit/small_alloc.result
    M test/unit/suite.ini

  Log Message:
  -----------
  Merge branch 'master' into tarantool-snap-v2


  Commit: 0eb0e9e2df35eb53a14f995dc722fa148f680c13
      
https://github.com/mailru/tarantool/commit/0eb0e9e2df35eb53a14f995dc722fa148f680c13
  Author: Dmitry Simonenko <[email protected]>
  Date:   2013-07-02 (Tue, 02 Jul 2013)

  Changed paths:
    M client/tarantool_snap/CMakeLists.txt
    M client/tarantool_snap/cursor.c
    M client/tarantool_snap/indexate.c
    M client/tarantool_snap/main.c
    M client/tarantool_snap/snapshot.c
    M client/tarantool_snap/ts.h
    M client/tarantool_snap/update.cc
    M include/lib/small/region.h

  Log Message:
  -----------
  tarantool-snap: use small allocator.


  Commit: 54bc3265630a988be790e62de89426448c690c8b
      
https://github.com/mailru/tarantool/commit/54bc3265630a988be790e62de89426448c690c8b
  Author: Dmitry Simonenko <[email protected]>
  Date:   2013-07-05 (Fri, 05 Jul 2013)

  Changed paths:
    M client/tarantool_snap/cursor.c
    M client/tarantool_snap/indexate.c
    M client/tarantool_snap/snapshot.c

  Log Message:
  -----------
  tarantool-snap: fix memory leak and snapshot tuple path


  Commit: d4a22c6dc17997679ee150a81a163b55215f5b6b
      
https://github.com/mailru/tarantool/commit/d4a22c6dc17997679ee150a81a163b55215f5b6b
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-07-08 (Mon, 08 Jul 2013)

  Changed paths:
    M client/tarantool_checksum/tc_space.c
    M include/box/box.h
    M include/errcode.h
    M include/lua/init.h
    M include/palloc.h
    M include/tarantool.h
    M src/box/CMakeLists.txt
    M src/box/box.cc
    M src/box/box_lua.cc
    M src/box/index.cc
    M src/box/index.h
    A src/box/key_def.cc
    A src/box/key_def.h
    M src/box/request.cc
    M src/box/space.cc
    M src/box/space.h
    M src/box/tuple.cc
    M src/box/tuple.h
    M src/lua/init.cc
    M src/memcached.cc
    M src/tarantool.cc
    M test/box/lua_misc.result
    M test/lib/server.py
    M test/lib/sql_ast.py
    M test/replication/memcached.test
    M test/unit/base64.c

  Log Message:
  -----------
  Merge branch 'master' into tarantool-snap-v2


  Commit: 5061c20133858b2f493bac1d719b1672a48744b2
      
https://github.com/mailru/tarantool/commit/5061c20133858b2f493bac1d719b1672a48744b2
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-07-08 (Mon, 08 Jul 2013)

  Changed paths:
    M .gitignore
    M CMakeLists.txt
    A client/tarancheck/CMakeLists.txt
    A client/tarancheck/tc_config.c
    A client/tarancheck/tc_config.h
    A client/tarancheck/tc_file.c
    A client/tarancheck/tc_file.h
    A client/tarancheck/tc_generate.c
    A client/tarancheck/tc_generate.h
    A client/tarancheck/tc_hash.h
    A client/tarancheck/tc_key.h
    A client/tarancheck/tc_main.c
    A client/tarancheck/tc_options.c
    A client/tarancheck/tc_options.h
    A client/tarancheck/tc_space.c
    A client/tarancheck/tc_space.h
    A client/tarancheck/tc_verify.c
    A client/tarancheck/tc_verify.h
    A client/tarantar/CMakeLists.txt
    A client/tarantar/compat.c
    A client/tarantar/config.c
    A client/tarantar/config.h
    A client/tarantar/cursor.c
    A client/tarantar/cursor.h
    A client/tarantar/hash.h
    A client/tarantar/indexate.c
    A client/tarantar/indexate.h
    A client/tarantar/key.h
    A client/tarantar/main.c
    A client/tarantar/options.c
    A client/tarantar/options.h
    A client/tarantar/ref.c
    A client/tarantar/ref.h
    A client/tarantar/sha1.c
    A client/tarantar/sha1.h
    A client/tarantar/snapshot.c
    A client/tarantar/snapshot.h
    A client/tarantar/space.c
    A client/tarantar/space.h
    A client/tarantar/ts.h
    A client/tarantar/update.cc
    A client/tarantar/update.h
    R client/tarantool_checksum/CMakeLists.txt
    R client/tarantool_checksum/tc_config.c
    R client/tarantool_checksum/tc_config.h
    R client/tarantool_checksum/tc_file.c
    R client/tarantool_checksum/tc_file.h
    R client/tarantool_checksum/tc_generate.c
    R client/tarantool_checksum/tc_generate.h
    R client/tarantool_checksum/tc_hash.h
    R client/tarantool_checksum/tc_key.h
    R client/tarantool_checksum/tc_main.c
    R client/tarantool_checksum/tc_options.c
    R client/tarantool_checksum/tc_options.h
    R client/tarantool_checksum/tc_space.c
    R client/tarantool_checksum/tc_space.h
    R client/tarantool_checksum/tc_verify.c
    R client/tarantool_checksum/tc_verify.h
    R client/tarantool_snap/CMakeLists.txt
    R client/tarantool_snap/compat.c
    R client/tarantool_snap/config.c
    R client/tarantool_snap/config.h
    R client/tarantool_snap/cursor.c
    R client/tarantool_snap/cursor.h
    R client/tarantool_snap/hash.h
    R client/tarantool_snap/indexate.c
    R client/tarantool_snap/indexate.h
    R client/tarantool_snap/key.h
    R client/tarantool_snap/main.c
    R client/tarantool_snap/options.c
    R client/tarantool_snap/options.h
    R client/tarantool_snap/ref.c
    R client/tarantool_snap/ref.h
    R client/tarantool_snap/sha1.c
    R client/tarantool_snap/sha1.h
    R client/tarantool_snap/snapshot.c
    R client/tarantool_snap/snapshot.h
    R client/tarantool_snap/space.c
    R client/tarantool_snap/space.h
    R client/tarantool_snap/ts.h
    R client/tarantool_snap/update.cc
    R client/tarantool_snap/update.h

  Log Message:
  -----------
  Rename tarantool_checksum to tarancheck, tarantool_snap to tarantar.


Compare: https://github.com/mailru/tarantool/compare/343eb4704191...5061c2013385
_______________________________________________
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