summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/ConnectionHandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-2412: Support for EXTERNAL mechanism on client-authenticated SSL connect...Gordon Sim2010-03-051-1/+1
* QPID-1899: Applied patch from Ken Giusti to tie in SASL enctryption to the ha...Gordon Sim2009-11-091-1/+2
* QPID-2112 - C++ Client: Facility needed for app to extract the user-ID in use...Ted Ross2009-09-221-0/+1
* QPID-2048: Handle connection fail while attempting to close.Gordon Sim2009-08-131-4/+8
* Add directory to #includeAlan Conway2009-07-141-2/+2
* - Added heartbeat generation to the client (actually echo back anyAndrew Stitcher2009-06-081-8/+12
* QPID-1676 - Added client process name and pid to connection object for manage...Ted Ross2009-02-241-0/+7
* Send client property indicating that client supportsAndrew Stitcher2009-02-021-0/+4
* Implement heartbeat timeout on client:Andrew Stitcher2009-01-131-14/+29
* Send heartbeat from broker to clientAndrew Stitcher2009-01-131-2/+15
* * Cyrus SASL intgeration for c++ clientGordon Sim2009-01-061-7/+49
* Don't stop connector until close has been sent and close-ok received in respo...Gordon Sim2008-11-131-2/+5
* Restrict connection close codes to the set defined in the specGordon Sim2008-11-061-3/+17
* Various fixes arising from testing client failover:Gordon Sim2008-11-031-1/+1
* Fix minor compile warnings noticed on WindowsStephen D. Huston2008-10-271-3/+2
* 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