summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/SemanticState.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix build problems on rhel 5.2 and 64-bit encoding bug.Alan Conway2008-09-261-4/+2
* This adds the user_id checking described in QPID-943.Rajith Muditha Attapattu2008-09-251-1/+3
* Cluster replicates session command sequence state and consumers to newcomers.Alan Conway2008-09-241-0/+6
* Fixed error handling session-busy condition on broker.Alan Conway2008-09-221-0/+10
* Removed redundant code.Alan Conway2008-09-221-8/+0
* Clean up unused members/testsAlan Conway2008-09-191-1/+0
* QPID-1261: initial fix (this degrades performance for shared queues with more...Gordon Sim2008-09-091-3/+15
* - Added OutputTask::hasOutput() test.Alan Conway2008-08-061-0/+2
* - Add support for ACL on message transferCarl C. Trieloff2008-08-011-1/+3
* Removed dead code.Alan Conway2008-07-091-2/+0
* Bring cluster code up to date.Alan Conway2008-06-181-2/+1
* Moved from AccumulatedAck to SequenceSet in managing transactional acceptsGordon Sim2008-06-091-8/+3
* QPID-944: do no-local checking where requested when there is an exclusive sub...Gordon Sim2008-04-221-1/+2
* Handle the set-redelivered flag on the final version of the message.release c...Gordon Sim2008-04-091-1/+1
* Update to dtx inline with latest spec:Gordon Sim2008-03-261-1/+1
* - Refactored RefCounted class to avoid virtual inheritanceAndrew Stitcher2008-03-241-7/+10
* Altered management of delivery records to support separateion of completion (...Gordon Sim2008-03-071-2/+2
* Fixes to c++ broker:Gordon Sim2008-03-061-1/+1
* A further step to final 0-10 spec.Gordon Sim2008-03-031-5/+10
* Some refactoring of the 0-10 codepath (being migrated to final spec) that pri...Gordon Sim2008-02-251-4/+4
* Changes to threading: queues serialiser removed, io threads used to drive dis...Gordon Sim2007-11-291-20/+14
* Added qpid::InlineVector - std::vector with inline storage to avoidAlan Conway2007-11-161-1/+1
* Replaced shared_ptr with intrusive_ptr for qpid::Broker::Message.Alan Conway2007-11-141-5/+5
* - enable the ability to lazy load from async storeCarl C. Trieloff2007-11-081-1/+1
* Suspension of one xid on a channel should allow for work on other xids to be ...Gordon Sim2007-11-051-0/+2