summaryrefslogtreecommitdiff
path: root/libjack
Commit message (Expand)AuthorAgeFilesLines
...
* add internal function jack_event_type_name() for prettier error messages conc...Paul Davis2012-10-111-0/+41
* new jack_get_cycle_times() implementation from Fons Adriennsen, and improveme...Paul Davis2012-03-191-21/+49
* remove timestamps code - not used for years, and the kernel provides better i...Paul Davis2012-02-082-81/+0
* #include changes to reflect separation of public and private headersPaul Davis2012-02-0814-36/+46
* redesign thread calls and so forth to actually get this stuff right on OS X (...paul2012-02-021-152/+99
* compilation fixes for client.cpaul2012-02-021-6/+7
* fairly drastic and deep cleanup of client thread code in an effort to fix inc...paul2012-02-021-218/+101
* default error callback no longer calls DEBUG, which was (a) silly and (b) bre...paul2012-02-011-4/+0
* fix the types of a few function parameterspaul2011-09-282-7/+7
* remove SSE messagespaul2011-09-281-3/+5
* compile fixes for OS X: remove double linkages to libjack + libjackserver, re...paul2011-09-281-1/+1
* remove SSE-related messages during startup unless run with -vpaul2011-08-311-3/+3
* remove the dreaded client->control->nframes which is initialized too latetorben2011-06-193-10/+10
* fix array overrun when jack_get_ports() returns the full set of all possible ...paul2011-06-081-4/+4
* substantive rearrangement of OSX code so that async API (jack_cycle_wait/jack...paul2011-04-151-176/+280
* [libjack] fix warning about volatile return type, by typedeftorben2011-03-151-1/+2
* [libjack] fix stack touching for RT threads created.torben2011-03-151-7/+15
* return null if jack_port_get_buffer() is used before jack_activate()0.120.1paul2011-03-021-0/+9
* [core] add jack_port_type_get_buffer_size()torben2011-02-281-0/+16
* check requested buffer size and limit to 1..16384 - avoids wierd behaviour ca...paul2011-02-221-0/+4
* [core] pass client->engine->buffer_size to bufsize callback, not client->nframestorben2011-02-161-1/+1
* add jack_client_has_session_callback() ...torben2011-02-131-0/+15
* [latency api] switch JackLatencyCallback to return voidtorben2011-01-121-1/+2
* [latency api] also invoke latency callback for the driver client.torben2011-01-121-2/+8
* [latency api] add hack to jack_port_set_latency_range() to set old latencytorben2011-01-121-2/+16
* [latency api] Add the new latency api.torben2011-01-123-0/+172
* dont call jack_attach_port_segment() in jack_client_open_aux()torben2010-10-081-1/+3
* add --enable-valgrind-clean and associated code to permit building a version ...paul2010-09-264-6/+49
* documentation tweaks (OR->AND, and comments on MIDI event ordering)paul2010-09-131-0/+1
* remove comment from the already removed stack scribbletorben2010-06-241-5/+0
* move stack touching into jack_thread_proxytorben2010-04-302-6/+7
* propely zero out the command terminatortorben2010-04-261-0/+2
* Merge branch 'jack-session2' into session-rebasetorben2010-03-261-0/+11
|\
| * add future field to event struct, and JackSessionNeedTerminalTorben Hohn2010-03-231-0/+1
| * add jack_client_get_uuid() and fix stuff for multiclientTorben Hohn2010-03-111-0/+10
| * remove jack_rename_clientTorben Hohn2010-03-021-13/+0
| * add jack_session_event_free() and dont free it in jack_session_reply()Torben Hohn2010-03-021-3/+9
| * add flags to jack_session_event_t and session_command_tTorben Hohn2010-02-281-0/+9
| * remove the arrays from the session_command_t add reserve_client_nameTorben Hohn2010-02-281-9/+35
| * remove the metadata API...Torben Hohn2010-02-281-28/+1
| * update implementation to new async interfaceTorben Hohn2010-02-262-14/+49
| * Merge branch 'master' into session-mergeTorben Hohn2010-02-254-19/+93
| |\
| * | change identifier to metadata... dohTorben Hohn2009-11-291-6/+6
| * | Tidy up session stuff (nitpicks for upstream).Dave Robillard2009-11-271-0/+1
| * | send session notify to specific clients (1/2)Torben Hohn2009-11-271-1/+6
| * | add client reservation...Torben Hohn2009-11-261-0/+19
| * | add client_name to jack_session_command_t client side code.Torben Hohn2009-11-261-0/+6
| * | add jack_rename_client...Torben Hohn2009-11-241-2/+18
| * | properly typedef jack_session_command_tTorben Hohn2009-11-221-5/+5
| * | switch uid to string.. in return value from session_notifyTorben Hohn2009-11-221-2/+2