aboutsummaryrefslogtreecommitdiffstats
path: root/src/worker.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-18Fix a potential crash when closed with workerJP Cimalando1-2/+9
2016-10-05Factor out Jack backendDavid Robillard1-17/+15
2016-07-31Do not call plugin work() method concurrentlyDavid Robillard1-0/+4
2016-07-31Support thread-safe state restorationDavid Robillard1-26/+40
2014-08-08Update copyright dates.David Robillard1-1/+1
2013-12-25Fix more const-correctness violations.David Robillard1-1/+3
2012-08-10Fix a ton of warnings.David Robillard1-4/+4
2012-08-09Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis...David Robillard1-1/+1
2012-05-13Gracefully handle allocation failure.David Robillard1-1/+6
2012-04-09Tidy.David Robillard1-3/+4
2012-03-31Make jalv_worker_respond() private.David Robillard1-11/+11
2012-03-31Move worker implementation to separate file.David Robillard1-0/+110