summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* QPID-4046: rate limit the release of dequeued messages.Kenneth Anthony Giusti2012-06-081-8/+17
* QPID-4040 - Close federation links after lost heartbeats.Ted Ross2012-06-065-3/+61
* QPID-4043 - Remove usage of deprecated definitions from Corosync.Ted Ross2012-06-063-32/+55
* QPID-4041: move check for transport after setting value.Kenneth Anthony Giusti2012-06-051-5/+5
* QPID-4032 Broker ACL does not accept sub-groups in group declarationCharles E. Rolke2012-06-012-4/+52
* QPID-4031: fix deadlock by moving timer cancel outside of scoped lock.Kenneth Anthony Giusti2012-05-311-2/+3
* NO-JIRA Fix signed/unsigned warnings on RHEL 5 w/ Boost 1.33.1Stephen D. Huston2012-05-301-22/+22
* QPID-3603: Fix deadlock in ReplicatingSubscription causing primary to hang sp...Alan Conway2012-05-291-9/+27
* QPID-3603: Removed isSelf check in Backup, was returning false positives.Alan Conway2012-05-291-0/+3
* NO-JIRA: Add timerTask->cancel to ~AsynchIOHandler.Alan Conway2012-05-281-0/+2
* QPID-3603: Better log messages for HA code.Alan Conway2012-05-2810-68/+97
* QPID-3603: Failover optimization restored.Alan Conway2012-05-283-91/+198
* QPID-3603: HA brokers avoid self-connection.Alan Conway2012-05-283-7/+14
* QPID-3603: Close replication link when a backup broker is promoted to primary.Alan Conway2012-05-282-1/+2
* QPID-3603: Allow Queue::setPosition() to truncate the queue.Alan Conway2012-05-2812-92/+310
* NO-JIRA: eliminate dead code and potential null pointer dereference as found ...Kenneth Anthony Giusti2012-05-251-23/+19
* NO-JIRA: fix some defects found by Coverity static analysis scan of C++ codeKenneth Anthony Giusti2012-05-2510-12/+11
* QPID-3767: add additional test case for link sharing.Kenneth Anthony Giusti2012-05-241-0/+113
* NO-JIRA: Rearrange memory status codeAndrew Stitcher2012-05-243-5/+15
* NO-JIRA: Rearrange CMake a bit to improve the chances of compiling on non-Lin...Andrew Stitcher2012-05-241-9/+12
* NO-JIRA: Remove final vestiges of non-portable alloca().Andrew Stitcher2012-05-243-11/+9
* QPID-3004: Keep the code compatible with clang C++ compiler (and probably gcc...Andrew Stitcher2012-05-225-21/+17
* QPID-3603: Renamed brokers and public-brokers to brokers-url and public-url f...Alan Conway2012-05-224-37/+37
* QPID-3603: HA backups pass identifying info to primary.Alan Conway2012-05-2213-28/+207
* QPID-2518: Qpid C++ broker can easily be blocked by client trying to connect ...Andrew Stitcher2012-05-214-15/+61
* QPID-2518: Qpid C++ broker can easily be blocked by client trying to connect ...Andrew Stitcher2012-05-216-16/+75
* NO-JIRA: Implement abort for ssl connectionsAndrew Stitcher2012-05-213-2/+19
* QPID-4011: TestIsLocalHost unit_test fails with if machine name resolves to l...Andrew Stitcher2012-05-211-1/+1
* QPID-4013: Windows Broker SSL is more difficult to use than necessary and pos...Andrew Stitcher2012-05-211-4/+23
* QPID-4011: TestIsLocalHost unit_test fails with if machine name resolves to l...Andrew Stitcher2012-05-182-11/+30
* QPID-4005: Eliminate "using" especially "using namespace" from header fileAndrew Stitcher2012-05-182-20/+18
* QPID-4005: Eliminate "using" especially "using namespace" from header fileAndrew Stitcher2012-05-184-46/+58
* QPID-4005: Eliminate "using" especially "using namespace" from header fileAndrew Stitcher2012-05-183-6/+6
* QPID-4008: added check for INVALID_SOCKET similar to Linux implementationClifford Allan Jansen2012-05-171-7/+10
* QPID-3603: HA failover test, increase timeout to avoid false failures.Alan Conway2012-05-171-4/+3
* QPID-4005: Eliminate "using" especially "using namespace" from header fileAndrew Stitcher2012-05-171-0/+2
* QPID-4005: Eliminate "using" especially "using namespace" from header fileAndrew Stitcher2012-05-1629-29/+59
* NO-JIRA: Removed unused FileAndrew Stitcher2012-05-162-71/+0
* QPID-4004: Cruft in qpid::framing::Buffer class should be removedAndrew Stitcher2012-05-165-26/+16
* QPID-3603: HA don't replicate excluseive, auto-delete, non-timeout queues.Alan Conway2012-05-163-15/+53
* QPID-3603 HA broker backup/primary ready checks. Repair r1338889 for Windows.Charles E. Rolke2012-05-162-3/+3
* QPID-3603: HA rename "promoting" to "recovering"Alan Conway2012-05-156-15/+15
* QPID-3603: HA remove backup Replicator code to track unready queues.Alan Conway2012-05-159-64/+24
* QPID-3603: Test fixes to ha_tests.pyAlan Conway2012-05-152-44/+46
* QPID-3603: Fix inconsistent use of bridge-name and queue-name for bridge sess...Alan Conway2012-05-151-1/+1
* QPID-3603: HA backup brokers don't connect to self when searching for primary.Alan Conway2012-05-155-14/+32
* QPID-3603: HA primary marks ReplicatingSubscription ready immediately if queu...Alan Conway2012-05-156-106/+123
* QPID-3603: HA broker backup/primary ready checks.Alan Conway2012-05-1529-386/+1058
* NO-JIRA: Reduce message for missing lock file from critical to notice.Alan Conway2012-05-142-3/+9
* NO-JIRA: Fix bug in RangeSet when insterting a range that covers multiple ran...Alan Conway2012-05-141-63/+71