61 Commits (3f28b4c5280fc6fee9c0cd621d7d3cb063ea9709)

Author SHA1 Message Date
  sletz 4ed0dd094d Cleanup 17 years ago
  sletz aeb4176809 Rename server_name from default to jackdmp_default to avoid conflict with regular jackd server. 17 years ago
  sletz afb9f5fc16 Start of 0.67 version 17 years ago
  sletz fd08a8c509 Version 0.66 18 years ago
  sletz c698fd956d Typo 18 years ago
  sletz ff414ae811 Compilation on Windows 18 years ago
  sletz 33784c5568 Server/library protocol checking implementation. 18 years ago
  sletz 3d112f8cc8 Compiles again on Windows 18 years ago
  sletz e8fcf23258 Automatic server launch 18 years ago
  sletz b42496ea8d Compilation on Windows 18 years ago
  sletz 6cc882b42b Automatic server launch and client renaming in progress (3) 18 years ago
  sletz f79aaaadd2 Automatic server launch and client renaming in progress 18 years ago
  sletz 095aa97d41 Typo 18 years ago
  sletz fb08bdf89d Correct JackEngine::ClientCloseAux (when called from JackEngine::ClientExternalOpen). Correct JackWinEvent::Allocate. 18 years ago
  sletz 45f44b76fe Version 0.64 18 years ago
  sletz ccab431be5 Compilation on Windows 18 years ago
  sletz 0a6a0a1728 Dmitry Baikov buffer size patch. 18 years ago
  sletz 4e5e41b175 Version 0.63 18 years ago
  sletz a101b23986 Remove unused library 18 years ago
  sletz 6c0af510a1 Better error checking in PortAudio driver. 18 years ago
  sletz d182adff3f Compilation on Windows 18 years ago
  sletz c666a5007b Version 0.62 18 years ago
  sletz ecf668edc8 More robust activation/deactivation code, especially in case of client crash. 18 years ago
  sletz 28c362cbfb Cleanup 18 years ago
  sletz fdfa688a45 Compilation on Windows 18 years ago
  sletz 2f75c8e768 Cleanup 18 years ago
  sletz 3374ce1d4b Compilation on WIN32 18 years ago
  sletz 6eff0aaf2d Implement thread.h API 18 years ago
  sletz 5c34c5bb76 Cleanup 18 years ago
  sletz aecada1aa4 Works again on WIN32 18 years ago
  sletz d73e005817 New server/client data transfer model 18 years ago
  sletz cb7f1f35d5 Add call to the init callback (set up using the jack_set_thread_init_callback API) in Real-Time and Notification threads. Define a new 'kActivateClient' notification. 18 years ago
  sletz 0ba403a063 Typo 18 years ago
  sletz 558f79cc5f shared_ports renamed to shared_graph. 18 years ago
  sletz 76259a4ed0 Version 0.61 18 years ago
  sletz c17a61460c Suppress warning on WIN32 18 years ago
  sletz 71725a26b8 Correct JackWinEnvent::Allocate (handle the ERROR_ALREADY_EXISTS case). Correct JackEngine::ClientExternalNew. 18 years ago
  sletz 35b6d51b9b Add ressource 18 years ago
  sletz dbc2796869 Version 0.60 18 years ago
  sletz 95454b4ad9 In synchronous mode, if the driver time out is reached, the server may get desynchronized (pending signal may arrive in later cycles), use a higher time out value use in driver, and warn the use of possible mis-behaviour in case of time out. 18 years ago
  sletz 27f221269a Cleanup 18 years ago
  sletz 27a8674882 Correct Disconnect 18 years ago
  sletz 75e4fc1f91 Typo 18 years ago
  sletz 442422a887 Restore 0.58 behaviour for WIN32 thread kill issues 18 years ago
  sletz 82a919dbe3 Updated 18 years ago
  sletz 8d3a442b91 Correct PortAudio driver help 18 years ago
  sletz 42b0d3a487 Correct server SetBufferSize in case of failure 18 years ago
  sletz 71bc03d075 Version 0.59 18 years ago
  sletz df8b08da44 Still get RT thread termination problems, restore a version that works on OSX and Linux with conditionnal compilation for now 18 years ago
  sletz e0574e9130 On Windows, avoid to use the unsafe Kill thread method. Use thread Stop instead and have blocked IO be unlocked. 18 years ago