summaryrefslogtreecommitdiff
path: root/common/JackServerAPI.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move NotifyQuit in JackServer::Stop.Stephane Letz2012-10-241-1/+1
* Cleanup JACK API code.sletz2012-01-131-4/+2
* Cleanup.sletz2012-01-041-4/+0
* Cleanup.sletz2011-12-121-1/+4
* Fix symbols export.sletz2011-07-241-12/+9
* EXPORT macro renamed to LIB_EXPORT.sletz2011-07-161-6/+6
* Rework internal slave driver management, JackServerGlobals now handle same pa...sletz2011-03-131-8/+8
* Correct InternalClientLoad.Stéphane LETZ2010-05-071-2/+2
* fix compile errors. which showed up from the rebase.Torben Hohn2010-05-051-1/+1
* Correct socket code to avoid connection refused error on OSX.Stéphane Letz2010-05-051-1/+1
* fix tabs and convert em to spaces.Torben Hohn2010-05-051-4/+4
* add uuid parameter to jack_client_open...Torben Hohn2010-05-051-1/+1
* jackd2-more-varargs.patch applied.sletz2010-05-041-6/+2
* Fix in JackAPI.cpp jack_client_new.sletz2010-05-031-2/+56
* Client debugging code improved.sletz2009-11-201-0/+6
* Memory allocation error checking in server for RPC.sletz2009-11-131-8/+16
* Client incorrect re-naming fixed: now done at fifo level only.sletz2009-02-181-6/+4
* Cleanup server starting code for clients directly linked with libjackserver.so.sletz2009-01-141-21/+11
* Client and library global context cleanup in case of incorrect shutdown handl...sletz2008-12-161-6/+6
* Use a mutex to make jack_client_open/jack_client_close thread safe, remove us...sletz2008-10-091-5/+11
* Header cleanup, add --clients and --ports options in configure.sletz2008-10-021-4/+0
* Michael Voigt JackAPI cleanup patch.sletz2008-09-201-10/+6
* Michael Voigt JackTime patch.sletz2008-09-191-1/+0
* Merge Michael Voigt drops branch after reorganization step.sletz2008-09-051-4/+2
* Correct JackClient::Close() to request server close only if server is running.sletz2008-08-011-1/+1
* Remove JackClientInterface classsletz2008-06-041-1/+1
* Add conditional includes for config.h, for use with wafnedko2008-06-021-0/+4
* Merge control branch.sletz2008-05-261-13/+17
* New jack_get_client_pid API, implemented on server side.sletz2008-05-211-1/+10
* Correct JackClient::Activate so that first kGraphOrderCallback can be receive...sletz2008-03-171-0/+2
* Correct all backend playback port latency in case of asynchronous mode (1 buf...sletz2008-03-131-10/+10
* Nedko Arnaudov FULL_MIMIC patch.sletz2008-03-121-9/+9
* Correct jack_client_open_aux, jack_client_open and jack_client_new.sletz2008-03-111-7/+5
* Nedko Arnaudov log patch(2).sletz2008-03-101-3/+3
* Define an internal jack_client_open_aux needed for wrapper feature.sletz2008-03-071-2/+14
* Beautifull codesletz2008-03-051-24/+24
* Update datesletz2008-02-011-1/+1
* Cleanupsletz2007-11-021-10/+0
* Client name rewritting to remove path characters (used in fifo naming).sletz2007-11-011-1/+5
* Cleanupsletz2007-10-261-1/+1
* Use of JACK_CLIENT_DEBUG environment variable to activate debug client mode.sletz2007-10-261-6/+11
* Windows compilationsletz2007-10-251-2/+2
* Implementation of server_name setting (-n) in progresssletz2007-10-241-49/+1
* Internal loadable client implementation (in progress).sletz2007-10-111-8/+17
* Cleanupsletz2007-10-041-10/+0
* Fix a resource leak issue in JackCoreAudioDriver::Close(). Better implement j...sletz2007-10-041-11/+7
* Server/library protocol checking implementation.sletz2007-08-271-0/+2
* Automatic server launchsletz2007-08-201-1/+9
* Compiles on Linuxsletz2007-08-161-2/+3
* Cleanupsletz2007-08-161-1/+0