gecko/ipc/unixsocket
Thomas Zimmermann 452351cf5c Bug 1059813: Wrap socket I/O operations in |UnixSocketRawData|, r=qdot
This patch moves the I/O operations for sending and receiving data
in |SocketIOBase| into |UnixSocketRawData|. This change allows to
add a clean interface to |UnixSocketRawData| and later replace the
class by other implementations.
2014-09-08 11:44:00 +02:00
..
moz.build Bug 1046109: Add |SocketConsumerBase| and inherit |UnixSocketConsumer| from it, r=kyle 2014-07-31 13:55:27 +02:00
SocketBase.cpp Bug 1059813: Wrap socket I/O operations in |UnixSocketRawData|, r=qdot 2014-09-08 11:44:00 +02:00
SocketBase.h Bug 1059813: Wrap socket I/O operations in |UnixSocketRawData|, r=qdot 2014-09-08 11:44:00 +02:00
UnixSocket.cpp Bug 1062754: Support peer shutdown and EOF in |SocketIOBase|, r=qdot, btian 2014-09-05 10:16:24 +02:00
UnixSocket.h Bug 1046109: Cleanup |UnixSocketImpl|, r=kyle 2014-07-31 13:55:30 +02:00