summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/client/amqp0_10/SenderImpl.h
Commit message (Expand)AuthorAgeFilesLines
* Added locking to make amqp_0_10::SenderImpl thread safe.Alan Conway2010-05-181-1/+4
* QPID-664: changed pending to unsettled; added available to sender; minor upda...Gordon Sim2010-04-091-1/+1
* 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-3/+4
* QPID-2380: recognise reliability option for sender (also added capacity to qp...Gordon Sim2010-02-021-0/+17
* QPID-664: change cancel() to close() for consistencyGordon Sim2010-01-271-5/+5
* QPID-664: Add accessors for connection from session, and for session from sen...Gordon Sim2009-11-171-0/+1
* QPID-664: Added getReceiver()/getSender() methods to session in new api.Gordon Sim2009-11-171-0/+1
* Added support for address parsing, create/assert/delete policiesGordon Sim2009-11-111-3/+1
* Use class/struct consistently for OutgoingMessage.Stephen D. Huston2009-10-271-1/+1
* Added available and pendingAck properties to Receiver; added capacity and pen...Gordon Sim2009-09-141-6/+28
* QPID-664: Added automatic message replay on reconnection.Gordon Sim2009-09-071-4/+14
* QPID-664: Added automatic reconnection logic.Gordon Sim2009-09-071-3/+53
* QPID-664: Initial checkin of high level messaging api for c++Gordon Sim2009-08-251-0/+58