208 Commits (fe66547ea2f9cbf78f27fc9bc2d66cbaabc01e17)

Author SHA1 Message Date
  Torben Hohn 3e2aa98b1a add client_name to jack_session_command_t client side code. 15 years ago
  Torben Hohn dab3b86abd add jack_rename_client... 15 years ago
  Torben Hohn 9050f6d1ed properly typedef jack_session_command_t 15 years ago
  Torben Hohn 2238980b3b switch uid to string.. in return value from session_notify 15 years ago
  Torben Hohn d101a354b5 make jack_get_client_name_by_uuid bail out if uuid is not a number 15 years ago
  Torben Hohn aca2a12117 set and get cookie... 15 years ago
  paul 13994e640e remove stray "x" char that appeared in a DEBUG() macro call (prevents --enable-debug configure'd builds from working) 15 years ago
  Torben Hohn c96d49d21e remove uuid field from ports again, and add jack_get_client_name_by_uuid() 15 years ago
  Torben Hohn 5af6bef0bf remove some debug printf 15 years ago
  Torben Hohn bd9b4b3833 first port_connect output. 15 years ago
  Torben Hohn ec450d3ec7 make sure uuid is set at save. 15 years ago
  Torben Hohn 40f06be9fd add JackSessionUUID to jack_client_open 15 years ago
  Torben Hohn 0cd91348c6 return of the startup strings. 15 years ago
  Torben Hohn 4843e3fb89 weirdness bug... fix.... this really sucks. 15 years ago
  Torben Hohn 5a4e40db2c fix some stuff.... 15 years ago
  Torben Hohn 78cbb6d5c2 initial commit of session notification infrastructure 15 years ago
  paul 3bcd2ed32e unchecked malloc return cases in libjack fixed; add info on -L option ; different backend lists in usage text for OS X and linux; indent ringbuffer.c appropriately 15 years ago
  paul a89f884391 test malloc return value in jack_get_ports() 15 years ago
  paul f71f50d4f2 correct callback prototype for info shutdown 15 years ago
  paul 0d12d17122 add jack_on_info_shutdown() callback, which provides an code and a string describing why a client thread is being shut down; add jack_free() for compatibility with jack2 15 years ago
  torben 043e5e6fbb apply fixes for message buffer thread destruction (fixes #140) 15 years ago
  torben 7c027115ea Fix alpha compilation error. Debian Bug #508114. 16 years ago
  paul b578ea2f0e fix dynamic SIMD for OS X ; add config.h to netjack driver code ; make a configure.ac comment about our inability to determine an -mFOO argument for gcc on OS X 16 years ago
  paul 4519493411 put back inadvertently removed local variable declaration 16 years ago
  paul c2266d01fb oops, paul should remember to try an OSX build before releasing a tarball; fixed up new 64/32 handling even on OS X 16 years ago
  paul 69039cae1c fix export of pointers into JACK API headers, thus allowing a 64 bit JACK server to support 32 bit clients and vice versa (work done primarily by Torben, with a few cleanups from Paul) 16 years ago
  sletz c17e21ee12 Florian Faber native 32 bits float patch for alsa driver. 17 years ago
  paul 7060774546 make default jack_error() callback use DEBUG if DEBUG_ENABLED is set to correctly order debug/error output; handle "false wakeups" from process/graph poll(2) calls 17 years ago
  paul 35f1cc8dbd make clients call jack_messagebuffer_init() and jack_messagebuffer_exit() 17 years ago
  paul 91c1333742 mark clients Finished after process has been called; remove clients that do not respond to events et al; use poll&read to wait for event responses, not just read; add -r to remove/replace JACK SHM registry at startup 17 years ago
  sletz 13c90cbe87 Fix varargs handling 17 years ago
  sletz a89837bbfc Version 0.109.8 : new thread model 17 years ago
  sletz 934c8385ec Export jack_client_open_aux function 17 years ago
  sletz 1f43771b3b Correct jack_client_open_aux(2) 17 years ago
  sletz dc0df2f1ba Correct jack_client_open_aux 17 years ago
  sletz c37a248974 Version 0.109.7 : server code compiled in libjackserver library, code prepared for jackd/jackdmp switch 17 years ago
  sletz f0bfb84688 Version 0.109.4 : Nedko Arnaudov log patch 17 years ago
  paul 6ca27832cf fix use of popen() to work on systems that reset PATH for popen'ed command (e.g. OS X) 17 years ago
  pieterpalmers 646dd40fba Fix bad behavior when jack clients return a nonzero value in their process callback. (as reported by Rui and Fernando) 17 years ago
  pieterpalmers 5e2c642243 From: Nedko Arnaudov <nedko@arnaudov.name> 17 years ago
  paul a6fbf1c845 fix incorrect invocation of process() caused by pollfd[WAIT_POLL_INDEX].revents containing POLLIN bits 17 years ago
  sonarnerd 04df4321bd - Add support for proper triggering in OSS driver when in full duplex mode 18 years ago
  paul 156b955fb4 fix up port connection notification design; extend evmon client to test it 18 years ago
  paul ee7e785cf0 add port connect callback, add per-port update total latency, fix (?) compiles against alsa-midi on x86_64 and other platforms 18 years ago
  paul 8c6780038d remove all CVS Id lines from source and headers 18 years ago
  paul 4b1e5929f5 add new client registration callback (protocol and library version incremented) 18 years ago
  paul 9121e36367 new thread_wait implementation to better match the specs; add JACK_PROMISCUOUS_SERVER handling (any user can connect to jackd, if umask of starting user was correct) 18 years ago
  paul df3d1b4842 implement fons' jack_thread_wait API along with internal design changes to support both models (callback and wait) with the same code; fix for use of snd_pcm_link (from takashi); change mem alignment to 64 for better SIMD optimization 18 years ago
  paul 3612f9d390 determine jackd "tmpdir" directory at run time by executing jackd -l; fix spelling mistake in configure.ac relating to clock_gettime() 18 years ago
  joq 01510126a9 r5333@lithium: joq | 2006-11-22 13:53:19 -0600 18 years ago