summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/xml/XmlExchange.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-5301: support autodeleted exchangesGordon Sim2013-11-121-4/+11
* QPID-5107: Trace queue&session deletion statistics show zero values for some ...Pavel Moravec2013-09-061-0/+2
* QPID-4707: Set AMQP 1.0 fields on outgoing messages based on special property...Gordon Sim2013-06-041-15/+15
* QPID-4672: C++ Broker deadlock in XmlExchange unbindCharles E. Rolke2013-03-271-3/+10
* QPID-4658: Update statistics even when no binding key matches routing keyJustin Ross2013-03-181-5/+7
* QPID-4625: Extract amqp 1.0 application-properties from messagesAndrew Stitcher2013-03-121-0/+1
* QPID-4626: Amqp 0-10 Message getProperty() does not correctly return booleansAndrew Stitcher2013-03-081-0/+1
* QPID-4178: broker refactoringGordon Sim2012-08-101-26/+51
* QPID-4005: Eliminate "using" especially "using namespace" from header fileAndrew Stitcher2012-05-181-17/+17
* QPID-3883: Using application headers in messages causes a very large slowdownAndrew Stitcher2012-03-051-1/+3
* Binds integer, floating point, or string-typed headers using appropriate data...Jonathan Robie2010-11-261-4/+15
* Adds support for federation in the XML exchange.Jonathan Robie2010-10-201-105/+228
* Code cleanup in broker directory.Alan Conway2010-10-141-0/+1
* Changed name of XQilla EBV define to XQ_EXTENDED_BOOLEAN_VALUE_HPP.Jonathan Robie2010-03-081-3/+3
* Fixed #ifndef for XQilla 2.1.3Jonathan Robie2010-03-081-1/+1
* Modified to either support the older XQilla 2.1.3 API or to useJonathan Robie2010-03-051-1/+11
* Applied John Dunning's patch from https://issues.apache.org/jira/browse/QPID-...Jonathan Robie2010-01-181-2/+3
* Exchange route() refactorization that eliminates common code in each of the E...Kim van der Riet2009-09-251-31/+8
* Reversed checkin of r.813825 until its problems can be resolvedKim van der Riet2009-09-141-19/+42
* Joint checkin with cctrieloff. Refactor of exchange routing so that multi-que...Kim van der Riet2009-09-111-43/+20
* Add directory to #includeAlan Conway2009-07-141-1/+1
* Fixed a regression affecting plugin-exchanges.Ted Ross2009-05-201-3/+3
* Modified so that the content of the message is only parsed if it is used in a...Jonathan Robie2009-02-271-53/+75
* Fix compilation error on older compilers by correcting cast.Gordon Sim2008-10-211-1/+2
* Feature requested by AndrewM for M4...Carl C. Trieloff2008-10-171-15/+16
* QPID-1341 from JonathanCarl C. Trieloff2008-10-151-0/+261