243 Commits (04a18e8914a1f1c2d5e43bcaeb2fd44b37b9cfe6)

Author SHA1 Message Date
  Robin Gareus 60d74536e6 support [unescaped] double-quotes in jackdrc 10 years ago
  Robin Gareus e586d0df13 support [unescaped] double-quotes in jackdrc 10 years ago
  Paul Davis e2281b87e5 add headers for waitpid(2) 11 years ago
  Paul Davis 891ad914da replace use of fclose() on a descriptor returned by popen(2) (from Carl Hetherington but manually applied) 11 years ago
  Paul Davis cfa910af96 fix for double-fork still leaving zombies around (from Uli Franke uli.franke@weiss.ch) 11 years ago
  Paul Davis 17b8b1048d allow environment variable JACK_RC_FILE to override the startup file used for autostart of the server 11 years ago
  Paul Davis 5e7ff0d687 change UUID implementation to use integers and serial counters; remove -L option from jack_lsp because "total latency" is deprecated 11 years ago
  Paul Davis 91c57cb06c fix error in handling of -T (temporary server) caused by cast to wrong type when checking client list (also added extra debugging/VERBOSE statements) 11 years ago
  Paul Davis 94c819accf basics for a hypothetical PortRename callback 11 years ago
  Paul Davis 4a7a2f334d force zero return for thread ID for non-external clients, since internal/driver clients have no separate thread 11 years ago
  Paul Davis 3057fcf157 add property change notifications 11 years ago
  Paul Davis 5d360dd61e miscellaneous fixes to prepare the way for usable metadata 11 years ago
  Paul Davis 88198692bf fix screw up caused by attempting to uuid_parse() a null string UUID in jack client arguments 11 years ago
  Paul Davis a4580ec67d first pass at working UUID-based clients and ports. many JACK clients work correctly without recompilation 11 years ago
  Paul Davis af82416a8b patch from Pawel X to implement jack_get_uuid_for_client_name() 12 years ago
  Paul Davis 6ddbf81d14 add a latency callback to the ALSA backend, and ensure that the backend's latency callback, if it exists, is called after a buffer size change 12 years ago
  Paul Davis 91d2d75832 add internal function jack_event_type_name() for prettier error messages concerning client event handling 12 years ago
  Paul Davis d094819df4 #include changes to reflect separation of public and private headers 13 years ago
  paul 743b65b56f redesign thread calls and so forth to actually get this stuff right on OS X (maybe) ... about to test on Linux 13 years ago
  paul 1d45b5064b compilation fixes for client.c 13 years ago
  paul 4f01be557a fairly drastic and deep cleanup of client thread code in an effort to fix inconsistent handling of the return value from a process() callback; actually deprecate jack_thread_wait() in the same way jack2 does 13 years ago
  paul 4ea20bb7c4 default error callback no longer calls DEBUG, which was (a) silly and (b) breaks if _jack_get_microsseconds has not yet been set (e.g. for very early errors during startup) 13 years ago
  paul ec62cf6f9a remove SSE messages 13 years ago
  paul f0d10e8cbe compile fixes for OS X: remove double linkages to libjack + libjackserver, remove reference to client->control->nframes, add required compiler flags to get weak linkage to work 13 years ago
  paul 69b3a9303b remove SSE-related messages during startup unless run with -v 13 years ago
  torben 9872b17c1f remove the dreaded client->control->nframes which is initialized too late 14 years ago
  paul a67243ec54 fix array overrun when jack_get_ports() returns the full set of all possible ports 14 years ago
  paul 345f9dbed7 substantive rearrangement of OSX code so that async API (jack_cycle_wait/jack_cycle_signal) works on that platform. tested (provisionally) with the help of lincoln spiteri 14 years ago
  paul 8cf46ee70b check requested buffer size and limit to 1..16384 - avoids wierd behaviour caused by jack_bufsize foobar 14 years ago
  torben 7df02e91d5 [core] pass client->engine->buffer_size to bufsize callback, not client->nframes 14 years ago
  torben 19e89a7b87 add jack_client_has_session_callback() ... 14 years ago
  torben 9ae6231e4f [latency api] switch JackLatencyCallback to return void 14 years ago
  torben d80ebd924f [latency api] also invoke latency callback for the driver client. 14 years ago
  torben 6a76e7ba49 [latency api] Add the new latency api. 14 years ago
  torben 8b7329c6a3 dont call jack_attach_port_segment() in jack_client_open_aux() 14 years ago
  paul 27ea8647fa add --enable-valgrind-clean and associated code to permit building a version of libjack that will not trigger valgrind messages. an alternative would be a nice suppression file, if anyone wants to create one (i don't) 14 years ago
  torben 52db871370 remove comment from the already removed stack scribble 15 years ago
  torben 2691794f94 move stack touching into jack_thread_proxy 15 years ago
  torben 20c58349f8 propely zero out the command terminator 15 years ago
  torben cf530808c9 add session notification infrastructure 15 years ago
  Torben Hohn 9ba49a1b6e add future field to event struct, and JackSessionNeedTerminal 15 years ago
  Torben Hohn f9545581f7 add jack_client_get_uuid() and fix stuff for multiclient 15 years ago
  Torben Hohn 726a93311a remove jack_rename_client 15 years ago
  Torben Hohn 86ff334195 add jack_session_event_free() and dont free it in jack_session_reply() 15 years ago
  Torben Hohn 992f3bf639 add flags to jack_session_event_t and session_command_t 15 years ago
  Torben Hohn bd579877d3 remove the arrays from the session_command_t add reserve_client_name 15 years ago
  Torben Hohn 979648a389 remove the metadata API... 15 years ago
  Torben Hohn 79b318cb7a update implementation to new async interface 15 years ago
  torben bec1a45a67 buffer_resize: only reallocate portbuffers, if number of connections is > 1 15 years ago
  torben eeb327aae2 allocate mix_buffer upon connection, not on demand in RT thread. 15 years ago