summaryrefslogtreecommitdiffstats
path: root/src/server/Broadcaster.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-04-04Update copyright dates.David Robillard1-1/+1
2015-02-09Fix broadcasting to several clients.David Robillard1-23/+7
2014-08-08Use Markdown in doc comments for better source readability.David Robillard1-1/+1
2013-02-04Replace Raul::thread with std::thread.David Robillard1-6/+5
2013-02-02Add option to enable/disable canvas animation (fix/avoid #879).David Robillard1-0/+18
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-4/+4
2013-01-11Use range-based for loops where possible.David Robillard1-4/+4
2012-12-21Fix UI operation via socket.David Robillard1-0/+6
2012-08-18Node => BlockDavid Robillard1-5/+5
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard1-9/+0
2012-08-12Use ingen:root as the path for the root patch, opening up path space for engi...David Robillard1-2/+2
2012-05-23Trim unnecessary includes.David Robillard1-5/+3
2012-05-15Remove ClientSender and move code to Get.cpp (the only place it was used).David Robillard1-1/+0
2012-05-15Remove dead code.David Robillard1-14/+0
2012-05-14Remove Thread context stuff and add a thread-specific variable class, ThreadV...David Robillard1-0/+116