summaryrefslogtreecommitdiff
path: root/jackd/engine.c
Commit message (Expand)AuthorAgeFilesLines
* Use #if for HAVE_CLOCK_GETTIME everywhereAdrian Knoth2017-01-101-1/+1
* Merge pull request #43 from devnexen/masterPaul Davis2016-09-141-1/+1
|\
| * OpenBSD compilable :David Carlier2016-05-151-1/+1
* | Removes use of gloabl jack_tmpdir.Uladox2016-08-141-3/+9
|/
* Revert "use topological sort for client ordering (fons adriaensen)"Paul Davis2016-03-021-461/+461
* use topological sort for client ordering (fons adriaensen)Paul Davis2016-02-231-461/+461
* uncrustification of jack source codePaul Davis2016-02-231-653/+659
* jackd/engine.c: Add two missing `va_end (ap)`Erik de Castro Lopo2016-02-171-0/+2
* jackd/engine.c: Whitespace onlyErik de Castro Lopo2016-02-171-570/+561
* Revert "Set driver port order metadata".Paul Davis2016-02-111-11/+0
* Merge pull request #29 from ventosus/fix_garbage_keys_in_JackPropertyChangeCa...Paul Davis2016-02-111-0/+2
|\
| * fix garbage keys in JackPropertyChangeCallback.Hanspeter Portner2015-11-251-0/+2
* | Set driver port order metadataDavid Robillard2016-02-111-0/+11
* | Fix for -Wformat-securityfalkTX2016-02-111-2/+2
|/
* add support for port rename callback.Paul Davis2015-07-021-0/+48
* fix segfault caused by incorrect jack_error() format stringDominic Sacré2015-01-161-1/+1
* Patch from Fons Adriaensen to improve validity/usability of jack_frame_time()0.124Paul Davis2014-07-081-92/+81
* change UUID implementation to use integers and serial counters; remove -L opt...Paul Davis2013-11-301-14/+14
* fix arguably incorrect marking of client with errors after process cycle fail...Paul Davis2013-10-231-5/+10
* extra debugging/info for slave driversPaul Davis2013-10-111-2/+8
* fix up issues with (a) delivery of buffer size changes to internal clients (b...Paul Davis2013-10-091-8/+10
* allow jack_get_uuid_for_client_name() to function for "system" as a client namePaul Davis2013-10-051-0/+10
* wrap UUID generationPaul Davis2013-10-031-1/+1
* add code to remove metadata for ports and clients when ports and clients are ...Paul Davis2013-10-021-30/+46
* add property change notificationsPaul Davis2013-09-301-5/+103
* miscellaneous fixes to prepare the way for usable metadataPaul Davis2013-09-301-3/+5
* first pass at working UUID-based clients and ports. many JACK clients work co...Paul Davis2013-09-241-52/+44
* remove watchdog thread from engine/jackd, since Linux no longer allows SCHED_...Paul Davis2013-09-191-106/+0
* 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-081-5/+7
* check for engine->driver before delivering latency events to its internal clientpaul2012-01-191-3/+6
* remove the dreaded client->control->nframes which is initialized too latetorben2011-06-191-9/+0
* [core] fix error path for driver removal.torben2011-05-291-3/+2
* [engine] make -C optarg a time, so that it doesnt depend on period_sizetorben2011-05-291-1/+1
* [engine] rename continuous_stream to timeout_count and make threshold configu...torben2011-05-291-5/+6
* [engine] make jack_check_clients return errs. when no err, read graph_waittorben2011-05-291-14/+15
* [engine] in case of a continous stream of timeouts, we suspend the execution ...torben2011-05-291-1/+4
* [controlAPI] factor out jack_stop_watchdog, and use it during switch_mastertorben2011-05-291-12/+29
* fix broken jack_get_microseconds in drivers when libjackserver is RTLD_LOCALtorben2011-05-291-0/+1
* enable proper removal of slave drivers which fail to starttorben2011-05-291-11/+21
* [core] add basic support for slave drivers to enginetorben2011-05-291-4/+128
* [core] call driver->write even when process cycle failedtorben2011-04-181-8/+6
* provide more info when a duplicate port name is registeredpaul2011-03-211-1/+1
* add jack_client_has_session_callback() ...torben2011-02-131-0/+20
* [latency api] also invoke latency callback for the driver client.torben2011-01-121-0/+8