summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/SemanticState.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moved from AccumulatedAck to SequenceSet in managing transactional acceptsGordon Sim2008-06-091-60/+3
* Change to lazy-loading to avoid relying on the content-size to be set by client.Gordon Sim2008-06-041-0/+3
* Better exception handling for commit.Gordon Sim2008-06-031-0/+2
* QPID-1095: another error code correctionGordon Sim2008-05-281-1/+1
* Fixes to binding of member functions as raised on qpid list by Manuel Teira.Gordon Sim2008-05-281-11/+10
* QPID-1042: ensure delievery record is kept where accept_mode=not-required, ac...Gordon Sim2008-05-091-1/+1
* Generate c++ code from final 0-10 specGordon Sim2008-04-241-9/+4
* QPID-944: do no-local checking where requested when there is an exclusive sub...Gordon Sim2008-04-221-0/+5
* Better workaround for boost::ptr_map incompatibility between boost 1.33 and 1...Alan Conway2008-04-211-6/+6
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-201-4/+5
* Handle the set-redelivered flag on the final version of the message.release c...Gordon Sim2008-04-091-2/+2
* Update to dtx inline with latest spec:Gordon Sim2008-03-261-5/+18
* Fix compile errors/warnings with gcc 4.3Alan Conway2008-03-251-1/+2
* - Refactored RefCounted class to avoid virtual inheritanceAndrew Stitcher2008-03-241-0/+1
* Altered management of delivery records to support separateion of completion (...Gordon Sim2008-03-071-10/+14
* Fixes to c++ broker:Gordon Sim2008-03-061-3/+3
* Fix message delivery for 0-10 final codepathGordon Sim2008-03-061-2/+8
* A further step to final 0-10 spec.Gordon Sim2008-03-031-4/+33
* Use sessions reference to broker rather than connections in semantic state as...Gordon Sim2008-02-261-3/+3
* Some refactoring of the 0-10 codepath (being migrated to final spec) that pri...Gordon Sim2008-02-251-18/+13
* Set the exchange field in delivery properties on the broker.Gordon Sim2008-01-171-0/+1
* Further use of get_pointer function to mask differences between boost versions.Gordon Sim2007-12-071-3/+3
* Changed to use the get_pointer function for compatability with boost 1.33 and...Gordon Sim2007-12-071-2/+4
* Changes to threading: queues serialiser removed, io threads used to drive dis...Gordon Sim2007-11-291-89/+72
* 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
* - removed debugCarl C. Trieloff2007-11-121-1/+0
* - fix for dequeue window mode, no ack. (needs to record and dequeue)Carl C. Trieloff2007-11-121-2/+3
* - enable the ability to lazy load from async storeCarl C. Trieloff2007-11-081-3/+3
* Exception handling for dispatch functorGordon Sim2007-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/+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