summaryrefslogtreecommitdiffstats
path: root/src/server/Worker.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-07-31Support thread-safe state restorationDavid Robillard1-7/+32
2016-07-31Reduce duplicated codeDavid Robillard1-8/+1
2015-04-04Update copyright dates.David Robillard1-1/+1
2013-03-25Explicitly support bufsz block length features (fix #893).David Robillard1-1/+0
2013-02-04Replace Raul::thread with std::thread.David Robillard1-7/+5
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-3/+3
2012-12-21Fix memory leaks.David Robillard1-0/+3
2012-08-19GraphObject => NodeDavid Robillard1-1/+1
2012-08-19Patch => GraphDavid Robillard1-3/+3
2012-08-18Node => BlockDavid Robillard1-14/+14
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard1-8/+10
2012-08-16Remove verbose logging stuff from Thread.David Robillard1-1/+1
2012-08-16Remove Raul::Slave class.David Robillard1-2/+1
2012-08-12Remove message context cruft.David Robillard1-1/+0
2012-08-12Fix memory leaks.David Robillard1-0/+5
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-2/+2
2012-07-30Eliminate pure virtual base classes Patch, Node, and Port, and the virtual in...David Robillard1-1/+1
2012-07-18Working bi-directional UI <=> plugin messaging.David Robillard1-1/+1
2012-07-17Implement worker extension correctly (for one voice only).David Robillard1-0/+143