summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* QPID-3892 C++ broker add routing key wildcard support to Acl 'publish exchang...Charles E. Rolke2012-07-151-1/+119
* QPID-4138: HA sporadic failure in ha_testsAlan Conway2012-07-131-1/+0
* QPID-4107 HA does not replicate alternate-exchangeAlan Conway2012-07-131-2/+49
* QPID-4136: HA sporadic failures in ha_testsAlan Conway2012-07-131-1/+5
* QPID-4126: HA primary times out expected backups.Alan Conway2012-07-101-7/+26
* QPID-4118: HA does not work with authentication and authorization.Alan Conway2012-07-091-11/+86
* QPID-4117: honour alternate-exchange option specified within x-declare for a ...Gordon Sim2012-07-061-0/+18
* QPID-4085: HA failover test: wait for all receivers to be connected.Alan Conway2012-07-051-12/+13
* NO-JIRA: Don't run the IPv6 test unless the machine has global IPv6 addressesAndrew Stitcher2012-07-031-0/+13
* NO-JIRA: ha_tests.py raise exception for errors in qpid-haAlan Conway2012-06-271-2/+5
* QPID-3902 force [Test] log category into test instanceCharles E. Rolke2012-06-261-1/+1
* QPID-4078: Fix primary self-connections in long running test.Alan Conway2012-06-221-1/+1
* QPID-3849: Client connection breaks broker-to-broker cluster SASL authenticat...Alan Conway2012-06-222-1/+13
* QPID-4075: Raise delete event for autodeleted queues alsoGordon Sim2012-06-221-0/+5
* QPID-3902 log category - force log statement to be in test category and to di...Charles E. Rolke2012-06-191-1/+1
* QPID-4063: remove spurious whitespace introduced in last commit.Kenneth Anthony Giusti2012-06-181-1/+0
* QPID-4063: allow configuration of source queue for exchange or dynamic routesKenneth Anthony Giusti2012-06-181-1/+164
* QPID-4072: HA use backup messages in failover.Alan Conway2012-06-182-5/+5
* QPID-3603: Fix & clean up in HA code.Alan Conway2012-06-182-11/+18
* QPID-3603: Minor cleanup and test improvements in HA code.Alan Conway2012-06-182-8/+10
* QPID-4030: Check send rate actually achieved and report if it fails to match ...Gordon Sim2012-06-181-4/+14
* QPID-4071: basic porting changes for solaris native compilerClifford Allan Jansen2012-06-172-0/+3
* QPID-4066 - Allow configuration to override the broker's federation tagTed Ross2012-06-152-4/+7
* QPID-3603: HA bug fixes around transition to ready statusAlan Conway2012-06-122-5/+9
* QPID-3603: HA bug fixes around ha::QueueGuardAlan Conway2012-06-122-6/+7
* QPID-3603: Introduced RemoteBackup to track backup status.Alan Conway2012-06-122-24/+34
* QPID-3603: Separate QueueGuard from ReplicatingSubscription.Alan Conway2012-06-122-33/+71
* NO-JIRA: Fix failing unit_test, updated for changes in log format.Alan Conway2012-06-121-2/+2
* QPID-3902 C++ Broker add log categoriesCharles E. Rolke2012-06-111-1/+1
* QPID-4022 C++ Broker connection limits by host ip and by user name.Charles E. Rolke2012-06-111-2/+2
* QPID-4048 - Rafactor of TopicExchange to isolate the binding-key data structure.Ted Ross2012-06-081-6/+8
* QPID-3603: HA primary sends membership updates to backup brokers.Alan Conway2012-06-081-7/+42
* QPID-4032 Broker ACL does not accept sub-groups in group declarationCharles E. Rolke2012-06-011-1/+29
* NO-JIRA Fix signed/unsigned warnings on RHEL 5 w/ Boost 1.33.1Stephen D. Huston2012-05-301-22/+22
* QPID-3603: Close replication link when a backup broker is promoted to primary.Alan Conway2012-05-281-1/+1
* QPID-3603: Allow Queue::setPosition() to truncate the queue.Alan Conway2012-05-282-54/+194
* QPID-3767: add additional test case for link sharing.Kenneth Anthony Giusti2012-05-241-0/+113
* NO-JIRA: Remove final vestiges of non-portable alloca().Andrew Stitcher2012-05-243-11/+9
* QPID-3603: Renamed brokers and public-brokers to brokers-url and public-url f...Alan Conway2012-05-221-19/+19
* QPID-3603: HA backups pass identifying info to primary.Alan Conway2012-05-221-0/+5
* QPID-4011: TestIsLocalHost unit_test fails with if machine name resolves to l...Andrew Stitcher2012-05-181-0/+2
* QPID-4005: Eliminate "using" especially "using namespace" from header fileAndrew Stitcher2012-05-183-6/+6
* 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-168-8/+16
* QPID-3603: HA don't replicate excluseive, auto-delete, non-timeout queues.Alan Conway2012-05-161-9/+27
* QPID-3603: HA rename "promoting" to "recovering"Alan Conway2012-05-151-2/+2
* QPID-3603: Test fixes to ha_tests.pyAlan Conway2012-05-151-43/+45
* QPID-3603: HA primary marks ReplicatingSubscription ready immediately if queu...Alan Conway2012-05-151-1/+0
* QPID-3603: HA broker backup/primary ready checks.Alan Conway2012-05-152-57/+125
* NO-JIRA: Fix bug in RangeSet when insterting a range that covers multiple ran...Alan Conway2012-05-141-63/+71