summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/messaging
Commit message (Expand)AuthorAgeFilesLines
* QPID-4766: Added generic filter support to address handling in qpid::messagin...Gordon Sim2013-06-123-48/+165
* Allows QMF to build on Windows; resolves QPID-4909.Stephen D. Huston2013-06-061-3/+4
* QPID-4707: Set AMQP 1.0 fields on outgoing messages based on special property...Gordon Sim2013-06-041-20/+133
* QPID-4854: Make the protocol negotiation timeout actually relate toAndrew Stitcher2013-06-042-0/+2
* QPID-4713: fix handling of reply to when converting from 1.0 to 0-10 formatGordon Sim2013-05-281-1/+7
* QPID-4887: retrieve username and password from url if specifiedGordon Sim2013-05-271-2/+3
* QPID-4888: correct handling of link namingGordon Sim2013-05-246-13/+84
* QPID-4884: prevent segfault when translating x-declare into 1.0 node propertiesGordon Sim2013-05-241-1/+1
* QPID-4855: fix compilation error with some compilersGordon Sim2013-05-162-0/+2
* QPID-4668: Correct use of delivery count (should be 0 on first delivery)Gordon Sim2013-05-081-1/+1
* QPID-4716: set durability on terminusGordon Sim2013-04-052-1/+27
* QPID-4700: fix typo in mapping for 'to' fieldGordon Sim2013-04-031-1/+1
* QPID-4679: Cleaned up processing of addresses, including errors and warnings ...Gordon Sim2013-03-297-62/+197
* QPID-4674: Detect asynchronous connection close, session end and link detachGordon Sim2013-03-284-9/+69
* QPID-4668: Message is only redelivered if delivery count is greater than 1Gordon Sim2013-03-261-1/+1
* QPID-4667: Fix for selective message acknowledgement over AMQP 1.0Gordon Sim2013-03-261-1/+5
* QPID-4586: Compilation fix for windowsGordon Sim2013-03-251-0/+1
* QPID-4586: fixes for dynamic sources/targets and on demand creation of nodesGordon Sim2013-03-2318-78/+155
* QPID-4558: Change C++ Selector implementation to use registered valuesAndrew Stitcher2013-03-191-3/+3
* QPID-4586: add ability to have qpidd establish outgoing connectionsGordon Sim2013-03-141-4/+16
* QPID-4558: Selectors for C++ brokerAndrew Stitcher2013-03-041-0/+14
* NO-JIRA: Changed subject filter to use described value now proton bug should ...Andrew Stitcher2013-03-041-5/+4
* QPID-4569: ensure modules are loaded before processing protocol optionGordon Sim2013-02-051-0/+2
* QPID-4514: Remove IO readCredit throttling only used by removed cluster codeAndrew Stitcher2013-01-302-2/+1
* QPID-4478: wakeup driver after setting creditGordon Sim2012-11-271-0/+1
* QPID-4477: make sasl logic a bit smarter, to handle case where we transition ...Gordon Sim2012-11-274-16/+58
* QPID-4465: check subject before setting filterGordon Sim2012-11-231-12/+14
* QPID-4460: Replenish credit to cover specified prefetch if it is drainedGordon Sim2012-11-231-3/+16
* QPID-4459: settle sent messages once they have been accepted by peerGordon Sim2012-11-232-1/+6
* QPID-4452: fix credit for producersGordon Sim2012-11-211-1/+1
* QPID-4451: wait for outgoing messages to settle when closingGordon Sim2012-11-215-1/+25
* QPID-4368: Cleaned up filtering, added ability to process dynamic-node-proper...Gordon Sim2012-11-166-7/+270
* QPID-4368: Small improvements to setting and checking filter descriptorsGordon Sim2012-11-161-1/+11
* QPID-4368: Add support for subject, translated to a filter (i.e. at present a...Gordon Sim2012-11-156-26/+67
* QPID-4368: Fix 1.0 related client IO inline with changes for QPID-4272Gordon Sim2012-11-155-41/+44
* QPID-4368: Add some more missing export declarationsAndrew Stitcher2012-10-221-1/+1
* QPID-4368: Compilation fixes for some platformsGordon Sim2012-10-192-1/+2
* QPID-4368: Pluggable AMQP 1.0 implementation for broker and clientGordon Sim2012-10-1936-41/+3948
* QPID-4368: Allow pluggable protocol implementationsGordon Sim2012-10-193-8/+132
* QPID-3004: Keep the code compatible with clang C++ compiler (and probably gcc...Andrew Stitcher2012-05-221-4/+4
* QPID-3492: Fix quoted values as well as unquoted values; added a test caseGordon Sim2012-01-031-7/+8
* QPID-3492: Treat string literals in addresses as utf8 encodedGordon Sim2011-09-161-1/+2
* QPID-3445: Added some extra checks to decode logic; consolidated exception ha...Gordon Sim2011-08-241-1/+6
* QPID-3330: Corrected handling of empty strings (using patch from Anthony Fogl...Gordon Sim2011-07-011-1/+1
* QPID-3200: Add new method to session for cumulative acknowledgement upto (and...Gordon Sim2011-06-152-2/+3
* QPID-3222: Prevent ttl overflow; also adds equality operators for qpid::messa...Gordon Sim2011-04-261-0/+10
* QPID-3001: Add const version of Connection::isOpen()Gordon Sim2011-01-172-1/+2
* QPID-2940: always request completions from broker on Session::acknowledge(), ...Gordon Sim2010-11-121-1/+1
* QPID-2926 Simple example code does not link under WindowsCharles E. Rolke2010-11-051-0/+64
* Changed Variant::fromString() to Variant::parse(). Also changed implementation.Jonathan Robie2010-11-011-2/+1