summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA: Fix qpid-cpp-benchmark to support AMQP 1.0.Alan Conway2014-11-211-22/+63
* QPID-6167: allow 0-10 to be disabledGordon Sim2014-11-101-1/+1
* QPID-5361: No tests for linearstore functionality currently exist - basic tes...Kim van der Riet2014-09-167-0/+792
* NO-JIRA: Fix error message test in acl.py, on older python versions error cod...Alan Conway2014-09-091-10/+10
* NO-JIRA: Fix minor bug in run_paged_queue_tests handling a failure to start b...Alan Conway2014-09-051-1/+1
* NO-JIRA: HA Fix ha_tests.py failures with SWIG 0.10 client.Alan Conway2014-09-052-39/+29
* NO-JIRA: Fix qpid/cpp/src/tests/ha_tests.py to work on python 2.4.Alan Conway2014-09-041-1/+1
* QPID-6069: Extra fix to FreeBSD compile fixesAndrew Stitcher2014-09-041-1/+1
* NO-JIRA: Explictily convert double to uint64_t in qpid-txtest2 to avoid warni...Alan Conway2014-09-031-1/+1
* QPID-6069: FreeBSD compilation problemsAndrew Stitcher2014-09-031-2/+2
* QPID-5855: Fix to JAVA Client Can not recieve message with qpid ha cluster.Alan Conway2014-08-291-2/+4
* NO-JIRA: brokertest.py: don't use AMQP 1.0 if not available, ignore connectio...Alan Conway2014-08-281-4/+5
* QPID-5975: HA extra/missing messages when running qpid-txtest2 in a loop with...Alan Conway2014-08-283-13/+69
* QPID-6049: ensure nss is initialised (and shutdown) for 1.0 connections; add ...Gordon Sim2014-08-271-2/+13
* QPID-6035: HA clearly distinguish qpid-ha commands intended for cluster manager.Alan Conway2014-08-221-1/+1
* QPID-5855: JAVA Client Can not recieve message with qpid ha cluster "Session ...Alan Conway2014-08-221-1/+34
* NO-JIRA: Clean up test_store.cpp async functionality.Alan Conway2014-08-223-70/+140
* NO-JIRA: test_env.sh to pick up whichever of linearstore.so or legacystore.so...Alan Conway2014-08-201-1/+2
* QPID-6020: HA logging improvements - log prefix with status and ID.Alan Conway2014-08-191-2/+2
* QPID-5985: fixed regression introduced by previous commit (r1617256), ensurin...Gordon Sim2014-08-141-0/+15
* QPID-5985: check for incoming messages - without waiting - even when timout is 0Gordon Sim2014-08-111-0/+25
* QPID-5966: HA mixing tx enqueue and non-tx dequeue leaves extra messages on b...Alan Conway2014-08-083-10/+76
* QPID-5973: HA cluster state may get stuck in recoveringAlan Conway2014-08-081-2/+3
* QPID-5888: Fix test to ignore occasional TransactionAborted failures on conne...Alan Conway2014-07-291-1/+2
* QPID-5921, QPID-5923: adjustments and exclusions for new tests using swigged ...Gordon Sim2014-07-242-0/+9
* QPID-4123: C++ Broker ACL creates too many rulesCharles E. Rolke2014-07-232-3/+191
* QPID-5888: transaction should always be aborted on failoverAlan Conway2014-07-182-20/+35
* QPID-5887: revised approach to implict abortGordon Sim2014-07-171-10/+19
* QPID-5898: AclHost unit test fails on systems with no IPv6Charles E. Rolke2014-07-161-58/+105
* QPID-5898: Self tests fail on systems with IPv6 disabled.Charles E. Rolke2014-07-161-30/+30
* QPID-5887: allow qpid-txtest2 to be run by make testGordon Sim2014-07-163-2/+16
* QPID-5887: fix to new txtest2, acknowledge messages in the check phase to ens...Gordon Sim2014-07-161-0/+1
* QPID-4947: C++ Broker ACL restricts hosts from which users may connect.Charles E. Rolke2014-07-153-9/+132
* QPID-5890: Improve Acl enum verificationCharles E. Rolke2014-07-121-13/+5
* QPID-5890: Refactoring AclModule.hCharles E. Rolke2014-07-112-0/+158
* QPID-5887: abort transactional session on failover; added equivalent of txtes...Gordon Sim2014-07-113-1/+320
* QPID-5858: Remove unneeded line that generates a warning on Windows VS2010.Charles E. Rolke2014-07-111-1/+0
* NO-JIRA: qpid-send help: copy&paste typo fixedPavel Moravec2014-07-091-1/+1
* NO-JIRA: Fix defects found by coverity.Alan Conway2014-07-073-3/+3
* QPID-5874: Treat all empty selectors sensiblyAndrew Stitcher2014-07-031-0/+3
* QPID-5806: Allow quoted syntax for non standard selector identifiersAndrew Stitcher2014-07-031-1/+2
* QPID-3921: Refactored Broker::Options into its own independent classAndrew Stitcher2014-07-014-15/+19
* QPID-5865: Be more robust in face of system clock being changed:Andrew Stitcher2014-07-014-7/+5
* QPID-5858: prevent leakage of old exception typesGordon Sim2014-06-271-0/+19
* [no JIRA]: brokertest to set connection option 'protocol' only for SWIG clien...Pavel Moravec2014-06-261-2/+4
* QPID-5817: [C++ broker] Improve ACL authorisation of QMF methods and queriesPavel Moravec2014-06-182-5/+159
* QPID-5807: Remove boost::program_options as a header file dependency of qpid/...Andrew Stitcher2014-06-113-26/+30
* QPID-5805: Disallow % and _ characters as escapes in selector LIKE expressionAndrew Stitcher2014-06-091-0/+1
* QPID-5804: Fix broken selector parsing of unary '+'Andrew Stitcher2014-06-091-0/+2
* QPID-5748: [C++ broker] Make Queue::purgeExpired more efficient; remove Expi...Pavel Moravec2014-05-282-2/+1