summaryrefslogtreecommitdiff
path: root/common/JackLibClient.cpp
Commit message (Expand)AuthorAgeFilesLines
* jack common: ensure null termination of char arraysAdam Miartus2020-06-101-0/+1
* Fix client UUID gen, and some warnings (#440)Filipe Coelho2019-03-181-1/+1
* [metadata] Metadata properties implementation. (#383)Rui Nuno Capela2018-10-101-0/+10
* String management fix.Stephane Letz2016-01-011-1/+1
* Correctly pass code parameter in InfoShutdown callback.Stephane Letz2013-04-221-2/+2
* Better handling of shutdown state in client side.Stephane Letz2013-01-311-2/+1
* Improve server shutdown and stop.Stephane Letz2013-01-251-2/+2
* Fix some incoherency with strings.Stephane Letz2013-01-141-1/+9
* Protect shared fSynchroTable access with a mutex.Stephane Letz2013-01-091-2/+11
* Correct ShutDown in JackInternalClient and JackLibClient.sletz2012-01-241-0/+14
* Code factorization and cleanup.sletz2011-07-241-4/+1
* Possible fix for http://trac.jackaudio.org/ticket/193.Stephane Letz2011-07-231-4/+4
* add uuid parameter to ClientCheck method.Torben Hohn2010-08-271-1/+1
* Correct InternalClientLoad.Stéphane LETZ2010-05-071-1/+1
* add uuid parameter to jack_client_open...Torben Hohn2010-05-051-2/+2
* Shared memory manager was calling abort in case of fatal error, now return an...sletz2009-12-151-0/+3
* jack_verbose moved to JackGlobals class.sletz2009-10-231-1/+1
* Add a string parameter to server ==> client notification, add a new InfoShutd...sletz2009-10-201-1/+1
* Clock source setting on Linux (in progress).sletz2009-04-201-0/+1
* Add mixed 32/64 mode (off by default).sletz2009-03-241-1/+1
* Fix for compilation warning with GCC 4.3.2sletz2009-02-021-1/+1
* Client and library global context cleanup in case of incorrect shutdown handl...sletz2008-12-161-2/+3
* Header cleanup, add --clients and --ports options in configure.sletz2008-10-021-4/+0
* Merge Michael Voigt drops branch after reorganization step.sletz2008-09-051-1/+1
* Add new jack_set_port_rename_callback API, jack_port_set_name is now a server...sletz2008-09-011-0/+1
* 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-1/+2
* Tim Blechmann patch to remove unnecessary virtual methods : choice of the app...sletz2008-06-031-8/+7
* Add conditional includes for config.h, for use with wafnedko2008-06-021-0/+4
* Merge control branch.sletz2008-05-261-8/+9
* New jack_get_client_pid API, implemented on server side.sletz2008-05-211-3/+3
* Activate now connect to FW driver and start the realtime thread only if clien...sletz2008-05-161-9/+0
* All library side files become LGPLsletz2008-04-061-12/+12
* Cleanupsletz2008-03-291-3/+12
* Cleanupsletz2008-03-291-11/+5
* Nedko Arnaudov log patch(2).sletz2008-03-101-6/+6
* Beautifull codesletz2008-03-051-28/+28
* More robust external API.sletz2008-02-081-6/+9
* Update datesletz2008-02-011-1/+1
* Port connection callback.sletz2008-01-281-1/+1
* OSX 32/64 bits version.sletz2008-01-251-1/+1
* Implementation of server_name setting (-n) in progresssletz2007-10-241-8/+10
* Fix a bug in jack_test. Correct JackShmMem destructor. Correct and case in Ja...sletz2007-08-231-1/+1
* Fix a bug in JackLibClient::Open introduced when adding automatic client rena...sletz2007-08-221-4/+3
* Automatic server launch and client renaming in progress (2)sletz2007-08-161-4/+5
* Automatic server launch and client renaming in progresssletz2007-08-151-2/+2
* New JackNotication.h header in preparation for callback checking in the server.sletz2007-06-081-2/+2
* Cleanup, renamingsletz2007-01-291-1/+1
* New server/client data transfer model (2)sletz2007-01-081-0/+1
* Add call to the init callback (set up using the jack_set_thread_init_callback...sletz2007-01-041-1/+1