summaryrefslogtreecommitdiff
path: root/jack
Commit message (Expand)AuthorAgeFilesLines
* Fixed submodule commit hash referencesJosh de Kock2016-03-271-0/+0
* uncrustification of jack source codePaul Davis2016-02-231-0/+0
* bump submodule refsPaul Davis2016-02-161-0/+0
* update jack (headers) submodulePaul Davis2015-07-021-0/+0
* submodule upatePaul Davis2014-04-151-0/+0
* fix for double-fork still leaving zombies around (from Uli Franke uli.franke@...Paul Davis2014-03-141-0/+0
* update jack and tools submodule referencePeter Nelson2014-03-051-0/+0
* Update jack/ to include the newly added fix for ARM.Adrian Knoth2014-01-271-0/+0
* Drop formerly duplicated POST_PACKED_STRUCTURE code.Adrian Knoth2014-01-271-0/+0
* update headers (jack/) submodulePaul Davis2014-01-211-0/+0
* update jack submodulePaul Davis2014-01-191-0/+0
* update jack submodulePaul Davis2014-01-181-0/+0
* update tools & jackPaul Davis2014-01-181-0/+0
* update submodulesPaul Davis2013-11-301-0/+0
* update jack headers submodulePaul Davis2013-10-121-0/+0
* update jack header submodulePaul Davis2013-10-061-0/+0
* update example-clients submodulePaul Davis2013-10-051-0/+0
* wrap UUID generationPaul Davis2013-10-031-0/+0
* add code to remove metadata for ports and clients when ports and clients are ...Paul Davis2013-10-021-0/+0
* update submodulesPaul Davis2013-10-011-0/+0
* update submodulesPaul Davis2013-09-301-0/+0
* update submodulesPaul Davis2013-09-301-0/+0
* update submodulesPaul Davis2013-09-301-0/+0
* first pass at working UUID-based clients and ports. many JACK clients work co...Paul Davis2013-09-241-0/+0
* update branches for uuid workPaul Davis2013-09-241-0/+0
* add a latency callback to the ALSA backend, and ensure that the backend's lat...Paul Davis2012-11-041-0/+0
* remove timestamps code - not used for years, and the kernel provides better i...Paul Davis2012-02-081-0/+0
* catch with public headersPaul Davis2012-02-081-0/+0
* put header-install stuff into top-level Makefile, after removing it from publ...Paul Davis2012-02-081-0/+0
* don't build version.hPaul Davis2012-02-081-0/+0
* switch headers, tools and example clients to git submodulesNedko Arnaudov2012-02-0237-6917/+0
* fairly drastic and deep cleanup of client thread code in an effort to fix inc...paul2012-02-021-1/+1
* install jslist.h since its now used by control.hpaul2011-11-232-6/+6
* fix the types of a few function parameterspaul2011-09-282-3/+3
* use correct gcc attribute on OS X for weak linkage; reformat overly-wide commentpaul2011-09-222-12/+36
* changes required for 0.121.[12]paul2011-06-291-4/+4
* fix errors for distfiletorben2011-06-231-4/+5
* bump version to 0.121.0 ; doc tweaks to include control APIpaul2011-06-231-1/+1
* remove the dreaded client->control->nframes which is initialized too latetorben2011-06-191-1/+0
* add doxygen close group to session.hpaul2011-06-081-0/+4
* [core] fix error path for driver removal.torben2011-05-291-1/+2
* [engine] rename continuous_stream to timeout_count and make threshold configu...torben2011-05-291-1/+3
* [engine] in case of a continous stream of timeouts, we suspend the execution ...torben2011-05-291-0/+1
* [controlAPI] factor out jack_stop_watchdog, and use it during switch_mastertorben2011-05-291-0/+2
* fix broken jack_get_microseconds in drivers when libjackserver is RTLD_LOCALtorben2011-05-291-1/+1
* [controlAPI] dont include jack/systemdeps.h which doesnt exist in jack1torben2011-05-291-1/+1
* [controlAPI] initital commit of files from jack2. (c++ doesnt compile)torben2011-05-291-0/+565
* [controlAPI] add constraints to driver interfacetorben2011-05-291-0/+26
* enable proper removal of slave drivers which fail to starttorben2011-05-291-0/+2
* [core] add basic support for slave drivers to enginetorben2011-05-291-0/+9