summaryrefslogtreecommitdiff
path: root/common/JackInternalClient.cpp
Commit message (Expand)AuthorAgeFilesLines
* jack common: ensure null termination of char arraysAdam Miartus2020-06-101-0/+1
* Fix loading internal client from another internal clientfalkTX2019-08-231-1/+4
* Fix client UUID gen, and some warnings (#440)Filipe Coelho2019-03-181-3/+3
* Correctly pass code parameter in InfoShutdown callback.Stephane Letz2013-04-221-2/+2
* Lorenz Minder patch for jackd man, cleanup.Stephane Letz2013-02-111-1/+2
* Improve server shutdown and stop.Stephane Letz2013-01-251-2/+2
* Fix some incoherency with strings.Stephane Letz2013-01-141-0/+8
* Use of jack_free instead of free, cleanup.Stephane Letz2012-08-091-3/+0
* Correct ShutDown in JackInternalClient and JackLibClient.sletz2012-01-241-3/+10
* Cleanup.sletz2012-01-111-1/+4
* Fix symbols export.sletz2011-07-241-3/+3
* Correct ClientCheck.Stephane Letz2011-07-231-1/+1
* Possible fix for http://trac.jackaudio.org/ticket/193.Stephane Letz2011-07-231-2/+3
* EXPORT macro renamed to LIB_EXPORT.sletz2011-07-161-3/+3
* Implement renaming in JackDriver::Open to avoid name collision (thanks Devin ...sletz2011-03-241-8/+8
* add uuid parameter to ClientCheck method.Torben Hohn2010-08-271-1/+1
* Correct InternalClientLoad.Stéphane LETZ2010-05-071-5/+5
* add uuid parameter to jack_client_open...Torben Hohn2010-05-051-5/+5
* Cleanup JackInternalClient code.sletz2009-03-291-52/+0
* Cleanup global function export.sletz2009-03-261-3/+3
* Some more cleanup in JackLoadableInternalClient class.sletz2009-02-251-5/+5
* Fix crash bug in JackLoadableInternalClient::~JackLoadableInternalClient.sletz2009-02-251-2/+3
* Fix for compilation warning with GCC 4.3.2sletz2009-02-021-2/+2
* Remove print line.sletz2009-02-011-2/+0
* Define a JACK_INTERNAL_DIR environment variable to be used for internal clients.sletz2009-02-011-4/+10
* Cleanup in JackInternalClient.sletz2009-01-301-2/+2
* Cleanup server starting code for clients directly linked with libjackserver.so.sletz2009-01-141-3/+4
* Use JACK_DRIVER_DIR variable in internal clients loader.sletz2008-12-171-8/+5
* Client and library global context cleanup in case of incorrect shutdown handl...sletz2008-12-161-1/+3
* Header cleanup, add --clients and --ports options in configure.sletz2008-10-021-4/+0
* Correct JackCoreAudioAdapter::Close.sletz2008-09-101-2/+2
* Remove use of try/catch during internal client loading, set default nperiod t...sletz2008-09-101-12/+19
* Define JACK_PATH_MAX for simpler portability.sletz2008-09-081-1/+1
* Minor cleanup.sletz2008-09-061-1/+1
* Merge Michael Voigt drops branch after reorganization step.sletz2008-09-051-3/+1
* Add new jack_set_port_rename_callback API, jack_port_set_name is now a server...sletz2008-09-011-0/+1
* New JackLoadableInternalClient1 and JackLoadableInternalClient2 classes.sletz2008-08-281-28/+57
* Correct JackServer::InternalClientLoad.sletz2008-08-281-1/+0
* Implement jackctl_server_load_internal and jackctl_server_unload_internal.sletz2008-08-281-1/+20
* Simplify request server close only if server is running implementation.sletz2008-08-011-1/+0
* Correct JackClient::Close() to request server close only if server is running.sletz2008-08-011-0/+1
* Fix JackArgParser (when used with empty strings)moret2008-07-091-1/+1
* Add jack_get_descriptor in internal clients API.sletz2008-07-091-0/+5
* Merge windows branch back to trunk.sletz2008-07-081-11/+11
* Cleanup JackInternalClient.h,cpp filessletz2008-06-201-0/+45
* Correct BuildClientPathsletz2008-06-201-1/+1
* New generic BuildClientPath for internal clients loading.sletz2008-06-201-1/+1
* Another Tim Blechmann cleanup patch + do no allocate JackClientControl in sha...sletz2008-06-131-5/+3
* Remove JackClientInterface classsletz2008-06-041-1/+1
* Tim Blechmann patch to remove unnecessary virtual methods : choice of the app...sletz2008-06-031-3/+3