summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/SemanticState.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-2324: Raise 404 on cancellation if no such subscription exists.Gordon Sim2011-02-251-2/+5
* QPID-3051: Ensure credit window is moved correctly even if it contains reject...Gordon Sim2011-02-211-2/+5
* Revert experimental cluster code, too close to 0.8 release.Alan Conway2010-10-271-1/+6
* Introduce broker::Cluster interface.Alan Conway2010-10-181-6/+1
* QPID-2688: ensure that unacked messages are requeued before autodeletion occu...Gordon Sim2010-06-221-9/+32
* QPID-2004: Now that connections are cleaned up on shutdown, some cluster safe...Gordon Sim2010-06-021-2/+0
* Use UnauthorizedAccessException for ACL violations rather than NotAllowedExce...Gordon Sim2010-05-061-1/+1
* Code cleanup Ted Ross2010-04-231-1/+1
* Fix for QPID-2470 - Broker does not honour flow-to-disk policy on recoveryKim van der Riet2010-04-131-2/+11
* Merged the changes from the qmf-devel0.7a branch back to the trunk.Ted Ross2010-03-311-1/+1
* QPID-2347: Signal deletion of queue to active subscribers via a resource-dele...Gordon Sim2010-01-221-1/+6
* Cluster-safe assertions.Alan Conway2010-01-201-1/+18
* Removed dead code: OutputTask::hasOutput and Queue::checkForMessages.Alan Conway2010-01-141-4/+0
* This further improves the fix made at rev 19819 in Qpid trunk for QPID-2175Rajith Muditha Attapattu2010-01-111-3/+4
* This is a fix for QPID-2290 and the proper fix for QPID-2175Rajith Muditha Attapattu2009-12-181-3/+4
* QPID-2089: Dequeue on acquire for accept mode NONEGordon Sim2009-12-151-1/+1
* expose less internals and some term clean up thanks to gsim's commentsCarl C. Trieloff2009-11-161-6/+5
* Add management subscription objectCarl C. Trieloff2009-11-131-3/+50
* Fixed: cluster udpate did not presever deliver-properties.exchange on messages.Alan Conway2009-10-051-10/+20
* QMF Engine updates:Ted Ross2009-09-291-1/+1
* Backed out a broker change that was unintentionally carried along in another ...Ted Ross2009-09-251-1/+1
* QMF updates:Ted Ross2009-09-251-1/+1
* Joint checkin from gsim, kpvdr, cctrieloff. See QPID-2102: Exceeding reject q...Kim van der Riet2009-09-221-0/+3
* Reversed checkin of r.813825 until its problems can be resolvedKim van der Riet2009-09-141-27/+27
* Joint checkin with cctrieloff. Refactor of exchange routing so that multi-que...Kim van der Riet2009-09-111-27/+27
* Optimized handling of accepts and completions.Alan Conway2009-08-121-15/+39
* Remove some unnecessary promotions of char* to std::string.Alan Conway2009-07-211-1/+3
* Add directory to #includeAlan Conway2009-07-141-11/+11
* Performance improvements in AggregateOutput and SemanticState.Alan Conway2009-06-161-28/+30
* ConsumerImpl optimization - use atomic value for queueHasMessages.Alan Conway2009-05-251-17/+8
* ConsumerImpl optimization - only dispatch on queue if we were notified of mes...Alan Conway2009-05-251-2/+18
* DeliveryRecord optimizations.Alan Conway2009-05-061-10/+10
* Remove useless qpid/shared_ptr.h wrapper.Alan Conway2009-05-061-2/+2
* Undo buggy commit 770802.Alan Conway2009-05-041-4/+4
* Replace std::list with std::deque for SemanticState::unacked - more efficient...Alan Conway2009-05-011-4/+4
* cluster: fix delivery-property.exchange-name set on updated messages.Alan Conway2009-03-051-12/+4
* Fix for bug in credit reallocation, along with test from rafaels@redhat.com t...Gordon Sim2009-02-251-2/+4
* QPID-1660: If selected consumer can't take a message, ensure others are notif...Gordon Sim2009-02-121-2/+12
* Cluster support for message time-to-live.Alan Conway2009-02-091-6/+5
* QPID-1567: added 'exactly-once' guarantee to asynchronous replication of queu...Gordon Sim2009-01-201-4/+8
* * QPID-1488: test that policy pointer is setGordon Sim2008-11-271-2/+3
* Cluster: replicate transaction state to newcomers.Alan Conway2008-11-051-1/+1
* Adjust ACL-related enums to avoid Windows macro clashes; fixes QPID-1368Stephen D. Huston2008-10-301-1/+1
* Revised transactional options to perftest as they could not be used on older ...Gordon Sim2008-10-241-14/+2
* Minor changes to provide access for cluster to replicate delivery records.Alan Conway2008-10-231-1/+1
* Refactored DeliveryRecord and delivery path to remove some redundant code.Gordon Sim2008-10-211-18/+12
* cluster: DumpClient updates consumer notifyEnabled and blocked.Alan Conway2008-10-201-0/+5
* Added missing message.subscribe arguments to SemanticState::ConsumerImpl for ...Alan Conway2008-10-161-10/+20
* c++ broker: Don't hold on to delivery records for accepted/released messages ...Gordon Sim2008-10-151-15/+1
* Handle ttl in messages transfers received by the broker 7 added test for itGordon Sim2008-10-101-4/+11