summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/management
Commit message (Expand)AuthorAgeFilesLines
* QPID-7306: Fix race conditions during Queue destruction.Alan Conway2016-06-223-5/+51
* QPID-7306: Conditional compile mismatch in broker and common libs.Alan Conway2016-06-222-10/+0
* QPID-6397: [C++ broker] segfault when processing QMF method during periodic p...Pavel Moravec2015-03-051-1/+3
* QPID-5865: Be more robust in face of system clock being changed:Andrew Stitcher2014-07-012-11/+11
* QPID-5817: [C++ broker] Improve ACL authorisation of QMF methods and queriesPavel Moravec2014-06-182-7/+41
* QPID-5748: [C++ broker] Make Queue::purgeExpired more efficient; remove Expi...Pavel Moravec2014-05-281-1/+1
* QPID-5783: Share immutable state between copies of a message. Avoid using mem...Gordon Sim2014-05-231-3/+3
* QPID-5301: support autodeleted exchangesGordon Sim2013-11-123-5/+5
* QPID-5150: further fixes for QMFv2 over AMQP 1.0; use content from converted ...Gordon Sim2013-09-251-9/+11
* QPID-5150: fixes for QMFv2 over AMQP 1.0Gordon Sim2013-09-202-8/+13
* QPID-4942: Only install include files that are used by the supported APIAndrew Stitcher2013-07-267-0/+714
* QPID-4712: authorisation for AMQP 1.0 connectionsGordon Sim2013-06-252-11/+27
* QPID-4905: Stopped broker::Broker needing to refer to broker::ConnectionAndrew Stitcher2013-06-192-25/+29
* QPID-4905: Tidy up broker::ConnectionAndrew Stitcher2013-06-192-13/+13
* QPID-4514: Clean up cluster code: Obsolete management import/export functions.Alan Conway2013-01-142-205/+0
* NO-JIRA: Removed Broker.h from all unnecessary header filesAndrew Stitcher2012-12-211-1/+2
* NO-JIRA: Removed Timer.h out of the chain of header files included by Broker.hAndrew Stitcher2012-12-212-25/+34
* QPID-4514: Remove obsolete cluster code: ManagementAgentAlan Conway2012-12-192-35/+0
* QPID-4514: Remove obsolete cluster code: ManagementAgent, Timer, docAlan Conway2012-12-192-16/+2
* QPID-4449 - Reverted much of the original change and re-implemented the fix i...Ted Ross2012-11-303-16/+6
* QPID-4449 - Fixed the API in qpid::management::Manageable to remain backward ...Ted Ross2012-11-203-6/+16
* QPID-4394: HA QMF events out of orderAlan Conway2012-11-012-32/+51
* MQPID-4286: QMF queries for HA replication take too long to process (Jason Di...Alan Conway2012-10-152-483/+445
* QPID-4178: Fix valgrind errors: prevent circular reference in messages, preve...Gordon Sim2012-08-131-1/+2
* QPID-4178: broker refactoringGordon Sim2012-08-103-36/+39
* QPID-4005: Eliminate "using" especially "using namespace" from header fileAndrew Stitcher2012-05-162-5/+5
* QPID-4004: Cruft in qpid::framing::Buffer class should be removedAndrew Stitcher2012-05-162-11/+9
* QPID-3921: C++ header files need tidyupAndrew Stitcher2012-03-282-1/+1
* QPID-3915: Add missing newlinesJustin Ross2012-03-261-0/+1
* NO-JIRA: Added newlines to the end of some filesAndrew Stitcher2012-03-231-1/+1
* QPID-2082: Put all of the C++ code in the source tree into a namespaceAndrew Stitcher2012-03-201-6/+4
* QPID-3883: Using application headers in messages causes a very large slowdownAndrew Stitcher2012-03-055-16/+12
* QPID-3871 - Added --mgmt-publish switch to the C++ brokerTed Ross2012-02-292-20/+48
* QPID-3824 - Additional queue statistics, posix memory statistics, and broker-...Ted Ross2012-02-092-1/+18
* QPID-3666: replace both the index and the value when updating duplicate objectsKenneth Anthony Giusti2011-12-071-1/+5
* QPID-3648: fix cleanup of remote agent on broker shutdown.Kenneth Anthony Giusti2011-11-291-0/+4
* QPID-3417: C++ broker - support adding arrival timestamp to received messages.Kenneth Anthony Giusti2011-10-121-1/+1
* QPID-702656 Patch from Gordon Sim plus tests which detect the condition being...Kim van der Riet2011-07-191-1/+1
* QPID-3335: remove stale type conversion codeKenneth Anthony Giusti2011-07-012-194/+2
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-091-3/+3
* QPID-3132: Prevent threshold events triggering directly further threshold eventsGordon Sim2011-03-091-0/+2
* QPID-3015: cleanup and additional test of acl enforcementGordon Sim2011-02-231-1/+13
* QPID-3015: Added create and delete methods to management schema for brokerGordon Sim2011-02-182-1/+26
* QPID-3032 - Bug-fix: The broker management agent and the remote C++ agent har...Ted Ross2011-02-022-61/+99
* Bug 654872, QPID-3007: Batch management messages by count, not size.Alan Conway2011-01-202-13/+19
* QPID-2997: remove oid disambiguation, re-order mgmt object status updates.Kenneth Anthony Giusti2011-01-183-185/+232
* Originally, when the broker agent authorized a method call, if the message wa...Ted Ross2011-01-131-1/+6
* QPID-2982: Fix discrepancy in management object and deleted object counts.Alan Conway2011-01-132-132/+98
* QPID-2982: Improved cluster/management logging and automated test for log con...Alan Conway2011-01-072-74/+111
* Changes to QMFv2 formats to make the agents and consoles consistent:Ted Ross2011-01-061-8/+10