summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/amqp0_10/ReceiverImpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-3040: Prevent race between receipt and release of messages causing inter...Gordon Sim2011-02-141-1/+1
* QPID-3040: The C++ messaging client library now releases pending messages whe...Jonathan Robie2011-02-091-13/+15
* Fix locking in receiver impl; protect session member against concurrent fetch...Gordon Sim2010-08-161-2/+7
* Fix errors when new API Receiver is closed while in use.Alan Conway2010-05-141-11/+9
* Initial multi-thread unit test for messaging API.Alan Conway2010-05-141-0/+7
* Fix deadlocks & thread safety in new API classes.Alan Conway2010-05-131-13/+29
* QPID-664: Fix bug preventing re-establishment of credit on reconnectGordon Sim2010-05-111-1/+1
* QPID-664: changed pending to unsettled; added available to sender; minor upda...Gordon Sim2010-04-091-4/+4
* QPID-664: changed connect() back to open(),removed detach(),defined new excep...Gordon Sim2010-04-091-2/+4
* QPID-2406: a more explicit solution for durations in the messaging apiGordon Sim2010-03-291-1/+2
* QPID-664: Prevent dangling pointers when receiver/sender handles stay in scop...Gordon Sim2010-03-191-9/+9
* QPID-2402 & QPID-2406: Documented the units for the ttl property of Message. ...Gordon Sim2010-03-031-6/+6
* QPID-664: change cancel() to close() for consistencyGordon Sim2010-01-271-3/+3
* QPID-664: Add accessors for connection from session, and for session from sen...Gordon Sim2009-11-171-1/+5
* QPID-664: Remove start()/stop() methods from apiGordon Sim2009-11-161-18/+8
* Merge branch 'next_receiver_changes' into trunkGordon Sim2009-11-161-4/+1
* Added support for address parsing, create/assert/delete policiesGordon Sim2009-11-111-5/+3
* Added available and pendingAck properties to Receiver; added capacity and pen...Gordon Sim2009-09-141-0/+15
* QPID-664: Added automatic reconnection logic.Gordon Sim2009-09-071-60/+104
* QPID-664: Initial checkin of high level messaging api for c++Gordon Sim2009-08-251-0/+146