summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Patch from Fons Adriaensen to improve validity/usability of jack_frame_time()0.124Paul Davis2014-07-081-92/+81
* remove inclusion of <uuid/uuid.h> since it is not actually used any morePaul Davis2014-05-272-2/+0
* Update tools/ to include falkTX' property.c fixAdrian Knoth2014-05-051-0/+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
* submodule upatePaul Davis2014-04-151-0/+0
* bump micro version to reflect removal of cycle counter timerPaul Davis2014-03-141-1/+1
* tweak jackd man page to reflect removal of -c c optionPaul Davis2014-03-141-2/+4
* fix for double-fork still leaving zombies around (from Uli Franke uli.franke@...Paul Davis2014-03-143-1/+10
* Merge pull request #10 from adiknoth/arm-clockfixpauldavisthefirst2014-03-144-70/+9
|\
| * Drop JACK_TIMER_CYCLE_COUNTER altogetherAdrian Knoth2014-03-141-1/+0
| * Drop obsolete cycle counter option in libjackAdrian Knoth2014-03-141-2/+0
| * Don't check for CPU scaling anymoreAdrian Knoth2014-03-141-1/+1
| * Remove cycles from the list of allowed clock sourcesAdrian Knoth2014-03-141-1/+1
| * Make -c c an alias for -c sAdrian Knoth2014-03-141-1/+6
| * Don't rely on CPU cycles to measure time.Adrian Knoth2014-03-141-64/+1
|/
* Merge pull request #9 from PeterN/fixpauldavisthefirst2014-03-054-2/+3
|\
| * Initialize private_client to prevent segfault on unload if client fails to in...Peter Nelson2014-03-051-0/+1
| * update jack and tools submodule referencePeter Nelson2014-03-052-0/+0
| * Fix for passing pointer to jack_intclient_t.Peter Nelson2014-03-051-2/+2
|/
* update tools submodule referencePaul Davis2014-03-051-0/+0
* update submodule revsPaul Davis2014-02-121-0/+0
* try to recognize integers that are NOT UUIDs when parsing themPaul Davis2014-02-121-0/+6
* Update jack/ to include the newly added fix for ARM.Adrian Knoth2014-01-271-0/+0
* set latency callback cbset field to FALSE, fix segfault on (at least) ARMPaul Davis2014-01-271-0/+1
* Drop formerly duplicated POST_PACKED_STRUCTURE code.Adrian Knoth2014-01-273-30/+0
* bump to 0.124.10.124.1Paul Davis2014-01-221-1/+1
* update tools submodulePaul Davis2014-01-221-0/+0
* change -I client-spec syntax and adjust -A syntax similarly; update jackd man...0.124.0Paul Davis2014-01-222-61/+136
* fix configure.ac for ZITA-detection and enabling, so that zalsa is built by d...Paul Davis2014-01-221-18/+20
* update tools submodulePaul Davis2014-01-211-0/+0
* add -A option to provide syntactic sugar for interfacing with additional ALSA...Paul Davis2014-01-211-12/+64
* 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
* update tools submodulePaul Davis2014-01-211-0/+0
* correct jackd manpage description of -X seq ALSA MIDI option and add -X slave...Paul Davis2014-01-211-8/+15
* update headers (jack/) submodulePaul Davis2014-01-211-0/+0
* update jack submodulePaul Davis2014-01-191-0/+0
* remove checks for libuuid since this is no longer used (UUIDS are segmented 6...Paul Davis2014-01-191-9/+0
* update jack submodulePaul Davis2014-01-181-0/+0
* update tools & jackPaul Davis2014-01-182-0/+0
* add metadata API to doxygen specsPaul Davis2014-01-182-0/+5
* minor tweak for zita bridge building conditionalPaul Davis2014-01-181-1/+0
* Update tools/ to include rgareus' recent mid_dump.c fixesAdrian Knoth2014-01-021-0/+0
* remove references to old ALSA MIDI code from freebob driver (that code is no ...Paul Davis2013-12-261-5/+0
* add --enable-zalsa configure argument to avoid circular dependency between ZI...Paul Davis2013-12-261-15/+30
* update jackd man page description of -M and default MIDI buffer sizePaul Davis2013-12-151-2/+2
* switch to 2048 bytes for default MIDI buffer size, 8192 is a bit large to be ...Paul Davis2013-12-151-1/+1
* update jackd man page description of -M and default MIDI buffer sizePaul Davis2013-12-151-3/+2
* use a fixed 8192 byte buffer for MIDI ports, like jack2Paul Davis2013-12-151-1/+2