summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/client/ConnectionImpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge in trunk changes from r758432:768028cmakeStephen D. Huston2009-04-231-3/+5
* Merge from trunk tag to-cmake-25mar09 (r758432)Stephen D. Huston2009-03-251-0/+3
* Removed BodyHolder: minor performance improvement, opens the way for more eff...Alan Conway2009-01-221-1/+1
* Minor formatting fixes and typo correction.Gordon Sim2009-01-151-1/+1
* Implement heartbeat timeout on client:Andrew Stitcher2009-01-131-1/+39
* * Cyrus SASL intgeration for c++ clientGordon Sim2009-01-061-0/+8
* Avoid potential deadlock between IO thread in Connector::handleClosed() and a...Gordon Sim2008-12-021-1/+4
* Restrict connection close codes to the set defined in the specGordon Sim2008-11-061-1/+1
* 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-031-8/+15
* Fix compile errors introduced by Address changesStephen D. Huston2008-10-241-1/+1
* QPID-1382 from Mick Goulish: Improvement to Client-Side Cluster Failover codeAlan Conway2008-10-221-2/+0
* QPID-1367 Mick Goulish: improvements to client-side failover.Alan Conway2008-10-171-4/+4
* Fix race in cluster causing incorrect known-broker lists to be sent to clients.Alan Conway2008-10-161-8/+10
* Bug fixes for client-side failover.Alan Conway2008-10-141-0/+1
* Failover client and example fixes & tidy up.Alan Conway2008-10-101-5/+2
* QPID-1340 froM Mick Goulish: preliminary client-side failover support.Alan Conway2008-10-101-3/+10
* Client-side support for amq.faiover exchange. Connection::getKnownBrokers pro...Alan Conway2008-10-091-4/+25
* Cluster join & brain-dumps working.Alan Conway2008-10-031-3/+5
* Refactored c++ client library to allow multiple protocols to beAndrew Stitcher2008-09-111-6/+10
* Generate c++ enum types for AMQP enums in framing/enum.h.Alan Conway2008-09-091-5/+6
* Removed unused functionsAndrew Stitcher2008-07-291-1/+0
* Refactor to change client connector state machine to be held in ConnectionHan...Andrew Stitcher2008-07-241-15/+5
* Some small changes which clean up header file inclusionsAndrew Stitcher2008-07-091-10/+11
* QPID-1137: don't treat connection as opened if the open never succeedsGordon Sim2008-06-261-2/+10
* Added exceptions to sys::Waitable.Alan Conway2008-06-061-21/+12
* Fixed intermittent leak of client::Connector thread.Alan Conway2008-05-261-1/+0
* qpid::SessionState: Added error checking for invalid frame sequences.Alan Conway2008-05-231-6/+7
* Fix error handling for connection close during startup.Gordon Sim2008-05-041-1/+2
* QPID-974: allow the size of the queue of outgoing frames to be restrictedGordon Sim2008-04-291-22/+29
* Generate c++ code from final 0-10 specGordon Sim2008-04-241-5/+6
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-201-7/+8
* Improved/additional client API tests.Alan Conway2008-01-241-39/+45
* Fixed deadlock on connection closeGordon Sim2007-12-121-3/+13
* Fixed client crash on error opening a connection.Alan Conway2007-12-111-0/+1
* Summary:Alan Conway2007-12-071-0/+2
* Added framing::BodyHolder:Alan Conway2007-11-221-1/+1
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-261-27/+31
* Ensure no danbling pointers in client API:Alan Conway2007-09-281-4/+6
* * src/tests/ClientSessionTest.cpp: Suspend/resume tests.Alan Conway2007-09-281-27/+19
* Detect that connection is already closed on attempt to close()Gordon Sim2007-09-261-1/+9
* Client side support for message and delivery properties in header segments.Gordon Sim2007-09-101-11/+23
* Implementation of execution.result on the client side Gordon Sim2007-09-061-4/+5
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-281-1/+1
* Altered old client channel to use new generated session interface (primarily ...Gordon Sim2007-08-151-3/+2
* Fixed race in connection shutdown preventing Connector from being garbage col...Gordon Sim2007-08-061-3/+4
* Added first cut of generated client interface.Gordon Sim2007-08-051-0/+120