summaryrefslogtreecommitdiff
path: root/jack
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* a bit of doc patchesTorben Hohn2010-03-261-4/+8
* add future field to event struct, and JackSessionNeedTerminalTorben Hohn2010-03-231-2/+11
* add jack_client_get_uuid() and fix stuff for multiclientTorben Hohn2010-03-111-9/+14
* remove the rename struct from jack_request_tTorben Hohn2010-03-021-4/+0
* remove jack_rename_clientTorben Hohn2010-03-021-1/+0
* add jack_session_event_free() and dont free it in jack_session_reply()Torben Hohn2010-03-021-0/+9
* add session.h to Makefile.amTorben Hohn2010-03-011-0/+1
* add flags to jack_session_event_t and session_command_tTorben Hohn2010-02-282-0/+2
* remove the arrays from the session_command_t add reserve_client_nameTorben Hohn2010-02-281-5/+46
* Merge branch 'master' into jack-session2Torben Hohn2010-02-281-2/+2
|\
| * remove weak export tags from two typedefs, they were added by mistakepaul2010-01-291-2/+2
* | even more removal of metadata stuff.Torben Hohn2010-02-281-2/+0
* | remove remenants of session api from jack.hTorben Hohn2010-02-281-24/+0
* | remove the metadata API...Torben Hohn2010-02-281-11/+0
* | update implementation to new async interfaceTorben Hohn2010-02-263-3/+12
* | fix jack_session_event_t typedefTorben Hohn2010-02-261-1/+1
* | move session API to jack/session.h changed to async.Torben Hohn2010-02-253-61/+182
* | Merge branch 'master' into session-mergeTorben Hohn2010-02-2512-118/+244
|\ \ | |/
| * add missing prototype jack_messagebuffer_thread_init ()torben2010-01-281-0/+2
| * allocate mix_buffer upon connection, not on demand in RT thread.torben2010-01-281-1/+1
| * define jack_port_type_get_buffer_size() to abstract computation of buffer siz...paul2010-01-281-0/+3
| * new file for weak macrospaul2010-01-281-0/+61
| * use weak macros for transport APIpaul2010-01-285-47/+33
| * correct spurious chars in last commit for jack.hpaul2010-01-271-1/+1
| * mark jack_client_new() as deprecatedpaul2010-01-271-1/+1
| * fix race when ending freewheeling (from torben)paul2010-01-271-2/+3
| * weakjack.h added (not used yet)paul2010-01-272-78/+148
| * commit serious design flaw that left jackd in freewheeling mode if the client...paul2010-01-261-0/+2
| * fix typo stating that Port flags should be ANDed together.torben2010-01-151-1/+1
| * ensure that client-side message buffer thread calls thread_init callback if/w...paul2009-12-021-0/+1