summaryrefslogtreecommitdiff
path: root/common/JackRequestDecoder.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [metadata] Metadata properties implementation. (#383)Rui Nuno Capela2018-10-101-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | * [metadata] Metadata properties implementation. * [metadata] Fixed for shared server metadata-base accessor; alsofixed coding/naming style. * [metadata] Fixed a tab for space. * [metadata] Use of Berkeley DB is now truly optional on configure time. * [metadata] Fixed tabs for spaces, again. * [metadata] Fixed for shared metadata-base initialization and external clients. * [metadata] Blind-fix for windows codebase. * [metadata] Metadata API moved into client-side library only. * [metadata] Fixed jack_port_uuid() stubbiness, now returning a proper UUID from port index. * [metadata] Uniform method names. * [metadata] Fixed PropertyChangeNotify through server async call.
* Use of jack_free instead of free, cleanup.Stephane Letz2012-08-091-2/+2
|
* Works again on Windows.sletz2012-01-171-4/+5
| | | | git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4702 0c269be4-1314-0410-8aa9-9f06e86f4224
* Cleanup.sletz2012-01-171-1/+1
| | | | git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4701 0c269be4-1314-0410-8aa9-9f06e86f4224
* More robust server/client protocol.sletz2012-01-131-123/+96
| | | | git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4697 0c269be4-1314-0410-8aa9-9f06e86f4224
* Change JackRequestDecoder for Windows.sletz2012-01-121-14/+10
| | | | git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4694 0c269be4-1314-0410-8aa9-9f06e86f4224
* Add JackRequestDecoder class.sletz2012-01-121-0/+381
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4690 0c269be4-1314-0410-8aa9-9f06e86f4224