1482 Commits (f0d10e8cbe764cfc8ef684bfc93bf038e97ac07c)
 

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 13 years ago
  paul ccec2ca875 use correct gcc attribute on OS X for weak linkage; reformat overly-wide comment 13 years ago
  paul 69b3a9303b remove SSE-related messages during startup unless run with -v 13 years ago
  sonarnerd d6b0d3db36 Fix a call to yet undefined engine instance 13 years ago
  paul 54bc9f0dde make the printed output of jack_iodelay more useful to actual users 14 years ago
  paul 025d82d3d9 bump version 14 years ago
  paul b8db6d6518 changes required for 0.121.[12] 14 years ago
  torben 3cc3f1734a port the dbus reservation code back to jack 14 years ago
  torben 7ddfeafd84 fix errors for distfile 14 years ago
  paul 88d56dd325 enable JACK to function on SH4 architectures (ticket #224) 14 years ago
  paul 91a688c602 add python/ to dist tarball 14 years ago
  paul 09ca16e89b bump version to 0.121.0 ; doc tweaks to include control API 14 years ago
  torben 9872b17c1f remove the dreaded client->control->nframes which is initialized too late 14 years ago
  paul 787e87941b add doxygen close group to session.h 14 years ago
  paul a67243ec54 fix array overrun when jack_get_ports() returns the full set of all possible ports 14 years ago
  torben 070903509d [core] fix error path for driver removal. 14 years ago
  torben 94af2e9796 [python] add commandline prompt and switch command 14 years ago
  torben 639a9363da [netjack] fix occurences of jack_get_time which were hiding below driver 14 years ago
  torben 7e90e0c901 [python] add first version of jackd.py 14 years ago
  torben ff06fa22cf [python] add id to Parameter class and make value take str, add name to drv 14 years ago
  torben 440206ca32 [controlapi] fix parameter_ptr->id not being set 14 years ago
  torben 75664ed224 [python] add mygetopt.py and the current reserve_audio code 14 years ago
  torben 45d2015076 [controlapi] properly setup the parameter ids 14 years ago
  torben ee41f7bd3a [python] move jackctl.py into python dir 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 5c76640e3b [man] add small man page for jack_load_test 14 years ago
  torben 06df2a35c9 [man] add -C option to manpage 14 years ago
  torben f8a61b317b [tools] remove the silent info function from load_test.c 14 years ago
  torben fe0759163e [engine] rename continuous_stream to timeout_count and make threshold configurable 14 years ago
  torben 1b30676410 [tools] add jack_load_test allowing checking jackd behaviour under load 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 70adc7d48a [controlAPI] add libjack* linkage to net, oss and firewire driver 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 19dc6322ae [python] add jackctl.py temporarily 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 ceb4d05f8b [controlAPI] dont include jack/systemdeps.h which doesnt exist in jack1 14 years ago
  torben 4fc97b0b87 [controlAPI] add server_control.c example 14 years ago