1347 Commits (d904746b42411382280ade9f0e10b5c089c6cb15)

Author SHA1 Message Date
  sletz ccf2041c51 Remove call to exit in library code. 15 years ago
  sletz c811596499 Fix some file header to have library side code use LGPL. 15 years ago
  sletz 85a525d60b Fix errors found by cppcheck. 15 years ago
  sletz 8b069b9378 Raise JACK_DRIVER_PARAM_STRING_MAX and JACK_PARAM_STRING_MAX to 127 otherwise some audio drivers cannot be loaded on OSX. 15 years ago
  sletz 8cb64e5c84 Revert wrong 3944 partial commit. 15 years ago
  sletz b36b9b8a62 Restore full JackWeakAPI.cpp. 15 years ago
  sletz 3c520cffd8 Change error return code for functions that return a pointer. 15 years ago
  sletz f2f4112666 Hack JackWeakAPI.cpp for Windows (not tested.) 15 years ago
  sletz 13bfdb36d7 Raise JACK_PROTOCOL_VERSION number. 15 years ago
  sletz e1fb1ca7d2 Correct JackGraphManager::DeactivatePort. 15 years ago
  sletz fba3fb7d14 Correct Xcode project for netjack2 components. 15 years ago
  sletz e8bac9cc34 Version 1.9.6 started. 15 years ago
  sletz f692790318 Correct jack_test. 15 years ago
  sletz 205b3ad0d9 Update jackRouter. 15 years ago
  sletz 107ffadab9 Improvements from Gabriel M. Beddingfield (HTML file output for profiling) + couple of fixes. 15 years ago
  sletz dc5d01e63c Profiling engine : generate script and html file. 15 years ago
  sletz 12c67a271d Change JackEngineProfiling and JackAudioAdapterInterface gnuplot scripts to output SVG instead of PDF. 15 years ago
  sletz 246becdeb2 More weak stuff in public headers. 15 years ago
  sletz 6f9ee03099 weakjack.h stuff backported from jack1. 15 years ago
  sletz d3c1703a8c Compiles on OSX. 15 years ago
  sletz 910fd826cb Compiles in Windows again. 15 years ago
  unknown efd8eefc7b use big socketbuffers on win32 15 years ago
  unknown 7059609392 socklen_t fix 15 years ago
  Torben Hohn 7ceef48f5e [netone] switch to old deadline algo again. 15 years ago
  Torben Hohn 724237589b remove HAVE_CELT 1 define and include config.h 15 years ago
  sletz f7cb14ec45 Fix for ticket #154. 15 years ago
  sletz 85ae7ba5cb Fix for ticket #152. 15 years ago
  sletz 19ffdb6f5a Windows JackRouter sources and project added. 15 years ago
  sletz 400a51c515 Compiles on Windows again. 15 years ago
  sletz 6ec1cee8b1 Shared memory manager was calling abort in case of fatal error, now return an error in caller. 15 years ago
  Stéphane LETZ 6cb124d772 More cleanup in JackLockedEngine and JackEngine. 15 years ago
  Stéphane LETZ 49cac8025b Release JackEngine mutex before sending notifications. 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
  Stéphane LETZ 5cebf485b0 Still call callback in register/unregister if client is active, add test code. 15 years ago
  Stéphane LETZ 6bdea825b7 In JackEngine::ClientActivate and JackEngine::ClientDeactivate, change port state, then issue notifictions. 15 years ago
  Stéphane LETZ 04206f10d1 Implement new JackPortIsActive flag for ports, ports have this status between client "activate" and "deactivate". 15 years ago
  Nedko Arnaudov c08931ef2c notify about port registration when they are connectable 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