summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/SemanticState.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* This adds the user_id checking described in QPID-943.Rajith Muditha Attapattu2008-09-251-2/+14
* Corrected a careless mistake I made on an earlier commit.Gordon Sim2008-09-241-1/+1
* Removed redundant code.Alan Conway2008-09-221-14/+1
* Refactoring of queue/queue-policy:Gordon Sim2008-09-211-1/+1
* Cluster support for copying shared broker state to new members.Alan Conway2008-09-101-6/+7
* QPID-1261: initial fix (this degrades performance for shared queues with more...Gordon Sim2008-09-091-22/+53
* Patch from Gordon Sim to fix issues with hasOutput implementation.Alan Conway2008-08-071-2/+1
* - Added OutputTask::hasOutput() test.Alan Conway2008-08-061-0/+5
* - Add support for ACL on message transferCarl C. Trieloff2008-08-011-1/+9
* Only reduce count and size maintained for queue plicy when messages are actua...Gordon Sim2008-07-251-1/+1