summaryrefslogtreecommitdiff
Commit message (Collapse)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 ↵Paul Davis2013-10-051-0/+7
| | | | values
* 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 ↵Paul Davis2013-10-031-3/+3
| | | | consistent with jack2
* 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 ↵Paul Davis2013-10-031-2/+11
| | | | | | just appending ".so" we used to still look in ADDON_DIR, which might be "secure" but is a bit pointless and inconvenient
* add -L option to command line to allow loading internal clients (e.g. ↵Paul Davis2013-10-021-3/+31
| | | | upcoming ALSA MIDI intclient)
* 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
| | | | deleted/cleaned up
* 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 ↵Paul Davis2013-10-011-13/+134
| | | | details
* differentiate between property changed/created in PropertyChange ↵Paul Davis2013-10-011-1/+8
| | | | notification (by testing for existence first)
* 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 ↵Paul Davis2013-09-301-4/+5
| | | | initiate a property change callback
* update submodulesPaul Davis2013-09-305-1/+479
|
* miscellaneous fixes to prepare the way for usable metadataPaul Davis2013-09-304-6/+13
| | | | | * move port UUID initialization into engine so that it is actually shared across clients * export jack_server_dir() within libjack
* fix display of new client UUID in verbose mode, and add errno if initial ↵Paul Davis2013-09-251-7/+7
| | | | client read(2) fails
* fix screw up caused by attempting to uuid_parse() a null string UUID in jack ↵Paul Davis2013-09-251-2/+4
| | | | client arguments
* first pass at working UUID-based clients and ports. many JACK clients work ↵Paul Davis2013-09-2416-221/+251
| | | | correctly without recompilation
* update branches for uuid workPaul Davis2013-09-242-0/+0
|
* add UUID to port typePaul Davis2013-09-241-0/+8
|