summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/management
Commit message (Expand)AuthorAgeFilesLines
* 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-123-11/+99
* Synchronize management agent lists during cluster update.Alan Conway2010-02-052-28/+121
* Added encode/decode/encodedSize methods for management objects.Ted Ross2010-02-041-2/+13
* Changes to management code generation:Ted Ross2010-02-032-0/+16
* Replace PeriodicTimer with ClusterTimer, which inherits from Timer.Alan Conway2010-01-292-7/+36
* QPID-2357 Broker boot sequence doesn't synchronize when clustered - patch fro...Alan Conway2010-01-281-0/+7
* Added PeriodicTimer interface for periodic tasks that need cluster synchroniz...Alan Conway2010-01-272-24/+7
* Explicitly name qpid::framing::Buffer instead of framing::Buffer; resolves co...Stephen D. Huston2010-01-121-5/+5
* Fix broker crash "confirmed N but only sent M" with managed agents running.Alan Conway2010-01-112-19/+97
* QPID-2245 QMF protocol changes will make 0.6 incompatible with 0.5Ted Ross2009-12-111-3/+3
* QMF fixes:Ted Ross2009-11-032-3/+34
* Added immediate-publish for new connections and agents. This solves a race c...Ted Ross2009-10-222-34/+52
* Revisit fix for QPID-1737: (clash with Win32 symbol)Andrew Stitcher2009-09-012-3/+3
* 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