summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/client/amqp0_10/IncomingMessages.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'qpid-3603-4-rebase' into qpid-3603-5qpid-3603-5Alan Conway2012-02-131-2/+3
* QPID-3563: Protect from concurrent access to accept tracker stateGordon Sim2011-10-311-0/+1
* QPID-3417: C++ broker - support adding arrival timestamp to received messages.Kenneth Anthony Giusti2011-10-121-1/+5
* QPID-3200: Add new method to session for cumulative acknowledgement upto (and...Gordon Sim2011-06-151-2/+2
* QPID-2807: Allow per message acknowledgementGordon Sim2010-08-201-0/+7
* QPID-2698: recognise special property names for amqp 0-10 specific message- a...Gordon Sim2010-06-251-0/+19
* QPID-664: Correct the name of the subject string used for incoming messages.Gordon Sim2010-06-101-1/+1
* Fix errors when new API Receiver is closed while in use.Alan Conway2010-05-141-12/+15
* Fix deadlocks & thread safety in new API classes.Alan Conway2010-05-131-10/+27
* QPID-664: made changes suggested by Alan Conway, also moved 0-10 map/list cod...Gordon Sim2010-03-311-3/+3
* QPID-664: renamed headers as properties (to match python); added priorityGordon Sim2010-03-291-3/+4
* QPID-2406: a more explicit solution for durations in the messaging apiGordon Sim2010-03-291-1/+2
* QPID-664: move Variant and Uuid from messaging to types namespaceGordon Sim2010-03-291-2/+2
* QPID-664: Added some of the missing standard message headers. Added two new t...Gordon Sim2010-01-121-3/+13
* Merge branch 'next_receiver_changes' into trunkGordon Sim2009-11-121-5/+30
* define content- and view- classes separately from message classGordon Sim2009-10-021-10/+1
* Added available and pendingAck properties to Receiver; added capacity and pen...Gordon Sim2009-09-141-5/+48
* QPID-664: Added automatic message replay on reconnection.Gordon Sim2009-09-071-2/+1
* QPID-664: Added automatic reconnection logic.Gordon Sim2009-09-071-3/+6
* Hide internal message ID behind APIGordon Sim2009-08-261-3/+4
* Fixed minor issues from r807731 to build correctly on Fedora 10 (x86_64).Ted Ross2009-08-251-3/+3
* QPID-664: Initial checkin of high level messaging api for c++Gordon Sim2009-08-251-0/+241