summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/client/amqp0_10/AddressResolution.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-6324: refine previous fix such that no explicit reliability setting on d...Gordon Sim2015-02-091-2/+2
* QPID-6329: slightly more forgiving equivalence check on fieldvalues in assert...Gordon Sim2015-01-211-2/+8
* QPID-6324: fix when default timeout appliesGordon Sim2015-01-191-5/+4
* QPID-5597: honour explicit auto-delete when True (as well as when False)Gordon Sim2015-01-191-2/+2
* QPID-6275: reduce default autodelete timeout for durable subscriptionsGordon Sim2014-12-171-1/+1
* QPID-5003: Use correct property for delayed auto-delete. Explicit 0 timeout s...Gordon Sim2014-12-171-3/+4
* QPID-5828: Check and adjust ttl on resend attemptGordon Sim2014-06-231-6/+2
* QPID-5708: only set 'queue' type if routing-key is not emptyGordon Sim2014-04-161-2/+4
* QPID-5707: treat '#' as implying create for exchange as well as queueGordon Sim2014-04-161-3/+18
* QPID-5597: [C++ client] Topic subscriptions should not ignore auto-delete x-d...Pavel Moravec2014-03-041-1/+3
* QPID-5328: not-acquired implies no accept neededGordon Sim2013-11-111-5/+5
* QPID-5003: set finite lifetime by default for durable subscription queues tha...Gordon Sim2013-07-181-2/+14
* QPID-5002: durable links are reliable by default; autodelete subscription que...Gordon Sim2013-07-181-3/+5
* QPID-4953: recognise temp queue shorthand in 0-10 codepathGordon Sim2013-06-261-2/+8
* QPID-4706: allow selectors to be used on links from an exchangeGordon Sim2013-05-081-0/+3
* QPID-4558: Change C++ Selector implementation to use registered valuesAndrew Stitcher2013-03-191-4/+5
* QPID-4558: Selectors for C++ brokerAndrew Stitcher2013-03-041-0/+10
* QPID-4117: honour alternate-exchange option specified within x-declare for a ...Gordon Sim2012-07-061-2/+6
* QPID-3921: C++ header files need tidyupAndrew Stitcher2012-03-281-0/+1
* QPID-3603: Merge new HA foundations.Alan Conway2012-02-171-20/+22
* QPID-3508: Ensure subscription queue is deleted on closing receiver (unless i...Gordon Sim2011-09-271-1/+1
* QPID-3425: Special handling of reserved exchange names in auto-createGordon Sim2011-08-161-8/+27
* QPID-3412: Do not prefix the subscription queue name with the exchange name f...Gordon Sim2011-08-111-1/+1
* QPID-3372: fixed comparison of desired and actual properties for exchangesGordon Sim2011-07-261-1/+1
* QPID-3225: Allow exclusivity (for subscription queue and subscription itself)...Gordon Sim2011-06-131-5/+16
* QPID-664: corrected option name for setting subscribe options on a queueGordon Sim2010-06-301-2/+2
* Allow empty subject for direct- and xml- exchangesGordon Sim2010-05-051-3/+7
* QPID-664: changed option verifier to use constants rather than duplicating st...Gordon Sim2010-04-121-17/+18
* QPID-2497: added some verification that address options specified are validGordon Sim2010-04-091-3/+51
* QPID-664: changed connect() back to open(),removed detach(),defined new excep...Gordon Sim2010-04-091-50/+52
* QPID-664: made changes suggested by Alan Conway, also moved 0-10 map/list cod...Gordon Sim2010-03-311-34/+21
* QPID-664: move Variant and Uuid from messaging to types namespaceGordon Sim2010-03-291-4/+4
* QPID-664: Updates to address options to stay in-line with python client chang...Gordon Sim2010-03-241-272/+319
* QPID-2427: Align browsing option with approach used in python clientGordon Sim2010-03-031-1/+14
* QPID-2426: Check for empty name in address when resolvingGordon Sim2010-03-031-0/+3
* QPID-2380: recognise reliability option for sender (also added capacity to qp...Gordon Sim2010-02-021-4/+4
* QPID-2288: add support for bindings in address optionsGordon Sim2010-01-261-13/+55
* QPID-2279: Removal of unused "using qpid::messaging::filter"Andrew Stitcher2009-12-151-1/+0
* Fix compile warnings; resolve QPID-2272Stephen D. Huston2009-12-141-2/+2
* QPID-664: Use subject if specified as binding key when a map filter is specifiedGordon Sim2009-11-231-13/+19
* QPID-664: Set subject in application headers when specifiedGordon Sim2009-11-231-25/+4
* QPID-664: Added some documentation for address options; tidied up the handlin...Gordon Sim2009-11-191-5/+22
* QPID-664: Refactored address resolution; ensure type is asserted on when requ...Gordon Sim2009-11-191-77/+58
* QPID-664: Bring address option names in to line with those used in python cli...Gordon Sim2009-11-191-25/+38
* QPID-664: Refine address resolution; if type not specified, default to queue ...Gordon Sim2009-11-191-31/+80
* QPID-664: Cancel all senders and receivers on closing session; check queue/ex...Gordon Sim2009-11-171-2/+11
* Fix compilation error on some platformsGordon Sim2009-11-111-1/+1
* Added support for address parsing, create/assert/delete policiesGordon Sim2009-11-111-206/+520
* define content- and view- classes separately from message classGordon Sim2009-10-021-10/+1
* QPID-664: Added automatic message replay on reconnection.Gordon Sim2009-09-071-13/+10