summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* QPID-4984: WIP - Merge from trunk r.1534626.linearstoreKim van der Riet2013-10-221-2/+13
* QPID-4984: WIP - Merge from trunk r.1534385.Kim van der Riet2013-10-2181-273/+12963
* QPID-4984: WIP - Compiles, but functionally incompleteKim van der Riet2013-10-071-0/+24
* QPID-4984: WIP - Merge from trunk r.1525056Kim van der Riet2013-09-2043-1302/+1086
* QPID-4976: support standard lifetime policiesGordon Sim2013-07-101-0/+1
* QPID-4944: HA skip test test_failover_send_receive till fixed.Alan Conway2013-07-091-1/+3
* NO-JIRA: HA Changed output directory for ha_tests.py to avoid other testsc ov...Alan Conway2013-07-051-2/+5
* QPID-4944: HA Sporadic failure: test_failover_send_receiveAlan Conway2013-07-042-7/+6
* QPID-4944: HA Sporadic failure - logging improvements used to investigate.Alan Conway2013-07-042-1/+3
* QPID-4969: C++ Broker headers exchange allows creation of bindings Charles E. Rolke2013-07-011-1/+1
* QPID-4961: Fix make distcheck problems with qpidd-p0 script.Alan Conway2013-06-271-9/+4
* QPID-4944: HA skip test test_failover_send_receive till fixed.Alan Conway2013-06-271-1/+3
* NO-JIRA: restrict broker to listen only on loopback interface (ensures they a...Gordon Sim2013-06-273-4/+4
* QPID-4953: recognise temp queue shorthand in 0-10 codepathGordon Sim2013-06-261-1/+24
* QPID-4944: HA Sporadic failure in ha_tests: tes_failover_send_receive and tes...Alan Conway2013-06-212-7/+4
* QPID-4938: No longer build acl or ssl support as pluginsAndrew Stitcher2013-06-199-58/+9
* QPID-4931: Only allow broker to listen to a single address if "--port 0" spec...Andrew Stitcher2013-06-193-3/+2
* QPID-4745: Remove spurious --port option in qpidd-p0Alan Conway2013-06-191-1/+1
* QPID-4745: Alternative port allocation for tests, instead of 'qpidd --port=0'Alan Conway2013-06-183-2/+56
* QPID-4926: Add path when invoking sasl_test_setup.shAlan Conway2013-06-181-1/+1
* QPID-4926: Get Unix sasl/ssl test workingAndrew Stitcher2013-06-171-13/+24
* QPID-4348: HA Use independent sequence numbers for identifying messagesAlan Conway2013-06-174-38/+37
* QPID-4926: Add in overlooked cli_testsAndrew Stitcher2013-06-141-0/+1
* QPID-4926: Add in tests missing from the cmake buildAndrew Stitcher2013-06-141-5/+15
* NO-JIRA: restrict broker to listen only on loopback interface (which is all t...Gordon Sim2013-06-1313-20/+22
* Add a test for recovering a message with 0-length body. NO-JIRA.Stephen D. Huston2013-06-061-0/+17
* NO-JIRA: Added connection timeout to python client, used in brokertests.Alan Conway2013-05-291-2/+2
* NO-JIRA: CMake: Added missing test_wrap around stop_broker test.Alan Conway2013-05-291-1/+1
* QPID-4713: fix handling of reply to when converting from 1.0 to 0-10 formatGordon Sim2013-05-282-7/+80
* NO-JIRA: match the frequency of rate failure warnings to stats report frequencyGordon Sim2013-05-271-5/+7
* QPID-4890: added workaround to test to handle issues with closing stdin of su...Gordon Sim2013-05-271-0/+1
* QPID-4650: C++ Broker method to redirect messages between two queues.Charles E. Rolke2013-05-251-2/+2
* QPID-4650: C++ Broker method to redirect messages between two queues.Charles E. Rolke2013-05-242-376/+0
* QPID-4650: C++ Broker method to redirect messages between two queues.Charles E. Rolke2013-05-242-0/+750
* QPID-4650: C++ Broker method to redirect messages between two queues.Charles E. Rolke2013-05-231-0/+1
* QPID-4866: HA support for failover exchangeAlan Conway2013-05-222-11/+26
* QPID-4878: fix SASL for connections established by the brokerGordon Sim2013-05-221-0/+0
* NO-JIRA: cleanup temp files to fix the distcheck buildKenneth Anthony Giusti2013-05-201-7/+6
* NO-JIRA: remove unnecessary includes from test scriptGordon Sim2013-05-201-2/+0
* NO-JIRA: HA clean up ha_tests.py to use HaCluster more consistently.Alan Conway2013-05-161-29/+27
* QPID-4850: HA Sporadic stall in ha_tests.test_failover_send_receiveAlan Conway2013-05-151-7/+1
* QPID-4745: Clean up test_backup_acquired to use HaCluster.Alan Conway2013-05-151-15/+10
* QPID-4745: HA safe port allocation for brokers in HA tests.Alan Conway2013-05-153-86/+123
* QPID-4846: prevent assertion when translating empty 0-10 message content into...Gordon Sim2013-05-151-0/+31
* NO-JIRA: HA moved ha_store_tests.py into ha_tests.py test suite.Alan Conway2013-05-134-129/+88
* QPID-4822: Allow Variant::parse() to produce VAR_UINT64 types.Andrew Stitcher2013-05-081-0/+27
* QPID-4820: fix incorrect AMQP 0-10 typecodesGordon Sim2013-05-081-0/+12
* QPID-4668: Correct use of delivery count (should be 0 on first delivery)Gordon Sim2013-05-081-1/+1
* QPID-4798: Fix up c++ code generation to use stripped spec files.Alan Conway2013-05-021-1/+1
* QPID-4775: C++ Broker add ACL property checks for delete queue and exchange.Charles E. Rolke2013-05-021-7/+239