summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/SessionAdapter.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-3921: Refactored Broker::Options into its own independent classAndrew Stitcher2014-07-011-2/+2
* QPID-5560: HA tests do not use AMQP 1.0Alan Conway2014-04-071-2/+0
* QPID-5667: C++ broker: QMF subscribe events are not raised with AMQP 1.0Alan Conway2014-04-071-18/+1
* QPID-5531: [C++ broker] Set timeout for every DTX transactionPavel Moravec2014-02-051-0/+2
* QPID-5275: HA transactions failing in qpid-cluster-benchmarkAlan Conway2013-11-121-4/+5
* QPID-5301: support autodeleted exchangesGordon Sim2013-11-121-4/+5
* QPID-5280: prevent bind/unbind of someone elses exclusive queueGordon Sim2013-10-311-2/+2
* QPID-4327: HA support for TX transactions - consistent use of QueueRegistry::getAlan Conway2013-09-091-3/+1
* QPID-4976: support standard lifetime policiesGordon Sim2013-07-101-3/+0
* QPID-4712: authorisation for AMQP 1.0 connectionsGordon Sim2013-06-251-14/+14
* QPID-4905: Stopped broker::Broker needing to refer to broker::ConnectionAndrew Stitcher2013-06-191-1/+1
* QPID-4555: HA Replace QueueSettings::declaredExclusive with isTemporary.Alan Conway2013-02-081-1/+2
* QPID-4555: HA Add QueueSettings::declaredExclusive for exclusive queues.Alan Conway2013-02-071-0/+1
* NO-JIRA: Removed Broker.h from all unnecessary header filesAndrew Stitcher2012-12-211-0/+2
* NO-JIRA: Removed Timer.h out of the chain of header files included by Broker.hAndrew Stitcher2012-12-211-0/+1
* QPID-4481: HA replication of propagated bindings can lead to incorrect config...Alan Conway2012-12-111-0/+2
* QPID-4428: HA add UUID tag to avoid using an out of date queue/exchange.Alan Conway2012-11-141-11/+0
* QPID-4394: HA QMF events out of orderAlan Conway2012-11-011-5/+0
* Jira QPID-4142Michael Goulish2012-09-101-0/+5
* QPID-4178: broker refactoringGordon Sim2012-08-101-5/+10
* QPID-4079 log entries track managed object life cyclesCharles E. Rolke2012-07-131-0/+23
* QPID-4075: Raise delete event for autodeleted queues alsoGordon Sim2012-06-221-2/+5
* QPID-4005: Eliminate "using" especially "using namespace" from header fileAndrew Stitcher2012-05-161-0/+2
* QPID-3964: Enforce 'access' premission rather than 'create' for passive decla...Gordon Sim2012-04-201-16/+4
* QPID-3950: Allow browsing of queues with exclusive subscriptionsAlan Conway2012-04-171-0/+1
* QPID-3942: embed xid struct in more readable form into error messages or log ...Gordon Sim2012-04-101-17/+10
* QPID-3921: C++ header files need tidyupAndrew Stitcher2012-03-281-1/+2
* QPID-3603: Merge new HA foundations.Alan Conway2012-02-171-2/+2
* QPID-3603: Fix spurious "exchange not found" error and debug messages.Alan Conway2012-01-181-50/+45
* QPID-2630: ensure that exclusive, auto-deleted queues are freed up on early d...Gordon Sim2011-03-011-4/+4
* QPID-2324: Raise 404 on cancellation if no such subscription exists.Gordon Sim2011-02-251-1/+3
* QPID-2326: correct exception code for unknown exchange typeGordon Sim2011-02-251-1/+1
* QPID-2935: merge producer flow control (C++ broker).Kenneth Anthony Giusti2011-02-191-1/+7
* QPID-3015: Added create and delete methods to management schema for brokerGordon Sim2011-02-181-178/+100
* Reverts r1068042.Jonathan Robie2011-02-081-58/+50
* Ensures that messages acquired, but not acked, are released before a queue is...Jonathan Robie2011-02-071-50/+58
* Fix for RHBZ656385: "Data store can become corrupt with small store file size...Kim van der Riet2011-01-281-1/+2
* Allows browsing of exclusive queues held by another session. Jonathan Robie2010-10-041-1/+2
* Use UnauthorizedAccessException for ACL violations rather than NotAllowedExce...Gordon Sim2010-05-061-11/+11
* Merged the changes from the qmf-devel0.7a branch back to the trunk.Ted Ross2010-03-311-4/+5
* QPID-2347: Signal deletion of queue to active subscribers via a resource-dele...Gordon Sim2010-01-221-0/+1
* In exchange-bound, set queue-not-found correctly even if exchange is not found.Gordon Sim2009-11-191-1/+1
* Fix for QPID-2171 "No checks made for reserved exchange names "amq.*" and "qp...Kim van der Riet2009-10-291-2/+2
* Fixed lack of checking for reserved exchange names that start with "amq." acc...Kim van der Riet2009-10-281-0/+3
* Fixed problem where broker does not persist the alternate exchange setting to...Kim van der Riet2009-10-281-3/+3
* This is related to QPID-2108Rajith Muditha Attapattu2009-09-291-2/+2
* I have applied the patch attached to QPID-2108 from Tim Platten with a few mo...Rajith Muditha Attapattu2009-09-291-2/+5
* This commit contains the followingRajith Muditha Attapattu2009-09-111-7/+11
* QPID-2080 - crash when attempting to modify an exchange's alternateTed Ross2009-09-041-2/+4
* Optimized handling of accepts and completions.Alan Conway2009-08-121-5/+2