summaryrefslogtreecommitdiff
path: root/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix from gsim for python path; also changed name of QPID_CONFIG environment v...Kim van der Riet2009-05-272-12/+15
* QPID-1873: Further test case contributed by Mick Goulish.Gordon Sim2009-05-271-0/+25
* Fixed erroneous use of arg::durable in messageTransfer()Kim van der Riet2009-05-271-43/+50
* Set log level for forked brokers to notice+ rather than error+.Alan Conway2009-05-271-1/+1
* QPID-1488: Ensure policy state (+ store state & mgmt stats) are accurate on n...Gordon Sim2009-05-271-0/+52
* Persistent cluster test added which checks for recovery of queue and messages...Kim van der Riet2009-05-262-39/+84
* Added installable python cluster tests that can be run from an external store...Kim van der Riet2009-05-268-20/+1051
* Optimized TopicExchange matching.Alan Conway2009-05-221-119/+73
* More work on cmake:Andrew Stitcher2009-05-142-8/+16
* Windows adjustments to run testsStephen D. Huston2009-05-111-2/+3
* Patch small probs building tests, examples on WindowsStephen D. Huston2009-05-111-14/+12
* Cmake fixes:Andrew Stitcher2009-05-111-4/+6
* Added method to test validity of session object.Gordon Sim2009-05-111-0/+7
* More work on cmake: Get many more tests working on Linux nowAndrew Stitcher2009-05-072-12/+62
* DeliveryRecord optimizations.Alan Conway2009-05-061-1/+1
* Remove useless qpid/shared_ptr.h wrapper.Alan Conway2009-05-061-3/+3
* Remove client::Execution and FrameSet from the public API.Alan Conway2009-05-061-2/+1
* Changed name of store switch environment variableKim van der Riet2009-05-051-24/+24
* Applied PIMPL pattern to SubscriptionManager.Alan Conway2009-05-049-3/+11
* Refactored the DispatchHandle/Poller code to remove a long standingAndrew Stitcher2009-05-041-25/+33
* Some more fixes to build under Visual Studio 2008Andrew Stitcher2009-05-032-2/+2
* Add Visual Studio sln/vcproj files to EXTRA_DIST to include them in releases;...Stephen D. Huston2009-05-011-1/+18
* Cluster test code now has a persistence switch controlled by the environment....Kim van der Riet2009-05-017-112/+175
* Help more tests runStephen D. Huston2009-04-302-40/+23
* Fixed testShlib and testAutoShlib path typoKim van der Riet2009-04-301-2/+2
* Pass platform's shared lib prefix, suffix to test progs that need it; use it ...Stephen D. Huston2009-04-293-25/+25
* Add tests; revise checks for C++ headers to uuse C++, not CStephen D. Huston2009-04-282-160/+228
* Merge in initial changes to allow building with CMake; rubygen and management...Stephen D. Huston2009-04-231-0/+253
* Fix compile warning-turned-errorStephen D. Huston2009-04-231-1/+1
* Apply PIMPL pattern to client::Completion and client::Future.Alan Conway2009-04-231-0/+13
* Fix valgrind error in PollableCondition unit test.Alan Conway2009-04-221-1/+1
* Unit test for PollableCondition.Alan Conway2009-04-222-1/+119
* Apply PIMPL pattern to qpid::client::Message.Alan Conway2009-04-205-6/+54
* Small change to ClusterFixture which allows a different path to the cluster.s...Kim van der Riet2009-04-172-16/+17
* Override the executable used by ForkedBroker by setting an env. var.Alan Conway2009-04-162-3/+4
* Removed defunct interop_runner test, was never updated from 0-8 channel API.Alan Conway2009-04-159-793/+0
* Clean up temporary data directories in tests.Alan Conway2009-04-154-19/+30
* Fix bug in SocketProxy causing occasional hangs in tests.Alan Conway2009-04-151-2/+2
* Update client test to use SubscriptionManager.Alan Conway2009-04-151-26/+9
* Fix regression: close shadow connections belonging to brokers that have left ...Alan Conway2009-04-142-1/+60
* Trivial fix for gcc 4.3 compiler (F10) "may be used uninitialized" errorKim van der Riet2009-04-131-1/+2
* Fix issues when cluster is run with persistence enabled.Alan Conway2009-04-1114-106/+468
* Add durability option to the cpp failover_soak test. Alan Conway2009-04-094-19/+54
* cpp/src/tests/failover_soak.cpp: allow it to run with all modules loaded or o...Alan Conway2009-03-312-32/+39
* Lib tweaksStephen D. Huston2009-03-2717-164/+164
* Enable SocketProxy portability to Windows; fixes QPID-1765Stephen D. Huston2009-03-261-41/+70
* Fix some bashishms in test scriptsManuel Teira Paz2009-03-172-11/+24
* In testLoggerFormat:Manuel Teira Paz2009-03-171-1/+1
* QPID-1741: Fix for later versions of boost test API (from Jan Sarenik)Gordon Sim2009-03-171-1/+8
* Changes to build DLLs instead of static libs on Windows; primarily added deco...Stephen D. Huston2009-03-1225-447/+560