summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/client/amqp0_10/ConnectionImpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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