summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* Generate c++ enum types for AMQP enums in framing/enum.h.Alan Conway2008-09-092-8/+9
* src/qpid/client/SubscriptionManager.cpp: added start().Alan Conway2008-09-052-2/+17
* Add ASL to everywhere, to everything.Aidan Skinner2008-08-281-0/+20
* Fix Cluster::send encode race.Alan Conway2008-08-051-4/+0
* * revised approach for setting tcp-nodelay on client to avoid breaking platfo...Gordon Sim2008-08-053-13/+14
* Removed unused functionsAndrew Stitcher2008-07-293-56/+0
* QPID-1198 (Partial): replace all uses of u_intX_t with uintX_tAndrew Stitcher2008-07-291-5/+5
* Fixed bug in SubscriptionManager::get() where flush was issued before waiting...Gordon Sim2008-07-251-1/+4
* Refactor to change client connector state machine to be held in ConnectionHan...Andrew Stitcher2008-07-244-18/+20
* Some small changes which clean up header file inclusionsAndrew Stitcher2008-07-094-17/+23
* Improved text and rasied severity of log entry when client sessions are delet...Gordon Sim2008-07-021-1/+1
* Added timeout to SubscriptionManager::get(), LocalQueue::get() and BlockingQu...Alan Conway2008-07-014-17/+54
* QPID-1137: don't treat connection as opened if the open never succeedsGordon Sim2008-06-262-3/+11
* Additions to the client API:Alan Conway2008-06-254-15/+157