summaryrefslogtreecommitdiff
path: root/jackd
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #43 from devnexen/masterPaul Davis2016-09-145-4/+47
|\
| * OpenBSD compilable :David Carlier2016-05-155-4/+47
* | Removes use of gloabl jack_tmpdir.Uladox2016-08-142-4/+11
|/
* Revert "use topological sort for client ordering (fons adriaensen)"Paul Davis2016-03-022-485/+477
* use topological sort for client ordering (fons adriaensen)Paul Davis2016-02-232-477/+485
* uncrustification of jack source codePaul Davis2016-02-2311-2771/+2747
* jackd/engine.c: Add two missing `va_end (ap)`Erik de Castro Lopo2016-02-171-0/+2
* jackd/engine.c: Whitespace onlyErik de Castro Lopo2016-02-171-570/+561
* Autotool fixesErik de Castro Lopo2016-02-161-12/+5
* Revert "Set driver port order metadata".Paul Davis2016-02-111-11/+0
* Merge pull request #29 from ventosus/fix_garbage_keys_in_JackPropertyChangeCa...Paul Davis2016-02-111-0/+2
|\
| * fix garbage keys in JackPropertyChangeCallback.Hanspeter Portner2015-11-251-0/+2
* | Set driver port order metadataDavid Robillard2016-02-111-0/+11
* | Fix for -Wformat-securityfalkTX2016-02-111-2/+2
* | correct getopt() optstring (copy&paste error)Dominic Sacré2016-02-111-1/+1
|/
* add support for port rename callback.Paul Davis2015-07-021-0/+48
* remove attempted list of options and tell user to see documentationPaul Davis2015-07-021-18/+2
* fix segfault caused by incorrect jack_error() format stringDominic Sacré2015-01-161-1/+1
* Patch from Fons Adriaensen to improve validity/usability of jack_frame_time()0.124Paul Davis2014-07-081-92/+81
* remove inclusion of <uuid/uuid.h> since it is not actually used any morePaul Davis2014-05-271-1/+0
* tweak jackd man page to reflect removal of -c c optionPaul Davis2014-03-141-2/+4
* 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
* Initialize private_client to prevent segfault on unload if client fails to in...Peter Nelson2014-03-051-0/+1
* set latency callback cbset field to FALSE, fix segfault on (at least) ARMPaul Davis2014-01-271-0/+1
* change -I client-spec syntax and adjust -A syntax similarly; update jackd man...0.124.0Paul Davis2014-01-222-61/+136
* add -A option to provide syntactic sugar for interfacing with additional ALSA...Paul Davis2014-01-211-12/+64
* correct jackd manpage description of -X seq ALSA MIDI option and add -X slave...Paul Davis2014-01-211-8/+15
* update jackd man page description of -M and default MIDI buffer sizePaul Davis2013-12-151-2/+2
* update jackd man page description of -M and default MIDI buffer sizePaul Davis2013-12-151-3/+2
* change UUID implementation to use integers and serial counters; remove -L opt...Paul Davis2013-11-302-33/+32
* fix error in handling of -T (temporary server) caused by cast to wrong type w...Paul Davis2013-11-271-2/+6
* fix arguably incorrect marking of client with errors after process cycle fail...Paul Davis2013-10-232-5/+11
* if started as a temporary server, count only external clients when deciding w...Paul Davis2013-10-121-19/+30
* 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
* extra debugging/info for slave driversPaul Davis2013-10-111-2/+8
* update jackd man page for -I optionPaul Davis2013-10-091-2/+33
* support more complex argument style to -I to permit client names and argumentsPaul Davis2013-10-091-17/+99
* fix up issues with (a) delivery of buffer size changes to internal clients (b...Paul Davis2013-10-092-8/+11
* do not attempt to unload anything except an internal clientPaul Davis2013-10-061-2/+6
* enforce requirement for exact name use when loading an internal clientPaul Davis2013-10-061-1/+1
* allow jack_get_uuid_for_client_name() to function for "system" as a client namePaul Davis2013-10-051-0/+10
* wrap UUID generationPaul Davis2013-10-032-2/+2
* moved alsa midi internal client into toolsPaul Davis2013-10-031-0/+4
* use -I rather than -L to load internal clients from the command line, to be c...Paul Davis2013-10-031-3/+3
* if an absolute path is given for an internal client load name, use it by just...Paul Davis2013-10-031-2/+11
* add -L option to command line to allow loading internal clients (e.g. upcomin...Paul Davis2013-10-021-3/+31
* add code to remove metadata for ports and clients when ports and clients are ...Paul Davis2013-10-024-32/+61