summaryrefslogtreecommitdiff
path: root/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* QPID-664: Prevent dangling pointers when receiver/sender handles stay in scop...Gordon Sim2010-03-193-3/+6
* QPID-2452: Fixed control over the encoding used when sending a string valued ...Gordon Sim2010-03-182-0/+25
* Work-around for race condition in the IO layer.Alan Conway2010-03-151-2/+2
* New cluster member pushes store when joining an active cluster.Alan Conway2010-03-122-29/+57
* QPID-2382: Created separate utility class for handling updates from failover ...Gordon Sim2010-03-113-13/+40
* Remove non-existent directory from PATH.Alan Conway2010-03-101-1/+1
* Fix build dependency problem with tests/testagent.Alan Conway2010-03-091-0/+1
* Remove tests/testagent sub-directory, build testagent in the tests directory.Alan Conway2010-03-095-55/+52
* QPID-2436: Fix cluster update of remote agents.Alan Conway2010-03-084-13/+20
* Minor cleanup: removed unused parameter of initial-status in cluster.xml.Alan Conway2010-03-051-3/+3
* QPID-2434: add timestamp files to CLEANFILES listKenneth Anthony Giusti2010-03-051-1/+1
* Fix to run topictest correctly on Windows.Stephen D. Huston2010-03-052-10/+13
* Added testagent/schema.xml to EXTRA_DIST, was causing make distcheck to fail.Alan Conway2010-03-041-0/+1
* Increase test_watchdog interval to avoid spurious test failures.Alan Conway2010-03-031-2/+2
* Extended cluster_tests.test_management exposes a bug.Alan Conway2010-03-032-23/+75
* Added tests/testagent, a simple QMF agent for use in tests.Alan Conway2010-03-034-0/+322
* QPID-2402 & QPID-2406: Documented the units for the ttl property of Message. ...Gordon Sim2010-03-033-32/+27
* QPID-2427: Align browsing option with approach used in python clientGordon Sim2010-03-031-2/+2
* QPID-2423 - Add Constructors to set initial value of content for MapContent a...Ted Ross2010-02-261-0/+53
* Last member of a cluster always has clean store.Alan Conway2010-02-251-14/+40
* Configure boost tests to create core dumps.Alan Conway2010-02-252-1/+3
* Minor improvements to verify_cluster_objects.Alan Conway2010-02-251-13/+21
* Removed unecessary include of Msg.h in Exception.hAndrew Stitcher2010-02-251-0/+1
* Failover_soak was not detecting child exits properly, and soMichael Goulish2010-02-242-82/+81
* Use qpid::sys::usleep() instead of usleep(). Resolves QPID-2408.Stephen D. Huston2010-02-161-1/+1
* update exclude file to match new test package nameRafael H. Schloming2010-02-161-31/+31
* Added handling for adjusting TTL on outgoing message based on how long a mess...Kim van der Riet2010-02-151-0/+30
* more futzing with setup.py; pulled specs into python/qpid packageRafael H. Schloming2010-02-151-6/+3
* use python/setup.py instead of python/MakefileRafael H. Schloming2010-02-151-1/+4
* moved qpid-* tools out of qpid/python into qpid/tools; moved qmf library into...Rafael H. Schloming2010-02-142-3/+5
* I have added the license header to the files included in this commit.Rajith Muditha Attapattu2010-02-127-0/+140
* QPID-2029 - Added verification script contributed by John DunningTed Ross2010-02-051-0/+400
* Add Windows Powershell scripts needed for test suite to run on Windows to EXT...Stephen D. Huston2010-02-051-4/+14
* moved protocol tests from qpid/python to qpid/testsRafael H. Schloming2010-02-053-4/+4
* specify PLAIN so that sasl negotiation can't end up using ANONYMOUSRafael H. Schloming2010-02-051-1/+2
* Cluster: fix update of failover exchange.Alan Conway2010-02-021-1/+1
* QPID-2380: recognise reliability option for sender (also added capacity to qp...Gordon Sim2010-02-021-0/+4
* QPID-2348 - [C++] The HeadersExchange does not support federationTed Ross2010-02-013-0/+301
* test_enf.sh: Added missing directories to PATHAlan Conway2010-01-291-1/+1
* QPID-2374: Null authenticator now checks for SSL if --encryption-required spe...Kenneth Anthony Giusti2010-01-281-1/+1
* QPID-664: change format of connection options string to match address options...Gordon Sim2010-01-284-13/+17
* Test for management + cluster: run management tools in parallel with regular ...Alan Conway2010-01-272-5/+70
* Locate an executable's path correctly and set up in PATH properly. Catch up r...Stephen D. Huston2010-01-272-9/+6
* Fix cluster elder calculation to ensure unique elder.Alan Conway2010-01-271-17/+21
* QPID-664: change cancel() to close() for consistencyGordon Sim2010-01-271-18/+18
* Explicitly ignore SIGCHLD signal by sending it to an empty function so thatAndrew Stitcher2010-01-251-0/+17
* QPID-2347: Signal deletion of queue to active subscribers via a resource-dele...Gordon Sim2010-01-222-0/+14
* Provide access to a sessions connection.Gordon Sim2010-01-201-0/+22
* QPID-664: added support for testing transactions to qpid-send and qpid-recv, ...Gordon Sim2010-01-202-26/+61
* Fix intermittent test error: cluster_test.cpp(1108): error in "testRelease": ...Alan Conway2010-01-191-0/+1