gecko-dev/ipc/unixsocket
Thomas Zimmermann 6cb8084eb0 Bug 1170466: Implement accept and connect in |ConnectionOrientedSocketIO|, r=kmachulis
|ConnectionOrientedSocketIO| now handles accepting and connecting
sockets. All sub-classes have been changed accordingly.
2015-06-03 11:53:50 +02:00
..
ConnectionOrientedSocket.cpp Bug 1170466: Implement accept and connect in |ConnectionOrientedSocketIO|, r=kmachulis 2015-06-03 11:53:50 +02:00
ConnectionOrientedSocket.h Bug 1170466: Implement accept and connect in |ConnectionOrientedSocketIO|, r=kmachulis 2015-06-03 11:53:50 +02:00
DataSocket.cpp Bug 1168806: Configurable consumer thread for socket IPC classes, r=kmachulis 2015-06-02 10:01:57 +02:00
DataSocket.h Bug 1168806: Configurable consumer thread for socket IPC classes, r=kmachulis 2015-06-02 10:01:57 +02:00
ListenSocket.cpp Bug 1168806: Use 'consumer thread' in socket interface, r=kmachulis 2015-06-02 10:01:58 +02:00
ListenSocket.h Bug 1168806: Configurable consumer thread for socket IPC classes, r=kmachulis 2015-06-02 10:01:57 +02:00
ListenSocketConsumer.cpp Bug 1166638: Add |ListenSocketConsumer|, r=kmachulis 2015-05-26 13:24:20 +02:00
ListenSocketConsumer.h Bug 1168806: Use 'consumer thread' in socket interface, r=kmachulis 2015-06-02 10:01:58 +02:00
SocketBase.cpp Bug 1168806: Use 'consumer thread' in socket interface, r=kmachulis 2015-06-02 10:01:58 +02:00
SocketBase.h Bug 1168806: Use 'consumer thread' in socket interface, r=kmachulis 2015-06-02 10:01:58 +02:00
StreamSocket.cpp Bug 1170466: Implement accept and connect in |ConnectionOrientedSocketIO|, r=kmachulis 2015-06-03 11:53:50 +02:00
StreamSocket.h Bug 1168806: Use 'consumer thread' in socket interface, r=kmachulis 2015-06-02 10:01:58 +02:00
StreamSocketConsumer.cpp Bug 1166638: Add |StreamSocketConsumer|, r=kmachulis 2015-05-26 13:24:19 +02:00
StreamSocketConsumer.h Bug 1168806: Use 'consumer thread' in socket interface, r=kmachulis 2015-06-02 10:01:58 +02:00
UnixSocketConnector.cpp Bug 1161020: Remove old interface and implementation from socket-connector classes, r=kmachulis 2015-05-19 13:28:46 +02:00
UnixSocketConnector.h Bug 1164417: Add |UnixSocketConnector::Duplicate|, r=kmachulis 2015-05-21 13:34:37 +02:00
moz.build Bug 1166638: Add |ListenSocketConsumer|, r=kmachulis 2015-05-26 13:24:20 +02:00