summaryrefslogtreecommitdiff
path: root/common/JackEngine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "metadata: Make JACK_METADATA_* constant"falkTX2020-10-161-2/+2
* metadata: Make JACK_METADATA_* constantTimo Wischer2020-09-131-2/+2
* Rename PortSetDeviceMetadata to PortSetDefaultMetadataLuciano Iam2019-10-281-1/+1
* Only trigger property callback on close if there is 1 or morefalkTX2019-10-061-7/+12
* Cleanup whitespacefalkTX2019-10-061-11/+11
* Remove all port properties when unregisteringfalkTX2019-09-251-3/+10
* Cleanup metadata on server closefalkTX2019-09-251-1/+1
* FIx doxygen and user facing and non-facing typosluz.paz2019-09-111-3/+3
* Rename `PortSetDeviceName` to `PortSetDeviceMetadata`falkTX2019-09-111-1/+1
* MIDI port pretty names (#498)Luciano Iam2019-09-111-0/+22
* Fix yet another merge conflictfalkTX2019-05-281-4/+0
* Fix broken merge (closes #467)falkTX2019-05-281-4/+0
* Merge branch 'develop' of github.com:jackaudio/jack2 into developfalkTX2019-05-271-21/+48
|\
| * Fix client UUID gen, and some warnings (#440)Filipe Coelho2019-03-181-33/+45
* | Fix generation of client uuidfalkTX2019-03-171-12/+5
|/
* [metadata] Metadata properties implementation. (#383)Rui Nuno Capela2018-10-101-3/+24
* String management fix.Stephane Letz2016-01-011-1/+1
* remove the JackSelfConnectMode enum typeNedko Arnaudov2014-03-101-53/+30
* Pawel : small fix for JackSession.Stephane Letz2013-08-071-13/+9
* Use engine lock in JackCoreMidiDriver::Restart.Stephane Letz2013-05-161-6/+6
* Merge no-self-connect branchAdrian Knoth2013-04-061-12/+91
|\
| * Merge commit '1.9.9.5' into no-self-connectNedko Arnaudov2012-12-101-2/+18
| |\
| * \ Merge branch 'master' into no-self-connectAdrian Knoth2012-04-181-70/+117
| |\ \
| * \ \ Merge branch 'master' into no-self-connectNedko Arnaudov2011-12-151-31/+39
| |\ \ \
| * \ \ \ Merge branch 'master' into no-self-connectNedko Arnaudov2011-03-291-9/+8
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into no-self-connectNedko Arnaudov2011-03-141-32/+250
| |\ \ \ \ \
| * | | | | | self-disconnection checks should not be made when disconnections are implicit...Nedko Arnaudov2010-09-071-1/+1
| * | | | | | fix crash when no-self-connect is enabled and client is deactivatedNedko Arnaudov2010-04-241-2/+2
| * | | | | | Merge branch 'master' into no-self-connectNedko Arnaudov2010-02-101-74/+86
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into no-self-connectNedko Arnaudov2009-11-191-25/+36
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into no-self-connectNedko Arnaudov2009-07-011-0/+2
| |\ \ \ \ \ \ \ \
| * | | | | | | | | [autoconnect] make it less spammyTorben Hohn2009-05-271-7/+7
| * | | | | | | | | self_connect_mode engine parameterNedko Arnaudov2009-05-261-4/+43
| * | | | | | | | | Server side no-self-connect code. still not optionalNedko Arnaudov2009-05-261-8/+48
| * | | | | | | | | When disconnect of all ports is requested, disconnect ports one by oneNedko Arnaudov2009-05-261-6/+8
| * | | | | | | | | JackGraphManager::CheckPorts (with get) -> JackGraphManager::GetTwoPortsNedko Arnaudov2009-05-261-9/+4
* | | | | | | | | | Better handling of shutdown state in client side.Stephane Letz2013-01-311-10/+6
* | | | | | | | | | Rework XRun handling.Stephane Letz2013-01-271-3/+2
* | | | | | | | | | Correct JackClient::OnShutdown.Stephane Letz2013-01-261-11/+11
* | | | | | | | | | Fix stupid typo in JackEngine::NotifyRemoveClient.Stephane Letz2013-01-261-3/+3
* | | | | | | | | | Cleanup.Stephane Letz2013-01-251-1/+1
* | | | | | | | | | Rework JackEngine::Shutdown.Stephane Letz2013-01-251-13/+0
* | | | | | | | | | Cleanup.Stephane Letz2013-01-241-5/+9
* | | | | | | | | | Make API test more robust.Stephane Letz2013-01-241-6/+10
* | | | | | | | | | Move ClientKill in JackEngine class.Stephane Letz2013-01-131-6/+16
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Correct JackEngine::NotifyGraphReorder : graph-order callback now notified af...Stephane Letz2012-10-291-1/+1
* | | | | | | | | Make XRun message a bit more explicit.Stephane Letz2012-08-011-1/+17
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Cleanup.sletz2012-02-011-8/+6
* | | | | | | | Fix lock management in JackEngine.sletz2012-02-011-28/+41
* | | | | | | | Check server API callback from notification thread.sletz2012-02-011-8/+13