summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/client/amqp0_10/IncomingMessages.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-6358: detect detached session on fetchGordon Sim2015-02-041-10/+15
* QPID-6358: detect detached session on fetchGordon Sim2015-02-031-1/+1
* QPID-6127: slight refactoring of previous solution for brevity; suggested by ...Gordon Sim2014-09-301-8/+2
* QPID-6127: avoid using negative durations with sys::BlockingQueue.pop() as it...Gordon Sim2014-09-301-2/+20
* QPID-5985: fixed regression introduced by previous commit (r1617256), ensurin...Gordon Sim2014-08-141-0/+1
* QPID-5985: check for incoming messages - without waiting - even when timout is 0Gordon Sim2014-08-111-1/+1
* QPID-5828: Drop expired incoming messagesGordon Sim2014-06-231-3/+19
* QPID-4265: wakeup fetches on closed receiverGordon Sim2013-10-241-3/+26
* QPID-5040: support for sending and receiving messages with AmqpValue sectionsGordon Sim2013-08-131-1/+1
* QPID-4786: Only have one thread processing session queue at a timeGordon Sim2013-05-011-12/+54
* QPID-3603: Merge new HA foundations.Alan Conway2012-02-171-1/+2
* QPID-3839: Allow browsers to accept messagesGordon Sim2012-02-141-1/+1
* 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