summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/SubscriptionManager.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'move_public_h_to_include' into trunkAlan Conway2009-07-151-286/+0
* Added #include Thread.h for backwards compatibility.Alan Conway2009-05-051-5/+6
* Applied PIMPL pattern to SubscriptionManager.Alan Conway2009-05-041-23/+21
* Changes to build DLLs instead of static libs on Windows; primarily added deco...Stephen D. Huston2009-03-121-24/+25
* Minor fixes. Alan Conway2009-02-171-8/+5
* Fixed bug in setFlowControl - was recursively calling self.Alan Conway2009-02-171-6/+2
* Added some failover capable testsGordon Sim2008-11-141-10/+0
* SubscriptionManager and Dispatcher were missing wait() methods meaning that i...Gordon Sim2008-11-061-0/+5
* QPID-1294 (Johnathan Robie) Improved doxygen generation.Alan Conway2008-11-051-0/+59
* Added return Message overload of SubscriptionManager get().Alan Conway2008-10-311-1/+7
* client::SubscriptionManager::findSubscription() throws if not found.Alan Conway2008-10-271-2/+2
* Client API change: Centralize access to subscription status, better control o...Alan Conway2008-10-251-58/+70
* cluster_test: Unit test for Tx state replication.Alan Conway2008-10-201-1/+1
* QPID-1340 froM Mick Goulish: preliminary client-side failover support.Alan Conway2008-10-101-3/+5
* Client-side support for amq.faiover exchange. Connection::getKnownBrokers pro...Alan Conway2008-10-091-3/+3
* src/qpid/client/SubscriptionManager.cpp: added start().Alan Conway2008-09-051-2/+11
* Added timeout to SubscriptionManager::get(), LocalQueue::get() and BlockingQu...Alan Conway2008-07-011-3/+16
* Additions to the client API:Alan Conway2008-06-251-6/+49
* Updated doxygen comments in qpid/client/*.hAlan Conway2008-06-091-3/+12
* Tighten up sync-correctness in SubscriptionManager & Dispatcher.Alan Conway2008-05-271-1/+1
* Changes to Session API:Alan Conway2008-05-261-5/+5
* QPID-920: send message-accept for acks (as well as completion)Gordon Sim2008-04-211-0/+4
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-201-5/+5
* Start moving towards final 0-10 spec:Gordon Sim2008-02-211-3/+3
* Some minor changes to doc; primarily aimed at making the list of classesGordon Sim2008-01-231-0/+5
* Summary:Alan Conway2007-12-071-11/+19
* Remove start(); not yet safe to send commands while dispatcher is running con...Gordon Sim2007-12-041-3/+0
* Altered topic test to use the new session api.Gordon Sim2007-11-301-0/+4
* - set default to pre-acquire for acquire modeCarl C. Trieloff2007-11-211-2/+2
* - added confirm mode to perftestCarl C. Trieloff2007-11-211-0/+8
* Added auto-ack and commit-mode control to SubscriptionManager API.Alan Conway2007-11-141-0/+15
* client::SubscriptionManager:Alan Conway2007-11-071-25/+36
* Improvements to gsim's SubscriptionManager:Alan Conway2007-11-021-0/+93