summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qmf
Commit message (Expand)AuthorAgeFilesLines
* QPID-5865: Be more robust in face of system clock being changed:Andrew Stitcher2014-07-012-7/+7
* QPID-4940: Remove obsolete qmf codeAndrew Stitcher2013-07-2626-6363/+0
* Allows QMF to build on Windows; resolves QPID-4909.Stephen D. Huston2013-06-062-5/+5
* NO-JIRA: Make qmf/BrokerImportExport.h header publicAlan Conway2012-06-271-42/+0
* QPID-3004: Keep the code compatible with clang C++ compiler (and probably gcc...Andrew Stitcher2012-05-222-5/+5
* QPID-4005: Eliminate "using" especially "using namespace" from header fileAndrew Stitcher2012-05-184-46/+58
* NO-JIRA: Fix missing EXTERN declarations, broke windows build.Alan Conway2012-02-201-0/+42
* more fixes for compilation under fedora 18, new gccNuno Santos2012-02-171-1/+1
* QPID-3748 - Methods cannot be invoked when the agent is in external-storage modeTed Ross2012-01-112-17/+19
* NO-JIRA - Fixed the handling of functions with ignored return values.Ted Ross2011-11-221-2/+2
* QPID-3540 Typecasting and alignment requirements for various platformsCharles E. Rolke2011-10-142-11/+10
* QPID-3496 - Removes erroneous namespace usage.Ted Ross2011-09-202-2/+0
* QPID-3484 - Added missing constructor for EventNotifier, fixed initialization...Ted Ross2011-09-165-6/+34
* QPID-3484 - Fixed handling of unused return values to prevent compiler warnings.Ted Ross2011-09-141-2/+6
* QPID-3484 - QMF Main-Loop IntegrationTed Ross2011-09-139-130/+603
* QPID-3423 - Timing and Performance Improvements in QMF LibrariesTed Ross2011-08-153-24/+61
* QPID-3344 - Comparisons of const DataAddr objects are incorrectTed Ross2011-07-122-4/+6
* QPID-3275 - QMF Console asynchronous correlation-id should be scoped to the s...Ted Ross2011-07-124-25/+10
* NO-JIRA - Fixed uninitialized variables in qmf::ConsoleSession.Ted Ross2011-06-141-1/+1
* QPID-3284: Eliminated warnings from gcc 4.6 compilerAndrew Stitcher2011-06-071-4/+2
* 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