summaryrefslogtreecommitdiff
path: root/jack
Commit message (Expand)AuthorAgeFilesLines
* 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
* various doxygen changes from raboof & gabredd via trac #153paul2011-03-181-35/+100
* updated comments for session.h from drobilla - no functional changes at all. ...paul2011-03-021-86/+115
* tweak weak linkage comments and fix typopaul2011-03-011-4/+10
* weak linkage docs, take 1paul2011-02-281-0/+49
* [core] add jack_port_type_get_buffer_size()torben2011-02-281-0/+8
* torben's patch to hide pthread_t from jack public headerspaul2011-02-283-7/+12
* add jack_client_has_session_callback() ...torben2011-02-132-1/+12
* fix listification of conditions for clients to avoid latency callback in docspaul2011-01-131-5/+5
* update documentation for latency management APIpaul2011-01-131-76/+262
* [latency api] switch JackLatencyCallback to return voidtorben2011-01-121-1/+1
* [latency api] also invoke latency callback for the driver client.torben2011-01-121-0/+2
* [latency api] deprecate old latency apitorben2011-01-121-4/+4
* [latency api] Add the new latency api.torben2011-01-124-1/+81
* move jack_wake_server_thread to engine.c and make sure jack_signal_problems w...torben2010-11-171-0/+2
* add note about unique port-name requirementpaul2010-10-291-1/+4
* make jack_deliver_event not static, so we can access it from clientengine.ctorben2010-10-081-0/+1
* flags are ORed. fix docs.torben2010-10-061-1/+1
* add --enable-valgrind-clean and associated code to permit building a version ...paul2010-09-261-0/+7
* documentation tweaks (OR->AND, and comments on MIDI event ordering)paul2010-09-132-3/+16
* fix a possible race/deadlock when jack is quitting and clients try to connect...paul2010-04-134-21/+22