127 Commits (5da7de955ee9379604d2a8042bcb08994d074caa)

Author SHA1 Message Date
  sletz 8407a49b5b Remove unused ASIO backend 17 years ago
  sletz 18cad3d339 New testMutex test, correct timing in drivers. 17 years ago
  sletz 43b936c53b Compilation on Windows 17 years ago
  sletz d7470105d7 Correct thread init phase 17 years ago
  sletz f786e83108 Correct timing in drivers : frame time has to be incremented before Read. 17 years ago
  sletz 1182ac2c7c Improve JackSyncInterface class 17 years ago
  sletz 5a1979dfac Compiles on Windows again 17 years ago
  sletz e44ab5b9ad Merge from control branch: missing files 17 years ago
  sletz c0f0fd7cc9 Merge control branch. 17 years ago
  sletz ae0a1ebd28 Call init callback in notification thread also. 17 years ago
  sletz f38bd7f1d7 Missing include 17 years ago
  sletz 4141424af0 Correct JackWinNamedPipeClientChannel::Start 17 years ago
  sletz ef8bdde12c Use StartSync to start the client notification thread, otherwise initial notifications from the server may be lost. 17 years ago
  sletz 913d21791d Remove throw 17 years ago
  sletz 271995772b Cleanup 17 years ago
  sletz db408b7caa Correct JackEngine inheritance graph. 17 years ago
  sletz c4371aca12 Compilation on Windows 17 years ago
  sletz a74f1a586e Better handling of graph state read functions : never wait when used in the real-time thread, current state is used. 17 years ago
  sletz 152a1711ce New jack_get_client_pid API, implemented on server side. 17 years ago
  sletz 0a0ede0768 Package number bumped to 1.90 everywhere. 17 years ago
  sletz ecfe36ebe4 Cleanup on Windows 17 years ago
  sletz 26db893c68 Cleanup 17 years ago
  sletz 7b5eafc311 Activate now connect to FW driver and start the realtime thread only if clients are actually realtime, that is have setup any of the RT callback. 17 years ago
  sletz 01d4f36af6 Set line ending properties 17 years ago
  sletz a888803871 Fix JackPosixThread::StartImp and JackWinThread::StartImp. 17 years ago
  sletz a65b5e881f Fix JackClient::Close : notification channel is stopped first to avoid receiving notifications while closing and Close is again a synchronous call. 17 years ago
  sletz 931148f75e Better handling of init and run state in JackThread. 17 years ago
  sletz 12d9013c4d Start of version 0.72 17 years ago
  sletz 94f91b8a6c New SetBlocking method for JackSocket. 17 years ago
  sletz e4b2d61ab9 Cleanup 17 years ago
  marcochapeau dafaad6338 * Remove some executable bits on the Readme file and a few source files 17 years ago
  sletz e180fe6d6e Add RTTI setting 17 years ago
  sletz d2f7053ecc Nedko Arnaudov log patch(2). 17 years ago
  sletz ecb8da58c7 Beautifull code 17 years ago
  sletz 2d3fa0018a Fix JackSocketClientChannel::ClientClose: async call from the client and server does not need to write any reply(2). 17 years ago
  sletz 878d93a913 Windows version 17 years ago
  sletz 2d3fc39a9a Start of 0.71 version 17 years ago
  sletz 254f765c4f Update date 17 years ago
  sletz d9f9922ac6 Cleanup 17 years ago
  sletz dc3b357245 WindowsWindows compilation 17 years ago
  sletz af6c5b5836 Move transport related methods from JackEngine to JackServer. 17 years ago
  sletz 82bdd90277 Remove checking thread in CoreAudio driver, better device state change recovery strategy: the driver is stopped and restarted. jack_thread_wait implementation. Add jack_thread_wait client example. 17 years ago
  sletz bbefd8f44e Cleanup 17 years ago
  sletz e2f724d808 Include cleanup 17 years ago
  sletz d50d13a426 Windows implementation 17 years ago
  sletz 4d17ae65e8 Changes driver parameter types 17 years ago
  sletz 9b7831ba1e Changes dates 17 years ago
  sletz 2383feabcf Version 0.70 started 17 years ago
  sletz c4d853784b On OSX, use CFNotificationCenterPostNotificationWithOptions with kCFNotificationDeliverImmediately | kCFNotificationPostToAllSessions for server ==> JackRouter plugin notification. 17 years ago
  sletz c7d1f89d69 Use of JackWinSemaphore instead of JackWinEvent for inter-process synchronization. 17 years ago