summaryrefslogtreecommitdiffstats
path: root/src/socket/SocketListener.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-05-10Bidirectional socket communication (GUI once again works remotely).David Robillard1-11/+11
2012-05-09Factor out Socket from SocketListener and make interface more general.David Robillard1-80/+12
2012-05-09Support TCP sockets.David Robillard1-35/+125
2012-05-09SocketInterface => SocketReader.David Robillard1-2/+2
2012-05-09Simply event interface design and make only one pre-process thread.David Robillard1-2/+4
2012-05-03Work towards a proper server infrastructure with a thread per connection.David Robillard1-57/+8
2012-05-03More work towards separating event interfaces from queueing implementation.David Robillard1-1/+1
2012-05-03SocketReceiver => SocketListener.David Robillard1-0/+149