summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/ConnectionHandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanup for client failover.Alan Conway2008-10-141-1/+1
* Client-side INFO logging for known-broker updates.Alan Conway2008-10-101-0/+2
* QPID-1340 froM Mick Goulish: preliminary client-side failover support.Alan Conway2008-10-101-2/+6
* Cluster join & brain-dumps working.Alan Conway2008-10-031-1/+3
* Cluster replicates session command sequence state and consumers to newcomers.Alan Conway2008-09-241-1/+4
* Refactor to change client connector state machine to be held in ConnectionHan...Andrew Stitcher2008-07-241-0/+11
* Added exceptions to sys::Waitable.Alan Conway2008-06-061-4/+3
* Fix error handling for connection close during startup.Gordon Sim2008-05-041-1/+1
* QPID-974: allow the size of the queue of outgoing frames to be restrictedGordon Sim2008-04-291-16/+11
* Generate c++ code from final 0-10 specGordon Sim2008-04-241-0/+1
* QPID-648: (based on patch from mfarrellee@redhat.com) Gordon Sim2008-04-221-4/+9
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-201-101/+80
* Improved/additional client API tests.Alan Conway2008-01-241-1/+1
* Fixes to max frame size default and fragmentation on broker.Gordon Sim2007-12-181-1/+1
* Add log message when broker closes connectionGordon Sim2007-12-171-1/+3
* Fixed client crash on error opening a connection.Alan Conway2007-12-111-5/+11
* Added framing::BodyHolder:Alan Conway2007-11-221-1/+1
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-261-1/+3
* Detect that connection is already closed on attempt to close()Gordon Sim2007-09-261-0/+3
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-281-1/+1
* AMQBodies are no longer allocated on the heap and passed with shared_ptr.Alan Conway2007-08-161-33/+32
* 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-2/+3
* Some restructuring of the client code: Gordon Sim2007-08-021-0/+196