summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qmf
Commit message (Expand)AuthorAgeFilesLines
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-091-3/+6
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-091-1/+1
* QPID_3122 - Added backward-compatible map keys in QMFv2 consoles for earlier ...Ted Ross2011-03-071-1/+17
* QPID-3046 - UpdatesTed Ross2011-03-033-2/+20
* QPID-3046 - Refactored so that Connection::getAuthenticatedUsername is consul...Ted Ross2011-02-113-8/+10
* QPID-3046 - Improved detail in trace log messages.Ted Ross2011-02-093-16/+17
* Added missing even handling in the console.Ted Ross2011-02-043-2/+44
* Fixed typos in the documentation text.Ted Ross2011-02-043-4/+13
* Prevent spurious "schema-updated" notifications when an agent restarts.Ted Ross2011-02-041-5/+9
* Added severity and timestamp fields to raised events.Ted Ross2011-02-031-6/+34
* QPID-3032 - Modifications to the QMFv2 implementation:Ted Ross2011-02-026-19/+82
* QPID-2996 - qmf/SchemaMethod.cpp fails to compile on s390Ted Ross2011-01-191-1/+1
* In qmfengine, if a method call or method response requires a buffer larger th...Ted Ross2011-01-135-13/+126
* Small code cleanup - Replaced object declaration with a const reference for e...Ted Ross2011-01-111-1/+1
* Added argument/type check for output arguments on methods.Ted Ross2011-01-113-4/+13
* QMFv2 API change:Ted Ross2011-01-112-1/+2
* Fixed a bug in the type-compatibility checker.Ted Ross2011-01-101-1/+1
* Updates to the C++ implementation of QMFv2:Ted Ross2011-01-1014-105/+719
* Added missing initializer in the QueryImpl constructor.Ted Ross2010-12-161-1/+1
* Fixed segfault when setting the agent filter on a closed session.Ted Ross2010-11-102-2/+17
* 1) Fix a bug where AGENT_RESTART is repeatedly reported when detected once.Ted Ross2010-10-273-11/+28
* Fix session-shutdown-after-failure so it does not cause a segfault.Ted Ross2010-10-071-2/+2
* Add explicit node-type declaration for receivers.Ted Ross2010-10-071-4/+6
* QPID-2880: allow boolean values in method call map/list arguments.Kenneth Anthony Giusti2010-09-221-2/+15
* QMFv2 Additions:Ted Ross2010-09-2119-276/+1365
* QPID-2792 - QMF Clients in C++ following the ABI-stable pattern of the new me...Ted Ross2010-08-1228-0/+4365
* Bugfix: agent label in wrapped (python, ruby) qmf agent was not transmitted t...Ted Ross2010-07-221-2/+2
* QMF: add bindEvent api to allow filtering of unsolicted events.Kenneth Anthony Giusti2010-05-212-0/+32
* Support for multiple protocols in qpid::Url.Alan Conway2010-05-111-1/+1
* QMF: Agent now sends class indications for schema added after attachement com...Kenneth Anthony Giusti2010-04-301-5/+26
* QPID-2556: fix conversion of signed integers in maps and lists.Kenneth Anthony Giusti2010-04-271-5/+13
* QPID-2546: implement event support for ruby wrapper. Python pending...Kenneth Anthony Giusti2010-04-236-8/+45
* QPID-1904: Ensure that all timestamp uses are correctly relative to 1/1/1970 ...Andrew Stitcher2010-04-232-4/+4
* add support for QMF TYPE_LIST in engine, ruby and python wrappersKenneth Anthony Giusti2010-03-302-22/+158
* Removed unecessary include of Msg.h in Exception.hAndrew Stitcher2010-02-254-1/+7
* QPID-2328 - Applied patch from Ian MainTed Ross2010-02-121-0/+16
* QPID-2396: add assignment operator to ObjectId class.Kenneth Anthony Giusti2010-02-081-0/+10
* Added raise_event support to the Ruby and Python wrapped agent APIs.Ted Ross2010-01-136-10/+191
* Added handling of MAP values for the wrapped QMF interfaces.Ted Ross2010-01-052-5/+125
* QPID-2245 QMF protocol changes will make 0.6 incompatible with 0.5Ted Ross2009-12-113-6/+3
* QPID-2246 - QMF - Querying objects using a selector of type ObjectId yields i...Ted Ross2009-12-042-18/+49
* Fixed intermittent hang seen in Qmf interop tests.Ted Ross2009-12-021-1/+1
* QMF fixes:Ted Ross2009-11-031-1/+1
* Removed references to broker and agent bank from API, replaced with theTed Ross2009-10-231-0/+1
* QPID-2126 - Sync the python QMF bindings to the current Ruby QMF bindings imp...Ted Ross2009-10-201-0/+5
* Bug fix: Console sent get-requests (by objectId) to all agents, not just the ...Ted Ross2009-10-153-4/+19
* QMF Fixes in Ruby Console:Ted Ross2009-10-023-0/+8
* QMF Fixes:Ted Ross2009-10-022-3/+6
* QMF Engine updates:Ted Ross2009-09-2911-54/+200
* QMF updates:Ted Ross2009-09-2535-1494/+254