summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/amqp0_10/ConnectionImpl.h
Commit message (Expand)AuthorAgeFilesLines
* QPID-3603: Merge new HA foundations.Alan Conway2012-02-171-3/+3
* QPID-3329: Configure C++ client connections to replace url-addresses rather t...Alan Conway2011-06-301-0/+1
* QPID-3292: Don't try to reconnect at all if reconnect option is falseGordon Sim2011-06-091-0/+1
* Resolves QPID-3031. Allows client connection options to specify an SSL cert-n...Jonathan Robie2011-02-021-2/+2
* QPID-3001: Add const version of Connection::isOpen()Gordon Sim2011-01-171-1/+1
* QPID-664: expose authenticated username for connectionGordon Sim2010-06-301-0/+1
* Refer to struct Url as that, not a class - fixes compile warnings on Windows.Stephen D. Huston2010-06-111-1/+1
* New API clients failover in a cluster with SSL connections.Alan Conway2010-05-131-1/+4
* Fix deadlocks & thread safety in new API classes.Alan Conway2010-05-131-2/+2
* QPID-664: changed connect() back to open(),removed detach(),defined new excep...Gordon Sim2010-04-091-3/+4
* QPID-664: changed open() to connect(), moved url parameter to constructor, ad...Gordon Sim2010-04-081-3/+4
* QPID-664: move Variant and Uuid from messaging to types namespaceGordon Sim2010-03-291-4/+4
* QPID-2382: Created separate utility class for handling updates from failover ...Gordon Sim2010-03-111-10/+11
* QPID-664: change format of connection options string to match address options...Gordon Sim2010-01-281-1/+2
* QPID-664: Allow session to be specified as transactional; add basic test of t...Gordon Sim2009-11-231-1/+1
* QPID-664: Allow application to set session name and retrieve session using th...Gordon Sim2009-11-171-4/+5
* Added support for address parsing, create/assert/delete policiesGordon Sim2009-11-111-1/+1
* Separate FailoverListener from client::Connection.Alan Conway2009-10-261-0/+2
* QPID-664: Added automatic reconnection logic.Gordon Sim2009-09-071-0/+26
* QPID-664: Initial checkin of high level messaging api for c++Gordon Sim2009-08-251-0/+43