summaryrefslogtreecommitdiffstats
path: root/src/socket/Socket.hpp
AgeCommit message (Expand)AuthorFilesLines
2013-02-23Move Socket class to Raul.David Robillard1-104/+0
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-2/+3
2013-01-11Use type safe enumerations.David Robillard1-2/+2
2012-08-16Remove Raul::Slave class.David Robillard1-0/+6
2012-08-14Update for latest Raul.David Robillard1-20/+14
2012-05-12Fix memory leaks.David Robillard1-1/+1
2012-05-11Lint.David Robillard1-1/+1
2012-05-11Clean up and better document World interface.David Robillard1-0/+1
2012-05-10Bidirectional socket communication (GUI once again works remotely).David Robillard1-15/+47
2012-05-09Factor out Socket from SocketListener and make interface more general.David Robillard1-0/+70