summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/management
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added hooks in the broker for QMFv2 management of the broker.Ted Ross2010-03-087-92/+233
* Fix QPID-2435. This patch removes the "publishNow" feature from the broker a...Ted Ross2010-03-052-39/+29
* Don't generate debug snapshot messages unless debug logging enabled.Alan Conway2010-03-052-6/+6
* 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