summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/management/ManagementBroker.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-1843 - Cleaned up the interface to the broker's internal management agent.Ted Ross2009-05-111-1161/+0
* Revert r758359 STATUS_INVALID_PARAMETER changes; breaks build. Reopen QPID-1737Stephen D. Huston2009-03-251-2/+2
* Apply patch to s/STATUS_INVALID_PARAMETER/STATUS_PARAMETER_INVALID/ to build ...Stephen D. Huston2009-03-251-2/+2
* QPID-1725: Revised some lock scopes in management and link registry to avoid ...Gordon Sim2009-03-111-0/+1
* Bugfix: This fixes a bug in the management agent where an explicit get-requestTed Ross2009-02-251-0/+6
* Added "uptime" to the management object for the broker.Ted Ross2009-02-251-1/+4
* Use special management ids for objects used in state transfer to new members....Gordon Sim2009-01-231-0/+14
* Removed BodyHolder: minor performance improvement, opens the way for more eff...Alan Conway2009-01-221-4/+3
* Management optimization: don't send (empty) statistic updates for objectTed Ross2008-12-081-6/+3
* QPID-1513 - Fix corner case where incompleted schema records areTed Ross2008-12-031-3/+5
* Fixed a performance regression caused by the management code.Ted Ross2008-12-011-3/+7
* Bug fixes for QMF:Ted Ross2008-11-261-20/+25
* Fixed several problems related to qmf update timestamps:Ted Ross2008-11-211-14/+11
* QPID-1476 - routing keys used for updates can't be used to discriminate by agentTed Ross2008-11-201-7/+5
* Updated qmf-agent API to allow user to specify uid, password, mechanism, and ...Ted Ross2008-11-131-11/+12
* QPID-1446 - A more efficient data structure for freeing management objects.Ted Ross2008-11-101-20/+17
* QPID-1446 - Fixed memory leak in management agent affecting broker.Ted Ross2008-11-101-2/+7
* Added bank numbers to the routing key of a QMF heartbeat message.Ted Ross2008-11-041-1/+1
* Resolved unused argument warnings from MSVCStephen D. Huston2008-10-301-8/+8
* Use a str16 instead of str8 for qmf method response textTed Ross2008-10-241-5/+5
* Refactored DeliveryRecord and delivery path to remove some redundant code.Gordon Sim2008-10-211-1/+0
* QPID-1360 - Scaling improvements for QMFTed Ross2008-10-151-15/+17
* Field Table API: changed the getInt() & getString() operationsAndrew Stitcher2008-10-131-1/+1
* QPID-1350 - Object reference following in the QMF console APITed Ross2008-10-101-12/+27
* QPID-1327 - Added optional severity override in the eventRaise methodTed Ross2008-10-091-1/+3
* QPID-1327 - Added severity field to events, cleaned up routing key usageTed Ross2008-10-081-6/+13
* QPID-1327 - Event support for ManagementTed Ross2008-10-071-137/+191
* QPID-1274 - Changed C++ namespace for generated management code. Improved ef...Ted Ross2008-09-151-7/+9
* QPID-1174 Replaced copies with references (bugfix)Ted Ross2008-09-031-2/+2
* QPID-1174 Updates to the management frameworkTed Ross2008-09-031-102/+220
* On broker shutdown, re-join the timer thread outside of a locked scope to pre...Ted Ross2008-08-071-15/+17
* Removed spurious printTed Ross2008-08-051-1/+0
* QPID-1174 - Clean up agent objects when the remote agent disconnectsTed Ross2008-08-011-19/+51
* Fixed for 64bit systemsGordon Sim2008-07-311-1/+1
* QPID-1174 - Management updates for remote agentsTed Ross2008-07-311-116/+60
* QPID-1170 - Provide a better factory for creation and deletion of the managem...Ted Ross2008-07-161-45/+64
* QPID-1174 Remote Management Agent for management of external componentsTed Ross2008-07-111-38/+163
* QPID-1170 - Remove boost dependency from management agent interfaceTed Ross2008-07-081-18/+31
* QPID-1160 - Per-thread counters in management API to avoid lockingTed Ross2008-06-301-5/+5
* Management cleanup - Synchronized with the spec on the WikiTed Ross2008-06-041-6/+6
* Management clean-up. Made the management broker more defensive with regard t...Ted Ross2008-06-041-23/+37
* QPID-1113 Management cleanup and performance enhancementsTed Ross2008-06-021-1/+1
* QPID-1073Ted Ross2008-05-191-2/+16
* QPID-1071Ted Ross2008-05-191-1/+1
* QPID-1065: Management messages may lost if client attach hits a small time wi...Nuno Santos2008-05-161-16/+29
* QPID-1061: Management heartbeat message from broker -- applied patch supplied...Nuno Santos2008-05-161-0/+12
* QPID-1050: Patch from Ted Ross:Gordon Sim2008-05-121-0/+746