summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/client/ConnectionImpl.h
Commit message (Expand)AuthorAgeFilesLines
* Implement heartbeat timeout on client:Andrew Stitcher2009-01-131-0/+2
* Resolve inconsistent refs to ConnectionSettings; resolves QPID-1369Stephen D. Huston2008-10-161-1/+1
* Fix race in cluster causing incorrect known-broker lists to be sent to clients.Alan Conway2008-10-161-0/+2
* QPID-1340 froM Mick Goulish: preliminary client-side failover support.Alan Conway2008-10-101-3/+4
* Client-side support for amq.faiover exchange. Connection::getKnownBrokers pro...Alan Conway2008-10-091-2/+11
* Refactored c++ client library to allow multiple protocols to beAndrew Stitcher2008-09-111-1/+1
* Refactor to change client connector state machine to be held in ConnectionHan...Andrew Stitcher2008-07-241-3/+0
* Some small changes which clean up header file inclusionsAndrew Stitcher2008-07-091-2/+3
* QPID-1137: don't treat connection as opened if the open never succeedsGordon Sim2008-06-261-1/+1
* Added exceptions to sys::Waitable.Alan Conway2008-06-061-3/+1
* Fixed intermittent leak of client::Connector thread.Alan Conway2008-05-261-0/+1
* qpid::SessionState: Added error checking for invalid frame sequences.Alan Conway2008-05-231-3/+5
* QPID-974: allow the size of the queue of outgoing frames to be restrictedGordon Sim2008-04-291-15/+16
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-201-4/+4
* Improved/additional client API tests.Alan Conway2008-01-241-2/+5
* Fixed deadlock on connection closeGordon Sim2007-12-121-0/+2
* Summary:Alan Conway2007-12-071-0/+2
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-261-6/+8
* Ensure no danbling pointers in client API:Alan Conway2007-09-281-1/+2
* * src/tests/ClientSessionTest.cpp: Suspend/resume tests.Alan Conway2007-09-281-8/+7
* Detect that connection is already closed on attempt to close()Gordon Sim2007-09-261-0/+2
* Client side support for message and delivery properties in header segments.Gordon Sim2007-09-101-0/+5
* Fixed race in connection shutdown preventing Connector from being garbage col...Gordon Sim2007-08-061-1/+1
* Added first cut of generated client interface.Gordon Sim2007-08-051-0/+71