1219 Commits (3e2aa98b1acb87f88fa645b7d5eea5c51e305dff)
 

Author SHA1 Message Date
  Torben Hohn 3e2aa98b1a add client_name to jack_session_command_t client side code. 16 years ago
  Torben Hohn 693493357e make session_notify also reply with client_name 16 years ago
  Torben Hohn 646a4299e2 initial import of sessionsave.py and state.py 16 years ago
  Torben Hohn 501280b922 more functions for libjack.py 16 years ago
  Torben Hohn 892ab0bb53 remove the threading stuff again. wasnt necessary. 16 years ago
  Torben Hohn b2da4f3bab python bindings, with Python jack thread :D unnecessary though 16 years ago
  Torben Hohn ebcefb09ee check whether clientname was already taken. 16 years ago
  Torben Hohn dab3b86abd add jack_rename_client... 16 years ago
  Torben Hohn 02b85334d2 fix missing : in port regexp 16 years ago
  Torben Hohn 53c1b14599 add some docs... 16 years ago
  Torben Hohn 9050f6d1ed properly typedef jack_session_command_t 16 years ago
  Torben Hohn 2238980b3b switch uid to string.. in return value from session_notify 16 years ago
  Torben Hohn 191ba4f0de uhh... dont use same index var in 2 for loops :S 16 years ago
  Torben Hohn c96c0c2823 add "" around port names for jack_connect in session_notify 16 years ago
  Torben Hohn 45d8861da4 oops broke normal jack_connect 16 years ago
  Torben Hohn 4d975e5b70 make simple client return its prefix... 16 years ago
  Torben Hohn 21222c1837 add uuid mapping to jack_session_notify 16 years ago
  Torben Hohn 1db0b88aea add -u (uuid) option to jack_connect 16 years ago
  Torben Hohn d101a354b5 make jack_get_client_name_by_uuid bail out if uuid is not a number 16 years ago
  Torben Hohn aca2a12117 set and get cookie... 16 years ago
  Torben Hohn e59feeea78 fix const in session callback. 16 years ago
  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