summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/SemanticState.cpp
Commit message (Expand)AuthorAgeFilesLines
* Suspension of one xid on a channel should allow for work on other xids to be ...Gordon Sim2007-11-051-0/+13
* Check that session is attached before accepting delivery from queue (note fur...Gordon Sim2007-10-291-0/+4
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-261-12/+15
* Hack for no-local when used with jms topicsGordon Sim2007-10-231-0/+8
* Fix for QPID-644Gordon Sim2007-10-181-1/+1
* Use shared pointers for consumers (held by queues and sessions) to prevent ha...Gordon Sim2007-10-171-44/+49
* * Revised allocation algorithm to ensure all consumers are given the opportun...Gordon Sim2007-10-161-5/+10
* Locking for updates to subscriber credit. Revised log statements to reduce no...Gordon Sim2007-10-151-8/+18
* Remove default queue concept which is no longer applicable in 0-10.Gordon Sim2007-10-151-6/+2
* Further fixes to locking between queue and semantic state to avoid deadlocking.Gordon Sim2007-10-121-36/+51
* Exclusive no longer implies auto-delete on queue.declare.Gordon Sim2007-10-111-1/+1
* Fixed compile error.Alan Conway2007-10-091-1/+1
* Added some debug logs to indicate credit levels and verify if a message is en...Rajith Muditha Attapattu2007-10-091-0/+5
* Don't recover messages for cancelled subscriptions.Gordon Sim2007-10-051-1/+7
* Fix (and refactor) processing of ranges in message handler.Gordon Sim2007-10-041-1/+5
* Fixed recovery; unacked message records are now updated to hold the new comma...Gordon Sim2007-10-021-13/+9
* Renamed the following files for consistency:Alan Conway2007-09-251-1/+1
* Split broker::Session into:Alan Conway2007-09-211-0/+591