summaryrefslogtreecommitdiff
path: root/qpid
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA: Remove unnecessary codeAndrew Stitcher2013-06-131-45/+9
* QPID-4923: Windows C++ broker should use --ssl-port option to select ssl portAndrew Stitcher2013-06-131-1/+1
* NO-JIRA: restrict broker to listen only on loopback interface (which is all t...Gordon Sim2013-06-1313-20/+22
* QPID-4921: check pointer before using itGordon Sim2013-06-131-1/+1
* QPID-4917: allow shared topic subscriptionsGordon Sim2013-06-123-7/+22
* QPID-4766: Added generic filter support to address handling in qpid::messagin...Gordon Sim2013-06-1210-150/+566
* QPID-4916: Document how to configure queue arguments in virtual host configur...Alex Rudyy2013-06-111-0/+18
* QPID-4914: Improve documentation for configuring queue binding in virtual hos...Alex Rudyy2013-06-111-5/+11
* QPID_4913 - Work in progressTed Ross2013-06-1113-96/+208
* QPID-4905: Removed TimeoutHandler interface as it was really unusedAndrew Stitcher2013-06-108-63/+6
* QPID-4905: Remove unused Connection ErrorListener interfaceAndrew Stitcher2013-06-104-25/+0
* QPID-4905: Remove unused methodAndrew Stitcher2013-06-101-5/+0
* QPID-4905: Remove unused functionAndrew Stitcher2013-06-101-1/+0
* QPID-4905: Remove deprecated and unused federation propertyAndrew Stitcher2013-06-102-4/+0
* QPID-4905: Tidy-up remove OutputHandler and directly use FrameHandlerAndrew Stitcher2013-06-1015-64/+20
* QPID-4905: Remove unused members in Connector interfaceAndrew Stitcher2013-06-105-32/+0
* QPID-4914: Document how to bind queues to exchangesAlex Rudyy2013-06-072-0/+97
* Fix compile warning on Visual Studio. NO-JIRA.Stephen D. Huston2013-06-071-2/+2
* QPID-4913 - Added the example configuration file.Ted Ross2013-06-071-0/+132
* QPID-4913 - Work-in-progres for configuration file reader.Ted Ross2013-06-0713-13/+577
* QPID-4912: Allow setting queue binding arguments in exchange MBeanAlex Rudyy2013-06-064-19/+179
* QPID-4911: Add unit test for setting of queue binding arguments in XML config...Alex Rudyy2013-06-061-1/+64
* Add a test for recovering a message with 0-length body. NO-JIRA.Stephen D. Huston2013-06-061-0/+17
* Allows QMF to build on Windows; resolves QPID-4909.Stephen D. Huston2013-06-064-13/+21
* QPID-4900: Add the server properties to the AMQP 1.0 SASL ProtocolEngine as w...Robert Gemmell2013-06-065-18/+40
* NO-JIRA: make the example usable though still horribleRobert Gemmell2013-06-062-2/+4
* QPID-4903: don't delete subscription queue when closing link if it was explic...Gordon Sim2013-06-061-1/+1
* QPID-4854: Removed use of intrusive_ptr::reset to work with older boost versionsAndrew Stitcher2013-06-051-1/+1
* QPID-4908: Reduce the description text for MessageGroupSharedGroups attributeAlex Rudyy2013-06-051-1/+1
* QPID-4908: Expose queue attributes MessageGroupKey and MessageGroupSharedGrou...Alex Rudyy2013-06-055-9/+88
* QPID-4854: Removed code now unused since this changeAndrew Stitcher2013-06-042-3/+0
* QPID-4707: Set AMQP 1.0 fields on outgoing messages based on special property...Gordon Sim2013-06-0423-96/+711
* QPID-4854: Make the protocol negotiation timeout actually relate toAndrew Stitcher2013-06-0412-11/+24
* QPID-4905: Tidy upAndrew Stitcher2013-06-0413-46/+17
* QPID-4904 : [Java] AMQShortString.equals should only return true if it is bei...Robert Godfrey2013-06-031-2/+2
* QPID-4904 : [Java] AMQShortString.equals should on return true if it is being...Robert Godfrey2013-06-035-70/+63
* QPID-4897 : [Java Broker] Fix FilterSupport to look for String rather than AM...Robert Godfrey2013-06-031-1/+1
* QPID-4897 : [Java Broker] changes to how exchangeBound result is calculatedRobert Godfrey2013-06-021-8/+51
* QPID-4900 : [Java Broker] Broker should return its version to the client as i...Robert Godfrey2013-06-025-3/+54
* QPID-4897 : [Java Broker] add ability to test for existence of binding purely...Robert Godfrey2013-06-024-1/+25
* QPID-4899 : [Java Broker] Allow setting queue binding arguments in XML config...Robert Godfrey2013-06-022-5/+13
* QPID-4898 : [Java Broker] Allow setting arbitrary arguments in queue defintio...Robert Godfrey2013-06-025-10/+112
* QPID-4897 : [Java Broker] Allow selectors on bindings fro non-topic exchangesRobert Godfrey2013-06-0126-1661/+1501
* QPID-4894: Fix removal of exchange binidings in web management consoleAlex Rudyy2013-06-011-1/+1
* NO-JIRA - Fixed a defect introduced in the last commit.Ted Ross2013-05-311-2/+2
* QPID-4896: Change Drain/Spout not to assume a virtualhost named testKeith Wall2013-05-311-1/+5
* NO-JIRA - Fixed a warning thrown in Release mode on older compilers.Ted Ross2013-05-301-1/+1
* NO-JIRA - Replace use of "pipe2" with "pipe" because pipe2 is not available o...Ted Ross2013-05-301-1/+11
* NO-JIRA - Removed debug prints.Ted Ross2013-05-301-3/+0
* NO-JIRA - Cleaned up include files to prevent redefining typedefs.Ted Ross2013-05-3011-49/+68