Branch: refs/heads/master
  Home:   https://github.com/mailru/tarantool
  Commit: e73013cb48995250b179561b6d94433e1eb0deac
      
https://github.com/mailru/tarantool/commit/e73013cb48995250b179561b6d94433e1eb0deac
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-09-25 (Tue, 25 Sep 2012)

  Changed paths:
    M mod/box/box.m
    M mod/box/box_lua.m
    M mod/box/memcached.m
    M mod/box/request.m
    M mod/box/space.h
    M mod/box/space.m
    M mod/box/tree.m

  Log Message:
  -----------
  space was incapsulated partly


  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


  Commit: c3e12cf9881aa6f21fa162a312e64190dae58b52
      
https://github.com/mailru/tarantool/commit/c3e12cf9881aa6f21fa162a312e64190dae58b52
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-09-28 (Fri, 28 Sep 2012)

  Changed paths:
    M mod/box/box_lua.m
    M test/box/lua.result

  Log Message:
  -----------
  cleanup error messages


  Commit: 6027b6a52641d50954cfc0a51e6d7b773e80f9f8
      
https://github.com/mailru/tarantool/commit/6027b6a52641d50954cfc0a51e6d7b773e80f9f8
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-09-28 (Fri, 28 Sep 2012)

  Changed paths:
    M include/assoc.h
    M mod/box/space.m

  Log Message:
  -----------
  space uses i32 hash instead hash of iovec


  Commit: 182c65700bdacf24560b5145ea7ce0d8565a03a8
      
https://github.com/mailru/tarantool/commit/182c65700bdacf24560b5145ea7ce0d8565a03a8
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-09-28 (Fri, 28 Sep 2012)

  Changed paths:
    M include/mhash.h
    M mod/box/index.m

  Log Message:
  -----------
  drop low-level functions in mhash


  Commit: 13231f0bf13a4c9f01615140aa1d02ef33946c39
      
https://github.com/mailru/tarantool/commit/13231f0bf13a4c9f01615140aa1d02ef33946c39
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-09-29 (Sat, 29 Sep 2012)

  Changed paths:
    M mod/box/space.m

  Log Message:
  -----------
  some variables were renamed by review


  Commit: 2200bb31dc057cfa1410b097f0f53718e15356c5
      
https://github.com/mailru/tarantool/commit/2200bb31dc057cfa1410b097f0f53718e15356c5
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-10-02 (Tue, 02 Oct 2012)

  Changed paths:
    M cfg/tarantool_box_cfg.c
    M cfg/tarantool_box_cfg.h
    M include/errcode.h
    M mod/box/box_cfg.cfg_tmpl
    M mod/box/box_lua.h
    M mod/box/box_lua.m
    M mod/box/index.h
    M mod/box/index.m
    M mod/box/request.m
    M mod/box/space.m
    M mod/box/txn.m
    M test/box/admin.result
    M test/box/configuration.result
    M test/box_big/tarantool.cfg
    M test/box_memcached/off.result

  Log Message:
  -----------
  partial index


  Commit: 86a08603345881a3dab3afa3340f70d2e3481bf3
      
https://github.com/mailru/tarantool/commit/86a08603345881a3dab3afa3340f70d2e3481bf3
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-10-02 (Tue, 02 Oct 2012)

  Changed paths:
    M mod/box/index.m
    M mod/box/tree.m

  Log Message:
  -----------
  indexes are build properly


  Commit: c287e224b1ba4ec63a4172710f5d5cf12b075df3
      
https://github.com/mailru/tarantool/commit/c287e224b1ba4ec63a4172710f5d5cf12b075df3
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-10-02 (Tue, 02 Oct 2012)

  Changed paths:
    M doc/user/errcode.xml
    M doc/user/space.xml

  Log Message:
  -----------
  updated documentation


  Commit: 77200e799fb1c6d3125267d92d3ef6489fb80df6
      
https://github.com/mailru/tarantool/commit/77200e799fb1c6d3125267d92d3ef6489fb80df6
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-10-02 (Tue, 02 Oct 2012)

  Changed paths:
    M include/assoc.h

  Log Message:
  -----------
  code cleanup


  Commit: 630a26939ac8f77a27c5ae04dc46674a3b8d3107
      
https://github.com/mailru/tarantool/commit/630a26939ac8f77a27c5ae04dc46674a3b8d3107
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-10-02 (Tue, 02 Oct 2012)

  Changed paths:
    M include/exception.h
    M include/fiber.h
    M include/tbuf.h
    M mod/box/box.h
    M mod/box/box.m
    M mod/box/box_lua.h
    M mod/box/box_lua.m
    M mod/box/memcached-grammar.m
    M mod/box/memcached-grammar.rl
    M mod/box/memcached.m
    M mod/box/port.h
    M mod/box/port.m
    M mod/box/request.h
    M mod/box/request.m
    M src/admin.m
    M src/admin.rl
    M src/exception.m
    M src/fiber.m
    M src/iproto.m
    M src/replica.m
    M src/tbuf.m

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into config.in.spaces


  Commit: 62e30aeb69478d036e95a34d3b17ed392c29be1b
      
https://github.com/mailru/tarantool/commit/62e30aeb69478d036e95a34d3b17ed392c29be1b
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-10-02 (Tue, 02 Oct 2012)

  Changed paths:
    M mod/box/request.m

  Log Message:
  -----------
  code cleanup (by review)


  Commit: 5f85c802fcadc0f8d57d9be77062fa24bedc2b78
      
https://github.com/mailru/tarantool/commit/5f85c802fcadc0f8d57d9be77062fa24bedc2b78
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-10-03 (Wed, 03 Oct 2012)

  Changed paths:
    A test/box_big/part_index.lua
    A test/box_big/part_index.result
    A test/box_big/part_index.test

  Log Message:
  -----------
  commit forgotten test


  Commit: d46583e8d752b9a5a8897e967fed3655a95d7111
      
https://github.com/mailru/tarantool/commit/d46583e8d752b9a5a8897e967fed3655a95d7111
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-10-09 (Tue, 09 Oct 2012)

  Changed paths:
    M .gitignore
    M AUTHORS
    M doc/user/stored-procedures.xml
    M doc/user/target.db
    A include/coio.h
    A include/coio_buf.h
    A include/evio.h
    M include/fiber.h
    M include/iproto.h
    M include/recovery.h
    A include/sio.h
    M mod/box/CMakeLists.txt
    M mod/box/box.lua
    M mod/box/box.m
    M mod/box/memcached-grammar.m
    M mod/box/memcached-grammar.rl
    M mod/box/memcached.h
    M mod/box/memcached.m
    M mod/box/space.m
    M mod/box/txn.m
    M src/CMakeLists.txt
    M src/admin.m
    M src/admin.rl
    A src/coio.m
    A src/coio_buf.m
    A src/evio.m
    M src/exception.m
    M src/fiber.m
    M src/iproto.m
    M src/recovery.m
    M src/replica.m
    M src/replication.m
    M src/say.m
    A src/sio.m
    M src/tarantool.m
    M src/tarantool_lua.m
    M src/util.m
    M test/box/admin.result
    M test/box/admin_coredump.result
    M test/box/configuration.result
    M test/box/errinj.result
    M test/box/fiber.result
    M test/box/info.result
    M test/box/lua.result
    M test/box/lua.test
    M test/box/lua_box_uuid.result
    M test/box/reconfigure.result
    M test/box/slab.result
    M test/box/snapshot.result
    M test/box/sql.result
    M test/box/stat.result
    M test/box/stat_lua.result
    M test/box/xlog.result
    M test/box_big/hash.result
    M test/box_big/lua.result
    M test/box_big/lua.test
    M test/box_big/part_index.result
    M test/box_big/sql.result
    M test/box_big/tree_pk.result
    M test/box_big/tree_pk_multipart.result
    M test/box_big/tree_variants.result
    M test/box_memcached/lua.result
    M test/box_memcached/multiversioning.result
    M test/box_memcached/off.result
    M test/box_replication/consistent.result
    M test/box_replication/swap.result
    M test/box_wal/lua.result
    M test/box_wal/oom.result
    M test/box_wal/wal_mode.result
    M test/lib/admin_connection.py

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into config.in.spaces

Conflicts:
        test/box/admin.result
        test/box/configuration.result
        test/box/lua.result
        test/box_memcached/off.result


  Commit: ec74e3074971a76011781d84a9a521c38752ee84
      
https://github.com/mailru/tarantool/commit/ec74e3074971a76011781d84a9a521c38752ee84
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-10-09 (Tue, 09 Oct 2012)

  Changed paths:
    M cfg/tarantool_box_cfg.c
    M cfg/tarantool_box_cfg.h
    M doc/user/errcode.xml
    M doc/user/space.xml
    M include/errcode.h
    M mod/box/box_cfg.cfg_tmpl
    M mod/box/box_lua.h
    M mod/box/box_lua.m
    M mod/box/index.h
    M mod/box/index.m
    M mod/box/space.m
    M mod/box/tree.m
    M test/box/admin.result
    M test/box/configuration.result
    R test/box_big/part_index.test
    M test/box_big/tarantool.cfg
    M test/box_memcached/off.result

  Log Message:
  -----------
  split config.in.spaces and partial index branches


  Commit: 521b9d4d5f207ce3a1549334daeed54563fd06a2
      
https://github.com/mailru/tarantool/commit/521b9d4d5f207ce3a1549334daeed54563fd06a2
  Author: Konstantin Osipov <[email protected]>
  Date:   2012-10-10 (Wed, 10 Oct 2012)

  Changed paths:
    M mod/box/box.m
    M mod/box/box_lua.m
    M mod/box/memcached.m
    M mod/box/request.m
    M mod/box/space.h
    M mod/box/space.m
    M mod/box/txn.m
    R test/box_big/part_index.lua
    R test/box_big/part_index.result

  Log Message:
  -----------
  config.in.spaces: review fixes.


  Commit: 8d176273327b06306876325a9a06d5ed0b62d348
      
https://github.com/mailru/tarantool/commit/8d176273327b06306876325a9a06d5ed0b62d348
  Author: Konstantin Osipov <[email protected]>
  Date:   2012-10-10 (Wed, 10 Oct 2012)

  Changed paths:
    M include/mhash.h
    M mod/box/index.m

  Log Message:
  -----------
  config.in.spaces: fix a subtle bug introduced by change in hash index 
iteration

Fix iteration over a hash index to notw return garbage tuples.


Compare: https://github.com/mailru/tarantool/compare/3a990b4186a4...8d176273327b
_______________________________________________
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