summaryrefslogtreecommitdiffstats
path: root/src/socket
AgeCommit message (Expand)AuthorFilesLines
2012-08-14Update for latest Raul.David Robillard5-48/+38
2012-08-12Use ingen:root as the path for the root patch, opening up path space for engi...David Robillard2-4/+4
2012-08-10Fix various const violations.David Robillard2-2/+2
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard10-45/+42
2012-05-22More work on test suite.David Robillard2-2/+3
2012-05-14Trim unnecessary includes.David Robillard1-1/+0
2012-05-14Clean up Thread interface.David Robillard2-5/+4
2012-05-12Fix memory leaks.David Robillard2-1/+9
2012-05-11Add missing includes.David Robillard2-0/+4
2012-05-11Lint.David Robillard4-7/+7
2012-05-11Clean up and better document World interface.David Robillard5-12/+9
2012-05-11Use more reasonable names for the world's interface and engine (if present).David Robillard1-3/+3
2012-05-10Fix compilation on Mac OS X.David Robillard1-0/+4
2012-05-10Work towards translatable strings and a cleaner log interface.David Robillard1-11/+11
2012-05-10LV2URIMap => URIMap.David Robillard5-21/+25
2012-05-10Use SharedPtr references to Interfaces to keep things sane.David Robillard3-8/+30
2012-05-10Bidirectional socket communication (GUI once again works remotely).David Robillard11-84/+494
2012-05-09Factor out Socket from SocketListener and make interface more general.David Robillard4-101/+206
2012-05-09Support TCP sockets.David Robillard3-38/+158
2012-05-09SocketInterface => SocketReader.David Robillard4-35/+42
2012-05-09Remove unused accessor.David Robillard1-2/+0
2012-05-09Simply event interface design and make only one pre-process thread.David Robillard4-65/+16
2012-05-09Persistent socket interface and interactive shell.David Robillard2-55/+148
2012-05-03Work towards a proper server infrastructure with a thread per connection.David Robillard6-69/+219
2012-05-03Separate EventWriter interface from EventQueue.David Robillard1-6/+8
2012-05-03More work towards separating event interfaces from queueing implementation.David Robillard1-1/+1
2012-05-03SocketReceiver => SocketListener.David Robillard4-13/+13
2012-05-02Preliminary socket control interface, and ingen_cmd command line interface wh...David Robillard4-0/+262