summaryrefslogtreecommitdiff
path: root/jackd/jackd.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #43 from devnexen/masterPaul Davis2016-09-141-1/+1
|\
| * OpenBSD compilable :David Carlier2016-05-151-1/+1
* | Removes use of gloabl jack_tmpdir.Uladox2016-08-141-1/+2
|/
* uncrustification of jack source codePaul Davis2016-02-231-331/+339
* correct getopt() optstring (copy&paste error)Dominic Sacré2016-02-111-1/+1
* remove attempted list of options and tell user to see documentationPaul Davis2015-07-021-18/+2
* Don't check for CPU scaling anymoreAdrian Knoth2014-03-141-1/+1
* Remove cycles from the list of allowed clock sourcesAdrian Knoth2014-03-141-1/+1
* Make -c c an alias for -c sAdrian Knoth2014-03-141-1/+6
* change -I client-spec syntax and adjust -A syntax similarly; update jackd man...0.124.0Paul Davis2014-01-221-58/+99
* add -A option to provide syntactic sugar for interfacing with additional ALSA...Paul Davis2014-01-211-12/+64
* oh, the varieties of the *nix command linePaul Davis2013-10-111-0/+3
* add hackish command line parsing so that old use of -X seq (e.g. by qjackctl)...Paul Davis2013-10-111-1/+20
* support more complex argument style to -I to permit client names and argumentsPaul Davis2013-10-091-17/+99
* use -I rather than -L to load internal clients from the command line, to be c...Paul Davis2013-10-031-3/+3
* add -L option to command line to allow loading internal clients (e.g. upcomin...Paul Davis2013-10-021-3/+31
* remove watchdog thread from engine/jackd, since Linux no longer allows SCHED_...Paul Davis2013-09-191-6/+0
* #include changes to reflect separation of public and private headersPaul Davis2012-02-081-7/+8
* [engine] make -C optarg a time, so that it doesnt depend on period_sizetorben2011-05-291-3/+5
* [engine] rename continuous_stream to timeout_count and make threshold configu...torben2011-05-291-1/+8
* [jackd] add support for slave drivers into jackd executabletorben2011-05-291-4/+22
* add no-op support for jack2's -S optionpaul2010-11-151-0/+5
* make MIDI port buffer size variable with -M cmdline argument; reduce size of ...paul2010-01-281-1/+17
* remove unused "a" from option string passed to getopt_long() (a leftover from...paul2009-11-191-1/+1
* move copyright message to be the first thing printed (except in the -V case);...0.118.0paul2009-11-161-6/+6
* switch -L to -r for --no-realtime, drop single char flag for --replace-regist...paul2009-11-141-15/+14
* unchecked malloc return cases in libjack fixed; add info on -L option ; diffe...paul2009-11-121-4/+9
* [jackd] fix sanitycheck setting clocksource to broken.torben2009-03-221-1/+1
* (jack1) make realtime the default; add -L for "long latency" ; don't check fo...paul2009-03-171-9/+17
* fix --no-sanity-checks and make freq-scaling detection non-failpaul2009-03-141-2/+2
* first pass at integrating sanity/system checks into jack1paul2009-03-131-0/+11
* mark clients Finished after process has been called; remove clients that do n...paul2008-05-091-1/+8
* Correct nozombies parametersletz2008-03-131-1/+1
* Version 0.109.9 : Jacob Meuser sun backendsletz2008-03-131-1/+1
* Version 0.109.4 : Nedko Arnaudov log patchsletz2008-03-041-18/+17
* Commit of Aug 26, 2007 patch by Nedko Arnaudov.pieterpalmers2007-12-281-2/+0
* add -Z flag to cancel zombification on timeoutpaul2007-06-071-1/+9
* first pass at implementing port aliases (2 port port, 1 set by jackd) plus st...paul2007-04-271-0/+2
* remove all CVS Id lines from source and headerspaul2007-04-181-1/+0
* determine jackd "tmpdir" directory at run time by executing jackd -l; fix spe...paul2007-02-231-1/+7
* [0.102.17] limit timeout with -R to 5 secjoq2006-06-201-1/+7
* [0.102.14] joq2006-06-061-1/+1
* reworked config headers etc; rework clockfix patch; exit if -R requested but ...pbd2006-05-151-1/+17
* no error if ALSA has no control device, jack_lsp shows port type, jack_server...pbd2006-05-041-3/+4
* * JACK MIDI patch from Ian Estenpbd2006-05-041-45/+55
* [0.101.4] misc minor cleanup:joq2006-04-221-6/+6
* Attempt to let client timeout option work again on realtime mode.rncbc2005-06-151-2/+5
* [0.99.46] several small changesjoq2005-01-161-2/+2
* [0.99.38] more SHM changesjoq2004-12-231-4/+3
* [0.99.23] minor message correctionjoq2004-12-071-1/+1