Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2012-05-14 | Clean up Thread interface. | David Robillard | 1 | -3/+2 |
2012-05-11 | Clean up and better document World interface. | David Robillard | 1 | -1/+2 |
2012-05-11 | Use more reasonable names for the world's interface and engine (if present). | David Robillard | 1 | -3/+3 |
2012-05-10 | Bidirectional socket communication (GUI once again works remotely). | David Robillard | 1 | -11/+11 |
2012-05-09 | Factor out Socket from SocketListener and make interface more general. | David Robillard | 1 | -80/+12 |
2012-05-09 | Support TCP sockets. | David Robillard | 1 | -35/+125 |
2012-05-09 | SocketInterface => SocketReader. | David Robillard | 1 | -2/+2 |
2012-05-09 | Simply event interface design and make only one pre-process thread. | David Robillard | 1 | -2/+4 |
2012-05-03 | Work towards a proper server infrastructure with a thread per connection. | David Robillard | 1 | -57/+8 |
2012-05-03 | More work towards separating event interfaces from queueing implementation. | David Robillard | 1 | -1/+1 |
2012-05-03 | SocketReceiver => SocketListener. | David Robillard | 1 | -0/+149 |