summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/client/amqp0_10/SessionImpl.h
Commit message (Expand)AuthorAgeFilesLines
* QPID-3040: The C++ messaging client library now releases pending messages whe...Jonathan Robie2011-02-091-8/+9
* QPID-2807: Allow per message acknowledgementGordon Sim2010-08-201-0/+10
* Fix deadlocks & thread safety in new API classes.Alan Conway2010-05-131-1/+0
* QPID-664: allow safe closing of session as part of handling a session exceptionGordon Sim2010-04-271-0/+1
* QPID-664: changed pending to unsettled; added available to sender; minor upda...Gordon Sim2010-04-091-8/+8
* QPID-664: changed connect() back to open(),removed detach(),defined new excep...Gordon Sim2010-04-091-1/+16
* QPID-664: removed flush, added option to make sync non-blocking if so desiredGordon Sim2010-04-071-8/+6
* QPID-664: added method to release messagesGordon Sim2010-04-061-0/+10
* QPID-664: added param to control synchronous send and acknowledgeGordon Sim2010-04-061-1/+1
* QPID-664: move Variant and Uuid from messaging to types namespaceGordon Sim2010-03-291-1/+0
* QPID-664: Prevent dangling pointers when receiver/sender handles stay in scop...Gordon Sim2010-03-191-1/+2
* QPID-2402 & QPID-2406: Documented the units for the ttl property of Message. ...Gordon Sim2010-03-031-4/+5
* QPID-664: Allow session to be specified as transactional; add basic test of t...Gordon Sim2009-11-231-1/+2
* QPID-664: Add accessors for connection from session, and for session from sen...Gordon Sim2009-11-171-2/+4
* QPID-664: Added getReceiver()/getSender() methods to session in new api.Gordon Sim2009-11-171-1/+4
* Merge branch 'next_receiver_changes' into trunkGordon Sim2009-11-161-11/+1
* Merge branch 'next_receiver_changes' into trunkGordon Sim2009-11-121-0/+5
* Added support for address parsing, create/assert/delete policiesGordon Sim2009-11-111-12/+4
* Added available and pendingAck properties to Receiver; added capacity and pen...Gordon Sim2009-09-141-0/+17
* QPID-664: Added automatic reconnection logic.Gordon Sim2009-09-071-6/+101
* Changes to make messaging API build on Windows: Prepend VAR_ to Variant types...Stephen D. Huston2009-08-311-2/+2
* QPID-664: Initial checkin of high level messaging api for c++Gordon Sim2009-08-251-0/+107