summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* QPID-4931: Only allow broker to listen to a single address if "--port 0" spec...Andrew Stitcher2013-06-197-20/+19
* NO-JIRA: remove unused codeGordon Sim2013-06-192-40/+0
* QPID-4854: signal connection establishment for broker initiated connections alsoGordon Sim2013-06-191-0/+1
* QPID-4935: handle case where peer to sender settles without setting a deliver...Gordon Sim2013-06-192-2/+22
* QPID-4905: Stopped broker::Broker needing to refer to broker::ConnectionAndrew Stitcher2013-06-1919-92/+118
* QPID-4905: Tidy up broker::ConnectionAndrew Stitcher2013-06-1922-325/+208
* NO-JIRA: Remove useless HAVE_CONFIG_H definitionAndrew Stitcher2013-06-185-18/+9
* NO-JIRA: Fix compile errors in Windows build.Alan Conway2013-06-181-1/+1
* QPID-4348: HA Use independent sequence numbers for identifying messagesAlan Conway2013-06-1742-532/+958
* 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
* 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-107-62/+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-1014-63/+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
* Allows QMF to build on Windows; resolves QPID-4909.Stephen D. Huston2013-06-061-3/+4
* 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-0421-95/+701
* 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: Pass non-const reference to Message in QueueObserver functions.Alan Conway2013-05-293-1/+60
* QPID-4713: fix handling of reply to when converting from 1.0 to 0-10 formatGordon Sim2013-05-284-10/+36
* QPID-4887: retrieve username and password from url if specifiedGordon Sim2013-05-271-2/+3
* 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-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-246-30/+110
* QPID-4883: check for null pointer when parsing certificate CommonNameKen Giusti2013-05-231-10/+13
* QPID-4650: C++ Broker method to redirect messages between two queues.Charles E. Rolke2013-05-234-5/+181
* 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-228-31/+326
* QPID-4878: fix SASL for connections established by the brokerGordon Sim2013-05-223-6/+7
* QPID-4591: patch from Ernie Allen to add queue sequence number to messagesGordon Sim2013-05-213-1/+12
* QPID-4855: fix compilation error with some compilersGordon Sim2013-05-162-0/+2
* NO-JIRA: HA Use qpid::Address in ha::BrokerInfo rather than host/port.Alan Conway2013-05-164-18/+17
* QPID-4850: HA Sporadic stall in ha_tests.test_failover_send_receiveAlan Conway2013-05-152-2/+3
* QPID-4745: HA safe port allocation for brokers in HA tests.Alan Conway2013-05-152-1/+5
* QPID-4846: prevent assertion when translating empty 0-10 message content into...Gordon Sim2013-05-151-1/+1