356 Commits (a2b543ecbd4c59052d567c9637a8a176b1ad694e)

Author SHA1 Message Date
  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 14 years ago
  torben 9872b17c1f remove the dreaded client->control->nframes which is initialized too late 14 years ago
  torben 070903509d [core] fix error path for driver removal. 14 years ago
  torben 440206ca32 [controlapi] fix parameter_ptr->id not being set 14 years ago
  torben 45d2015076 [controlapi] properly setup the parameter ids 14 years ago
  torben 70fcaaeed2 [controlapi] make unsupported functions return false. 14 years ago
  torben 0292f85d24 [engine] make -C optarg a time, so that it doesnt depend on period_size 14 years ago
  torben 1c7b9bb52c [controlAPI] add new parameter timeout threshold. also include clientengine 14 years ago
  torben 06df2a35c9 [man] add -C option to manpage 14 years ago
  torben fe0759163e [engine] rename continuous_stream to timeout_count and make threshold configurable 14 years ago
  torben 009ebad4af [engine] make jack_check_clients return errs. when no err, read graph_wait 14 years ago
  torben e726e6a746 [engine] in case of a continous stream of timeouts, we suspend the execution of the processing graph. 14 years ago
  torben b7eed771d1 [engine] relax the rules for zombification 14 years ago
  torben 51db45b559 [controlAPI] a bit of cosmetics (i failed to hold codingstyle) 14 years ago
  torben 93e9a29274 [controlAPI] factor out jack_stop_watchdog, and use it during switch_master 14 years ago
  torben 42d0bd99f3 [controlAPI] first implementation of jackctl_server_switch_master() 14 years ago
  torben da26d33e14 [engine] make jack_remove_client() visible 14 years ago
  torben 0cdc3916cd fix broken jack_get_microseconds in drivers when libjackserver is RTLD_LOCAL 14 years ago
  torben a16492b689 fix Makefiles to reference libraries things depend on. 14 years ago
  torben 601d54b816 [controlAPI] make things a bit more clear 14 years ago
  torben 6ff6597067 [controlAPI] remove annoying error message about no internal clients 14 years ago
  torben b7ac46769f [controlAPI] fix broken compilation sigmask_t -> sigset_t 14 years ago
  torben 7c9b90416c [controlAPI] block signals in server_start... 14 years ago
  torben eaf5277182 [controlAPI] first implementation of switch master 14 years ago
  torben 9a4ffcde0f [controlAPI] switch server_start and server_stop code to jack1 14 years ago
  torben 6e6fc8dde9 [controlAPI] continue passing in the constraints 14 years ago
  torben d3fd762366 [controlAPI] remove JackDriverInfo from struct jackctl_driver 14 years ago
  torben 1a0eb6c832 [controlAPI] add missing serverparameters for jack1 14 years ago
  torben cd53c6bad4 [controlAPI] temporaily move jack_cleanup_files into controlapi.c 14 years ago
  torben a84b9928ba [controlAPI] turn on the constraint stuff again 14 years ago
  torben bbf739d788 [controlAPI] add the driver scan code from jackd.c to controlapi.c 14 years ago
  torben f96f9306b1 [controlAPI] first iteration, make controlapi.c compilable 14 years ago
  torben 4245b4abbc [controlAPI] initital commit of files from jack2. (c++ doesnt compile) 14 years ago
  torben fe66547ea2 enable proper removal of slave drivers which fail to start 14 years ago
  torben c3145813a1 [jackd] add support for slave drivers into jackd executable 14 years ago
  torben d3a0ec4cad [core] add basic support for slave drivers to engine 14 years ago
  torben 1247bedf23 [core] call driver->write even when process cycle failed 15 years ago
  paul 768ac5ffb7 provide more info when a duplicate port name is registered 15 years ago
  torben 19e89a7b87 add jack_client_has_session_callback() ... 15 years ago
  torben 1049dff52d [engine] fix a few warnings. 15 years ago
  torben d80ebd924f [latency api] also invoke latency callback for the driver client. 15 years ago
  torben 1ffe16c7e1 [latency api] initialize latency ranges to all zero upon port creation 15 years ago
  torben a86f3bcf16 [latency api] also do a new latency computation in RecomputeTotalLatencies 15 years ago
  torben 6a76e7ba49 [latency api] Add the new latency api. 15 years ago
  torben 81705fc63b move jack_wake_server_thread to engine.c and make sure jack_signal_problems wakes it. 15 years ago
  paul 23ef50a671 update man page to reflect -S option 15 years ago
  paul 015fbf3ff7 add no-op support for jack2's -S option 15 years ago
  torben ce41b670ab port notifications are sent after portsegment attach etc... 15 years ago
  torben c1f54ae504 use jack_client_internal_by_id() and dont use a loop. 15 years ago
  torben 5c8d4ff380 deliver BufferSizeChange event during jack_activate 15 years ago