summaryrefslogtreecommitdiff
path: root/common/JackRequest.h
Commit message (Expand)AuthorAgeFilesLines
* Fix crash on jack_internal_client_load without some options setfalkTX2019-08-141-2/+6
* [metadata] Fix property key length to notification/callback requests.rncbc2019-04-081-1/+1
* Fix client UUID gen, and some warnings (#440)Filipe Coelho2019-03-181-37/+37
* NO-OP / trailing whitespace in *.h filesThomas Brand2019-01-201-21/+21
* [metadata-remove-property-fix] Fix #390 - Meta-data delete-all crashes the cl...Rui Nuno Capela2018-11-111-1/+2
* [metadata] Metadata properties implementation. (#383)Rui Nuno Capela2018-10-101-1/+43
* Fix duplicate instruction.Gaël PORTAY2016-05-191-1/+0
* Fix initialization of members from default constructors.Gaël PORTAY2016-05-191-48/+92
* Fix initialization of string members.Gaël PORTAY2016-05-191-17/+46
* String management fix.Stephane Letz2016-01-011-21/+21
* Fix some incoherency with strings.Stephane Letz2013-01-141-7/+7
* More robust server/client protocol.sletz2012-01-131-39/+127
* Factorize code the server/client request.sletz2012-01-111-82/+83
* Cleanup.sletz2011-11-291-1/+1
* Patch for unresolved symbols in libjacknet.sletz2011-10-241-9/+9
* Fix incorect sizeof() (jack-session)nedko2011-09-021-2/+2
* Implement session api for internal clientsNedko Arnaudov2011-08-071-2/+24
* Move session command reply array creation to JackSessionNotifyResultNedko Arnaudov2011-08-071-0/+21
* Merge branch 'master' into js-dbusStephane Letz2011-07-301-4/+7
|\
| * Possible fix for http://trac.jackaudio.org/ticket/193.Stephane Letz2011-07-231-4/+7
* | Cleanup.Stephane Letz2011-07-221-11/+22
* | Session API for internal clients in progress.Stephane Letz2011-07-211-2/+2
|/
* jack_client_has_session_callback implementation.sletz2011-03-091-1/+30
* Use of latency range in all backends. ComputeTotalLatencies now a client/serv...sletz2011-03-081-32/+57
* use JACK_UUID_SIZE in terminator struct.Torben Hohn2010-08-271-1/+1
* add uuid parameter to ClientCheck method.Torben Hohn2010-08-271-4/+7
* fix JackSessionReplyRequest deadlocking due to JackRequest::Read(trans)Torben Hohn2010-08-271-3/+0
* Cleanup JackRequest.h (use of sizeof...).Stéphane LETZ2010-05-051-37/+34
* use constant JACK_UUID_SIZE for uuid size.Torben Hohn2010-05-051-5/+5
* Remove OSX IPC from project (code still there).Stéphane LETZ2010-05-051-38/+38
* fix tabs and convert em to spaces.Torben Hohn2010-05-051-37/+37
* add uuid parameter to jack_client_open...Torben Hohn2010-05-051-3/+12
* uuid mapping and jack_reserve_client_name()Torben Hohn2010-05-051-1/+152
* another step for jack-session...Torben Hohn2010-05-051-14/+8
* some progress on jack-sessionTorben Hohn2010-05-051-5/+47
* add marshalling for jack_session_notify and session_event. not completeTorben Hohn2010-05-051-1/+109
* Parameter renaming.sletz2009-10-211-5/+5
* Add a string parameter to server ==> client notification, add a new InfoShutd...sletz2009-10-201-1/+5
* Add mixed 32/64 mode (off by default).sletz2009-03-241-31/+54
* JackRequest.h moved back to common folder.sletz2008-09-221-0/+1094
* Move JackRequest.h file in posix.sletz2008-09-201-1094/+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-1/+40
* Fix JackFrameTimer::Time2Frames and JackTimer::Frames2Time, jack_cpu compiled...sletz2008-08-031-11/+22
* Fix desallocation of remaining clients when server quits.sletz2008-08-011-1/+1
* Cleanup.sletz2008-07-191-0/+1
* Correct GetPortTypeId, various cleanup.sletz2008-06-201-0/+2
* Cleanup includesletz2008-06-171-1/+1
* Another Tim Blechmann patch to remove unnecessary virtual methods.sletz2008-06-121-1/+1
* Merge control branch.sletz2008-05-261-1/+1