summaryrefslogtreecommitdiffstats
path: root/src/socket/SocketWriter.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-02-23Move Socket class to Raul.David Robillard1-4/+4
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-4/+4
2012-12-23Use more sensible URI scheme for Ingen paths.David Robillard1-2/+2
2012-12-21Send a null terminator on bundle boundaries so reading replies from the socke...David Robillard1-0/+10
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-3/+3
2012-05-22More work on test suite.David Robillard1-1/+2
2012-05-10Fix compilation on Mac OS X.David Robillard1-0/+4
2012-05-10LV2URIMap => URIMap.David Robillard1-4/+6
2012-05-10Use SharedPtr references to Interfaces to keep things sane.David Robillard1-1/+9
2012-05-10Bidirectional socket communication (GUI once again works remotely).David Robillard1-0/+74