1163 Commits (6ec1cee8b1c6a3fa00db534dd63b464c31f61f30)

Author SHA1 Message Date
  sletz 6ec1cee8b1 Shared memory manager was calling abort in case of fatal error, now return an error in caller. 15 years ago
  sletz f1ccdba05a Correct documentation in jack.h 15 years ago
  sletz a4604f7c78 Use a QUIT notification to properly quit the server channel, the server channel thread can then be 'stopped' instead of 'canceled' 15 years ago
  sletz c48af77405 Correct rename callback in tests. 15 years ago
  sletz 9ea37c6c9f When threads are cancelled, the exception has to be rethrown. 15 years ago
  sletz 34b02980eb Correct possible backend list for Linux. 15 years ago
  sletz 57a2bd59b7 Check dynamic port-max value. 15 years ago
  sletz c02981ed9d Ensure that client-side message buffer thread calls thread_init callback if/when it is set by the client (backport of JACK1 rev 3838). 15 years ago
  sletz 74b7dd42de Devin Anderson jackmp-fix-ffado-midi-2.diff patch. 15 years ago
  sletz 9c7857b977 Special code in JackCoreAudio driver to handle completely buggy Digidesign CoreAudio user-land driver. 15 years ago
  sletz f1631119f2 Fix port_rename callback : now both old name and new name are given as parameters. 15 years ago
  sletz efe1ddd3e5 New MIDI driver related files added in OSX and Windows projects. 15 years ago
  sletz 23a88af253 Devin Anderson patch for Jack FFADO driver issues with lost MIDI bytes between periods (and more). 15 years ago
  sletz 7453e5b018 Dynamic choice of maximum port number. 15 years ago
  sletz dab4e3446e Peter L Jones patch for NetJack1 compilation on Windows. 15 years ago
  sletz 7903f675ee Hopefully fix compilation issue introduced in r3823. 15 years ago
  sletz bed09539b7 Use C++ isostream in JackEngineProfiling class. 15 years ago
  sletz c303556637 Client debugging code improved. 15 years ago
  sletz fa24bd3e74 Version 1.9.5 started. 15 years ago
  nedko 0a74b49026 remove unused 'a' option; matches jack1 commit r3815 15 years ago
  nedko d5ac85545e remove duplicate 'L:' in getopt string 15 years ago
  nedko c9bbc68a8d avoid duplication of common stuff in getopt options strings 15 years ago
  sletz bcb09a4d9c Compiles on Windows again. 15 years ago
  sletz 2cbaece993 Sync with JACK1 : -r parameter now used for no-realtime, realtime (-R) is now default, usable backend given vie platform. 15 years ago
  sletz 9e263b52ac Lock/Unlock shared memory segments (to test...). 15 years ago
  sletz 136672723a Simplify server temporary mode : now use a JackTemporaryException. 15 years ago
  sletz 13f0a7d5fe Memory allocation error checking in server for RPC. 15 years ago
  sletz 4767819683 JackWeakAPI now working. 15 years ago
  sletz b4451128a0 Memory allocation error checking for jack_client_new and jack_client_open. 15 years ago
  sletz eb85ac5668 Fix ringbuffer.c again. 15 years ago
  sletz 5914cf5115 Better memory allocation error checking in ringbuffer.c, weak import improvements. 15 years ago
  Torben Hohn 09c53ca95b sync jack1 netjack back to netone 15 years ago
  sletz fcda3c222a Add jack_on_info_shutdown in JackWeakAPI.cpp. 15 years ago
  sletz ea9de08398 Better memory allocation error checking on client (library) side. 15 years ago
  sletz 7a39e868e7 Sync jack.h with jack1 one. 15 years ago
  sletz ebfcf66781 Correct JackCoreAudio driver when empty strings are given as -C, -P or -d parameter. 15 years ago
  sletz 92c8fa6dee Sync info shutdown callback code with jack1 one. 15 years ago
  sletz 0bf1580f03 Correct JackInfoShutdownCallback prototype, two new JackClientProcessFailure and JackClientZombie JackStatus code. 15 years ago
  Torben Hohn 37a5ad9392 [netone] fix deadline goodness unsigned compare 15 years ago
  Stephane Letz 854f650da0 Move exception handling in libjackserver, solve the exeption issue in JackNetOneDriver. 15 years ago
  sletz a3478c6e40 Correct JackGraphManager::GetBuffer for the "client loop with one connection" case : buffer must be copied. 15 years ago
  Torben Hohn 05049c26cf [netone] send packets from listenport in slave 15 years ago
  sletz a5c27894e5 Fix AcquireRealTime and DropRealTime: now distinguish when called from another thread (AcquireRealTime/DropRealTime) and from the thread itself (AcquireSelfRealTime/DropSelfRealTime). 15 years ago
  Torben Hohn 5a512dbd8c improve xrun reporting in netone 15 years ago
  Torben Hohn d53466448b cosmetics and faster stopping of driver. 15 years ago
  Torben Hohn 888988823d add some logic to cope with slow startup times. 15 years ago
  Torben Hohn 00cfb9b604 fix packet_cache_get_next_available_framecnt reporting old packets 15 years ago
  Torben Hohn e21b452a46 report xruns on slave 15 years ago
  Torben Hohn 687651433d check the deadline offset. dont let it get too small. 15 years ago
  sletz e06b070fbd Correct freewheel code on client side. 15 years ago