136 Commits (ec40ef2906ca2d06ec4aff03073a7de35cb15c84)

Author SHA1 Message Date
  sletz e4dd72272f Compiles again on Linux with ALSA. 13 years ago
  sletz aabbb62282 Correct export settings(2). 13 years ago
  sletz 607672bbc5 Correct JackNetUnixSocket::NewSocket. 13 years ago
  sletz 8506a1f5b7 Use SO_REUSEPORT instead of SO_REUSEADDR. 13 years ago
  sletz 1bdbfae5ee Correct JackSocketClientChannel::Execute. 13 years ago
  sletz 496146f6b5 More robust dynamic port management in JACK/CoreMidi bridge. 13 years ago
  sletz b70bef511b Cleanup code using snprintf(2). 13 years ago
  sletz f58e9abb51 John Emmas Cygwin cleanup patch. 13 years ago
  sletz b63069e02c John Emmas second auto-launch server on Windows patch. 13 years ago
  Stephane Letz 734e450924 NetJack2 code cleanup. 13 years ago
  sletz 1e00bb3448 John Emmas POST_PACKED_STRUCTURE patch. 13 years ago
  sletz 389a9a572d Correct Start/Stop for Control API. 13 years ago
  sletz 192575d038 Correct JackBasePosixMutex::Trylock. 13 years ago
  sletz b95030db10 More robust code in synchronization primitives and in JackMessageBuffer. 13 years ago
  Nedko Arnaudov d9064f5866 Implement session api for internal clients 13 years ago
  Nedko Arnaudov 1e962ef079 Move session command reply array creation to JackSessionNotifyResult 13 years ago
  Stephane Letz 5ebeb196af More relax JackEngine::NotifyAddClient. 14 years ago
  Stephane Letz f62f984b97 Possible fix for http://trac.jackaudio.org/ticket/193. 14 years ago
  Stephane Letz 299bc1bfe9 Cleanup. 14 years ago
  Stephane Letz 248d1f16e6 Session API for internal clients in progress. 14 years ago
  sletz 620e0b84d6 A bit more explicit debug messages. 14 years ago
  sletz c83577f82c EXPORT macro renamed to LIB_EXPORT. 14 years ago
  sletz 4a182fbd48 Cleanup. 14 years ago
  sletz b9ae7166f3 Fix in netjack code. 14 years ago
  sletz ecb84b5f9f rebase from trunk 4238:4306 14 years ago
  sletz 47cc588e41 Cleanup. 14 years ago
  sletz fdcb49c063 Correction in jackdmp.cpp: notify_server_stop should be done after server destruction. 14 years ago
  sletz a49f53c5bf More messages in verbose mode. 14 years ago
  sletz 7254ce1ebc rebase from trunk 4180:4238 14 years ago
  sletz f2a40116fd Remove warning. 14 years ago
  sletz e27f815216 Rework internal slave driver management, JackServerGlobals now handle same parameters as jackdmp. 14 years ago
  sletz a7e8377441 rebase from trunk 4083:4180 14 years ago
  sletz b1cbecba6b JackEngine::ComputeTotalLatencies in progress. 14 years ago
  sletz 2511bd8af2 Call buffer size callback in activate (actually this is done on client side in the RT thread Init method). 14 years ago
  sletz 5845be1374 jack_client_has_session_callback implementation. 14 years ago
  sletz 325244437d Compilation on Linux. 14 years ago
  sletz 97c3a441f5 Use of latency range in all backends. ComputeTotalLatencies now a client/server call. 14 years ago
  sletz 48b51efd9d Synchronize jack.h with JACK1, use jack_native_thread_t type in POSIX and OSX thread implementation. 14 years ago
  sletz 92c5da66da Revert r4119 (RT notification in the server). JackAudioDriver::ProcessSync now skip backend write in case of graph process failure. Fix incorrect error codes in alsa/usx2y.c and alsa/JackAlsaDriver.cpp. 14 years ago
  sletz 4f249a336f Remove JackPortIsActive flag. 14 years ago
  sletz 5af8cff85a Valerio Pilo second CAS for ARMv7 patch. 14 years ago
  sletz 4828d0c835 rebase from trunk 4041:4083 14 years ago
  sletz f60680dd40 Backends cleanup. 14 years ago
  Torben Hohn 97d36e3476 fix copy paste errors in protocoll handling 14 years ago
  Torben Hohn 5cd7b4dedf add uuid parameter to ClientCheck method. 14 years ago
  sletz 7a2863cf55 rebase from trunk 4004:4041 14 years ago
  Stéphane LETZ 71d040c011 Fix for SIGPIPE on OSX. 14 years ago
  sletz ceb1ebdb73 Fix JackPosixSemaphore::TimedWait : same behavior as JackPosixSemaphore::Wait regarding EINTR. 15 years ago
  sletz 6b6e355d42 Correct JackPosixSemaphore::Disconnect. 15 years ago
  Stéphane LETZ 9bf10e24ab Correct InternalClientLoad. 15 years ago