summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/ConnectionImpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Defer Poller creation in ConnectionImpl IOThread from creation to first use.Alan Conway2010-03-231-3/+6
* Make sure the client library Poller is created on library load before anythin...Andrew Stitcher2010-03-221-0/+9
* QPID 24448: throw if no channels available when adding a session.Alan Conway2010-03-151-1/+2
* QPID-2412: Support for EXTERNAL mechanism on client-authenticated SSL connect...Gordon Sim2010-03-051-1/+1
* Ensure that shutting down an unsuccessful connect can't race with connection ...Andrew Stitcher2010-01-211-3/+9
* Remove possible double closing of connection on connect failureAndrew Stitcher2010-01-211-7/+4
* QPID-1879 Don't use a thread for every new client ConnectionAndrew Stitcher2010-01-211-4/+91
* QPID-1899: Applied patch from Ken Giusti to tie in SASL enctryption to the ha...Gordon Sim2009-11-091-0/+1
* Fix memory leak in testCoincidentErrors due to un-joined connector thread.Alan Conway2009-10-301-2/+8
* Make Session::close and Connection::close no-throwAlan Conway2009-10-271-5/+8
* Separate FailoverListener from client::Connection.Alan Conway2009-10-261-7/+2
* Fix problems with sessions going out of scope and session numbers wrapping ar...Alan Conway2009-10-211-7/+16
* QPID-2112 - C++ Client: Facility needed for app to extract the user-ID in use...Ted Ross2009-09-221-0/+6
* Add directory to #includeAlan Conway2009-07-141-5/+5
* Make sure you close down heartbeatTimer for every close even if you don'tAndrew Stitcher2009-06-231-1/+2
* Make sure the heartbeat interval is started for the waitForOpenCarl C. Trieloff2009-06-081-1/+2
* Revert "QPID-1879 Don't use a thread for every new client Connection"Andrew Stitcher2009-06-031-88/+4
* Revert "Change client io threading to be initialised at first use"Andrew Stitcher2009-06-031-7/+4
* Some fixes to QPID-1879 so that clustering still works:Andrew Stitcher2009-06-011-4/+7
* QPID-1879 Don't use a thread for every new client ConnectionAndrew Stitcher2009-05-281-4/+88
* Fix issue with python clients to cluster, mis handling of channel 0.Alan Conway2009-05-041-1/+4
* QPID-1785: Prevent session.detach following execution.exception from destroyi...Gordon Sim2009-04-081-3/+5
* QPID-1705: cancel heartbeat timer task as part of cleanupGordon Sim2009-03-021-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