summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/management/ManagementAgent.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-091-3/+3
* QPID-3132: Prevent threshold events triggering directly further threshold eventsGordon Sim2011-03-091-0/+2
* QPID-3015: cleanup and additional test of acl enforcementGordon Sim2011-02-231-1/+13
* QPID-3015: Added create and delete methods to management schema for brokerGordon Sim2011-02-181-0/+20
* QPID-3032 - Bug-fix: The broker management agent and the remote C++ agent har...Ted Ross2011-02-021-55/+82
* Bug 654872, QPID-3007: Batch management messages by count, not size.Alan Conway2011-01-201-12/+16
* QPID-2997: remove oid disambiguation, re-order mgmt object status updates.Kenneth Anthony Giusti2011-01-181-178/+225
* Originally, when the broker agent authorized a method call, if the message wa...Ted Ross2011-01-131-1/+6
* QPID-2982: Fix discrepancy in management object and deleted object counts.Alan Conway2011-01-131-131/+94
* QPID-2982: Improved cluster/management logging and automated test for log con...Alan Conway2011-01-071-74/+110
* Changes to QMFv2 formats to make the agents and consoles consistent:Ted Ross2011-01-061-8/+10
* Bug 662765 - Management broker ID should be the same for members of a cluster.Alan Conway2010-12-151-2/+2
* ManagementAgent.cpp: consistent logging of message lengths.Alan Conway2010-12-131-5/+5
* Defer update of managaement agent to end of update process.Alan Conway2010-12-081-17/+15
* bugfix in deleted obj import/export apiKenneth Anthony Giusti2010-12-021-2/+8
* Modified cluster_tests causes broker shut down with invalid-argument error.Alan Conway2010-12-011-9/+306
* Add missing call to Message::setTimestamp in ManagementAgent::sendBufferLH.Alan Conway2010-12-011-2/+3
* QPID-2957 - Management methods on the broker don't work on newly created objectsTed Ross2010-11-231-0/+4
* QPID-2934 Feature to pass the authenticated userId to QMF agent method handle...Ted Ross2010-11-091-4/+4
* QPID-2841: set the TTL in agent heartbeat messages.Kenneth Anthony Giusti2010-09-011-2/+8
* Fixed bug in setting of the app-id header (it was set in the application-head...Ted Ross2010-08-021-2/+18
* QPID-2782: update qmf console binding api.Kenneth Anthony Giusti2010-08-011-6/+23
* QPID-2754: fix management object database locking problem.Kenneth Anthony Giusti2010-07-221-109/+201
* QMF: add api to get agent id, and new object id constructor that uses agent id.Kenneth Anthony Giusti2010-07-081-0/+20
* Fix cluster broker crashes when management is active.Alan Conway2010-06-221-2/+19
* Cleaned up the storage of RemoteAgents in ManagementAgent.Ted Ross2010-06-091-16/+11
* QMF: provide event filter api for python consoleKenneth Anthony Giusti2010-05-201-11/+35
* Removed the logic in the broker's management agent that detected name collisi...Ted Ross2010-05-201-98/+15
* QMF: allow consoles to filter agent heartbeats based on agent identification.Kenneth Anthony Giusti2010-05-181-2/+13
* qmf: bugfix - remove parse of non-present supertype fieldKenneth Anthony Giusti2010-05-101-1/+1
* Fixed a logic error in the handling of QMFv2 get-by-class queries. When dele...Ted Ross2010-04-231-4/+3
* Code cleanup Ted Ross2010-04-231-22/+3
* Cluster management improvements:Ted Ross2010-04-231-204/+234
* QPID-1904: Ensure that all timestamp uses are correctly relative to 1/1/1970 ...Andrew Stitcher2010-04-231-7/+7
* QMF: correct the build of exception response messages.Kenneth Anthony Giusti2010-04-221-16/+30
* QMF: Add timestamps to generated V2 objectsKenneth Anthony Giusti2010-04-191-0/+5
* Fixed problems with the broker's QMFv2 mode:Ted Ross2010-04-161-12/+11
* Fix unreferenced local variable warnings.Stephen D. Huston2010-04-151-3/+3
* QPID-2507: drop the userLock before calling exchange->route()Kenneth Anthony Giusti2010-04-151-67/+83
* QPID-2489 - Added wrapped version of Mutex to isolate QMF-generated source fr...Ted Ross2010-04-091-21/+21
* verify broker UUID read from config fileKenneth Anthony Giusti2010-04-061-1/+5
* Merged the changes from the qmf-devel0.7a branch back to the trunk.Ted Ross2010-03-311-196/+1209
* QPID-2436: Fix cluster update of remote agents.Alan Conway2010-03-081-12/+20
* Added hooks in the broker for QMFv2 management of the broker.Ted Ross2010-03-081-3/+12
* Fix QPID-2435. This patch removes the "publishNow" feature from the broker a...Ted Ross2010-03-051-35/+20
* Don't generate debug snapshot messages unless debug logging enabled.Alan Conway2010-03-051-5/+5
* QMF Messages originated from the broker don't have a routing-key field in the...Ted Ross2010-02-161-0/+5
* Changes needed for QPID-2029 (Clustering and Management don't work well toget...Ted Ross2010-02-121-6/+73
* Synchronize management agent lists during cluster update.Alan Conway2010-02-051-24/+103
* Changes to management code generation:Ted Ross2010-02-031-0/+1