summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/amqp0_10/SessionImpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-664: change cancel() to close() for consistencyGordon Sim2010-01-271-3/+3
* QPID-664: added support for testing transactions to qpid-send and qpid-recv, ...Gordon Sim2010-01-201-1/+1
* QPID-2279: Removal of unused "using qpid::messaging::filter"Andrew Stitcher2009-12-151-1/+0
* 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-0/+6
* QPID-664: Cancel all senders and receivers on closing session; check queue/ex...Gordon Sim2009-11-171-0/+14
* QPID-664: Added getReceiver()/getSender() methods to session in new api.Gordon Sim2009-11-171-0/+23
* QPID-664: Remove start()/stop() methods from apiGordon Sim2009-11-161-2/+7
* Merge branch 'next_receiver_changes' into trunkGordon Sim2009-11-161-71/+1
* Merge branch 'next_receiver_changes' into trunkGordon Sim2009-11-121-0/+44
* Added support for address parsing, create/assert/delete policiesGordon Sim2009-11-111-36/+17
* Added available and pendingAck properties to Receiver; added capacity and pen...Gordon Sim2009-09-141-0/+55
* QPID-664: Added automatic reconnection logic.Gordon Sim2009-09-071-65/+159
* Hide internal message ID behind APIGordon Sim2009-08-261-9/+3
* Fixed minor issues from r807731 to build correctly on Fedora 10 (x86_64).Ted Ross2009-08-251-1/+7
* QPID-664: Initial checkin of high level messaging api for c++Gordon Sim2009-08-251-0/+281