summaryrefslogtreecommitdiff
path: root/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove unicode when dealing with usernames and passwords in URLs.Ted Ross2009-02-121-1/+1
* Allow passing extra argv arguments to ClusterFixture.Alan Conway2009-02-126-108/+146
* QPID-1660: If selected consumer can't take a message, ensure others are notif...Gordon Sim2009-02-121-0/+33
* Fix cluster flow control bug: hang with large messages (>frame-max) and low -...Alan Conway2009-02-101-2/+1
* Cluster support for message time-to-live.Alan Conway2009-02-092-43/+85
* Fix doubly-defined function.Alan Conway2009-02-092-19/+10
* Fix error in run_acl_tests.Alan Conway2009-02-061-2/+1
* QPID-1650 Mick Goulish: separte ClusterFixture from cluster_test.cpp for use ...Alan Conway2009-02-065-83/+226
* Fixes to producer flow control to reduce the numberAndrew Stitcher2009-02-041-6/+8
* Fixed run_acl_tests.Alan Conway2009-02-041-3/+2
* Cluster sets recovery flag on Broker for first member in cluster.Alan Conway2009-02-041-0/+1
* Fix for race conditions in cluster join.Alan Conway2009-02-032-2/+3
* Initial version of Windows, Visual Studio .NET 2008 projectsStephen D. Huston2009-02-0217-0/+7192
* Explicitly reference boost namespace to avoid clashes on WindowsStephen D. Huston2009-02-021-5/+4
* Use qpid sleep rather than CRT sleep to build on WindowsStephen D. Huston2009-02-021-3/+4
* Removed unneeded include <alloca.h>Stephen D. Huston2009-02-021-1/+0
* Use qpid sleep rather than CRT sleep to build on WindowsStephen D. Huston2009-02-021-2/+1
* Correction for: start a broker in cluster, send messages that are flow to dis...Carl C. Trieloff2009-01-301-2/+7
* Correct mistake from previous commit where missing python dir causes an error...Alan Conway2009-01-301-4/+6
* Run python tests against a single-member cluster in check-long.Alan Conway2009-01-297-29/+58
* Producer side rate throttling:Andrew Stitcher2009-01-272-1/+66
* Modification to txtest to check that the size of the message remains consiste...Kim van der Riet2009-01-271-1/+7
* Delete the temp log file before the absolute path test.Ted Ross2009-01-271-0/+1
* Cluster rename: dump -> update, newbie -> joinerAlan Conway2009-01-271-6/+6
* QPID-1613: Ensure that the rule registered with the demuxer for LocalQueue su...Gordon Sim2009-01-231-0/+19
* Removed BodyHolder: minor performance improvement, opens the way for more eff...Alan Conway2009-01-2211-169/+36
* QPID-1567: Added ability for federation links to failover to other specified ...Gordon Sim2009-01-212-1/+108
* Fix test to use exchange option correctly when specifiedGordon Sim2009-01-211-4/+5
* Additional latency measurement points.Alan Conway2009-01-212-2/+10
* Fix for race condition in test identified by Ted.Gordon Sim2009-01-211-3/+4
* Use different file for storing port to avoid interfering with other check-lon...Gordon Sim2009-01-201-5/+5
* QPID-1567: added 'exactly-once' guarantee to asynchronous replication of queu...Gordon Sim2009-01-206-23/+178
* Put messages into LVQ FIFO if no key is specified.Carl C. Trieloff2009-01-191-0/+24
* QPID-1588 - Fixed bug in asynchronous API operations.Ted Ross2009-01-161-0/+27
* Separate cluster::EventHeader to allow non-copy events.Alan Conway2009-01-161-11/+0
* Added missing PYTHONPATH definition.Ted Ross2009-01-151-0/+1
* Added lvq-no-browse support to qpid-config.Ted Ross2009-01-151-0/+39
* QPID-1567: Initial support for asynchronous queue state replicationGordon Sim2009-01-154-3/+342
* Minor formatting correctionGordon Sim2009-01-151-1/+1
* Fix to sender test: read in whole line as message body, not just next word.Gordon Sim2009-01-141-1/+1
* Fix logic to generate messages at a specified rate. Alan Conway2009-01-141-21/+15
* Send heartbeat from broker to clientAndrew Stitcher2009-01-131-0/+1
* Added test coverage for the CLI utilitiesTed Ross2009-01-093-1/+207
* Ensure that if no store is loaded we don't flow to disk, but revert to reject...Gordon Sim2009-01-071-0/+28
* This is related to QPID-1558.Rajith Muditha Attapattu2009-01-071-2/+44
* QPID-1560: add support for a qpid.exclusive-binding option on direct exchange...Gordon Sim2009-01-071-0/+22
* Work on the low level IO code:Andrew Stitcher2009-01-063-23/+125
* Add option to use single connection for all producers, and consumers to test ...Carl C. Trieloff2009-01-061-6/+25
* * Cyrus SASL intgeration for c++ clientGordon Sim2009-01-062-1/+11
* Add option to use single connection for all producers, and consumers to test ...Carl C. Trieloff2009-01-061-5/+16