summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-4839: HA Sporadic failure of ha_tests.test_join_ready_clusterAlan Conway2013-05-142-5/+10
* NO-JIRA: Fix harmless but annoying Visual Studio warningAndrew Stitcher2013-05-081-1/+1
* QPID-3772: Fix Windows socket optionsAndrew Stitcher2013-05-081-1/+1
* QPID-3189: correct calculated queue depth if enqueue failsGordon Sim2013-05-081-1/+6
* QPID-4821: speed up selector identifier lookupsAndrew Stitcher2013-05-082-44/+60
* QPID-4822: Allow Variant::parse() to produce VAR_UINT64 types.Andrew Stitcher2013-05-081-1/+4
* QPID-4820: fix incorrect AMQP 0-10 typecodesGordon Sim2013-05-081-3/+3
* QPID-4706: allow selectors to be used on links from an exchangeGordon Sim2013-05-086-2/+40
* QPID-4819: ensure exclusive lock is released when link is detached (allowing ...Gordon Sim2013-05-081-0/+1
* QPID-4668: Correct use of delivery count (should be 0 on first delivery)Gordon Sim2013-05-083-5/+5
* QPID-4775: Fix core dumps in HA tests introduced in r1478418Alan Conway2013-05-031-2/+1
* QPID-4810: No TCP if SSL initialisation fails and TCP/SSL mux enabledAndrew Stitcher2013-05-021-34/+37
* NO-JIRA: Fix Windows build moreCharles E. Rolke2013-05-021-0/+1
* QPID-4792: convert between UUIDs and GUIDs as needed for Microsoft APIsClifford Jansen2013-05-021-13/+83
* QPID-4775: C++ Broker add ACL property checks for delete queue and exchange.Charles E. Rolke2013-05-021-9/+25
* QPID-4807: Add new broker option to disable listening on specific transport typeAndrew Stitcher2013-05-024-44/+50
* Resolve Windows compile error and warnings. NO-JIRAStephen D. Huston2013-05-021-2/+2
* QPID-4801: Changed the log message to be of type DEBUG.Darryl L. Pierce2013-05-011-1/+1
* QPID-4801: Show error when config file cannot be read.Darryl L. Pierce2013-05-011-0/+3
* NO-JIRA: Remove "FIXME" string inadvertently left in code.Alan Conway2013-05-011-1/+0
* QPID-4786: Only have one thread processing session queue at a timeGordon Sim2013-05-012-15/+59
* QPID-4767 [legacystore] QMF commands to create a persistent queue with an ill...Kim van der Riet2013-05-013-22/+46
* QPID-4339: Add include necessary under some versions of unixAndrew Stitcher2013-04-301-0/+1
* QPID-4793: Change test so that regex.h works on other unixesAndrew Stitcher2013-04-301-2/+2
* QPID-4339: some more export symbol directives needed for unit_test compilatio...Gordon Sim2013-04-301-5/+6
* QPID-4339: add export symbol directivesGordon Sim2013-04-301-9/+10
* QPID-4759 : make qpidd --help display sasl config dir default locationMichael Goulish2013-04-301-2/+1
* QPID-4339: fix for older compilers/c++ librariesGordon Sim2013-04-303-7/+9
* QPID-4759 : make both builds put sasl config file in sysconfdir/sasl2Michael Goulish2013-04-301-0/+1
* QPID-4339: fix for windows buildGordon Sim2013-04-291-0/+1
* QPID-4720: C++ Broker headers exchange tests not using run-time comaprisons.Charles E. Rolke2013-04-292-38/+6
* QPID-4339: simple paged queue implementationGordon Sim2013-04-2917-42/+847