summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/messaging/Connection.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-3001: Add const version of Connection::isOpen()Gordon Sim2011-01-171-0/+1
* QPID-664: expose authenticated username for connectionGordon Sim2010-06-301-1/+4
* Fix error string for invalid options, fix exception handling in qpid_send/qpi...Alan Conway2010-06-021-1/+1
* QPID-664: Add default constructor for Connection; add option to set url on ex...Gordon Sim2010-05-111-0/+7
* QPID-664: removed explicit throw() clauseGordon Sim2010-04-121-1/+1
* QPID-664: changed connect() back to open(),removed detach(),defined new excep...Gordon Sim2010-04-091-6/+3
* QPID-664: changed open() to connect(), moved url parameter to constructor, ad...Gordon Sim2010-04-081-5/+7
* QPID-664: made changes suggested by Alan Conway, also moved 0-10 map/list cod...Gordon Sim2010-03-311-4/+3
* QPID-664: move Variant and Uuid from messaging to types namespaceGordon Sim2010-03-291-0/+2
* Removed dependencies in qpid/messaging on qpid/client.Alan Conway2010-03-161-9/+3
* QPID-2382: Created separate utility class for handling updates from failover ...Gordon Sim2010-03-111-33/+4
* QPID-2380: recognise reliability option for sender (also added capacity to qp...Gordon Sim2010-02-021-1/+1
* QPID-664: change format of connection options string to match address options...Gordon Sim2010-01-281-7/+17
* QPID-664: Allow session to be specified as transactional; add basic test of t...Gordon Sim2009-11-231-1/+6
* QPID-664: Allow application to set session name and retrieve session using th...Gordon Sim2009-11-171-1/+2
* QPID-664: Initial checkin of high level messaging api for c++Gordon Sim2009-08-251-0/+90