Branch: refs/heads/master
  Home:   https://github.com/mailru/tarantool

  Commit: 4743e55db524dcc0e4ab625551acd9011c757a04
      
https://github.com/mailru/tarantool/commit/4743e55db524dcc0e4ab625551acd9011c757a04
  Author: Konstantin Osipov <[email protected]>
  Date:   2011-08-31 (Wed, 31 Aug 2011)

  Changed paths:
    M .gitignore
  M CMakeLists.txt
  M README
  M cfg/CMakeLists.txt
  M cfg/core_cfg.cfg_tmpl
  M cfg/tarantool_box_cfg.c
  R cfg/tarantool_box_cfg.cfg
  M cfg/tarantool_box_cfg.h
  R cfg/tarantool_feeder_cfg.c
  R cfg/tarantool_feeder_cfg.cfg
  R cfg/tarantool_feeder_cfg.h
  A client/CMakeLists.txt
  A cmake/check_objective_c_compiler.cmake
  M connector/c/CMakeLists.txt
  A connector/c/Doxyfile
  R connector/c/client.c
  R connector/c/client.h
  A connector/c/include/tnt.h
  A connector/c/include/tnt_buf.h
  A connector/c/include/tnt_delete.h
  A connector/c/include/tnt_error.h
  A connector/c/include/tnt_insert.h
  A connector/c/include/tnt_io.h
  A connector/c/include/tnt_leb128.h
  A connector/c/include/tnt_main.h
  A connector/c/include/tnt_mem.h
  A connector/c/include/tnt_memcache.h
  A connector/c/include/tnt_memcache_val.h
  A connector/c/include/tnt_opt.h
  A connector/c/include/tnt_ping.h
  A connector/c/include/tnt_proto.h
  A connector/c/include/tnt_queue.h
  A connector/c/include/tnt_recv.h
  A connector/c/include/tnt_select.h
  A connector/c/include/tnt_tuple.h
  A connector/c/include/tnt_update.h
  A connector/c/tnt.c
  A connector/c/tnt_buf.c
  A connector/c/tnt_delete.c
  A connector/c/tnt_insert.c
  A connector/c/tnt_io.c
  A connector/c/tnt_leb128.c
  A connector/c/tnt_mem.c
  A connector/c/tnt_memcache.c
  A connector/c/tnt_memcache_val.c
  A connector/c/tnt_opt.c
  A connector/c/tnt_ping.c
  A connector/c/tnt_recv.c
  A connector/c/tnt_select.c
  A connector/c/tnt_tuple.c
  A connector/c/tnt_update.c
  A connector/perl/MANIFEST
  A connector/perl/Makefile.PL
  A connector/perl/lib/MR/IProto.pm
  A connector/perl/lib/MR/SilverBox.pm
  A connector/perl/lib/MR/Storage/Const.pm
  A connector/perl/t/TBox.pm
  A connector/perl/t/box.pl
  A connector/perl/t/box_tree.pl
  A connector/ruby/README
  A connector/ruby/box.rb
  A connector/ruby/iproto.rb
  M core/CMakeLists.txt
  M core/admin.m
  M core/admin.rl
  R core/diagnostics.h
  R core/diagnostics.m
  A core/errcode.c
  A core/exception.m
  R core/exceptions.m
  M core/fiber.m
  M core/iproto.m
  A core/latch.m
  M core/log_io.m
  M core/log_io_remote.m
  M core/palloc.m
  M core/pickle.m
  A core/replication.m
  M core/salloc.m
  M core/say.m
  M core/stat.m
  M core/tarantool.m
  A core/tarantool_ev.c
  R core/tarantool_ev.m
  A core/tarantool_lua.m
  M core/tbuf.m
  M core/util.m
  A doc/CMakeLists.txt
  M doc/box-protocol.txt
  A doc/coding-style-python.txt
  A doc/developer/CMakeLists.txt
  A doc/developer/developer.xml
  A doc/developer/intro.xml
  A doc/sql.txt
  A doc/tnt.ent.cmake
  A doc/user/CMakeLists.txt
  A doc/user/configuration-reference.xml
  A doc/user/connectors.xml
  A doc/user/data-model.xml
  A doc/user/errcode.xml
  A doc/user/html-highlight.xsl
  A doc/user/language-reference.xml
  A doc/user/namespace.xml
  A doc/user/olinkdb.xml
  A doc/user/preface.xml
  A doc/user/proctitle.xml
  A doc/user/replication.xml
  A doc/user/target.db
  A doc/user/tnt-fo.xsl
  A doc/user/tnt-html.xsl
  A doc/user/tnt.css
  A doc/user/tutorial.xml
  A doc/user/user.xml
  M include/config.h.cmake
  A include/errcode.h
  A include/exception.h
  R include/exceptions.h
  M include/fiber.h
  M include/iproto.h
  A include/latch.h
  M include/log_io.h
  M include/palloc.h
  M include/pickle.h
  A include/replication.h
  M include/stat.h
  M include/tarantool.h
  M include/tbuf.h
  M include/util.h
  M mod/CMakeLists.txt
  M mod/box/CMakeLists.txt
  M mod/box/box.h
  A mod/box/box.lua
  M mod/box/box.m
  M mod/box/box_cfg.cfg_tmpl
  A mod/box/box_lua.h
  A mod/box/box_lua.m
  R mod/box/client/perl/MANIFEST
  R mod/box/client/perl/Makefile.PL
  R mod/box/client/perl/lib/MR/IProto.pm
  R mod/box/client/perl/lib/MR/SilverBox.pm
  R mod/box/client/perl/lib/MR/Storage/Const.pm
  R mod/box/client/ruby/README
  R mod/box/client/ruby/box.rb
  R mod/box/client/ruby/iproto.rb
  M mod/box/index.h
  M mod/box/index.m
  A mod/box/memcached-grammar.m
  A mod/box/memcached-grammar.rl
  A mod/box/memcached.h
  M mod/box/memcached.m
  R mod/box/memcached.rl
  R mod/box/t/TBox.pm
  R mod/box/t/box.pl
  R mod/box/t/box_tree.pl
  A mod/box/tuple.h
  A mod/box/tuple.m
  R mod/feeder/CMakeLists.txt
  R mod/feeder/feeder.m
  R mod/feeder/feeder_cfg.cfg_tmpl
  M test/CMakeLists.txt
  A test/box/admin.result
  A test/box/admin.test
  A test/box/admin_coredump.result
  A test/box/admin_coredump.test
  M test/box/args.result
  M test/box/args.test
  M test/box/bug726778.cfg
  M test/box/configuration.result
  A test/box/connector.c
  A test/box/connector.result
  A test/box/connector.test
  A test/box/fifo.lua
  A test/box/lua.result
  A test/box/lua.test
  M test/box/protocol.c
  M test/box/protocol.result
  M test/box/protocol.test
  R test/box/show.result
  R test/box/show.test
  M test/box/snapshot.test
  M test/box/sql.result
  M test/box/sql.test
  M test/box/stat.result
  M test/box/stat.test
  M test/box/suite.ini
  M test/box/tarantool.cfg
  M test/box/tarantool_bad2.cfg
  M test/box/tarantool_bad3.cfg
  M test/box/tarantool_bad4.cfg
  M test/box/tarantool_bad5.cfg
  M test/box/tarantool_bug708685.cfg
  M test/box/tarantool_bug735140.cfg
  M test/box/tarantool_good.cfg
  A test/box_big/lua.result
  A test/box_big/lua.test
  M test/box_big/sql.result
  M test/box_big/suite.ini
  M test/box_big/tarantool.cfg
  A test/box_memcached/binary-get.result
  A test/box_memcached/binary-get.test
  A test/box_memcached/bogus-commands.result
  A test/box_memcached/bogus-commands.test
  A test/box_memcached/cas.result
  A test/box_memcached/cas.test
  A test/box_memcached/expirations.result
  A test/box_memcached/expirations.test
  A test/box_memcached/flags.result
  A test/box_memcached/flags.test
  A test/box_memcached/flush-all.result
  A test/box_memcached/flush-all.test
  A test/box_memcached/getset.result
  A test/box_memcached/getset.test
  A test/box_memcached/incrdecr.result
  A test/box_memcached/incrdecr.test
  A test/box_memcached/multiversioning.result
  A test/box_memcached/multiversioning.test
  A test/box_memcached/noreply.result
  A test/box_memcached/noreply.test
  A test/box_memcached/suite.ini
  A test/box_memcached/tarantool.cfg
  A test/box_replication/cfg/hot_standby.cfg
  A test/box_replication/cfg/master.cfg
  A test/box_replication/cfg/master_to_replica.cfg
  A test/box_replication/cfg/replica.cfg
  A test/box_replication/cfg/replica_to_master.cfg
  A test/box_replication/consistent.result
  A test/box_replication/consistent.test
  A test/box_replication/hot_standby.result
  A test/box_replication/hot_standby.test
  A test/box_replication/suite.ini
  A test/box_replication/swap.result
  A test/box_replication/swap.test
  A test/lib/admin_connection.py
  R test/lib/box.py
  A test/lib/box_connection.py
  A test/lib/memcached_connection.py
  M test/lib/server.py
  M test/lib/sql.g
  M test/lib/sql.py
  M test/lib/sql_ast.py
  R test/lib/tarantool_admin.py
  M test/lib/tarantool_box_server.py
  M test/lib/tarantool_connection.py
  R test/lib/tarantool_feeder_server.py
  M test/lib/tarantool_preprocessor.py
  M test/lib/tarantool_server.py
  M test/lib/test_suite.py
  A test/share/tarantool_box.sup
  M test/tarantool
  M test/test-run.py
  M third_party/CMakeLists.txt
  M third_party/coro/coro.c
  M third_party/coro/coro.h
  A third_party/luajit/COPYRIGHT
  A third_party/luajit/Makefile
  A third_party/luajit/README
  A third_party/luajit/doc/bluequad-print.css
  A third_party/luajit/doc/bluequad.css
  A third_party/luajit/doc/changes.html
  A third_party/luajit/doc/contact.html
  A third_party/luajit/doc/ext_c_api.html
  A third_party/luajit/doc/ext_ffi.html
  A third_party/luajit/doc/ext_ffi_api.html
  A third_party/luajit/doc/ext_ffi_semantics.html
  A third_party/luajit/doc/ext_ffi_tutorial.html
  A third_party/luajit/doc/ext_jit.html
  A third_party/luajit/doc/extensions.html
  A third_party/luajit/doc/faq.html
  A third_party/luajit/doc/img/contact.png
  A third_party/luajit/doc/install.html
  A third_party/luajit/doc/luajit.html
  A third_party/luajit/doc/running.html
  A third_party/luajit/doc/status.html
  A third_party/luajit/dynasm/dasm_arm.h
  A third_party/luajit/dynasm/dasm_arm.lua
  A third_party/luajit/dynasm/dasm_ppc.h
  A third_party/luajit/dynasm/dasm_ppc.lua
  A third_party/luajit/dynasm/dasm_proto.h
  A third_party/luajit/dynasm/dasm_x64.lua
  A third_party/luajit/dynasm/dasm_x86.h
  A third_party/luajit/dynasm/dasm_x86.lua
  A third_party/luajit/dynasm/dynasm.lua
  A third_party/luajit/etc/luajit.1
  A third_party/luajit/etc/luajit.pc
  A third_party/luajit/etc/strict.lua
  A third_party/luajit/lib/bc.lua
  A third_party/luajit/lib/bcsave.lua
  A third_party/luajit/lib/dis_arm.lua
  A third_party/luajit/lib/dis_x64.lua
  A third_party/luajit/lib/dis_x86.lua
  A third_party/luajit/lib/dump.lua
  A third_party/luajit/lib/v.lua
  A third_party/luajit/src/Makefile
  A third_party/luajit/src/Makefile.dep
  A third_party/luajit/src/buildvm.c
  A third_party/luajit/src/buildvm.h
  A third_party/luajit/src/buildvm_arm.dasc
  A third_party/luajit/src/buildvm_arm.h
  A third_party/luajit/src/buildvm_asm.c
  A third_party/luajit/src/buildvm_fold.c
  A third_party/luajit/src/buildvm_lib.c
  A third_party/luajit/src/buildvm_peobj.c
  A third_party/luajit/src/buildvm_ppc.dasc
  A third_party/luajit/src/buildvm_ppcspe.h
  A third_party/luajit/src/buildvm_x64.h
  A third_party/luajit/src/buildvm_x64win.h
  A third_party/luajit/src/buildvm_x86.dasc
  A third_party/luajit/src/buildvm_x86.h
  A third_party/luajit/src/lauxlib.h
  A third_party/luajit/src/lib_aux.c
  A third_party/luajit/src/lib_base.c
  A third_party/luajit/src/lib_bit.c
  A third_party/luajit/src/lib_debug.c
  A third_party/luajit/src/lib_ffi.c
  A third_party/luajit/src/lib_init.c
  A third_party/luajit/src/lib_io.c
  A third_party/luajit/src/lib_jit.c
  A third_party/luajit/src/lib_math.c
  A third_party/luajit/src/lib_os.c
  A third_party/luajit/src/lib_package.c
  A third_party/luajit/src/lib_string.c
  A third_party/luajit/src/lib_table.c
  A third_party/luajit/src/lj.supp
  A third_party/luajit/src/lj_alloc.c
  A third_party/luajit/src/lj_alloc.h
  A third_party/luajit/src/lj_api.c
  A third_party/luajit/src/lj_arch.h
  A third_party/luajit/src/lj_asm.c
  A third_party/luajit/src/lj_asm.h
  A third_party/luajit/src/lj_asm_arm.h
  A third_party/luajit/src/lj_asm_x86.h
  A third_party/luajit/src/lj_bc.c
  A third_party/luajit/src/lj_bc.h
  A third_party/luajit/src/lj_bcdump.h
  A third_party/luajit/src/lj_bcread.c
  A third_party/luajit/src/lj_bcwrite.c
  A third_party/luajit/src/lj_carith.c
  A third_party/luajit/src/lj_carith.h
  A third_party/luajit/src/lj_ccall.c
  A third_party/luajit/src/lj_ccall.h
  A third_party/luajit/src/lj_cconv.c
  A third_party/luajit/src/lj_cconv.h
  A third_party/luajit/src/lj_cdata.c
  A third_party/luajit/src/lj_cdata.h
  A third_party/luajit/src/lj_char.c
  A third_party/luajit/src/lj_char.h
  A third_party/luajit/src/lj_clib.c
  A third_party/luajit/src/lj_clib.h
  A third_party/luajit/src/lj_cparse.c
  A third_party/luajit/src/lj_cparse.h
  A third_party/luajit/src/lj_crecord.c
  A third_party/luajit/src/lj_crecord.h
  A third_party/luajit/src/lj_ctype.c
  A third_party/luajit/src/lj_ctype.h
  A third_party/luajit/src/lj_debug.c
  A third_party/luajit/src/lj_debug.h
  A third_party/luajit/src/lj_def.h
  A third_party/luajit/src/lj_dispatch.c
  A third_party/luajit/src/lj_dispatch.h
  A third_party/luajit/src/lj_emit_arm.h
  A third_party/luajit/src/lj_emit_x86.h
  A third_party/luajit/src/lj_err.c
  A third_party/luajit/src/lj_err.h
  A third_party/luajit/src/lj_errmsg.h
  A third_party/luajit/src/lj_ff.h
  A third_party/luajit/src/lj_ffrecord.c
  A third_party/luajit/src/lj_ffrecord.h
  A third_party/luajit/src/lj_frame.h
  A third_party/luajit/src/lj_func.c
  A third_party/luajit/src/lj_func.h
  A third_party/luajit/src/lj_gc.c
  A third_party/luajit/src/lj_gc.h
  A third_party/luajit/src/lj_gdbjit.c
  A third_party/luajit/src/lj_gdbjit.h
  A third_party/luajit/src/lj_ir.c
  A third_party/luajit/src/lj_ir.h
  A third_party/luajit/src/lj_ircall.h
  A third_party/luajit/src/lj_iropt.h
  A third_party/luajit/src/lj_jit.h
  A third_party/luajit/src/lj_lex.c
  A third_party/luajit/src/lj_lex.h
  A third_party/luajit/src/lj_lib.c
  A third_party/luajit/src/lj_lib.h
  A third_party/luajit/src/lj_mcode.c
  A third_party/luajit/src/lj_mcode.h
  A third_party/luajit/src/lj_meta.c
  A third_party/luajit/src/lj_meta.h
  A third_party/luajit/src/lj_obj.c
  A third_party/luajit/src/lj_obj.h
  A third_party/luajit/src/lj_opt_dce.c
  A third_party/luajit/src/lj_opt_fold.c
  A third_party/luajit/src/lj_opt_loop.c
  A third_party/luajit/src/lj_opt_mem.c
  A third_party/luajit/src/lj_opt_narrow.c
  A third_party/luajit/src/lj_opt_split.c
  A third_party/luajit/src/lj_parse.c
  A third_party/luajit/src/lj_parse.h
  A third_party/luajit/src/lj_record.c
  A third_party/luajit/src/lj_record.h
  A third_party/luajit/src/lj_snap.c
  A third_party/luajit/src/lj_snap.h
  A third_party/luajit/src/lj_state.c
  A third_party/luajit/src/lj_state.h
  A third_party/luajit/src/lj_str.c
  A third_party/luajit/src/lj_str.h
  A third_party/luajit/src/lj_tab.c
  A third_party/luajit/src/lj_tab.h
  A third_party/luajit/src/lj_target.h
  A third_party/luajit/src/lj_target_arm.h
  A third_party/luajit/src/lj_target_x86.h
  A third_party/luajit/src/lj_trace.c
  A third_party/luajit/src/lj_trace.h
  A third_party/luajit/src/lj_traceerr.h
  A third_party/luajit/src/lj_udata.c
  A third_party/luajit/src/lj_udata.h
  A third_party/luajit/src/lj_vm.h
  A third_party/luajit/src/lj_vmevent.c
  A third_party/luajit/src/lj_vmevent.h
  A third_party/luajit/src/lj_vmmath.c
  A third_party/luajit/src/ljamalg.c
  A third_party/luajit/src/lua.h
  A third_party/luajit/src/lua.hpp
  A third_party/luajit/src/luaconf.h
  A third_party/luajit/src/luajit.c
  A third_party/luajit/src/luajit.h
  A third_party/luajit/src/lualib.h
  A third_party/luajit/src/msvcbuild.bat
  M third_party/proctitle.c
  M third_party/valgrind/memcheck.h
  M third_party/valgrind/valgrind.h

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/mailru/tarantool into 
connector-php



_______________________________________________
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