summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* update submodulesPaul Davis2013-10-0323-0/+5839
* moved alsa midi internal client into toolsPaul Davis2013-10-034-12/+12
* move alsa midi internal client into subdir of toolsPaul Davis2013-10-0312-0/+0
* use -I rather than -L to load internal clients from the command line, to be c...Paul Davis2013-10-031-3/+3
* fix up internal MIDI client to do duplexPaul Davis2013-10-035-264/+513
* 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
* update submodulePaul Davis2013-10-021-0/+0
* update submodulesPaul Davis2013-10-021-0/+0
* add code to remove metadata for ports and clients when ports and clients are ...Paul Davis2013-10-027-37/+96
* add -U option to jack_lsp man pagePaul Davis2013-10-021-1/+5
* fix typosPaul Davis2013-10-011-2/+2
* add new man page for jack_property(1)Paul Davis2013-10-011-0/+64
* update submodulesPaul Davis2013-10-011-0/+0
* implement jack_get_all_properties() and cleanup a few other implementation de...Paul Davis2013-10-011-13/+134
* differentiate between property changed/created in PropertyChange notification...Paul Davis2013-10-011-1/+8
* update submodulesPaul Davis2013-09-301-0/+0
* add property change notificationsPaul Davis2013-09-307-13/+179
* set up property change notification structures and callsPaul Davis2013-09-304-5/+24
* update submodulesPaul Davis2013-09-301-0/+0
* update submodulesPaul Davis2013-09-301-0/+0
* add jack_client_t* to metadata calls that need to contact the server to initi...Paul Davis2013-09-301-4/+5
* update submodulesPaul Davis2013-09-305-1/+479
* miscellaneous fixes to prepare the way for usable metadataPaul Davis2013-09-304-6/+13
* fix display of new client UUID in verbose mode, and add errno if initial clie...Paul Davis2013-09-251-7/+7
* fix screw up caused by attempting to uuid_parse() a null string UUID in jack ...Paul Davis2013-09-251-2/+4
* first pass at working UUID-based clients and ports. many JACK clients work co...Paul Davis2013-09-2416-221/+251
* update branches for uuid workPaul Davis2013-09-242-0/+0
* add UUID to port typePaul Davis2013-09-241-0/+8