summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-4926: Add in overlooked cli_testsAndrew Stitcher2013-06-141-0/+1
* QPID-4926: Add in tests missing from the cmake buildAndrew Stitcher2013-06-141-5/+15
* NO-JIRA: Windows fixes for previous "simple" changeAndrew Stitcher2013-06-133-1/+3
* NO-JIRA: Remove unnecessary includes for AsynchIOAndrew Stitcher2013-06-132-8/+8
* 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-129-150/+548
* 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
* Fix compile warning on Visual Studio. NO-JIRA.Stephen D. Huston2013-06-071-2/+2
* 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-4854: Removed use of intrusive_ptr::reset to work with older boost versionsAndrew Stitcher2013-06-051-1/+1
* 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-4893: prevent uninitialised buffered messages being transferedGordon Sim2013-05-302-8/+16
* QPID-4886: fix autoconf distcheckGordon Sim2013-05-301-0/+1
* QPID-4886: Pass non-const reference to Message in QueueObserver functions.Alan Conway2013-05-293-1/+60
* NO-JIRA: Added connection timeout to python client, used in brokertests.Alan Conway2013-05-291-2/+2
* NO-JIRA: CMake: Added missing test_wrap around stop_broker test.Alan Conway2013-05-291-1/+1
* QPID-4892: Re-add the examples to the gemfile.Darryl L. Pierce2013-05-281-0/+1
* QPID-4713: fix handling of reply to when converting from 1.0 to 0-10 formatGordon Sim2013-05-286-17/+116
* NO-JIRA: match the frequency of rate failure warnings to stats report frequencyGordon Sim2013-05-271-5/+7
* QPID-4887: retrieve username and password from url if specifiedGordon Sim2013-05-271-2/+3
* QPID-4890: added workaround to test to handle issues with closing stdin of su...Gordon Sim2013-05-271-0/+1
* QPID-4650: C++ Broker method to redirect messages between two queues.Charles E. Rolke2013-05-251-2/+2
* QPID-4889: Only installs the Swig descriptors in /usr/includeDarryl L. Pierce2013-05-241-5/+0
* QPID-4888: correct handling of link namingGordon Sim2013-05-2417-24/+144
* QPID-4884: prevent segfault when translating x-declare into 1.0 node propertiesGordon Sim2013-05-241-1/+1
* QPID-4650: C++ Broker method to redirect messages between two queues.Charles E. Rolke2013-05-242-376/+0
* QPID-4885: C++ examples install to qpid/examplesDarryl L. Pierce2013-05-241-2/+2
* QPID-4650: C++ Broker method to redirect messages between two queues.Charles E. Rolke2013-05-242-0/+750
* QPID-4859: prevent circular reference on queues still holding durable messagesGordon Sim2013-05-242-2/+6
* QPID-4859: ensure flush is called on journalsGordon Sim2013-05-248-30/+113
* QPID-4883: check for null pointer when parsing certificate CommonNameKenneth Anthony Giusti2013-05-231-10/+13
* QPID-4650: C++ Broker method to redirect messages between two queues.Charles E. Rolke2013-05-235-5/+182
* NO-JIRA: HA Add missing FailoverExchange.h/cpp to distribution rules.Alan Conway2013-05-231-0/+2
* QPID-4880: Qualify the name passed back to the client for dynamically created...Gordon Sim2013-05-232-7/+20
* QPID-4866: Add export directives for broker method now used by HA pluginGordon Sim2013-05-231-2/+2
* QPID-4866: HA support for failover exchangeAlan Conway2013-05-2212-42/+358