Branch: refs/heads/master
  Home:   https://github.com/tarantool/tarantool
  Commit: b28f89094d7f0e1032dc148ba8380d8cfe60c20d
      
https://github.com/tarantool/tarantool/commit/b28f89094d7f0e1032dc148ba8380d8cfe60c20d
  Author: Konstantin Osipov <[email protected]>
  Date:   2014-01-05 (Sun, 05 Jan 2014)

  Changed paths:
    M doc/box-protocol.txt
    M src/box/box.cc
    M src/box/lua/box_net.lua
    M src/box/lua/call.cc
    M src/box/port.cc
    M src/box/port.h
    M src/box/request.cc
    M src/iproto.cc
    M src/iproto_port.cc
    M src/iproto_port.h
    M src/lua/msgpack.cc
    M test/box/iproto.test.py
    M test/box/msgpack.result
    M test/box/msgpack.test.lua
    M test/box/net.box.result
    M test/box/socket.result
    M test/box/socket.test.py
    M test/lib/box_connection.py
    M test/lib/tarantool-python

  Log Message:
  -----------
  Change server reponse format to MessagePack.

Update the protoco spec in doc/box-protocol.txt.
Update box.net.box with a bunch of hacks.
Update the python driver.

Remove support for flags variable (BOX_RETURN_TUPLE).
It was not tested anywhere! (-> kill)

Implemeng Lua msgpack.next() to support streamed processing.
Add tests.

Fix a bug with messed up aliases of msgpack.dumps() pointing
to encode() and loads() pointing to decode() (should be vice versa).


_______________________________________________
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