2052 Commits (netjack_squashed_interface_selection_plus_ipv6)

Author SHA1 Message Date
  sletz 53930e099e Typo. 16 years ago
  sletz 3dfd7c681e Correct TransportDataHToN and TransportDataNToH. 16 years ago
  sletz fca7791b0e Tim Bechmann SSE 4.1 memops.c optimization patch. 16 years ago
  sletz edbf64a7b4 Simplify transport in NetJack2: master only can control transport. 16 years ago
  sletz f798af6168 Fix issues in JackNetDriver::DecodeTransportData and JackNetDriver::Initialize. 16 years ago
  sletz d4f271aabd Correct CPU timing in JackNetDriver, now take cycle begin time after Read. 16 years ago
  sletz f2c56d5907 Typo fix in JackNetManager. 16 years ago
  sletz 5d29fcff36 rebase from trunk 3613:3638 16 years ago
  sletz 00e07fd3ba Big endian bug fix in memops.c (http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;filename=11_be24bit.patch;att=1;bug=486308) 16 years ago
  sletz 89693a67c0 Correct monitor port naming in JackAudioDriver and JackCoreAudioDriver. 16 years ago
  sletz 4d64f8e232 Correct control.h again. 16 years ago
  sletz fc5ba1689b Fix control.h for proper compilation on Solaris. 16 years ago
  sletz 148764a207 Version 1.9.4 started. 16 years ago
  sletz 187a3aedfa rebase from trunk 3563:3613 16 years ago
  sletz 3f6990c0c0 Cleanup loopback backend. 16 years ago
  sletz e4c2f68f1b Compile loopback backend in Linux and Solaris versions, update OSX project. 16 years ago
  sletz 4fa9498426 Complete JackWeakAPI.cpp 16 years ago
  sletz e3b0f67835 -L paramater for loopback backend activated again in jackd. 16 years ago
  sletz c970e7e0fe JackLoopbackDriver reborn as a dynamicalled loadable separated backend. 16 years ago
  sletz 56f4d13ecb In combined --dbus and --classic compilation ode, use PulseAudio acquire/release code. 16 years ago
  sletz 9fb3dfbfb2 Report some cleanup and documentation improvements done on JACK1 timing functions. 16 years ago
  sletz 9066f85ba0 Rename JackDriver::Init method to JackDriver::Initialize (to avoid confusion with JackThread::Init method). 16 years ago
  sletz 1f357b86f4 Correct jackd.h for doxygen groups definition. 16 years ago
  sletz 1eef95890b Raise drivers time out used in synchronous mode. 16 years ago
  sletz 373c91126b Remove JackLoopbackDriver file from wscript. 16 years ago
  sletz 5bd0d7711f Fix wscripts when --libdir is used. 16 years ago
  sletz 418e268f46 Add compile time option for maximum ports per application. 16 years ago
  sletz 5ef23d06c3 Use __attribute__((__packed__)) again, more fixes for 64/32 mixed mode. Torben Hohn changes for 64/32 mixed mode in wscripts. 16 years ago
  sletz cddaebdad5 Correct documentation generation and readme files. 16 years ago
  sletz 347c6b874b Correct 64/32 mixed compilation again. 16 years ago
  nedko 00a05b846b Remove libjack dependency on libdbus for mixed scenario; fix warning. 16 years ago
  nedko 3aa9b525c3 Move dbus device reservation code to jackdbus 16 years ago
  sletz b9788bfec9 Use __attribute__((__aligned__(32))) instead of __attribute__((__packed__)) for 64/32 mixed mode. 16 years ago
  sletz 407988efc8 Correct 64/32 mixed compilation. 16 years ago
  sletz 22ee2f67e9 Another Tim Bechmann memops.c optimization patch. 16 years ago
  sletz 304060be4a Add missing #endif. 16 years ago
  sletz ea637a5223 Tim Bechmann memops.c optimization patch. 16 years ago
  sletz 84c256f7aa NetJack2 code : better error checkout, method renaming. 16 years ago
  sletz e040bf80ae rebase from trunk 3550:3563 16 years ago
  sletz e8b7a090df Correct JackTransportEngine::MakeAllLocating, sync callback has to be called in this case also. 16 years ago
  sletz 081df1eff1 Move DBus based audio device reservation code in ALSA backend compilation. 16 years ago
  sletz 0ed5750f7c Correct jack_set_error_function, jack_set_info_function and jack_set_thread_creator functions. 16 years ago
  sletz 786e712744 New JackWeakAPI.cpp file. 16 years ago
  nedko d8f4e5d376 When disconnect of all ports is requested, disconnect ports one by one 16 years ago
  nedko 6e1e12b016 JackGraphManager::CheckPorts (with get) -> JackGraphManager::GetTwoPorts 16 years ago
  Torben Hohn c4965054a8 [autoconnect] make it less spammy 16 years ago
  Torben Hohn 25563f4df0 [jackd] fix autoconnect code. 16 years ago
  Torben Hohn f3544f8a0c [jackd] add -a autoconnect option 16 years ago
  Nedko Arnaudov 6253344da6 expose self-connect-mode engine parameter through control api 16 years ago
  nedko 01830b15a4 Untobify Jackdmp.cpp 16 years ago