1013 Commits (b88b6747c2da99ee86c5323f2e7e4e73f4deb476)

Author SHA1 Message Date
  sletz bb7b377860 Implement jack_client_real_time_priority and jack_client_max_real_time_priority API. 16 years ago
  sletz c2a484cdc9 Synchronize jack2 public headers with jack1 ones. 16 years ago
  sletz 5979b04474 Make --monitor flag work again. 16 years ago
  sletz 604fd21827 Use JACK_DRIVER_DIR variable in internal clients loader. 16 years ago
  nedko a43ebeb19c Fix #110 (--libdir option for ./waf configure) 16 years ago
  nedko 9f2f298da7 Fix warning: no newline at end of file 16 years ago
  sletz 171a3c4a0d Client and library global context cleanup in case of incorrect shutdown handling (that is applications not correctly closing client after server has shutdown). 16 years ago
  sletz 7f5f7dec44 Report ringbuffer.c fixes from jack1. Fix for ticket #102. 16 years ago
  sletz ac45532d64 Use open/close mutex for jack_client_new API. 16 years ago
  sletz 88c195d43a Correct wscript for jack_disconnect installation, various renaming. 16 years ago
  sletz 196afce586 Code cleanup. 16 years ago
  sletz a7fd397819 Better isolation of server and clients system resources to allow starting the server in several user account at the same time. 16 years ago
  sletz 57f9eab9fc Filter SIGPIPE to avoid having client get a SIGPIPE when trying to access a died server. 16 years ago
  sletz c29ab689bf Libjack shutdown handler does not deactivate (fActive = false) the client anymore, so that jack_deactivate correctly does the job later on. 16 years ago
  sletz 82fb19ae07 Fix symbols export in ringbuffer.c. 16 years ago
  sletz db43ba2ef4 Version 1.9.1 started. 16 years ago
  nedko 3383f36952 Import waf.diff patch sent Stephane Letz 16 years ago
  sletz 476a2b2111 Fix jackctl_server_unload_internal. 16 years ago
  sletz 7179398778 Correct JackClient::ShutDown. 16 years ago
  sletz f6c2f38b5e Fix Midi port initialization in JackNetDriver. 16 years ago
  moret f4065881b3 Change jack/systemdeps.h include file (windows part) : recent MSVC compiler don't need vsnprintf() to be redefined anymore. 16 years ago
  sletz 626570de96 Add missing methods in JackInternalClientChannel.h 16 years ago
  sletz b50078f968 Tim Blechmann optimization patch. 16 years ago
  sletz 86d4357b09 Fix a crash in JackEngine::Close when backend cannot be loaded. 16 years ago
  nedko ff903a0b54 Fix jackctl_parameter_reset() 16 years ago
  moret b3f15f9cb5 Correct strange stl behaviour at runtime on windows - correct 'undefined reference' for alsaadapter - rebuild jackrouter.dll from a new libjack.lib 16 years ago
  moret 01bb4f0ff5 AlsaAdapter compiles again with profiling records. 16 years ago
  nedko 606609f9b5 range constraint for realtime-priority engine parameter 16 years ago
  nedko ab6969686d Fix value of JACK_CONSTRAINT_FLAG_FAKE_VALUE 16 years ago
  nedko 5d586603df Doxygen documentation for new functions of control API 16 years ago
  nedko bfaf8988f0 Transform range bool into flags 16 years ago
  nedko 5f19deec7f Remove sneaked test code 16 years ago
  nedko b77ad14a17 Move jackctl_parameter_get_enum_constraint_description() to proper place 16 years ago
  nedko d03bd381eb Fix constraint functions linkage 16 years ago
  nedko e36f2bd458 Use uint32_t instead of bool in driver interface (to match current approach to bools in the driver interface) 16 years ago
  nedko bd40d3225f Expose jackctl_parameter_get_enum_constraint_description() in control API 16 years ago
  nedko 2eeaa3b8a5 Expose parameter constraints in control API 16 years ago
  nedko c3b51c7755 Associate description with each enum constraint value 16 years ago
  nedko 385f14448b Define driver parameter constraint descriptor 16 years ago
  sletz 28ef03b879 Use a mutex to make jack_client_open/jack_client_close thread safe, remove use of jack_init/jack_uninit. 16 years ago
  sletz 23fab4f1bb Fix a SMP related bug introduced in rev 2957 : remove the __SMP__ flag and define LOCK for SMP in all cases. 16 years ago
  sletz f19b74f904 Header cleanup, add --clients and --ports options in configure. 16 years ago
  sletz f7cb7bb5d9 Checking for libsamplerate in waf, fix ticket #89. 16 years ago
  sletz 1c40770e9d Cleanup on OSX. 16 years ago
  sletz 285b645723 Correct file permission for jack-shm-registry POSIX shared memory segment. 16 years ago
  sletz e291f37568 Define a JackShutdownCallback type, various callback related cleanup. 16 years ago
  sletz 98a789ae4f Tim Blechmann optimization patches. 16 years ago
  sletz 80e75c504c Add -u (unlock) again in jackd parameters list (even if not used yet). 16 years ago
  sletz d7ea77e268 Cleanup on Windows. 16 years ago
  sletz 357e823209 JackRequest.h moved back to common folder. 16 years ago