summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker
Commit message (Expand)AuthorAgeFilesLines
* QPID-6118: Add qmf shutdown command to the brokerAlan Conway2014-09-262-1/+8
* QPID-6123: allow for change in engine API introduced in 0.8Gordon Sim2014-09-261-6/+24
* QPID-6112: Incoming QMF objects dont update transfers counterPavel Moravec2014-09-221-0/+1
* QPID-5590: handle unknown exchange type for topic policyGordon Sim2014-09-193-4/+29
* QPID-6087: QMF Session name to contain user ID for AMQP 0-10Pavel Moravec2014-09-121-1/+1
* QPID-6089: Need to register transports with the Url parser.Andrew Stitcher2014-09-091-0/+1
* QPID-6069: FreeBSD compilation problemsAndrew Stitcher2014-09-031-1/+1
* QPID-5855: Fix to JAVA Client Can not recieve message with qpid ha cluster.Alan Conway2014-08-291-2/+3
* QPID-6045: adjust the reported filter to make clear that wildcard subject fil...Gordon Sim2014-08-261-1/+3
* QPID-5855: JAVA Client Can not recieve message with qpid ha cluster "Session ...Alan Conway2014-08-226-20/+52
* NO-JIRA: remove redundant and confusing statement; the record is already mark...Gordon Sim2014-08-221-1/+0
* QPID-6021: fix compile error on windowsGordon Sim2014-08-212-3/+3
* QPID-6021: better batchingGordon Sim2014-08-204-68/+85
* QPID-6020: HA logging improvements - log prefix with status and ID.Alan Conway2014-08-191-1/+2
* QPID-6021: increase initial credit granted to producersGordon Sim2014-08-191-1/+1
* NO-JIRA: HA documentation improvements.Alan Conway2014-08-151-1/+1
* QPID-5999: Update selector syntax documentation to reflect the implementationAndrew Stitcher2014-08-141-18/+20
* NO-JIRA: Clean up excessive "notice" level log messages, add start-up/shut-do...Alan Conway2014-08-113-12/+24
* QPID-5966: HA mixing tx enqueue and non-tx dequeue leaves extra messages on b...Alan Conway2014-08-082-4/+16
* QPID-5973: HA cluster state may get stuck in recoveringAlan Conway2014-08-082-0/+4
* QPID-5948: prevent creation of durable topic backed by non-durable exchange; ...Gordon Sim2014-08-062-1/+7
* QPID-5942: qpid HA cluster may end-up in joining state after HA primary is ki...Alan Conway2014-07-313-3/+9
* [QPID-5929]: Mark deprecated QMF fields as Deprecated and do some relevant co...Pavel Moravec2014-07-299-65/+15
* QPID-4123: C++ Broker ACL creates too many rulesCharles E. Rolke2014-07-231-2/+2
* QPID-5815Michael Goulish2014-07-231-0/+5
* QPID-5910Michael Goulish2014-07-222-7/+18
* QPID-5850: Support for long session names (patch from Ernie Allen)Gordon Sim2014-07-163-3/+13
* QPID-4947: C++ Broker ACL restricts hosts from which users may connect.Charles E. Rolke2014-07-151-1/+1
* QPID-5890: Refactor AclModule.hCharles E. Rolke2014-07-111-437/+2
* NO-JIRA: Fix defects found by coverity.Alan Conway2014-07-071-2/+2
* QPID-5874: Treat all empty selectors sensiblyAndrew Stitcher2014-07-033-16/+12
* QPID-5806: Allow quoted syntax for non standard selector identifiersAndrew Stitcher2014-07-031-7/+8
* QPID-3921: Removed unused header includesAndrew Stitcher2014-07-022-2/+0
* QPID-3921: Refactored Broker::Options into its own independent classAndrew Stitcher2014-07-0119-119/+232
* QPID-5865: Be more robust in face of system clock being changed:Andrew Stitcher2014-07-013-6/+7
* [no JIRA]: mark flow-to-disk stats as deprecatedPavel Moravec2014-06-261-13/+13
* QPID-5849: set mechanism on management connection even if auth=noGordon Sim2014-06-251-0/+4
* QPID-5845: topic policy's auto delete delay should not be overridden by link ...Gordon Sim2014-06-251-2/+5
* QPID-5839: [C++ broker] Broker does not set lifetime-policy in AMQP1.0 attach...Pavel Moravec2014-06-241-1/+1
* QPID-5835: [C++ broker] Broker recovery forgets auto-delete flag on queues an...Pavel Moravec2014-06-212-10/+28
* NO-JIRA: Fix some MSVC warningsAndrew Stitcher2014-06-181-1/+1
* QPID-5817: [C++ broker] Improve ACL authorisation of QMF methods and queriesPavel Moravec2014-06-184-33/+112
* QPID-3921: Don't leak use qpid/Options.h header unnecessarily.Andrew Stitcher2014-06-124-2/+5
* NO-JIRA: Removed obsolete/unused store codeAndrew Stitcher2014-06-124-6/+0
* QPID-5807: Remove boost::program_options as a header file dependency of qpid/...Andrew Stitcher2014-06-111-1/+0
* QPID-5805: Disallow % and _ characters as escapes in selector LIKE expressionAndrew Stitcher2014-06-091-0/+3
* QPID-5804: Fix broken selector parsing of unary '+'Andrew Stitcher2014-06-091-1/+1
* QPID-5793: prevent leak due to concurrent bind and deleteGordon Sim2014-06-031-3/+13
* QPID-5793: prevent deadlock between timer and consumeGordon Sim2014-06-031-1/+3
* QPID-5783: Share immutable state EXTERNCharles E. Rolke2014-06-011-1/+1