summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/SemanticState.h
Commit message (Expand)AuthorAgeFilesLines
* QPID-5667: C++ broker: QMF subscribe events are not raised with AMQP 1.0Alan Conway2014-04-071-2/+0
* QPID-5275: HA transactions failing in qpid-cluster-benchmarkAlan Conway2013-11-121-1/+3
* QPID-5139: Make TxBuffer inherit from AsyncCompletion.Alan Conway2013-10-291-7/+7
* QPID-4558: Selectors for C++ brokerAndrew Stitcher2013-03-041-0/+3
* NO-JIRA: slim down some header file inclusionsAndrew Stitcher2013-01-041-98/+102
* QPID-4514: Remove obsolete cluster code: Queue, Semanticstate, SessionHandlerAlan Conway2012-12-191-5/+0
* QPID-4481: HA replication of propagated bindings can lead to incorrect config...Alan Conway2012-12-111-0/+12
* QPID-4449 - Reverted much of the original change and re-implemented the fix i...Ted Ross2012-11-301-1/+1
* QPID-4449 - Fixed the API in qpid::management::Manageable to remain backward ...Ted Ross2012-11-201-1/+1
* QPID-4368: Allow pluggable protocol implementationsGordon Sim2012-10-191-0/+2
* MQPID-4286: QMF queries for HA replication take too long to process (Jason Di...Alan Conway2012-10-151-2/+2
* QPID-4178: broker refactoringGordon Sim2012-08-101-24/+26
* QPID-4075: Raise delete event for autodeleted queues alsoGordon Sim2012-06-221-0/+2
* QPID-4082: cluster de-sync after broker restart & queue replicationAlan Conway2012-06-211-0/+2
* QPID-3799 Acl update. Merge from branches/QPID-3799-aclCharles E. Rolke2012-03-011-1/+0
* NO-JIRA: Fix missing EXTERN declarations, broke windows build.Alan Conway2012-02-201-29/+35
* QPID-3603: Merge new HA foundations.Alan Conway2012-02-171-5/+14
* QPID-3603: Merge SemanticState unsubscribe with cancel.Alan Conway2012-01-181-1/+1
* QPID-3652: Fix cluster authentication.Alan Conway2011-12-061-2/+0
* QPID-3629: Changed management of credit windowGordon Sim2011-11-231-7/+4
* QPID-3544: ACL denials while replicating exclusive queues to a newly joined n...Alan Conway2011-10-121-1/+0
* QPID-3346: move message group feature into trunk.Kenneth Anthony Giusti2011-10-071-5/+6
* QPID-3488: Ensure that message-stop clears any outstanding credit 'window'Gordon Sim2011-09-151-0/+1
* QPID-3384: DTX transactions - replicate suspended transactions.Alan Conway2011-08-301-1/+5
* QPID-3384: Enable DTX transactions in a cluster.Alan Conway2011-08-251-11/+13
* QPID-2324: Raise 404 on cancellation if no such subscription exists.Gordon Sim2011-02-251-1/+1
* Code cleanup in broker directory.Alan Conway2010-10-141-13/+14
* Added comment on AMQP version independence.Jonathan Robie2010-07-281-1/+2
* Improved doxygen documentation of SessionState.Jonathan Robie2010-07-281-2/+11
* QPID-2688: ensure that unacked messages are requeued before autodeletion occu...Gordon Sim2010-06-221-0/+4
* Removed dead code: OutputTask::hasOutput and Queue::checkForMessages.Alan Conway2010-01-141-1/+0
* This further improves the fix made at rev 19819 in Qpid trunk for QPID-2175Rajith Muditha Attapattu2010-01-111-1/+2
* This is a fix for QPID-2290 and the proper fix for QPID-2175Rajith Muditha Attapattu2009-12-181-0/+1
* Add management subscription objectCarl C. Trieloff2009-11-131-1/+7
* Fixed: cluster udpate did not presever deliver-properties.exchange on messages.Alan Conway2009-10-051-0/+2
* Optimized handling of accepts and completions.Alan Conway2009-08-121-3/+2
* Add directory to #includeAlan Conway2009-07-141-9/+9
* Performance improvements in AggregateOutput and SemanticState.Alan Conway2009-06-161-14/+10
* ConsumerImpl optimization - use atomic value for queueHasMessages.Alan Conway2009-05-251-2/+3
* ConsumerImpl optimization - only dispatch on queue if we were notified of mes...Alan Conway2009-05-251-0/+3
* DeliveryRecord optimizations.Alan Conway2009-05-061-1/+1
* Remove useless qpid/shared_ptr.h wrapper.Alan Conway2009-05-061-1/+0
* QPID-1660: If selected consumer can't take a message, ensure others are notif...Gordon Sim2009-02-121-0/+1
* QPID-1567: added 'exactly-once' guarantee to asynchronous replication of queu...Gordon Sim2009-01-201-1/+3
* Cluster: replicate transaction state to newcomers.Alan Conway2008-11-051-3/+6
* Minor changes to provide access for cluster to replicate delivery records.Alan Conway2008-10-231-4/+8
* Refactored DeliveryRecord and delivery path to remove some redundant code.Gordon Sim2008-10-211-11/+6
* cluster: DumpClient updates consumer notifyEnabled and blocked.Alan Conway2008-10-201-2/+6
* Added missing message.subscribe arguments to SemanticState::ConsumerImpl for ...Alan Conway2008-10-161-2/+13
* c++ broker: Don't hold on to delivery records for accepted/released messages ...Gordon Sim2008-10-151-1/+0