summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use strncpy in some calls for alsa_rawmidi.cv1.9.13falkTX2019-10-061-2/+2
* Update ChangeLogfalkTX2019-10-061-2/+8
* Only trigger property callback on close if there is 1 or morefalkTX2019-10-062-7/+24
* Cleanup whitespacefalkTX2019-10-061-11/+11
* Fix build issue triggered by last branch mergefalkTX2019-10-062-20/+12
* Merge branch 'develop' of github.com:jackaudio/jack2 into developfalkTX2019-10-056-3/+26
|\
| * Rename system_midi:* back to system:midi_*Luciano Iam2019-10-052-4/+4
| * Set pretty-name for ALSA seq MIDI portsLuciano Iam2019-10-051-3/+6
| * Set pretty-name for ALSA raw MIDI portsLuciano Iam2019-10-055-4/+24
* | Merge branch 'metadata-keys' into developfalkTX2019-10-052-9/+109
|\ \ | |/ |/|
| * Add a few comments to metadata keys, old stuff from Paul DavisfalkTX2019-10-051-6/+25
| * Import metadata keys from jackey, cleanup and reorder definitionsmetadata-keysfalkTX2019-02-272-15/+90
* | Set "seq" alsa midi driver to maximum resolution possiblefalkTX2019-10-051-2/+19
* | evmon.c: fix function prototypefalkTX2019-09-251-3/+3
* | Remove all port properties when unregisteringfalkTX2019-09-251-3/+10
* | Add port rename and property change to evmon (sync with jack1)falkTX2019-09-251-0/+49
* | Cleanup metadata on server closefalkTX2019-09-255-20/+49
* | If pthread_setschedparam() in JackPosixThread::AcquireRealTimeImp() failsJuuso Alasuutari2019-09-181-7/+17
* | alsa_driver: Execute recovery on ALSA poll timeoutLaxmi Devi2019-09-111-5/+19
* | alsa_driver: Moved the check for poll timeout before getting the reventsLaxmi Devi2019-09-111-9/+8
* | alsa_driver: Exiting loop for need_playback and need_capture on XRUN to execu...Laxmi Devi2019-09-111-1/+1
* | FIx doxygen and user facing and non-facing typosluz.paz2019-09-1188-192/+193
* | Rename `PortSetDeviceName` to `PortSetDeviceMetadata`falkTX2019-09-116-12/+12
* | MIDI port pretty names (#498)Luciano Iam2019-09-1120-43/+117
* | Fix loading internal client from another internal clientfalkTX2019-08-231-1/+4
* | Fix crash on jack_internal_client_load without some options setfalkTX2019-08-141-2/+6
* | Set fSocket to -1 after close on an error to prevent a double close.Joseph A. Yasi2019-06-191-0/+2
* | Use CLOCK_MONOTONIC_RAW when availablefalkTX2019-06-022-0/+8
* | Merge pull request #428 from dvzrv/feature/systemd_user_unitsFilipe Coelho2019-06-016-11/+99
|\ \
| * | systemd/jack@.service.in: Templating PREFIX, so it can be set from the build ...David Runge2019-05-311-1/+1
| * | systemd/wscript: Using template location for jack@.service and overriding PRE...David Runge2019-05-311-8/+11
| * | systemd/jack@.service.in: Moving jack@.service to a template location (so we ...David Runge2019-05-311-0/+0
| * | wscript: Setting SYSTEMD_USER_UNIT_DIR to None, if the option is not set (the...David Runge2019-05-301-2/+4
| * | .travis.yml: Switching to correct flag to install systemd units (--systemd-un...David Runge2019-05-301-1/+1
| * | wscript: Switching to --systemd-unit (to not shadow implicit magic --systemd ...David Runge2019-05-301-3/+3
| * | Merge branch 'feature/systemd_user_units' of github:dvzrv/jack2 into feature/...David Runge2019-05-304-16/+18
| |\ \
| | * | systemd/example.conf: Fixing typo and adding further explanation and pointers...David Runge2019-05-301-4/+9
| | * | .travis.yml: Switching last build plan (old clang) to use xenial... oversaw t...David Runge2019-05-301-1/+1
| | * | .travis.yml: Switching to xenial for all other Linux based builds, too.David Runge2019-05-301-4/+4
| | * | systemd/wscript: Making sure to strip trailing new lines from systemd user un...David Runge2019-05-301-2/+2
| | * | .ci/install-deps.sh: Install legacy development packages.David Runge2019-05-301-4/+0
| | * | .ci/install-deps.sh: Testing xenial image (trusty is mega dead) to hopefully ...David Runge2019-05-302-1/+2
| * | | .travis.yml: When on Linux, install the systemd integration by default.David Runge2019-05-301-1/+1
| * | | wscript: Adding the installation of systemd unit/configuration file to a conf...David Runge2019-05-301-2/+5
| |/ /
| * | Merge branch 'feature/systemd_user_units' of github:dvzrv/jack2 into feature/...David Runge2019-05-300-0/+0
| |\ \
| | * | wscript: Integrating systemd wscript in configure and build stages.David Runge2019-05-301-0/+4
| | * | systemd/wscript: Adding wscript for systemd (detection of systemd user unit d...David Runge2019-05-301-0/+33
| | * | systemd/jack@.service: Adding LimitMEMLOCK and adding (a commented) disabling...David Runge2019-02-121-0/+3
| | * | systemd/example.conf: Being a little more specific in the comments regarding ...David Runge2019-02-091-5/+5
| | * | systemd/jack@.service: Switching Type to notify (we're not doing full dbus na...David Runge2019-02-091-1/+1