summaryrefslogtreecommitdiff
path: root/libjack
Commit message (Expand)AuthorAgeFilesLines
* autoconf generator in CI (#116)Filipe Coelho2022-01-151-7/+0
* do not attempt local (non-server-call) check on connections in jack_port_disc...Paul Davis2020-01-281-5/+9
* Merge pull request #61 from yurivict/io-retry-EINTRFilipe Coelho2017-07-181-18/+42
|\
| * read/write wrappers to handle the case of interruption by system signalsYuri2017-01-101-18/+42
* | Use generic atomic functionsJames Cowgill2017-01-151-1/+1
|/
* Merge pull request #60 from yurivict/use-process-realtime-priorityAdrian Knoth2017-01-101-2/+37
|\
| * Added curly braces.Yuri2017-01-091-2/+4
| * Using the process realtime priority instead of the thread realtime priority w...Yuri2017-01-091-2/+35
* | Merge pull request #58 from jcowgill/config-cpu-cleanupAdrian Knoth2017-01-102-2/+0
|\ \
| * | Remove unused sysdeps/cycles.h includesJames Cowgill2016-12-032-2/+0
| |/
* | Use #if for HAVE_CLOCK_GETTIME everywhereAdrian Knoth2017-01-101-9/+9
|/
* Moves VALGRIND_MEMSET above USE_CAPABILITIES ifdefUladox2016-09-031-2/+1
* Removes use of gloabl jack_tmpdir.Uladox2016-08-141-19/+27
* manually-updated version of Tim Real's fix for client-side port object manage...Paul Davis2016-03-021-8/+13
* uncrustification of jack source codePaul Davis2016-02-2319-2273/+2414
* Autotool fixesErik de Castro Lopo2016-02-161-18/+40
* 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 for -Wformat-securityfalkTX2016-02-111-2/+2
|/
* Merge pull request #20 from rncbc/masterPaul Davis2015-07-021-30/+33
|\
| * [metadata] fix unfreed DBT key/data tuples causing several mem-leaks.rncbc2015-05-011-30/+33
| * support [unescaped] double-quotes in jackdrcRobin Gareus2015-05-011-7/+23
* | fix a couple of issues with port rename callback (duplicate structure members...Paul Davis2015-07-022-5/+4
* | add support for port rename callback.Paul Davis2015-07-023-1/+49
* | support [unescaped] double-quotes in jackdrcRobin Gareus2015-01-141-7/+23
|/
* Add memset to clear buffer to unparse uuid into.Hanspeter Portner2014-11-111-0/+2
* remove inclusion of <uuid/uuid.h> since it is not actually used any morePaul Davis2014-05-271-1/+0
* 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
* Drop obsolete cycle counter option in libjackAdrian Knoth2014-03-141-2/+0
* Fix for passing pointer to jack_intclient_t.Peter Nelson2014-03-051-2/+2
* try to recognize integers that are NOT UUIDs when parsing themPaul Davis2014-02-121-0/+6
* revert change from floor (x+0.5) to rint() in fons' frames/time sync codePaul Davis2014-01-211-4/+4
* allow environment variable JACK_RC_FILE to override the startup file used for...Paul Davis2014-01-211-2/+7
* switch to 2048 bytes for default MIDI buffer size, 8192 is a bit large to be ...Paul Davis2013-12-151-1/+1
* use a fixed 8192 byte buffer for MIDI ports, like jack2Paul Davis2013-12-151-1/+2
* increase default MIDI port buffer size to 8 times the audio buffer sizePaul Davis2013-12-131-1/+1
* change UUID implementation to use integers and serial counters; remove -L opt...Paul Davis2013-11-306-58/+92
* 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-113-1/+7
* force zero return for thread ID for non-external clients, since internal/driv...Paul Davis2013-10-091-0/+5
* patch to release shm registry lock from Kristian AmliePaul Davis2013-10-061-2/+7
* add definitions of constants for a few (potential) well-known metadata key va...Paul Davis2013-10-051-0/+7
* wrap UUID generationPaul Davis2013-10-031-0/+6
* add missing uuid.c filePaul Davis2013-10-031-0/+65
* add code to remove metadata for ports and clients when ports and clients are ...Paul Davis2013-10-021-5/+35