926 Commits (4635ca32c84d15758cd26f1f59bb0c0ac2b262c7)

Author SHA1 Message Date
  sletz 4635ca32c8 Remove uneeded sync_mode parameter in JackNetAdapter. 16 years ago
  sletz 38a671d5ac Check MASTER <<==> SLAVE network protocol coherency. 16 years ago
  sletz 8bc654e513 Setup thread RT parameters for OSX in JackNetAdapter. 16 years ago
  sletz 3d08431fe9 Support for BIG_ENDIAN machines in NetJack2 for MIDI ports. 16 years ago
  sletz ad0ca0971e Support for -h option in internal clients to print the parameters. 16 years ago
  sletz 051d820e7d JackNetTools small cleanup. 16 years ago
  sletz 8a7739e0d6 Support for BIG_ENDIAN machines in NetJack2. 16 years ago
  sletz 0a45edf013 Update XCode project for Universal Binary compilation of netjack components. 16 years ago
  sletz 84892ca209 Correct JackNetUnixSocket::GetError. 16 years ago
  sletz 3db1dbe949 Code cleanup. 16 years ago
  sletz 4e2ed9ed68 Better recovery of network overload situations, now resynchronize by skipping cycles. 16 years ago
  sletz 84069e8657 Raise MAX_LATENCY and improve debug messages. 16 years ago
  sletz 4b76903bc9 Use jack_log instead of jack_info in JackNetMasterInterface::SyncRecv. 16 years ago
  sletz 2ffa6a0436 More info in JackNetMasterInterface::SyncRecv. 16 years ago
  sletz 28ea518c15 Set default mode to 'slow' in JackNetAdapter (2). 16 years ago
  sletz cff54b1d7b Set default mode to 'slow' in JackNetDriver and JackNetAdapter. 16 years ago
  sletz 96376a0f80 Simplify audio packet order verification. 16 years ago
  sletz b3abd3f4e1 Fix JackNetInterface::SetNetBufferSize for socket buffer size computation and JackNetMasterInterface::DataRecv if synch packet is received, various cleanup. 16 years ago
  sletz b2d7940247 Correct timing measurement error done in ALSA driver (r3253) 16 years ago
  sletz 87aedbef2a More comments in JackNetDriver.cpp. 16 years ago
  sletz 92f8656142 JackMessageBuffer was using thread Stop scheme in destructor, now use the safer thread Kill way. 16 years ago
  sletz 32a83a3df7 Cleanup server starting code for clients directly linked with libjackserver.so. 16 years ago
  sletz e3ea4bb8ae Fix error in JackPortConnectCallback documentation. 16 years ago
  sletz 90f58d65c5 Use up to BUFFER_SIZE_MAX frames in midi ports, fix for ticket #117. 16 years ago
  sletz bb7b377860 Implement jack_client_real_time_priority and jack_client_max_real_time_priority API. 16 years ago
  sletz c2a484cdc9 Synchronize jack2 public headers with jack1 ones. 16 years ago
  sletz 5979b04474 Make --monitor flag work again. 16 years ago
  sletz 604fd21827 Use JACK_DRIVER_DIR variable in internal clients loader. 16 years ago
  nedko a43ebeb19c Fix #110 (--libdir option for ./waf configure) 16 years ago
  nedko 9f2f298da7 Fix warning: no newline at end of file 16 years ago
  sletz 171a3c4a0d Client and library global context cleanup in case of incorrect shutdown handling (that is applications not correctly closing client after server has shutdown). 16 years ago
  sletz 7f5f7dec44 Report ringbuffer.c fixes from jack1. Fix for ticket #102. 16 years ago
  sletz ac45532d64 Use open/close mutex for jack_client_new API. 16 years ago
  sletz 88c195d43a Correct wscript for jack_disconnect installation, various renaming. 16 years ago
  sletz 196afce586 Code cleanup. 16 years ago
  sletz a7fd397819 Better isolation of server and clients system resources to allow starting the server in several user account at the same time. 16 years ago
  sletz 57f9eab9fc Filter SIGPIPE to avoid having client get a SIGPIPE when trying to access a died server. 16 years ago
  sletz c29ab689bf Libjack shutdown handler does not deactivate (fActive = false) the client anymore, so that jack_deactivate correctly does the job later on. 16 years ago
  sletz 82fb19ae07 Fix symbols export in ringbuffer.c. 16 years ago
  sletz db43ba2ef4 Version 1.9.1 started. 16 years ago
  nedko 3383f36952 Import waf.diff patch sent Stephane Letz 16 years ago
  sletz 476a2b2111 Fix jackctl_server_unload_internal. 16 years ago
  sletz 7179398778 Correct JackClient::ShutDown. 16 years ago
  sletz f6c2f38b5e Fix Midi port initialization in JackNetDriver. 16 years ago
  moret f4065881b3 Change jack/systemdeps.h include file (windows part) : recent MSVC compiler don't need vsnprintf() to be redefined anymore. 16 years ago
  sletz 626570de96 Add missing methods in JackInternalClientChannel.h 16 years ago
  sletz b50078f968 Tim Blechmann optimization patch. 16 years ago
  sletz 86d4357b09 Fix a crash in JackEngine::Close when backend cannot be loaded. 16 years ago
  nedko ff903a0b54 Fix jackctl_parameter_reset() 16 years ago
  moret b3f15f9cb5 Correct strange stl behaviour at runtime on windows - correct 'undefined reference' for alsaadapter - rebuild jackrouter.dll from a new libjack.lib 16 years ago