summaryrefslogtreecommitdiff
path: root/common/JackEngine.h
Commit message (Expand)AuthorAgeFilesLines
* Make all uuid function arguments use jack_uuid_t type; Fix warningsfalkTX2019-03-171-2/+2
* Remove all client properties when removed; Cleanup a few thingsfalkTX2019-03-171-1/+2
* Fix generation of client uuidfalkTX2019-03-171-2/+0
* NO-OP / trailing whitespace in *.h filesThomas Brand2019-01-201-4/+4
* [metadata] Metadata properties implementation. (#383)Rui Nuno Capela2018-10-101-0/+2
* remove the JackSelfConnectMode enum typeNedko Arnaudov2014-03-101-2/+2
* Merge no-self-connect branchAdrian Knoth2013-04-061-1/+4
|\
| * Merge branch 'master' into no-self-connectAdrian Knoth2012-04-181-9/+15
| |\
| * \ Merge branch 'master' into no-self-connectNedko Arnaudov2011-12-151-4/+4
| |\ \
| * \ \ Merge branch 'master' into no-self-connectNedko Arnaudov2011-03-141-9/+30
| |\ \ \
| * \ \ \ Merge branch 'master' into no-self-connectNedko Arnaudov2010-02-101-3/+12
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into no-self-connectNedko Arnaudov2009-11-191-3/+5
| |\ \ \ \ \
| * | | | | | self_connect_mode engine parameterNedko Arnaudov2009-05-261-1/+2
| * | | | | | Server side no-self-connect code. still not optionalNedko Arnaudov2009-05-261-0/+2
* | | | | | | Rework XRun handling.Stephane Letz2013-01-271-2/+2
* | | | | | | Rework JackEngine::Shutdown.Stephane Letz2013-01-251-3/+1
* | | | | | | Move ClientKill in JackEngine class.Stephane Letz2013-01-131-1/+4
| |_|_|_|_|/ |/| | | | |
* | | | | | Cleanup.sletz2012-02-011-1/+1
* | | | | | Fix lock management in JackEngine.sletz2012-02-011-1/+3
* | | | | | Implement shutdown for in server clients.sletz2012-01-191-0/+2
* | | | | | More robust server/client protocol.sletz2012-01-131-5/+5
* | | | | | Fix on Windows.sletz2012-01-121-1/+1
* | | | | | Factorize code the server/client request.sletz2012-01-111-2/+4
| |_|_|_|/ |/| | | |
* | | | | Implement session api for internal clientsNedko Arnaudov2011-08-071-1/+1
* | | | | Cleanup.Stephane Letz2011-07-221-2/+2
* | | | | Session API for internal clients in progress.Stephane Letz2011-07-211-1/+1
| |_|_|/ |/| | |
* | | | jack_client_has_session_callback implementation.sletz2011-03-091-0/+1
* | | | Use of latency range in all backends. ComputeTotalLatencies now a client/serv...sletz2011-03-081-2/+5
* | | | Compiles again on Windows.sletz2010-10-181-9/+10
* | | | add uuid parameter to ClientCheck method.Torben Hohn2010-08-271-1/+1
* | | | Init engine fields, cleanup.Stéphane Letz2010-05-191-1/+0
* | | | Move methods as private.Stéphane Letz2010-05-101-2/+4
* | | | fix tabs and convert em to spaces.Torben Hohn2010-05-051-12/+12
* | | | add uuid parameter to jack_client_open...Torben Hohn2010-05-051-1/+1
* | | | uuid mapping and jack_reserve_client_name()Torben Hohn2010-05-051-0/+7
* | | | another step for jack-session...Torben Hohn2010-05-051-0/+1
* | | | some progress on jack-sessionTorben Hohn2010-05-051-1/+6
* | | | add marshalling for jack_session_notify and session_event. not completeTorben Hohn2010-05-051-0/+2
| |_|/ |/| |
* | | Release JackEngine mutex before sending notifications.Stéphane LETZ2009-12-121-1/+9
* | | Use a QUIT notification to properly quit the server channel, the server chann...sletz2009-12-101-1/+2
* | | Fix port_rename callback : now both old name and new name are given as parame...sletz2009-12-011-1/+1
| |/ |/|
* | Parameter renaming.sletz2009-10-211-1/+1
* | CoreAudio backend now issue a JackInfoShutdownCallback when an unrecoverable ...sletz2009-10-201-0/+1
* | Add a string parameter to server ==> client notification, add a new InfoShutd...sletz2009-10-201-2/+3
|/
* Merge Solaris branch back on trunk.sletz2009-02-111-0/+1
* Cleanup jack_port_id_t/jack_port_t mess, should work again on 64 bits machines.sletz2008-09-221-1/+1
* Better symbols export for server and client side libraries.sletz2008-09-081-1/+1
* Merge Michael Voigt drops branch after reorganization step.sletz2008-09-051-2/+1
* Add new jack_set_port_rename_callback API, jack_port_set_name is now a server...sletz2008-09-011-0/+3
* Netioadapter now adapts for buffer size and sample rate changes.sletz2008-07-041-1/+2