Commit Graph

30 Commits

Author SHA1 Message Date
luz.paz a93b210134 FIx doxygen and user facing and non-facing typos
Found via `codespell -q 3`
2019-09-11 19:17:07 +01:00
Filipe Coelho 59550f67ee
Fix client UUID gen, and some warnings (#440)
* Fix generation of client uuid

Signed-off-by: falkTX <falktx@falktx.com>

* Remove all client properties when removed; Cleanup a few things

Signed-off-by: falkTX <falktx@falktx.com>

* Make all uuid function arguments use jack_uuid_t type; Fix warnings

Signed-off-by: falkTX <falktx@falktx.com>

* Rework uuids to never be int, more cleanup

Signed-off-by: falkTX <falktx@falktx.com>
2019-03-18 08:33:50 +01:00
Stephane Letz a4e319b753 Correctly pass code parameter in InfoShutdown callback. 2013-04-22 19:09:23 +02:00
Stephane Letz 7ec46dbb46 Better handling of shutdown state in client side. 2013-01-31 13:01:17 +01:00
Stephane Letz e32b0cd318 Improve server shutdown and stop. 2013-01-25 13:51:56 +01:00
sletz bf1f5e2020 Check server API callback from notification thread.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4760 0c269be4-1314-0410-8aa9-9f06e86f4224
2012-02-01 09:32:15 +00:00
sletz 9f4df15abb Factorize code the server/client request.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4684 0c269be4-1314-0410-8aa9-9f06e86f4224
2012-01-11 12:51:53 +00:00
sletz aabbb62282 Correct export settings(2).
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4663 0c269be4-1314-0410-8aa9-9f06e86f4224
2012-01-04 17:42:10 +00:00
sletz 1bdbfae5ee Correct JackSocketClientChannel::Execute.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4650 0c269be4-1314-0410-8aa9-9f06e86f4224
2011-12-15 16:15:18 +00:00
Nedko Arnaudov 1e962ef079 Move session command reply array creation to JackSessionNotifyResult
This eliminates code duplication in JackWinNamedPipeClientChannel and
JackSocketClientChannel.
2011-08-07 04:21:58 +03:00
Stephane Letz 80d316ece4 Merge branch 'master' into js-dbus 2011-07-30 10:51:18 +02:00
Stephane Letz f62f984b97 Possible fix for http://trac.jackaudio.org/ticket/193. 2011-07-23 12:11:29 +02:00
Stephane Letz 248d1f16e6 Session API for internal clients in progress. 2011-07-21 17:56:41 +02:00
sletz b1cbecba6b JackEngine::ComputeTotalLatencies in progress.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4167 0c269be4-1314-0410-8aa9-9f06e86f4224
2011-03-09 21:45:34 +00:00
sletz 2511bd8af2 Call buffer size callback in activate (actually this is done on client side in the RT thread Init method).
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4164 0c269be4-1314-0410-8aa9-9f06e86f4224
2011-03-09 14:26:35 +00:00
sletz 5845be1374 jack_client_has_session_callback implementation.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4158 0c269be4-1314-0410-8aa9-9f06e86f4224
2011-03-09 11:40:37 +00:00
sletz 97c3a441f5 Use of latency range in all backends. ComputeTotalLatencies now a client/server call.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4151 0c269be4-1314-0410-8aa9-9f06e86f4224
2011-03-08 15:31:44 +00:00
Torben Hohn 5cd7b4dedf add uuid parameter to ClientCheck method.
Conflicts:

	common/JackEngine.cpp
2010-08-27 18:59:40 +02:00
Stéphane LETZ 9bf10e24ab Correct InternalClientLoad. 2010-05-07 10:09:42 +02:00
Torben Hohn 914a79d4b3 use constant JACK_UUID_SIZE for uuid size. 2010-05-05 12:31:27 +02:00
Torben Hohn ff2ffb3168 completely zero out the session_commands terminator. 2010-05-05 12:31:26 +02:00
Torben Hohn 5e7a792f42 add uuid parameter to jack_client_open... 2010-05-05 12:31:26 +02:00
Torben Hohn b57d07ddd0 another step for jack-session... 2010-05-05 12:31:25 +02:00
Torben Hohn 3c0d95db60 some progress on jack-session 2010-05-05 12:31:25 +02:00
Torben Hohn cffa5dfd8e add marshalling for jack_session_notify and session_event. not complete 2010-05-05 12:31:24 +02:00
sletz f2085bbd2c Parameter renaming.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3657 0c269be4-1314-0410-8aa9-9f06e86f4224
2009-10-21 19:20:08 +00:00
sletz d09d8c3c82 Add a string parameter to server ==> client notification, add a new InfoShutdown callback.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3653 0c269be4-1314-0410-8aa9-9f06e86f4224
2009-10-20 11:07:58 +00:00
sletz f19b74f904 Header cleanup, add --clients and --ports options in configure.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2957 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-10-02 13:58:46 +00:00
sletz 27b17399e7 Correct PortRegister prototype.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2935 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-09-20 18:20:43 +00:00
sletz 3e01068967 Merge Michael Voigt drops branch after reorganization step.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2880 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-09-05 13:36:28 +00:00