1348 Commits (27ea8647fa6a1d399c4620278bdece6c20caec2c)
 

Author SHA1 Message Date
  Torben Hohn c96d49d21e remove uuid field from ports again, and add jack_get_client_name_by_uuid() 16 years ago
  Torben Hohn 5af6bef0bf remove some debug printf 16 years ago
  Torben Hohn 4efe857267 increase name field to PORT_NAME_SIZE 16 years ago
  Torben Hohn 96d44837b4 from session_notify 16 years ago
  Torben Hohn bd9b4b3833 first port_connect output. 16 years ago
  Torben Hohn ec450d3ec7 make sure uuid is set at save. 16 years ago
  Torben Hohn ef45663076 huh... servername option wasnt set. 16 years ago
  Torben Hohn 40f06be9fd add JackSessionUUID to jack_client_open 16 years ago
  Torben Hohn 0cd91348c6 return of the startup strings. 16 years ago
  Torben Hohn 4843e3fb89 weirdness bug... fix.... this really sucks. 16 years ago
  Torben Hohn 5a4e40db2c fix some stuff.... 16 years ago
  Torben Hohn 9bf9de1bc4 add \n to session ptinfs.. in simple client 16 years ago
  Torben Hohn 0ce4d045d3 allow NULL path parameter. 16 years ago
  Torben Hohn ecdbe0a5d5 add examples... 16 years ago
  Torben Hohn 78cbb6d5c2 initial commit of session notification infrastructure 16 years ago
  paul 55cdb380a4 remove unused "a" from option string passed to getopt_long() (a leftover from the old "asio" mode) 16 years ago
  paul b8b74358d1 move copyright message to be the first thing printed (except in the -V case); fix dangerous code in physmem determining code; change output if memory locking is unlimited; return 0 if -V is used 16 years ago
  paul c0a3a7bf7e check for alsa-lib 1.0.18, now required 16 years ago
  paul d7c2dff7c6 switch -L to -r for --no-realtime, drop single char flag for --replace-registry, tweak help message to name net backend correctly 16 years ago
  paul 3695b9deae changes to make distcheck work correctly on linux & OS X 16 years ago
  paul f5415c352c fix potential crash/memory corruption if client exits before jack_client_open() returns 16 years ago
  torben 2399e8c181 world domination for alsa_io 16 years ago
  paul 169baed1bb use weak linkage for API functions added after 0.116.2 16 years ago
  torben 49de812042 remove AM_MAINTAINER_MODE from configure.ac ... 16 years ago
  paul e1de47e893 update man page for jackd to show -R/-L; remove reference to jackstart; other minor tweaks 16 years ago
  torben 0b0e68f669 add -dnet params to jackd.1.in 16 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 16 years ago
  torben 7246fa61e6 cleanups and removal of \n from jack_error calls mainly 16 years ago
  torben d831cb1286 remove stuff breaking make dist 16 years ago
  torben e51acbe00d this seems to be unnecesary. las... check on osx please. 16 years ago
  torben 7a34991749 remove occurences of alloca and remove some unused vars. 16 years ago
  torben 932938aef6 remove time_smoother... was just an experiment for alsa_io 16 years ago
  torben 82165f5210 Add man page for jack_netsource 16 years ago
  torben c9e9255db5 call netjack_release during driver destruction 16 years ago
  torben 09a3ffede5 change client name to "netjack" 16 years ago
  torben 1a8c92cfa3 remove still here message 16 years ago
  torben 75f17f17c7 [netsource] free packet cache after jack_client_close 16 years ago
  torben b85a6210c4 change help text to celt kbits 16 years ago
  torben fd37c06bdb joerns commandline parameter sanity patch 16 years ago
  torben ad8c23db90 massage celt value, so it represents bandwidth in kbits 16 years ago
  torben 8c0ae4b0ca check samplerate in autoconfig packet. 16 years ago
  torben 6c9606e22c check sanity of autoconfig packet values. 16 years ago
  torben c54b6ffd68 make jitter val configurable... the connectscript will use this soon. 16 years ago
  torben 7b3a7901d2 cleanup... 16 years ago
  torben 5901db02bd add segterm handler to netsource for clean exit. 16 years ago
  paul a89f884391 test malloc return value in jack_get_ports() 16 years ago
  paul f71f50d4f2 correct callback prototype for info shutdown 16 years ago
  torben a60448b0a3 meh... inverse retval... 16 years ago
  torben 542dcd63e0 upss... need to evaluate netjack_poll return value 16 years ago
  torben 05892a251e remove unnecessary messing with signals from netjack_poll_deadline 16 years ago