summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client
Commit message (Expand)AuthorAgeFilesLines
* Corrected doxygen comment.Alan Conway2008-12-031-3/+2
* Avoid potential deadlock between IO thread in Connector::handleClosed() and a...Gordon Sim2008-12-021-1/+4
* QPID-1478: Same fix is required in SslConnector unfortunately.Gordon Sim2008-11-241-1/+1
* QPID-1478: ensure concurrent publishers work correctly (as well as reported a...Gordon Sim2008-11-243-4/+5
* Avoid spurious error message for TransportFailureGordon Sim2008-11-241-0/+4
* Removed overblown Doxygen comments.Jonathan Robie2008-11-191-25/+1
* Added doxygen documentation for Connection::open(ConnectionSettings)Jonathan Robie2008-11-181-2/+27
* Remove optimistic consume options. Better default message for SSL errors.Alan Conway2008-11-172-23/+0
* Added some failover capable testsGordon Sim2008-11-145-12/+18
* Don't stop connector until close has been sent and close-ok received in respo...Gordon Sim2008-11-131-2/+5
* Fixed a file-descriptor leak in the c++ client API. If the socket connectionTed Ross2008-11-112-2/+14
* Remove wrappers for 'transparent' failover; this will be better handled throu...Gordon Sim2008-11-106-2445/+0
* Added a bit more detail to comments.Gordon Sim2008-11-071-0/+9
* * Added some doxygen comments for FailoverManagerGordon Sim2008-11-072-5/+64
* Restrict connection close codes to the set defined in the specGordon Sim2008-11-063-5/+22
* * fix bug causing last message to occasionally be lost on replayGordon Sim2008-11-062-3/+9
* SubscriptionManager and Dispatcher were missing wait() methods meaning that i...Gordon Sim2008-11-064-0/+16
* QPID-1294 (Johnathan Robie) Improved doxygen generation.Alan Conway2008-11-054-0/+206
* Added ability to release messages through the Subscription class (+test)Gordon Sim2008-11-0510-15/+88
* Adding a couple of utilities (don't alter any existing functionality) that ar...Gordon Sim2008-11-044-0/+332
* This line seems not to be as redundant as I thought! Its removal seems to tri...Gordon Sim2008-11-031-0/+1
* Various fixes arising from testing client failover:Gordon Sim2008-11-038-19/+41
* Added return Message overload of SubscriptionManager get().Alan Conway2008-10-313-3/+18
* Fix intermittent hanging where two threads are waiting for completions on the...Gordon Sim2008-10-311-1/+1
* Resolve Time diffs for Windows; add Windows version of asynch I/O layer. Reso...Stephen D. Huston2008-10-301-2/+3
* Replicate session state for un-acknowledged messages to new cluster members.Alan Conway2008-10-302-9/+9
* * added flag to SubscriptionSettings to control automatic completion of messageGordon Sim2008-10-293-22/+38
* Fix minor compile warnings noticed on WindowsStephen D. Huston2008-10-275-7/+6
* client::SubscriptionManager::findSubscription() throws if not found.Alan Conway2008-10-272-4/+6
* corrected compile errorCarl C. Trieloff2008-10-261-1/+1
* Change 'at' to 'find' to build with older g++ and with MSVCStephen D. Huston2008-10-261-1/+2
* Refactor duplicated Module-handling from broker/client to commonStephen D. Huston2008-10-261-59/+13
* Client API change: Centralize access to subscription status, better control o...Alan Conway2008-10-2518-387/+666
* Fix compile errors introduced by Address changesStephen D. Huston2008-10-243-3/+3
* Minor changes to provide access for cluster to replicate delivery records.Alan Conway2008-10-231-1/+1
* QPID-1382 from Mick Goulish: Improvement to Client-Side Cluster Failover codeAlan Conway2008-10-225-30/+871
* Refactor sys::AsynchIO class to allow reimplementing on other platforms witho...Stephen D. Huston2008-10-212-2/+1
* cluster_test: Unit test for Tx state replication.Alan Conway2008-10-202-2/+2
* cluster: DumpClient replicates session MessageBuilder.Alan Conway2008-10-202-0/+5
* Remove default location for certificate database.Gordon Sim2008-10-201-2/+6
* QPID-1367 Mick Goulish: improvements to client-side failover.Alan Conway2008-10-178-25/+48
* Suppress logging expected errors in tests.Alan Conway2008-10-172-10/+11
* QPID-106: SSL support for c++ (broker and client), can be enabled/disabled ex...Gordon Sim2008-10-171-0/+389
* Resolve inconsistent refs to ConnectionSettings; resolves QPID-1369Stephen D. Huston2008-10-163-3/+3
* Fix race in cluster causing incorrect known-broker lists to be sent to clients.Alan Conway2008-10-165-29/+53
* Minor cleanup for client failover.Alan Conway2008-10-143-14/+6
* Bug fixes for client-side failover.Alan Conway2008-10-145-85/+87
* Reverted a small part of r703237 as it causes deadlocks under load. Session c...Gordon Sim2008-10-132-2/+25
* src/client/FailoverConnection.cpp: re-register callback after failuresAlan Conway2008-10-101-7/+3
* Failover client and example fixes & tidy up.Alan Conway2008-10-106-271/+296