summaryrefslogtreecommitdiffstats
path: root/src/socket/SocketInterface.hpp
AgeCommit message (Collapse)AuthorFilesLines
2012-05-09SocketInterface => SocketReader.David Robillard1-61/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4325 a436a847-0d15-0410-975c-d299462d15a1
2012-05-09Remove unused accessor.David Robillard1-2/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4324 a436a847-0d15-0410-975c-d299462d15a1
2012-05-09Simply event interface design and make only one pre-process thread.David Robillard1-24/+7
This makes event pre-processing actually safe for multiple interfaces since multiple events will never be pre-processed simultaneously and the pre-process order is definitely the same as the execute order. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4323 a436a847-0d15-0410-975c-d299462d15a1
2012-05-09Persistent socket interface and interactive shell.David Robillard1-1/+23
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4322 a436a847-0d15-0410-975c-d299462d15a1
2012-05-03Work towards a proper server infrastructure with a thread per connection.David Robillard1-0/+58
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4320 a436a847-0d15-0410-975c-d299462d15a1