summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/SubscriptionManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-2548: applied patch from francesco emmiGordon Sim2010-04-261-0/+4
* Add directory to #includeAlan Conway2009-07-141-3/+3
* Add missing ctor initializer.Alan Conway2009-05-041-1/+1
* Applied PIMPL pattern to SubscriptionManager.Alan Conway2009-05-041-94/+35
* Apply PIMPL pattern to qpid::client::LocalQueueAlan Conway2009-05-011-3/+6
* Minor fixes. Alan Conway2009-02-171-2/+6
* Fixed bug in setFlowControl - was recursively calling self.Alan Conway2009-02-171-0/+8
* QPID-1613: Ensure that the rule registered with the demuxer for LocalQueue su...Gordon Sim2009-01-231-3/+9
* SubscriptionManager and Dispatcher were missing wait() methods meaning that i...Gordon Sim2008-11-061-0/+5
* Added ability to release messages through the Subscription class (+test)Gordon Sim2008-11-051-0/+3
* Added return Message overload of SubscriptionManager get().Alan Conway2008-10-311-0/+7
* client::SubscriptionManager::findSubscription() throws if not found.Alan Conway2008-10-271-2/+4
* Change 'at' to 'find' to build with older g++ and with MSVCStephen D. Huston2008-10-261-1/+2
* Client API change: Centralize access to subscription status, better control o...Alan Conway2008-10-251-65/+29
* QPID-1340 froM Mick Goulish: preliminary client-side failover support.Alan Conway2008-10-101-0/+6
* src/qpid/client/SubscriptionManager.cpp: added start().Alan Conway2008-09-051-0/+6
* Fixed bug in SubscriptionManager::get() where flush was issued before waiting...Gordon Sim2008-07-251-1/+4
* Added timeout to SubscriptionManager::get(), LocalQueue::get() and BlockingQu...Alan Conway2008-07-011-3/+6
* Additions to the client API:Alan Conway2008-06-251-8/+34
* Tighten up sync-correctness in SubscriptionManager & Dispatcher.Alan Conway2008-05-271-5/+6
* Changes to Session API:Alan Conway2008-05-261-11/+11
* QPID-920: send message-accept for acks (as well as completion)Gordon Sim2008-04-211-0/+2
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-201-4/+4
* Start moving towards final 0-10 spec:Gordon Sim2008-02-211-2/+2
* examples/Makefile.am:Alan Conway2008-01-231-1/+2
* Summary:Alan Conway2007-12-071-8/+11
* Remove start(); not yet safe to send commands while dispatcher is running con...Gordon Sim2007-12-041-5/+0
* Altered topic test to use the new session api.Gordon Sim2007-11-301-0/+5
* Gordon's patch to fix ack-per-message by SubscriptionManagerAlan Conway2007-11-221-1/+0
* - set default to pre-acquire for acquire modeCarl C. Trieloff2007-11-211-1/+1
* - added confirm mode to perftestCarl C. Trieloff2007-11-211-2/+4
* Added auto-ack and commit-mode control to SubscriptionManager API.Alan Conway2007-11-141-18/+30
* auto-ack support for perftest.Alan Conway2007-11-071-1/+1
* client::SubscriptionManager:Alan Conway2007-11-071-32/+29
* Fix compile error.Alan Conway2007-11-021-1/+1
* Improvements to gsim's SubscriptionManager:Alan Conway2007-11-021-0/+97