422 Commits (master)

Author SHA1 Message Date
  Filipe Coelho 97957bb88f
autoconf generator in CI (#116) 4 years ago
  Adrian Knoth 8799147e66 Use #if for HAVE_CLOCK_GETTIME everywhere 9 years ago
  Uladox 04a18e8914 Removes use of gloabl jack_tmpdir. 9 years ago
  David Carlier af6aa1c03b OpenBSD compilable : 9 years ago
  Paul Davis ea78c7e06e Revert "use topological sort for client ordering (fons adriaensen)" 10 years ago
  Paul Davis 423931219d use topological sort for client ordering (fons adriaensen) 10 years ago
  Paul Davis c758cdf4f6 uncrustification of jack source code 10 years ago
  Erik de Castro Lopo 79edeec9bf jackd/engine.c: Add two missing `va_end (ap)` 10 years ago
  Erik de Castro Lopo 10523b6208 jackd/engine.c: Whitespace only 10 years ago
  Erik de Castro Lopo 22ff0a5176 Autotool fixes 10 years ago
  Paul Davis 7ae3b2be3c Revert "Set driver port order metadata". 10 years ago
  David Robillard 439e47da1a Set driver port order metadata 10 years ago
  falkTX d5ffe0820c Fix for -Wformat-security 10 years ago
  Dominic Sacré f2409b1f1c correct getopt() optstring (copy&paste error) 10 years ago
  Hanspeter Portner 6a629716f0 fix garbage keys in JackPropertyChangeCallback. 10 years ago
  Paul Davis 0ac9ef7c81 add support for port rename callback. 10 years ago
  Paul Davis 601e3fe33c remove attempted list of options and tell user to see documentation 10 years ago
  Dominic Sacré 4f0fe014fb fix segfault caused by incorrect jack_error() format string 11 years ago
  Dominic Sacré 3befc4ff61 fix segfault caused by incorrect jack_error() format string 11 years ago
  Paul Davis efd4794001 Patch from Fons Adriaensen to improve validity/usability of jack_frame_time() 11 years ago
  Paul Davis be88fce800 remove inclusion of <uuid/uuid.h> since it is not actually used any more 11 years ago
  Paul Davis 84b8b722e0 tweak jackd man page to reflect removal of -c c option 12 years ago
  Adrian Knoth d302164304 Don't check for CPU scaling anymore 12 years ago
  Adrian Knoth 64278cc597 Remove cycles from the list of allowed clock sources 12 years ago
  Adrian Knoth 74f70c2006 Make -c c an alias for -c s 12 years ago
  Peter Nelson 87a8ffd7ef Initialize private_client to prevent segfault on unload if client fails to initialize. 12 years ago
  Paul Davis 86d01de66e set latency callback cbset field to FALSE, fix segfault on (at least) ARM 12 years ago
  Paul Davis b4066eca13 change -I client-spec syntax and adjust -A syntax similarly; update jackd man page 12 years ago
  Paul Davis 40b01cc369 add -A option to provide syntactic sugar for interfacing with additional ALSA devices (independent of the actual backend) using the new ZITA based internal clients. 12 years ago
  Paul Davis bc82bb4ad8 correct jackd manpage description of -X seq ALSA MIDI option and add -X slave driver option 12 years ago
  Paul Davis f25c2bff37 update jackd man page description of -M and default MIDI buffer size 12 years ago
  Paul Davis 04df09b6f4 update jackd man page description of -M and default MIDI buffer size 12 years ago
  Paul Davis 5e7ff0d687 change UUID implementation to use integers and serial counters; remove -L option from jack_lsp because "total latency" is deprecated 12 years ago
  Paul Davis 91c57cb06c fix error in handling of -T (temporary server) caused by cast to wrong type when checking client list (also added extra debugging/VERBOSE statements) 12 years ago
  Paul Davis 829c189d82 fix arguably incorrect marking of client with errors after process cycle fails to return to server 12 years ago
  Paul Davis 5b169c1050 if started as a temporary server, count only external clients when deciding whether to keep running 12 years ago
  Paul Davis 16193a3952 oh, the varieties of the *nix command line 12 years ago
  Paul Davis 8f2ad9facc add hackish command line parsing so that old use of -X seq (e.g. by qjackctl) has the desired effect 12 years ago
  Paul Davis 71719fcebe extra debugging/info for slave drivers 12 years ago
  Paul Davis a6fc200ac0 update jackd man page for -I option 12 years ago
  Paul Davis 7cb56b9eb3 support more complex argument style to -I to permit client names and arguments 12 years ago
  Paul Davis 5ac4116188 fix up issues with (a) delivery of buffer size changes to internal clients (b) incorrect memset() of an event in latency handling 12 years ago
  Paul Davis efe4ddca32 do not attempt to unload anything except an internal client 12 years ago
  Paul Davis fd35b8dfe5 enforce requirement for exact name use when loading an internal client 12 years ago
  Paul Davis f8b9da51d9 allow jack_get_uuid_for_client_name() to function for "system" as a client name 12 years ago
  Paul Davis a1aeb6d7d2 wrap UUID generation 12 years ago
  Paul Davis 808a482534 moved alsa midi internal client into tools 12 years ago
  Paul Davis 5f28bf5450 use -I rather than -L to load internal clients from the command line, to be consistent with jack2 12 years ago
  Paul Davis 753cfe0207 if an absolute path is given for an internal client load name, use it by just appending ".so" 12 years ago
  Paul Davis a6f8f337b4 add -L option to command line to allow loading internal clients (e.g. upcoming ALSA MIDI intclient) 12 years ago