summaryrefslogtreecommitdiff
path: root/jackd/controlapi.c
Commit message (Expand)AuthorAgeFilesLines
* OpenBSD compilable :David Carlier2016-05-151-1/+1
* uncrustification of jack source codePaul Davis2016-02-231-1025/+975
* remove watchdog thread from engine/jackd, since Linux no longer allows SCHED_...Paul Davis2013-09-191-1/+0
* #include changes to reflect separation of public and private headersPaul Davis2012-02-081-6/+6
* [core] fix error path for driver removal.torben2011-05-291-1/+2
* [controlapi] fix parameter_ptr->id not being settorben2011-05-291-1/+1
* [controlapi] properly setup the parameter idstorben2011-05-291-1/+15
* [controlapi] make unsupported functions return false.torben2011-05-291-34/+5
* [controlAPI] add new parameter timeout threshold. also include clientenginetorben2011-05-291-1/+20
* [controlAPI] a bit of cosmetics (i failed to hold codingstyle)torben2011-05-291-6/+6
* [controlAPI] factor out jack_stop_watchdog, and use it during switch_mastertorben2011-05-291-0/+1
* [controlAPI] first implementation of jackctl_server_switch_master()torben2011-05-291-7/+20
* [controlAPI] make things a bit more cleartorben2011-05-291-2/+2
* [controlAPI] remove annoying error message about no internal clientstorben2011-05-291-1/+0
* [controlAPI] fix broken compilation sigmask_t -> sigset_ttorben2011-05-291-1/+1
* [controlAPI] block signals in server_start...torben2011-05-291-0/+33
* [controlAPI] first implementation of switch mastertorben2011-05-291-6/+28
* [controlAPI] switch server_start and server_stop code to jack1torben2011-05-291-51/+33
* [controlAPI] continue passing in the constraintstorben2011-05-291-3/+1
* [controlAPI] remove JackDriverInfo from struct jackctl_drivertorben2011-05-291-1/+0
* [controlAPI] add missing serverparameters for jack1torben2011-05-291-7/+43
* [controlAPI] temporaily move jack_cleanup_files into controlapi.ctorben2011-05-291-0/+65
* [controlAPI] turn on the constraint stuff againtorben2011-05-291-22/+21
* [controlAPI] add the driver scan code from jackd.c to controlapi.ctorben2011-05-291-3/+134
* [controlAPI] first iteration, make controlapi.c compilabletorben2011-05-291-73/+97
* [controlAPI] initital commit of files from jack2. (c++ doesnt compile)torben2011-05-291-0/+1230