summaryrefslogtreecommitdiffstats
path: root/src/socket/SocketReader.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-02-07Demodularize socket stuff.David Robillard1-190/+0
2014-08-10Fix some memory leaks.David Robillard1-0/+1
2013-02-23Move Socket class to Raul.David Robillard1-3/+3
2013-02-23Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul.David Robillard1-2/+2
2013-02-04Replace Raul::thread with std::thread.David Robillard1-7/+7
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-3/+3
2012-12-23Use more sensible URI scheme for Ingen paths.David Robillard1-2/+2
2012-12-21Fix UI operation via socket.David Robillard1-17/+13
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard1-8/+12
2012-08-16Remove verbose logging stuff from Thread.David Robillard1-1/+1
2012-08-16Remove Raul::Slave class.David Robillard1-1/+0
2012-08-12Use ingen:root as the path for the root patch, opening up path space for engi...David Robillard1-2/+2
2012-08-10Fix various const violations.David Robillard1-1/+1
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-8/+7
2012-05-14Clean up Thread interface.David Robillard1-2/+2
2012-05-11Lint.David Robillard1-2/+2
2012-05-11Clean up and better document World interface.David Robillard1-5/+3
2012-05-10LV2URIMap => URIMap.David Robillard1-3/+5
2012-05-10Bidirectional socket communication (GUI once again works remotely).David Robillard1-11/+7
2012-05-09Support TCP sockets.David Robillard1-1/+9
2012-05-09SocketInterface => SocketReader.David Robillard1-0/+187