summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* cpp/src/tests/ForkedBroker.h: keep tests quiet, set --log-enable=error+Alan Conway2009-01-051-0/+1
* Minor logging fixes.Alan Conway2009-01-051-1/+11
* Update test in line with change to default logging level (see r731649).Gordon Sim2009-01-051-1/+1
* - browse correction, to update replacement message on browseCarl C. Trieloff2008-12-301-0/+5
* Fixed to run correctly in VPATH build.Alan Conway2008-12-291-13/+9
* QPID-1412 - c++ implementation of the QMF client APITed Ross2008-12-192-2/+47
* Handle package name changes in Fedora10: openais->corosync cman->cmanlibAlan Conway2008-12-171-2/+2
* options name re-name to be more explicit & better testCarl C. Trieloff2008-12-171-5/+10
* LVQ queue option for no acquireCarl C. Trieloff2008-12-161-0/+8
* Added the ASF license header to the following filesRajith Muditha Attapattu2008-12-1625-0/+500
* Added ASF license to makefilesGordon Sim2008-12-153-0/+56
* QPID-1527: Added exclusive option to SubscriptionSettings and accompanying test.Gordon Sim2008-12-101-6/+17
* QPID-1526: add checks for exclusive ownership plus tests to verify they are e...Gordon Sim2008-12-101-1/+1
* This is related to QPID-1523Rajith Muditha Attapattu2008-12-101-2/+16
* Cluster: Option --cluster-read-max configures read-to-redeliver flow-control.Alan Conway2008-12-091-1/+1
* QPID-1514: Add check for presence of key to FieldTable::erase()Gordon Sim2008-12-041-0/+19
* clean upCarl C. Trieloff2008-12-032-631/+0
* cluster: add Event size to encoded header.Alan Conway2008-12-032-0/+632
* QPID-1497: Ensure policy count and size reflect transactionality of dequeuesGordon Sim2008-12-011-0/+57
* Fix setting of accept mode in perftest which appears to be back-to-front.Gordon Sim2008-11-281-1/+1
* QPID-1485: check required group is set etc when running failover test (patch ...Gordon Sim2008-11-271-0/+24
* Backed out last change; not sure it actually makes sense.Gordon Sim2008-11-271-36/+1
* Ensure broker doesn't hang waiting for async enqueue to complete on shutdown.Gordon Sim2008-11-271-1/+36
* * QPID-1488: test that policy pointer is setGordon Sim2008-11-271-0/+7
* QPID-1489: Tidy epoll code to remove a valgrind warning on 32bit Linux:Andrew Stitcher2008-11-261-7/+0
* Removed mistakenly commited lines.Alan Conway2008-11-261-4/+0
* Cluster.cpp: Fixed last-node-standing logic, better logging.Alan Conway2008-11-263-4/+9
* Fixed problem of recurring xids (0, 1, 2...) on successive txtest runs which ...Kim van der Riet2008-11-261-7/+9
* Fix typo.Alan Conway2008-11-261-1/+1
* cluster_test.cpp: Extended testUnacked to cover acquired, accepted but not co...Alan Conway2008-11-251-3/+23
* Prevent cluster module being loaded twice if module is also installed.Gordon Sim2008-11-251-0/+1
* QPID-1478: ensure concurrent publishers work correctly (as well as reported a...Gordon Sim2008-11-241-0/+56
* tests/failover_soak.cpp: Only load cluster module, reduces logging clutter.Alan Conway2008-11-241-3/+2
* tests/failover_soak.cpp: add unique log-prefix per broker.Alan Conway2008-11-241-1/+4
* Reduce logging noise from NullMessageStore: log "persistence disabled" once a...Alan Conway2008-11-242-2/+2
* QPID-1464 - Moved qmf console API out of python/qpid and into python/qmfTed Ross2008-11-201-2/+2
* Replaced boost.spirit-based URL parser with simple recursive descent parser.Alan Conway2008-11-201-25/+28
* Added some extra test options.Gordon Sim2008-11-203-15/+24
* File descriptor leak in ForkedBroker test utility.Alan Conway2008-11-191-6/+10
* tests/failover_soak: run a cluster with clients, kill and restart cluster mem...Alan Conway2008-11-197-9/+1058