summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/management
Commit message (Expand)AuthorAgeFilesLines
* Change remaining broker Timer clients to use the single broker TimerAndrew Stitcher2009-07-302-4/+4
* Change all broker users of broker::Timer to use sys::TimerAndrew Stitcher2009-07-302-4/+4
* Improved debug loggingTed Ross2009-07-171-1/+8
* Merge branch 'move_public_h_to_include' into trunkAlan Conway2009-07-154-352/+0
* Add directory to #includeAlan Conway2009-07-149-15/+15
* Reverted checkins 793119, 793120, 793121, 793122 because of problems with hea...Kim van der Riet2009-07-132-6/+6
* Change remaining broker Timer clients to use the single broker TimerAndrew Stitcher2009-07-102-4/+4
* Change all broker users of broker::Timer to use sys::TimerAndrew Stitcher2009-07-102-4/+4
* Added const to the Uuid constructor argument.Ted Ross2009-06-251-3/+3
* Added one missing trace logTed Ross2009-06-251-1/+2
* Added debug logs to the embedded broker agentTed Ross2009-06-251-8/+59
* QPID-1786 - Committed qmf patches from Bryan KearneyTed Ross2009-06-111-2/+17
* Added optimization for management updates sent from the broker.Ted Ross2009-05-211-34/+61
* from (aconway)... added facility to disable management methods.Ted Ross2009-05-152-0/+26
* Undo change from r774809.Alan Conway2009-05-152-22/+11
* Fix for unpredictable enqueues by timer-triggered management code in a cluster.Alan Conway2009-05-142-11/+22
* Suppress the return of deleted objects for synchronous management get request...Ted Ross2009-05-131-12/+16
* Cmake fixes:Andrew Stitcher2009-05-111-1/+1
* QPID-1843 - Cleaned up the interface to the broker's internal management agent.Ted Ross2009-05-116-141/+115
* Revert r758359 STATUS_INVALID_PARAMETER changes; breaks build. Reopen QPID-1737Stephen D. Huston2009-03-253-4/+4
* Apply patch to s/STATUS_INVALID_PARAMETER/STATUS_PARAMETER_INVALID/ to build ...Stephen D. Huston2009-03-253-4/+4
* Changes to build DLLs instead of static libs on Windows; primarily added deco...Stephen D. Huston2009-03-122-16/+18
* 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-252-1/+5
* Use special management ids for objects used in state transfer to new members....Gordon Sim2009-01-233-1/+63
* Removed BodyHolder: minor performance improvement, opens the way for more eff...Alan Conway2009-01-221-4/+3
* Added a general ConnectionSettings alternative for agent initialization.Ted Ross2008-12-181-3/+4
* Management optimization: don't send (empty) statistic updates for objectTed Ross2008-12-082-24/+22
* 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-012-9/+13
* Bug fixes for QMF:Ted Ross2008-11-261-20/+25
* Fixed several problems related to qmf update timestamps:Ted Ross2008-11-213-20/+19
* 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-133-22/+27
* 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
* Adjust namespace references to work with MSVCStephen D. Huston2008-10-301-9/+15
* 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-1366 - implementation of automatic anti-looping for federationTed Ross2008-10-161-0/+1
* QPID-1360 - Scaling improvements for QMFTed Ross2008-10-152-15/+27
* 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-103-15/+44
* QPID-1327 - Added optional severity override in the eventRaise methodTed Ross2008-10-093-2/+5
* QPID-1327 - Added severity field to events, cleaned up routing key usageTed Ross2008-10-081-6/+13
* Added serialize/deserialize for ObjectIdTed Ross2008-10-082-5/+46
* QPID-1327 - Event support for ManagementTed Ross2008-10-076-204/+321