summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/messaging/Session.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-2926: Better solution for instantiating qpid::messaging::Handle<> specia...Andrew Stitcher2013-09-231-0/+3
* QPID-3200: Add new method to session for cumulative acknowledgement upto (and...Gordon Sim2011-06-151-1/+2
* QPID-2940: always request completions from broker on Session::acknowledge(), ...Gordon Sim2010-11-121-1/+1
* QPID-2807: Allow per message acknowledgementGordon Sim2010-08-201-0/+1
* QPID-664: changed pending to unsettled; added available to sender; minor upda...Gordon Sim2010-04-091-2/+2
* QPID-664: changed connect() back to open(),removed detach(),defined new excep...Gordon Sim2010-04-091-1/+10
* QPID-664: removed flush, added option to make sync non-blocking if so desiredGordon Sim2010-04-071-7/+2
* QPID-664: added method to release messagesGordon Sim2010-04-061-0/+1
* QPID-664: added param to control synchronous send and acknowledgeGordon Sim2010-04-061-1/+1
* QPID-664: made changes suggested by Alan Conway, also moved 0-10 map/list cod...Gordon Sim2010-03-311-2/+2
* Removed dependencies in qpid/messaging on qpid/client.Alan Conway2010-03-161-9/+3
* QPID-2402 & QPID-2406: Documented the units for the ttl property of Message. ...Gordon Sim2010-03-031-2/+2
* QPID-664: Add accessors for connection from session, and for session from sen...Gordon Sim2009-11-171-0/+6
* QPID-664: Added getReceiver()/getSender() methods to session in new api.Gordon Sim2009-11-171-0/+11
* Merge branch 'next_receiver_changes' into trunkGordon Sim2009-11-161-15/+0
* Merge branch 'next_receiver_changes' into trunkGordon Sim2009-11-121-5/+12
* Added support for address parsing, create/assert/delete policiesGordon Sim2009-11-111-17/+8
* Added available and pendingAck properties to Receiver; added capacity and pen...Gordon Sim2009-09-141-10/+2
* QPID-664: Initial checkin of high level messaging api for c++Gordon Sim2009-08-251-0/+117