summaryrefslogtreecommitdiffstats
path: root/src/socket
AgeCommit message (Expand)AuthorFilesLines
2015-01-16Fix socket module compilation.David Robillard1-1/+1
2014-12-18Upgrade to waf 1.8.5.David Robillard1-3/+5
2014-08-10Fix some memory leaks.David Robillard1-0/+1
2014-08-08Fix compilation with non-standard LV2 location.David Robillard1-2/+2
2014-04-26Fix library dependencies.David Robillard1-2/+2
2013-12-30Don't falsely report listening on sockets that failed to bind.David Robillard1-2/+8
2013-08-20Remove unused class members.David Robillard1-2/+0
2013-02-23Move Socket class to Raul.David Robillard11-347/+62
2013-02-23Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul.David Robillard3-6/+6
2013-02-04Replace Raul::thread with std::thread.David Robillard7-196/+124
2013-02-03Fix compilation with GCC 4.6.David Robillard1-13/+17
2013-02-02More generic Atom class.David Robillard1-2/+2
2013-02-02Fix potential deadlock on exit. Maybe.David Robillard1-2/+2
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard12-60/+61
2013-01-11Use type safe enumerations.David Robillard3-9/+9
2012-12-23Use more sensible URI scheme for Ingen paths.David Robillard2-4/+4
2012-12-21Fix UI operation via socket.David Robillard2-18/+13
2012-12-21Send a null terminator on bundle boundaries so reading replies from the socke...David Robillard2-0/+12
2012-11-21Use atoms for option values.David Robillard1-1/+1
2012-11-21Configuration file support.David Robillard1-0/+2
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard5-32/+23
2012-08-16Remove verbose logging stuff from Thread.David Robillard2-2/+2
2012-08-16Remove Raul::Slave class.David Robillard4-4/+22
2012-08-15Clean up includes.David Robillard2-3/+0
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