Branch: refs/heads/box-io
Home: https://github.com/mailru/tarantool
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.
_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help : https://help.launchpad.net/ListHelp