summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/SemanticState.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-5855: JAVA Client Can not recieve message with qpid ha cluster "Session ...Alan Conway2014-08-221-1/+3
* NO-JIRA: remove redundant and confusing statement; the record is already mark...Gordon Sim2014-08-221-1/+0
* [QPID-5929]: Mark deprecated QMF fields as Deprecated and do some relevant co...Pavel Moravec2014-07-291-1/+1
* QPID-3921: Refactored Broker::Options into its own independent classAndrew Stitcher2014-07-011-1/+1
* QPID-5783: Share immutable state between copies of a message. Avoid using mem...Gordon Sim2014-05-231-2/+0
* QPID-5667: C++ broker: QMF subscribe events are not raised with AMQP 1.0Alan Conway2014-04-071-4/+3
* QPID-5275: HA transactions failing in qpid-cluster-benchmarkAlan Conway2013-11-121-1/+1
* QPID-5284: ensure timestamp is added to the data that is persistedGordon Sim2013-11-011-1/+1
* QPID-5280: prevent bind/unbind of someone elses exclusive queueGordon Sim2013-10-311-2/+2
* QPID-5139: HA correct compile error on older C++ compilers.Alan Conway2013-10-301-6/+6
* QPID-5139: HA transactions block a thread, can deadlock the brokerAlan Conway2013-10-291-9/+26
* QPID-5139: Make TxBuffer inherit from AsyncCompletion.Alan Conway2013-10-291-1/+1
* QPID-4327: HA support for TX transactions - consistent use of QueueRegistry::getAlan Conway2013-09-091-3/+1
* QPID-5107: Trace queue&session deletion statistics show zero values for some ...Pavel Moravec2013-09-061-1/+3
* fixing QPID-5108Pavel Moravec2013-09-051-0/+3
* QPID-4327: Added TransactionObserver interface.Alan Conway2013-08-011-3/+4
* QPID-4976: support standard lifetime policiesGordon Sim2013-07-101-3/+0
* QPID-4712: authorisation for AMQP 1.0 connectionsGordon Sim2013-06-251-2/+2
* QPID-4905: Tidy up broker::ConnectionAndrew Stitcher2013-06-191-8/+9
* QPID-4348: HA Use independent sequence numbers for identifying messagesAlan Conway2013-06-171-1/+1
* QPID-4905: Tidy upAndrew Stitcher2013-06-041-3/+3
* QPID-4558: Change C++ Selector implementation to use registered valuesAndrew Stitcher2013-03-191-2/+2
* QPID-4558: Selectors for C++ brokerAndrew Stitcher2013-03-041-2/+5
* NO-JIRA: Removed unnecessary extra message filter checkAndrew Stitcher2013-02-141-1/+1
* NO-JIRA: QPID-3921: More Header file tidy upAndrew Stitcher2013-01-311-0/+1
* NO-JIRA: slim down some header file inclusionsAndrew Stitcher2013-01-041-29/+29
* NO-JIRA: Removed Broker.h from all unnecessary header filesAndrew Stitcher2012-12-211-0/+2
* QPID-4481: HA replication of propagated bindings can lead to incorrect config...Alan Conway2012-12-111-0/+67
* QPID-4449 - Reverted much of the original change and re-implemented the fix i...Ted Ross2012-11-301-3/+3
* QPID-4448: fix credit checking on 0-10 path when message is of 1.0 formatGordon Sim2012-11-211-3/+5
* QPID-4449 - Fixed the API in qpid::management::Manageable to remain backward ...Ted Ross2012-11-201-3/+3
* Bug 868364 - QPID-4391: HA replicating subscriptions should not auto-delete q...Alan Conway2012-10-241-2/+2
* QPID-4368: Allow pluggable protocol implementationsGordon Sim2012-10-191-3/+4
* MQPID-4286: QMF queries for HA replication take too long to process (Jason Di...Alan Conway2012-10-151-6/+5
* NO-JIRA: Removed now unused cluster specific ClusterSafe code.Andrew Stitcher2012-09-131-13/+0
* QPID-4178: broker refactoringGordon Sim2012-08-101-81/+49
* QPID-4075: Raise delete event for autodeleted queues alsoGordon Sim2012-06-221-2/+3
* QPID-4061 - Added statistic: Number of unacknowledged messages in a sessionTed Ross2012-06-131-0/+7
* QPID-3883: Using application headers in messages causes a very large slowdownAndrew Stitcher2012-03-051-2/+2
* QPID-3603: Merge new HA foundations.Alan Conway2012-02-171-10/+28
* QPID-3603: Merge SemanticState unsubscribe with cancel.Alan Conway2012-01-181-8/+5
* QPID-3652: Fix cluster authentication.Alan Conway2011-12-061-3/+1
* QPID-3629: Changed management of credit windowGordon Sim2011-11-231-43/+18
* QPID-3544: ACL denials while replicating exclusive queues to a newly joined n...Alan Conway2011-10-121-3/+2
* QPID-3417: C++ broker - support adding arrival timestamp to received messages.Kenneth Anthony Giusti2011-10-121-1/+1
* QPID-3543: correctly dequeue messages that are auto-acknowledged.Kenneth Anthony Giusti2011-10-111-1/+2
* QPID-3346: move message group feature into trunk.Kenneth Anthony Giusti2011-10-071-24/+42
* QPID-3488: Ensure that message-stop clears any outstanding credit 'window'Gordon Sim2011-09-151-2/+7
* QPID-3487: Ensure delivery records for cancelled subscriptions are correctly ...Gordon Sim2011-09-151-0/+4
* QPID-3384: Enable DTX transactions in a cluster.Alan Conway2011-08-251-3/+3