summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/agent
Commit message (Expand)AuthorAgeFilesLines
* Replaced the earlier-removed init function (in ManagementAgent.h) that usesTed Ross2010-05-252-4/+23
* QMF: allow consoles to filter agent heartbeats based on agent identification.Kenneth Anthony Giusti2010-05-181-3/+20
* Cluster management improvements:Ted Ross2010-04-231-1/+1
* QPID-1904: Ensure that all timestamp uses are correctly relative to 1/1/1970 ...Andrew Stitcher2010-04-231-3/+3
* QMF: Add timestamps to generated V2 objectsKenneth Anthony Giusti2010-04-191-0/+4
* Fixed problems with the broker's QMFv2 mode:Ted Ross2010-04-161-0/+2
* Tidy up unnecessary includes in ConnectionSettings and fix consequencesGordon Sim2010-04-141-1/+1
* QPID-2489 - Added wrapped version of Mutex to isolate QMF-generated source fr...Ted Ross2010-04-091-27/+27
* Merged the changes from the qmf-devel0.7a branch back to the trunk.Ted Ross2010-03-312-240/+475
* QPID-2477: cleanup from patch by Jan SarenikGordon Sim2010-03-311-1/+0
* Move ManagementAgent class statics to be file static to avoid exposing their ...Andrew Stitcher2010-03-261-4/+7
* QPID-1982 - Don't allocate more than one instance of a PipeHandle.Ted Ross2010-02-021-1/+2
* QPID-2251, QPID-1982 - Added alternative to non-portable FD notifier in the c...Ted Ross2010-01-292-14/+55
* QPID-2357 Broker boot sequence doesn't synchronize when clustered - patch fro...Alan Conway2010-01-281-0/+7
* QPID-2245 QMF protocol changes will make 0.6 incompatible with 0.5Ted Ross2009-12-111-2/+2
* QPID-2132: further fix from Ken Giusti.Gordon Sim2009-10-082-6/+15
* QPID-2132: Applied patch from Ken GiustiGordon Sim2009-10-082-19/+30
* Revisit fix for QPID-1737: (clash with Win32 symbol)Andrew Stitcher2009-09-011-2/+2
* Initialize the update interval to a reasonable valueTed Ross2009-08-141-1/+1
* Merge branch 'move_public_h_to_include' into trunkAlan Conway2009-07-152-196/+0
* Add directory to #includeAlan Conway2009-07-143-3/+3
* QPID-1786 - Committed qmf patches from Bryan KearneyTed Ross2009-06-111-2/+2
* QPID-1852 Removed thread unsafe code in LoggerAndrew Stitcher2009-05-121-1/+1
* Hack around the namespace pollution in QPID-1737Andrew Stitcher2009-05-051-1/+1
* Add portability support for QMF agent, thanks to Pete McKinnon - partially fi...Stephen D. Huston2009-05-044-30/+57
* Replace PF_LOCAL with PF_UNIX, since it seems to be equivalent, and the Manuel Teira Paz2009-03-051-1/+1
* Bugfix: This fixes a bug in the management agent where an explicit get-requestTed Ross2009-02-251-0/+6
* Added a general ConnectionSettings alternative for agent initialization.Ted Ross2008-12-183-8/+28
* Bounce the connection if an exception is caught on message_transfer.Ted Ross2008-12-171-0/+3
* Converted output to cout to proper QPID_LOG statements.Ted Ross2008-12-172-70/+32
* QPID-1540 - Added autoDelete and exclusive flags to queues declared by theTed Ross2008-12-161-1/+2
* Management optimization: don't send (empty) statistic updates for objectTed Ross2008-12-081-1/+1
* Minor fix: reuse assigned bank info when broker disconnects and reconnects.Ted Ross2008-12-031-0/+2
* Fixed a performance regression caused by the management code.Ted Ross2008-12-011-14/+15
* Bug fixes for QMF:Ted Ross2008-11-261-9/+11
* Fixed several problems related to qmf update timestamps:Ted Ross2008-11-211-15/+12
* Add proper cleanup of stored management objects during agent shutdown.Ted Ross2008-11-201-0/+14
* QPID-1476 - routing keys used for updates can't be used to discriminate by agentTed Ross2008-11-201-6/+19
* Added a second level of debug output for the qmf protocol exchange.Ted Ross2008-11-132-8/+63
* Updated qmf-agent API to allow user to specify uid, password, mechanism, and ...Ted Ross2008-11-133-37/+57
* QPID-1446 - A more efficient data structure for freeing management objects.Ted Ross2008-11-101-19/+17
* QPID-1446 - Fixed memory leak in management agent affecting broker.Ted Ross2008-11-102-4/+26
* QPID-1437 - Fixed qmf agent shutdownTed Ross2008-11-062-7/+49
* Added bank numbers to the routing key of a QMF heartbeat message.Ted Ross2008-11-041-3/+3
* Use a str16 instead of str8 for qmf method response textTed Ross2008-10-241-4/+4
* QPID-1360 - Scaling improvements for QMFTed Ross2008-10-151-28/+53
* QPID-1350 - Object reference following in the QMF console APITed Ross2008-10-101-7/+22
* QPID-1327 - Added optional severity override in the eventRaise methodTed Ross2008-10-093-3/+18
* QPID-1327 - Added severity field to events, cleaned up routing key usageTed Ross2008-10-081-5/+6
* QPID-1327 - Event support for ManagementTed Ross2008-10-073-129/+164