summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/SemanticState.cpp
Commit message (Expand)AuthorAgeFilesLines
* cluster: fix delivery-property.exchange-name set on updated messages.Alan Conway2009-03-051-12/+4
* Fix for bug in credit reallocation, along with test from rafaels@redhat.com t...Gordon Sim2009-02-251-2/+4
* QPID-1660: If selected consumer can't take a message, ensure others are notif...Gordon Sim2009-02-121-2/+12
* Cluster support for message time-to-live.Alan Conway2009-02-091-6/+5
* QPID-1567: added 'exactly-once' guarantee to asynchronous replication of queu...Gordon Sim2009-01-201-4/+8
* * QPID-1488: test that policy pointer is setGordon Sim2008-11-271-2/+3
* Cluster: replicate transaction state to newcomers.Alan Conway2008-11-051-1/+1
* Adjust ACL-related enums to avoid Windows macro clashes; fixes QPID-1368Stephen D. Huston2008-10-301-1/+1
* Revised transactional options to perftest as they could not be used on older ...Gordon Sim2008-10-241-14/+2
* Minor changes to provide access for cluster to replicate delivery records.Alan Conway2008-10-231-1/+1
* Refactored DeliveryRecord and delivery path to remove some redundant code.Gordon Sim2008-10-211-18/+12
* cluster: DumpClient updates consumer notifyEnabled and blocked.Alan Conway2008-10-201-0/+5
* Added missing message.subscribe arguments to SemanticState::ConsumerImpl for ...Alan Conway2008-10-161-10/+20
* c++ broker: Don't hold on to delivery records for accepted/released messages ...Gordon Sim2008-10-151-15/+1
* Handle ttl in messages transfers received by the broker 7 added test for itGordon Sim2008-10-101-4/+11
* This adds the user_id checking described in QPID-943.Rajith Muditha Attapattu2008-09-251-2/+14
* Corrected a careless mistake I made on an earlier commit.Gordon Sim2008-09-241-1/+1
* Removed redundant code.Alan Conway2008-09-221-14/+1
* Refactoring of queue/queue-policy:Gordon Sim2008-09-211-1/+1
* Cluster support for copying shared broker state to new members.Alan Conway2008-09-101-6/+7
* QPID-1261: initial fix (this degrades performance for shared queues with more...Gordon Sim2008-09-091-22/+53
* Patch from Gordon Sim to fix issues with hasOutput implementation.Alan Conway2008-08-071-2/+1
* - Added OutputTask::hasOutput() test.Alan Conway2008-08-061-0/+5
* - Add support for ACL on message transferCarl C. Trieloff2008-08-011-1/+9
* Only reduce count and size maintained for queue plicy when messages are actua...Gordon Sim2008-07-251-1/+1
* Enable dequeue for prototype clusterAlan Conway2008-07-171-3/+7
* Removed dead code.Alan Conway2008-07-091-13/+1
* Bring cluster code up to date.Alan Conway2008-06-181-1/+0
* 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