summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/client/Dispatcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge in trunk changes from r758432:768028cmakeStephen D. Huston2009-04-231-1/+5
* Merge from trunk tag to-cmake-25mar09 (r758432)Stephen D. Huston2009-03-251-2/+1
* Avoid spurious error message for TransportFailureGordon Sim2008-11-241-0/+4
* SubscriptionManager and Dispatcher were missing wait() methods meaning that i...Gordon Sim2008-11-061-0/+5
* Various fixes arising from testing client failover:Gordon Sim2008-11-031-2/+2
* Client API change: Centralize access to subscription status, better control o...Alan Conway2008-10-251-29/+6
* QPID-1367 Mick Goulish: improvements to client-side failover.Alan Conway2008-10-171-0/+1
* Suppress logging expected errors in tests.Alan Conway2008-10-171-9/+10
* Fix race in cluster causing incorrect known-broker lists to be sent to clients.Alan Conway2008-10-161-6/+8
* Minor cleanup for client failover.Alan Conway2008-10-141-10/+4
* QPID-1340 froM Mick Goulish: preliminary client-side failover support.Alan Conway2008-10-101-2/+16
* Tighten up sync-correctness in SubscriptionManager & Dispatcher.Alan Conway2008-05-271-1/+1
* Changes to Session API:Alan Conway2008-05-261-3/+4
* From Jonathan Robie:Alan Conway2008-05-131-3/+5
* Added sync() to ensure all acks are receivd before exiting the Dispatcher loop.Alan Conway2008-05-131-0/+1
* QPID-920: send message-accept for acks (as well as completion)Gordon Sim2008-04-211-2/+2
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-201-1/+1
* Start moving towards final 0-10 spec:Gordon Sim2008-02-211-3/+2
* Check valid listener (or handler) exist and log error if not. See QPID-783.Gordon Sim2008-02-111-4/+11
* Improved/additional client API tests.Alan Conway2008-01-241-2/+1
* examples/Makefile.am:Alan Conway2008-01-231-1/+1
* Summary:Alan Conway2007-12-071-2/+2
* Altered topic test to use the new session api.Gordon Sim2007-11-301-11/+15
* Add unit_test.h to distribution.Alan Conway2007-11-281-13/+4
* client::SubscriptionManager:Alan Conway2007-11-071-44/+36
* Added LocalQueue subscriptions. LocalQueue::pop() provides a "pull"Alan Conway2007-11-071-2/+2
* client/BlockingQueue.h, sys/ConcurrentQueue.h: merged to sys/BlockingQueue.hAlan Conway2007-10-291-2/+2
* Rename client::Session as client::Session_0_10Alan Conway2007-10-291-3/+3
* Start execution mark from -1 (0xFFFFFFFF)Gordon Sim2007-09-261-6/+6
* Renamed the following files for consistency:Alan Conway2007-09-251-1/+1
* Added Dispatcher class (plus test). This converts incoming MessageTransfer fr...Gordon Sim2007-09-181-0/+150