summaryrefslogtreecommitdiff
path: root/libjack/client.c
Commit message (Expand)AuthorAgeFilesLines
* read/write wrappers to handle the case of interruption by system signalsYuri2017-01-101-18/+42
* Remove unused sysdeps/cycles.h includesJames Cowgill2016-12-031-1/+0
* Moves VALGRIND_MEMSET above USE_CAPABILITIES ifdefUladox2016-09-031-2/+1
* Removes use of gloabl jack_tmpdir.Uladox2016-08-141-19/+27
* uncrustification of jack source codePaul Davis2016-02-231-710/+747
* Revert "Set driver port order metadata".Paul Davis2016-02-111-7/+2
* 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-2/+7
* | Fix uninitialized values in jack_client_tDavid Robillard2016-02-111-2/+2
|/
* fix a couple of issues with port rename callback (duplicate structure members...Paul Davis2015-07-021-2/+3
* add support for port rename callback.Paul Davis2015-07-021-0/+17
* support [unescaped] double-quotes in jackdrcRobin Gareus2015-01-141-7/+23
* add headers for waitpid(2)Paul Davis2014-04-171-0/+2
* replace use of fclose() on a descriptor returned by popen(2) (from Carl Hethe...Paul Davis2014-04-171-3/+3
* fix for double-fork still leaving zombies around (from Uli Franke uli.franke@...Paul Davis2014-03-141-1/+10
* allow environment variable JACK_RC_FILE to override the startup file used for...Paul Davis2014-01-211-2/+7
* change UUID implementation to use integers and serial counters; remove -L opt...Paul Davis2013-11-301-16/+15
* fix error in handling of -T (temporary server) caused by cast to wrong type w...Paul Davis2013-11-271-1/+1
* basics for a hypothetical PortRename callbackPaul Davis2013-10-111-0/+4
* force zero return for thread ID for non-external clients, since internal/driv...Paul Davis2013-10-091-0/+5
* add property change notificationsPaul Davis2013-09-301-4/+39
* miscellaneous fixes to prepare the way for usable metadataPaul Davis2013-09-301-2/+7
* fix screw up caused by attempting to uuid_parse() a null string UUID in jack ...Paul Davis2013-09-251-2/+4
* first pass at working UUID-based clients and ports. many JACK clients work co...Paul Davis2013-09-241-53/+51
* patch from Pawel X to implement jack_get_uuid_for_client_name()Paul Davis2013-01-291-4/+20
* add a latency callback to the ALSA backend, and ensure that the backend's lat...Paul Davis2012-11-041-4/+5
* add internal function jack_event_type_name() for prettier error messages conc...Paul Davis2012-10-111-0/+41
* #include changes to reflect separation of public and private headersPaul Davis2012-02-081-9/+10
* redesign thread calls and so forth to actually get this stuff right on OS X (...paul2012-02-021-152/+99
* compilation fixes for client.cpaul2012-02-021-6/+7
* fairly drastic and deep cleanup of client thread code in an effort to fix inc...paul2012-02-021-218/+101
* default error callback no longer calls DEBUG, which was (a) silly and (b) bre...paul2012-02-011-4/+0
* remove SSE messagespaul2011-09-281-3/+5
* compile fixes for OS X: remove double linkages to libjack + libjackserver, re...paul2011-09-281-1/+1
* remove SSE-related messages during startup unless run with -vpaul2011-08-311-3/+3
* remove the dreaded client->control->nframes which is initialized too latetorben2011-06-191-8/+8
* fix array overrun when jack_get_ports() returns the full set of all possible ...paul2011-06-081-4/+4
* substantive rearrangement of OSX code so that async API (jack_cycle_wait/jack...paul2011-04-151-176/+280
* check requested buffer size and limit to 1..16384 - avoids wierd behaviour ca...paul2011-02-221-0/+4
* [core] pass client->engine->buffer_size to bufsize callback, not client->nframestorben2011-02-161-1/+1
* add jack_client_has_session_callback() ...torben2011-02-131-0/+15
* [latency api] switch JackLatencyCallback to return voidtorben2011-01-121-1/+2
* [latency api] also invoke latency callback for the driver client.torben2011-01-121-2/+8
* [latency api] Add the new latency api.torben2011-01-121-0/+141
* dont call jack_attach_port_segment() in jack_client_open_aux()torben2010-10-081-1/+3
* add --enable-valgrind-clean and associated code to permit building a version ...paul2010-09-261-5/+31
* remove comment from the already removed stack scribbletorben2010-06-241-5/+0
* move stack touching into jack_thread_proxytorben2010-04-301-6/+0
* propely zero out the command terminatortorben2010-04-261-0/+2