summaryrefslogtreecommitdiff
path: root/jackd
Commit message (Expand)AuthorAgeFilesLines
...
* add property change notificationsPaul Davis2013-09-301-5/+103
* set up property change notification structures and callsPaul Davis2013-09-301-0/+1
* miscellaneous fixes to prepare the way for usable metadataPaul Davis2013-09-301-3/+5
* fix display of new client UUID in verbose mode, and add errno if initial clie...Paul Davis2013-09-251-7/+7
* first pass at working UUID-based clients and ports. many JACK clients work co...Paul Davis2013-09-246-120/+142
* remove watchdog thread from engine/jackd, since Linux no longer allows SCHED_...Paul Davis2013-09-194-116/+1
* patch from Pawel X to implement jack_get_uuid_for_client_name()Paul Davis2013-01-291-0/+20
* fix from ticket #294 to cover failed malloc caused by limits.conf being chang...Paul Davis2012-11-121-1/+20
* handle latency callbacks before graph reorder callbacks, as per a recent (cor...Paul Davis2012-11-041-1/+1
* add a latency callback to the ALSA backend, and ensure that the backend's lat...Paul Davis2012-11-041-2/+5
* use max (JACK_CLIENT_EVENT_TIMEOUT,command-line-client-timeout) for poll on e...Paul Davis2012-10-111-6/+27
* new jack_get_cycle_times() implementation from Fons Adriennsen, and improveme...Paul Davis2012-03-191-50/+80
* #include changes to reflect separation of public and private headersPaul Davis2012-02-085-26/+30
* check for engine->driver before delivering latency events to its internal clientpaul2012-01-191-3/+6
* compile fixes for OS X: remove double linkages to libjack + libjackserver, re...paul2011-09-281-1/+1
* remove the dreaded client->control->nframes which is initialized too latetorben2011-06-191-9/+0
* [core] fix error path for driver removal.torben2011-05-292-4/+4
* [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
* [engine] make -C optarg a time, so that it doesnt depend on period_sizetorben2011-05-293-7/+9
* [controlAPI] add new parameter timeout threshold. also include clientenginetorben2011-05-291-1/+20
* [man] add -C option to manpagetorben2011-05-291-0/+6
* [engine] rename continuous_stream to timeout_count and make threshold configu...torben2011-05-293-7/+15
* [engine] make jack_check_clients return errs. when no err, read graph_waittorben2011-05-293-17/+22
* [engine] in case of a continous stream of timeouts, we suspend the execution ...torben2011-05-292-1/+11
* [engine] relax the rules for zombificationtorben2011-05-291-3/+18
* [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-292-12/+30
* [controlAPI] first implementation of jackctl_server_switch_master()torben2011-05-291-7/+20
* [engine] make jack_remove_client() visibletorben2011-05-292-1/+2
* fix broken jack_get_microseconds in drivers when libjackserver is RTLD_LOCALtorben2011-05-291-0/+1
* fix Makefiles to reference libraries things depend on.torben2011-05-291-1/+1
* [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-292-74/+98
* [controlAPI] initital commit of files from jack2. (c++ doesnt compile)torben2011-05-291-0/+1230
* enable proper removal of slave drivers which fail to starttorben2011-05-291-11/+21
* [jackd] add support for slave drivers into jackd executabletorben2011-05-291-4/+22
* [core] add basic support for slave drivers to enginetorben2011-05-291-4/+128