summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* Failover client and example fixes & tidy up.Alan Conway2008-10-103-7/+7
* Client-side INFO logging for known-broker updates.Alan Conway2008-10-103-4/+9
* QPID-1340 froM Mick Goulish: preliminary client-side failover support.Alan Conway2008-10-1016-13/+1761
* Client-side support for amq.faiover exchange. Connection::getKnownBrokers pro...Alan Conway2008-10-0910-73/+177
* Minor indentation fixesGordon Sim2008-10-092-87/+84
* QPID-1306Carl C. Trieloff2008-10-082-5/+13
* SessionImpl using ExceptionHolder to generate correctly typed exceptions..Alan Conway2008-10-082-44/+39
* rubygen/framing.0-10/constants.rb: create functions for all 3 exception subcl...Alan Conway2008-10-087-17/+43
* broker: Fixed incorrect pass-by-reference of Queue::shared_ptr in several files.Alan Conway2008-10-072-0/+117
* Rename size() to encodedSize() for encoded types to allow std collection inte...Alan Conway2008-10-073-8/+8
* Cluster join & brain-dumps working.Alan Conway2008-10-033-4/+9
* QPID 1306Carl C. Trieloff2008-10-032-0/+234
* Resolve QPID-1311Stephen D. Huston2008-10-021-0/+1
* cluster:]Alan Conway2008-09-261-50/+0
* Cluster replicates session command sequence state and consumers to newcomers.Alan Conway2008-09-242-2/+5
* DumpClient send connections & session IDs to new members.Alan Conway2008-09-211-1/+1
* RDMA bugfixes:Andrew Stitcher2008-09-191-1/+2
* Dump shared state to new cluster members.Alan Conway2008-09-181-0/+3
* Moved PollableCondition, PollableQueue and to sys. Fixed cluster shutdown iss...Alan Conway2008-09-111-1/+1
* Implementation of AMQP over RDMA protocols (Infiniband)Andrew Stitcher2008-09-112-2/+430
* Refactored c++ client library to allow multiple protocols to beAndrew Stitcher2008-09-118-140/+301
* Cluster support for copying shared broker state to new members.Alan Conway2008-09-106-9/+107