summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/management
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-182-1/+26
* QPID-3032 - Bug-fix: The broker management agent and the remote C++ agent har...Ted Ross2011-02-022-61/+99
* Bug 654872, QPID-3007: Batch management messages by count, not size.Alan Conway2011-01-202-13/+19
* QPID-2997: remove oid disambiguation, re-order mgmt object status updates.Kenneth Anthony Giusti2011-01-183-185/+232
* 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-132-132/+98
* QPID-2982: Improved cluster/management logging and automated test for log con...Alan Conway2011-01-072-74/+111
* 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-152-5/+6
* 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-012-9/+347
* 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-092-4/+9
* Code cleanup in broker directory.Alan Conway2010-10-142-7/+7
* QPID-2841: set the TTL in agent heartbeat messages.Kenneth Anthony Giusti2010-09-012-3/+10
* 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-012-6/+24
* QPID-2754: fix management object database locking problem.Kenneth Anthony Giusti2010-07-223-112/+208
* QMF: add api to get agent id, and new object id constructor that uses agent id.Kenneth Anthony Giusti2010-07-082-0/+23
* 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-092-21/+12
* Replaced the earlier-removed init function (in ManagementAgent.h) that usesTed Ross2010-05-251-0/+40
* QMF: provide event filter api for python consoleKenneth Anthony Giusti2010-05-202-11/+37
* Removed the logic in the broker's management agent that detected name collisi...Ted Ross2010-05-203-115/+36
* 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-233-73/+6
* Cluster management improvements:Ted Ross2010-04-235-223/+260
* QPID-1904: Ensure that all timestamp uses are correctly relative to 1/1/1970 ...Andrew Stitcher2010-04-232-8/+8
* QMF: correct the build of exception response messages.Kenneth Anthony Giusti2010-04-221-16/+30
* QMF: fix object name separator, use native bool typeKenneth Anthony Giusti2010-04-201-1/+1
* QMF: Add timestamps to generated V2 objectsKenneth Anthony Giusti2010-04-192-23/+28
* 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-152-77/+94
* Remove final vestiges of old client API references from messaging and agent h...Andrew Stitcher2010-04-141-0/+18
* Added missing newline at end of the fileTed Ross2010-04-121-1/+1
* Small fixes to get recent management changes to compile under Visual Studio/W...Andrew Stitcher2010-04-091-1/+4
* QPID-2489 - Added wrapped version of Mutex to isolate QMF-generated source fr...Ted Ross2010-04-093-22/+51
* QPID-2489 - Remove references to boost:: and qpid::framing:: from QMF-generat...Ted Ross2010-04-091-0/+103
* 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-315-256/+1451
* QPID-2436: Fix cluster update of remote agents.Alan Conway2010-03-081-12/+20