summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/agent
Commit message (Expand)AuthorAgeFilesLines
* QPID-2934 Feature to pass the authenticated userId to QMF agent method handle...Ted Ross2010-11-092-11/+16
* QPID-2888: qmf v2 agent will republish all data on broker reconnect.Kenneth Anthony Giusti2010-09-302-6/+10
* QPID-2859: Save the agent's name to the configuration file.Kenneth Anthony Giusti2010-09-152-20/+61
* Removed spurious commentTed Ross2010-09-151-1/+1
* Fixed a thread safety issue in which the managementObjects map was used in an...Ted Ross2010-09-142-55/+66
* Add heartbeat value to the simpler init() case. Applications that use this i...Ted Ross2010-09-071-0/+1
* QPID-2841: set the TTL in agent heartbeat messages.Kenneth Anthony Giusti2010-09-012-3/+14
* QPID-2791: batch up data indications and repliesKenneth Anthony Giusti2010-08-122-25/+47
* Fixed bug in setting of the app-id header (it was set in the application-head...Ted Ross2010-08-021-1/+1
* QPID-2782: update qmf console binding api.Kenneth Anthony Giusti2010-08-012-16/+49
* QMF: enable python console to pull schema info from agent.Kenneth Anthony Giusti2010-07-122-103/+138
* QMF: add api to get agent id, and new object id constructor that uses agent id.Kenneth Anthony Giusti2010-07-082-0/+17
* QPID-2716: QMF bugfix - set agent name in object idKenneth Anthony Giusti2010-07-021-0/+7
* Fixed a bug in which QMF error return codes were being sent back as 7 - Excep...Ted Ross2010-06-111-20/+12
* 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