summaryrefslogtreecommitdiff
path: root/common/JackLibAPI.cpp
Commit message (Expand)AuthorAgeFilesLines
* Import metadata keys from jackey, cleanup and reorder definitionsmetadata-keysfalkTX2019-02-271-6/+12
* [metadata] Metadata properties implementation. (#383)Rui Nuno Capela2018-10-101-0/+126
* Move NotifyQuit in JackServer::Stop.Stephane Letz2012-10-241-1/+1
* Use of jack_free instead of free, cleanup.Stephane Letz2012-08-091-1/+1
* Cleanup JACK API code.sletz2012-01-131-4/+2
* Cleanup.sletz2011-12-121-4/+6
* Fix symbols export.sletz2011-07-241-0/+1
* EXPORT macro renamed to LIB_EXPORT.sletz2011-07-161-13/+13
* 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-3/+3
* add uuid parameter to jack_client_open...Torben Hohn2010-05-051-1/+1
* jackd2-more-varargs.patch applied.sletz2010-05-041-5/+1
* Fix in JackAPI.cpp jack_client_new.sletz2010-05-031-3/+59
* Client debugging code improved.sletz2009-11-201-0/+6
* Memory allocation error checking for jack_client_new and jack_client_open.sletz2009-11-131-8/+16
* Client incorrect re-naming fixed: now done at fifo level only.sletz2009-02-181-7/+5
* 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-3/+10
* Header cleanup, add --clients and --ports options in configure.sletz2008-10-021-4/+0
* Michael Voigt JackAPI cleanup patch.sletz2008-09-201-12/+8
* Merge Michael Voigt drops branch after reorganization step.sletz2008-09-051-1/+1
* Correct JackClient::Close() to request server close only if server is running.sletz2008-08-011-1/+1
* Correct GetPortTypeId, various cleanup.sletz2008-06-201-1/+1
* Better control of exported symbols.sletz2008-06-051-6/+1
* Add conditional includes for config.h, for use with wafnedko2008-06-021-0/+4
* New jack_get_client_pid API, implemented on server side.sletz2008-05-211-1/+7
* All library side files become LGPLsletz2008-04-061-1/+1
* Correct JackClient::Activate so that first kGraphOrderCallback can be receive...sletz2008-03-171-1/+3
* Correct all backend playback port latency in case of asynchronous mode (1 buf...sletz2008-03-131-7/+7
* Nedko Arnaudov FULL_MIMIC patch.sletz2008-03-121-7/+7
* Correct jack_client_open_aux, jack_client_open and jack_client_new.sletz2008-03-111-7/+4
* Nedko Arnaudov log patch(2).sletz2008-03-101-3/+3
* Define an internal jack_client_open_aux needed for wrapper feature.sletz2008-03-071-3/+15
* Beautifull codesletz2008-03-051-30/+30
* Update datesletz2008-02-011-1/+1
* OSX 32/64 bits version.sletz2008-01-251-1/+1
* Cleanupsletz2007-11-021-16/+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-4/+9
* Implementation of server_name setting (-n) working.sletz2007-10-241-11/+4
* Implementation of server_name setting (-n) in progresssletz2007-10-241-2/+2
* Server/library protocol checking implementation.sletz2007-08-271-0/+2
* Automatic server launchsletz2007-08-201-2/+9
* Automatic server launch and client renaming in progress (2)sletz2007-08-161-1/+0
* Automatic server launch and client renaming in progresssletz2007-08-151-2/+2
* Cleanupsletz2007-01-201-7/+7
* Correct wrappersletz2006-11-081-11/+19