summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qmf/AgentSession.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-5865: Be more robust in face of system clock being changed:Andrew Stitcher2014-07-011-6/+6
* Allows QMF to build on Windows; resolves QPID-4909.Stephen D. Huston2013-06-061-2/+2
* QPID-3004: Keep the code compatible with clang C++ compiler (and probably gcc...Andrew Stitcher2012-05-221-1/+1
* QPID-4005: Eliminate "using" especially "using namespace" from header fileAndrew Stitcher2012-05-181-4/+21
* QPID-3748 - Methods cannot be invoked when the agent is in external-storage modeTed Ross2012-01-111-16/+18
* QPID-3484 - Added missing constructor for EventNotifier, fixed initialization...Ted Ross2011-09-161-2/+14
* QPID-3484 - QMF Main-Loop IntegrationTed Ross2011-09-131-129/+38
* QPID-3423 - Timing and Performance Improvements in QMF LibrariesTed Ross2011-08-151-11/+30
* QPID-3046 - UpdatesTed Ross2011-03-031-1/+10
* QPID-3046 - Improved detail in trace log messages.Ted Ross2011-02-091-4/+4
* Added severity and timestamp fields to raised events.Ted Ross2011-02-031-6/+34
* QPID-3032 - Modifications to the QMFv2 implementation:Ted Ross2011-02-021-3/+39
* 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-111-4/+7
* Updates to the C++ implementation of QMFv2:Ted Ross2011-01-101-71/+119
* Fixed segfault when setting the agent filter on a closed session.Ted Ross2010-11-101-1/+1
* 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
* QMFv2 Additions:Ted Ross2010-09-211-124/+126
* QPID-2792 - QMF Clients in C++ following the ABI-stable pattern of the new me...Ted Ross2010-08-121-0/+944