summaryrefslogtreecommitdiffstats
path: root/src/socket/Socket.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-02-23Move Socket class to Raul.David Robillard1-187/+0
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-3/+4
2013-01-11Use type safe enumerations.David Robillard1-5/+5
2012-12-21Fix UI operation via socket.David Robillard1-1/+0
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard1-14/+0
2012-08-16Remove Raul::Slave class.David Robillard1-0/+9
2012-08-14Update for latest Raul.David Robillard1-15/+16
2012-05-14Trim unnecessary includes.David Robillard1-1/+0
2012-05-12Fix memory leaks.David Robillard1-0/+8
2012-05-11Lint.David Robillard1-3/+3
2012-05-10Work towards translatable strings and a cleaner log interface.David Robillard1-11/+11
2012-05-10Bidirectional socket communication (GUI once again works remotely).David Robillard1-35/+97
2012-05-09Factor out Socket from SocketListener and make interface more general.David Robillard1-0/+122