Branch: refs/heads/master
  Home:   https://github.com/mailru/tarantool
  Commit: 6f30017a61eb416b6c962097a7377974f1881181
      
https://github.com/mailru/tarantool/commit/6f30017a61eb416b6c962097a7377974f1881181
  Author: Dmitry Simonenko <[email protected]>
  Date:   2013-01-25 (Fri, 25 Jan 2013)

  Changed paths:
    M cmake/BuildLibEIO.cmake
    R include/asio.h
    M include/coeio.h
    M include/coio.h
    M include/coio_buf.h
    M include/evio.h
    M include/ipc.h
    M include/palloc.h
    M include/sio.h
    M src/CMakeLists.txt
    R src/asio.m
    M src/coeio.m
    M src/coio.m
    M src/evio.m
    M src/ipc.m
    M src/iproto.m
    M src/lua/init.m
    A src/lua/lua_io.h
    A src/lua/lua_io.m
    M src/lua/lua_ipc.m
    M src/palloc.m
    M src/replica.m
    M src/sio.m
    M src/tarantool.m
    A test/box/lua_sockets.result
    A test/box/lua_sockets.test
    M third_party/libeio/xthread.h
    M third_party/tarantool_ev.c
    M third_party/tarantool_ev.h

  Log Message:
  -----------
  box-io: lua-sockets history-less import.


  Commit: 12a60fe837acdfd67bf352b29ccedfbab141258d
      
https://github.com/mailru/tarantool/commit/12a60fe837acdfd67bf352b29ccedfbab141258d
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-01-25 (Fri, 25 Jan 2013)

  Changed paths:
    M include/coio.h
    M src/CMakeLists.txt
    M src/coio.m
    M src/lua/init.m
    R src/lua/lua_io.h
    R src/lua/lua_io.m
    A src/lua/lua_socket.h
    A src/lua/lua_socket.m
    M test/box/lua.result
    R test/box/lua_sockets.result
    R test/box/lua_sockets.test
    A test/box/socket.result
    A test/box/socket.test

  Log Message:
  -----------
  Mak accept() and listen() follow luasocket return conventions.
Do not throw exceptions from coeio_connect_addrinfo() if timeout.
Rename box.io to box.socket.


  Commit: 52765de65b8304424ef3d7014952f9fa55ee46f4
      
https://github.com/mailru/tarantool/commit/52765de65b8304424ef3d7014952f9fa55ee46f4
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-02-01 (Fri, 01 Feb 2013)

  Changed paths:
    M include/coio.h
    M include/coio_buf.h
    M include/evio.h
    M include/sio.h
    M src/coio.m
    M src/evio.m
    M src/lua/lua_socket.m
    M src/memcached-grammar.m
    M src/memcached-grammar.rl
    M src/replica.m
    M src/sio.m
    M test/box/socket.result
    M test/box/socket.test
    M third_party/README

  Log Message:
  -----------
  Rename read/write to send/recv to be compatible with luasocket.
Inline bio_socket_close().
Don't allow connect/bind on a non-empty socket:this is error-prone.
Don't allow connect/bind on a socket which
is already connected/bound/used for something else.
This is error-prone.
Move bind_addrinfo to evio layer.
Don't create iobuf without need. In close(), set iobuf to NULL.
Timeouts are not exceptions. Merge _timeout and other calls in coio.


Compare: https://github.com/mailru/tarantool/compare/7b6e6898230e...52765de65b83
_______________________________________________
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