summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/client/ConnectionImpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-6256: Improved handling of protocol version incompatibilitiesGordon Sim2015-06-171-2/+7
* NO-JIRA: Remove useless HAVE_CONFIG_H definitionAndrew Stitcher2013-06-181-3/+1
* QPID-4905: Removed TimeoutHandler interface as it was really unusedAndrew Stitcher2013-06-101-10/+4
* QPID-4905: Tidy-up remove OutputHandler and directly use FrameHandlerAndrew Stitcher2013-06-101-2/+2
* QPID-4330: Windows static destructors: threadSafeShutdown() testClifford Allan Jansen2012-09-301-9/+11
* QPID-3510 - Created a separate option in CommonOptions for the client configu...Ted Ross2012-04-231-3/+3
* QPID-3510 - Allow client configuration-file to be overridden via QPID_CONFIG ...Ted Ross2012-04-201-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