summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/SemanticState.h
Commit message (Expand)AuthorAgeFilesLines
* 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