summaryrefslogtreecommitdiff
path: root/common/JackClient.cpp
Commit message (Expand)AuthorAgeFilesLines
* FIx doxygen and user facing and non-facing typosluz.paz2019-09-111-1/+1
* Fix client UUID gen, and some warnings (#440)Filipe Coelho2019-03-181-3/+3
* [metadata] Metadata properties implementation. (#383)Rui Nuno Capela2018-10-101-0/+37
* fixed potential copy&paste style bugs (#317)m-grabner2017-12-201-2/+2
* JackDebugClient: Keep client->fSynchroTable. Prevents crash in jack_client_wa...Kjetil Matheussen2017-07-151-3/+0
* String management fix.Stephane Letz2016-01-011-1/+1
* Fix return value of SetTimebaseCallback()Julien Acroute2015-06-021-1/+1
* README updated.Stephane Letz2014-07-031-1/+0
* Cleanup RT setup code in JackClient.Stephane Letz2013-05-091-9/+11
* Correctly pass code parameter in InfoShutdown callback.Stephane Letz2013-04-221-4/+4
* Correct FW and thread RT Drop/Acquire.Stephane Letz2013-04-061-3/+7
* Better handling of shutdown state in client side.Stephane Letz2013-01-311-9/+6
* Correct JackClient::OnShutdown.Stephane Letz2013-01-261-0/+3
* Improve server shutdown and stop.Stephane Letz2013-01-251-7/+6
* Cleanup.Stephane Letz2013-01-241-2/+3
* Fix some incoherency with strings.Stephane Letz2013-01-141-6/+22
* Protect shared fSynchroTable access with a mutex.Stephane Letz2013-01-091-0/+3
* Cleanup.sletz2012-02-011-6/+11
* Check server API callback from notification thread.sletz2012-02-011-13/+25
* More robust jack_set_thread_init_callback implementation.sletz2012-01-301-2/+1
* Correct ShutDown in JackInternalClient and JackLibClient.sletz2012-01-241-21/+13
* Typo.sletz2011-11-251-1/+1
* Cleanup.sletz2011-11-251-2/+2
* Fix the types of a few function parameters.sletz2011-09-281-2/+2
* Merge branch 'master' into js-dbusStephane Letz2011-07-301-0/+2
|\
| * More relax JackEngine::NotifyAddClient.Stephane Letz2011-07-231-0/+2
* | Cleanup.Stephane Letz2011-07-221-10/+14
|/
* Fix for client RT thread.sletz2011-03-151-2/+2
* Correct TopologicalSort.sletz2011-03-101-15/+8
* Latency callback must always be activated.sletz2011-03-101-1/+1
* Call buffer size callback in activate (actually this is done on client side i...sletz2011-03-091-23/+44
* jack_client_has_session_callback implementation.sletz2011-03-091-22/+21
* Compilation on Linux.sletz2011-03-081-1/+2
* Use of latency range in all backends. ComputeTotalLatencies now a client/serv...sletz2011-03-081-0/+7
* New latency API implementation (in progress).sletz2011-03-041-0/+119
* Compile on Windows again.sletz2011-03-041-1/+1
* Revert r4119 (RT notification in the server). JackAudioDriver::ProcessSync no...sletz2011-03-041-48/+48
* Fix merge conflicts and ClientCheck.Stéphane Letz2010-09-201-2/+1
|\
| * Adrian Knoth hurd.patch, kfreebsd-fix.patch and alpha_ia64-sigsegv.patch from...sletz2010-07-071-1/+1
| * Add tests to validate intclient.h API.sletz2010-05-071-1/+2
* | Init engine fields, cleanup.Stéphane Letz2010-05-191-2/+2
* | Correct InternalClientLoad.Stéphane LETZ2010-05-071-1/+2
* | Multi-platform mkdir, cleanup.Stéphane LETZ2010-05-051-7/+1
* | use constant JACK_UUID_SIZE for uuid size.Torben Hohn2010-05-051-2/+2
* | fix tabs and convert em to spaces.Torben Hohn2010-05-051-27/+27
* | uuid mapping and jack_reserve_client_name()Torben Hohn2010-05-051-0/+31
* | fix compare to process thread id. in jack_session_reply()Torben Hohn2010-05-051-1/+12
* | another step for jack-session...Torben Hohn2010-05-051-2/+19
* | some progress on jack-sessionTorben Hohn2010-05-051-1/+21
* | add marshalling for jack_session_notify and session_event. not completeTorben Hohn2010-05-051-0/+22
|/