summaryrefslogtreecommitdiff
path: root/cpp/include/qpid/messaging/Session.h
Commit message (Expand)AuthorAgeFilesLines
* QPID-664: removed flush, added option to make sync non-blocking if so desiredGordon Sim2010-04-071-2/+9
* QPID-664: added method to release messagesGordon Sim2010-04-061-1/+8
* QPID-664: added param to control synchronous send and acknowledgeGordon Sim2010-04-061-1/+4
* Remove unnecessary reference to qpid/sys/Time.h to avoid pulling in boost on ...Andrew Stitcher2010-04-021-1/+0
* QPID-664: made changes suggested by Alan Conway, also moved 0-10 map/list cod...Gordon Sim2010-03-311-4/+4
* Rename Duration::INFINITE to Duration::FOREVER; resolves QPID-2475.Stephen D. Huston2010-03-301-2/+2
* QPID-2406: a more explicit solution for durations in the messaging apiGordon Sim2010-03-291-2/+2
* QPID-664: Prevent dangling pointers when receiver/sender handles stay in scop...Gordon Sim2010-03-191-0/+6
* Removed dependencies in qpid/messaging on qpid/client.Alan Conway2010-03-161-19/+15
* QPID-2402 & QPID-2406: Documented the units for the ttl property of Message. ...Gordon Sim2010-03-031-2/+3
* QPID-664: Add accessors for connection from session, and for session from sen...Gordon Sim2009-11-171-0/+7
* QPID-664: Added getReceiver()/getSender() methods to session in new api.Gordon Sim2009-11-171-1/+26
* Merge branch 'next_receiver_changes' into trunkGordon Sim2009-11-161-4/+16
* Merge branch 'next_receiver_changes' into trunkGordon Sim2009-11-121-2/+3
* Added support for address parsing, create/assert/delete policiesGordon Sim2009-11-111-10/+6
* Added available and pendingAck properties to Receiver; added capacity and pen...Gordon Sim2009-09-141-3/+11
* 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/+99