summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/client/amqp0_10/ConnectionImpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-7207: remove cpp and python subdirs from svn trunk, they have migrated t...Robert Gemmell2016-07-051-432/+0
* QPID-7171: allow disable-auto-decode to be set via env var or conf fileGordon Sim2016-03-301-1/+29
* QPID-6256: Improved handling of protocol version incompatibilitiesGordon Sim2015-06-171-0/+2
* NO-JIRA: HA Fix ha_tests.py failures with SWIG 0.10 client.Alan Conway2014-09-051-1/+1
* QPID-5887: revised approach to implict abortGordon Sim2014-07-171-1/+3
* QPID-5828: more consistent behaviour os send() when disconnectedGordon Sim2014-06-251-0/+4
* QPID-5841: allow SSL hostname verification failure to be ignored (with NSS)Gordon Sim2014-06-241-0/+2
* QPID-5568: HA C++ qpid::messaging AMQP 1.0 client failover logging is not clearAlan Conway2014-02-201-1/+0
* QPID-4932: expose reconnect&replay logic for application to control itselfGordon Sim2013-09-061-4/+43
* QPID-5040: support for sending and receiving messages with AmqpValue sectionsGordon Sim2013-08-131-2/+9
* QPID-4944: HA Sporadic failure - logging improvements used to investigate.Alan Conway2013-07-041-2/+2
* QPID-4360: Non-ready HA broker can be incorrectly promoted to primaryAlan Conway2012-10-051-0/+3
* QPID-4071: basic porting changes for solaris native compilerClifford Allan Jansen2012-06-171-1/+1
* QPID-3832: Fix linking on windowsGordon Sim2012-02-291-1/+2
* QPID-3832: Restore transport option for connection (as default for urls that ...Gordon Sim2012-02-291-1/+1
* QPID-3603: Merge new HA foundations.Alan Conway2012-02-171-17/+34
* QPID-3411: Restore x-reconnect-on-limit-exceeded optionGordon Sim2011-08-101-0/+2
* NO-JIRA: Remove redundant code (qpid::Url now does everything required)Gordon Sim2011-08-101-9/+4
* QPID-3382: Corrected some exception types for connect errorsGordon Sim2011-08-011-4/+1
* QPID-3329: Configure C++ client connections to replace url-addresses rather t...Alan Conway2011-06-301-1/+4
* QPID-3129: cluster_tests.LongTests.test_failover hangs.Alan Conway2011-06-151-14/+13
* QPID-3292: Don't try to reconnect at all if reconnect option is falseGordon Sim2011-06-091-1/+10
* QPID-3115: Recognise sasl_mechanisms (plural) and support a space separate li...Gordon Sim2011-03-071-2/+2
* QPID-3115: Recognise '_' as alternative to '-'. Throw Exception for unrecogni...Gordon Sim2011-03-041-70/+54
* Resolves QPID-3031. Allows client connection options to specify an SSL cert-n...Jonathan Robie2011-02-021-6/+8
* QPID-3001: Add const version of Connection::isOpen()Gordon Sim2011-01-171-1/+1
* QPID-664: Translate exceptions to correct type when occuring on creating new ...Gordon Sim2010-07-011-0/+4
* QPID-664: expose authenticated username for connectionGordon Sim2010-06-301-0/+4
* QPID-664: Changed default for reconnect to false as that is more intuitive (e...Gordon Sim2010-06-021-1/+1
* Fix retry logic in ConnectionImpl::newSession.Alan Conway2010-05-171-8/+9
* New API clients failover in a cluster with SSL connections.Alan Conway2010-05-131-18/+38
* Fix deadlocks & thread safety in new API classes.Alan Conway2010-05-131-15/+12
* Fixes to new API impl to support failover.Alan Conway2010-05-121-1/+5
* QPID-664: Fix failover updates to set correct option name; clear list valued ...Gordon Sim2010-05-111-0/+1
* QPID-664: Add default constructor for Connection; add option to set url on ex...Gordon Sim2010-05-111-5/+10
* QPID-664: more specific exception handling (avoids reconnecting for invalid url)Gordon Sim2010-04-141-1/+1
* QPID-664: changed connect() back to open(),removed detach(),defined new excep...Gordon Sim2010-04-091-12/+40
* QPID-664: changed open() to connect(), moved url parameter to constructor, ad...Gordon Sim2010-04-081-8/+13
* QPID-664: minor adjustment to connection option namesGordon Sim2010-04-011-3/+3
* QPID-664: move Variant and Uuid from messaging to types namespaceGordon Sim2010-03-291-2/+3
* Removed dependencies in qpid/messaging on qpid/client.Alan Conway2010-03-161-2/+2
* QPID-2382: Created separate utility class for handling updates from failover ...Gordon Sim2010-03-111-47/+101
* QPID-664: change format of connection options string to match address options...Gordon Sim2010-01-281-2/+7
* QPID-664: Allow session to be specified as transactional; add basic test of t...Gordon Sim2009-11-231-2/+2
* QPID-664: Allow application to set session name and retrieve session using th...Gordon Sim2009-11-171-5/+29
* Separate FailoverListener from client::Connection.Alan Conway2009-10-261-1/+4
* QPID-664: Added automatic reconnection logic.Gordon Sim2009-09-071-6/+108
* QPID-664: Initial checkin of high level messaging api for c++Gordon Sim2009-08-251-0/+79