summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/ConnectionImpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-9/+11
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-041-1/+3
* QPID-3382: Corrected some exception types for connect errorsGordon Sim2011-08-011-1/+1
* NO-JIRA: Corrected location of some tracingAndrew Stitcher2011-05-261-1/+1
* Refactor socket connect calls to take a string portAndrew Stitcher2011-05-261-3/+5
* Give timer tasks a name for logging purposes.Alan Conway2010-08-261-1/+1
* Fix read-credit bug causing cluster brokers to disconnect clients sporadically.Alan Conway2010-07-141-7/+18
* Ensure heartbeat task is cancelled before ConnectionImpl it refers to is deletedGordon Sim2010-06-091-0/+1
* QPID-2598: Prevent exit hang on windows (at the expense of intermittent leak ...Gordon Sim2010-05-281-10/+8
* QPID-2631: For blocking Bounds::expand() calls, only increase the current cou...Gordon Sim2010-05-271-1/+1
* Prevent race between shutdown() and release() resulting in attempt to close d...Gordon Sim2010-05-191-3/+12
* Load client side plugins just before creating the first Connection.Andrew Stitcher2010-04-271-3/+8
* - Hold up tearing down client I/O threads until there are no moreAndrew Stitcher2010-04-211-1/+8
* An alternative attempt at ensuring ConnectionImpl is not deleted before IO th...Gordon Sim2010-04-171-27/+33
* QPID-2511: Altered shutdown sequence in connectors; after connect() has retur...Gordon Sim2010-04-151-7/+41
* Improved fix for to create client library Poller. Improved because itAndrew Stitcher2010-04-081-9/+7
* 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