summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* increase default MIDI port buffer size to 8 times the audio buffer sizePaul Davis2013-12-131-1/+1
* update submodulesPaul Davis2013-11-302-0/+0
* change UUID implementation to use integers and serial counters; remove -L opt...Paul Davis2013-11-309-95/+124
* fix error in handling of -T (temporary server) caused by cast to wrong type w...Paul Davis2013-11-272-3/+7
* 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
* update jack headers submodulePaul Davis2013-10-121-0/+0
* basics for a hypothetical PortRename callbackPaul Davis2013-10-114-2/+11
* 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
* change Freebob and FFADO drivers to use midi_pack.h and midi_unpack.h from al...Paul Davis2013-10-115-5/+197
* update tools submodulePaul Davis2013-10-111-0/+0
* modify configure.ac to reflect new ALSA MIDI driverPaul Davis2013-10-111-2/+1
* extra debugging/info for slave driversPaul Davis2013-10-111-2/+8
* add ALSA MIDI code back as (slave) driverPaul Davis2013-10-1124-330/+3002
* 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
* add Makefile stuff for new internal zita-based ALSA audio adaptersPaul Davis2013-10-092-0/+25
* force zero return for thread ID for non-external clients, since internal/driv...Paul Davis2013-10-091-0/+5
* add const to jack_deliver_event() for no particular reasonPaul Davis2013-10-091-1/+1
* fix up issues with (a) delivery of buffer size changes to internal clients (b...Paul Davis2013-10-092-8/+11
* update tools submodulePaul Davis2013-10-061-0/+0
* do not attempt to unload anything except an internal clientPaul Davis2013-10-061-2/+6
* update tools submodulePaul Davis2013-10-061-0/+0
* enforce requirement for exact name use when loading an internal clientPaul Davis2013-10-061-1/+1
* patch to release shm registry lock from Kristian AmliePaul Davis2013-10-061-2/+7
* update tools submodulePaul Davis2013-10-061-0/+0
* make lack of berkeley DB header file or library fatal during configurePaul Davis2013-10-061-2/+5
* Merge branch 'uuid'Paul Davis2013-10-0640-2708/+1367
|\
| * bump version to 0.124.0uuidPaul Davis2013-10-061-1/+1
| * update jack header submodulePaul Davis2013-10-061-0/+0
| * update tools submodulePaul Davis2013-10-051-0/+0
| * update submodulePaul Davis2013-10-051-0/+0
| * allow jack_get_uuid_for_client_name() to function for "system" as a client namePaul Davis2013-10-051-0/+10
| * update example-clients submodulePaul Davis2013-10-053-0/+0
| * install metadata.h and uuid.h headersPaul Davis2013-10-051-0/+2
| * add definitions of constants for a few (potential) well-known metadata key va...Paul Davis2013-10-051-0/+7
| * update submodulePaul Davis2013-10-041-0/+0
| * add emacs backups *~ to .gitignorePaul Davis2013-10-041-0/+1
| * update submodulePaul Davis2013-10-041-0/+0
| * add checks for berkeley DB code to configure.acPaul Davis2013-10-041-1/+2
| * update submodule example-clientsPaul Davis2013-10-031-0/+0
| * update tools submodule reference commitPaul Davis2013-10-031-0/+0
| * fake rm of tools submodulePaul Davis2013-10-031-0/+0
| * fake rm of tools submodulePaul Davis2013-10-031-0/+0
| * update tools submodulePaul Davis2013-10-0335-8536/+0
| * update submdoulesPaul Davis2013-10-031-0/+2
| * add gitignore file for man(ual) dirPaul Davis2013-10-031-0/+1
| * wrap UUID generationPaul Davis2013-10-034-2/+8
| * add missing uuid.c filePaul Davis2013-10-031-0/+65