summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/SemanticState.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Hack for no-local when used with jms topicsGordon Sim2007-10-231-0/+1
* Use shared pointers for consumers (held by queues and sessions) to prevent ha...Gordon Sim2007-10-171-6/+10
* Remove default queue concept which is no longer applicable in 0-10.Gordon Sim2007-10-151-4/+1
* Further fixes to locking between queue and semantic state to avoid deadlocking.Gordon Sim2007-10-121-0/+11
* Fixed recovery; unacked message records are now updated to hold the new comma...Gordon Sim2007-10-021-2/+1
* Split broker::Session into:Alan Conway2007-09-211-0/+184