| Commit message (Expand) | Author | Age | Files | Lines |
| * | Renamed qpid_recv to qpid_receive. | Alan Conway | 2010-04-08 | 1 | -4/+4 |
| * | Add Statistics.h/.cpp to Makefile.am and CMakeLists.txt. | Alan Conway | 2010-04-07 | 1 | -0/+2 |
| * | Extend qpid_send, qpid_recv to measure throughput and latency. | Alan Conway | 2010-04-07 | 1 | -2/+4 |
| * | Merged the changes from the qmf-devel0.7a branch back to the trunk. | Ted Ross | 2010-03-31 | 1 | -3/+3 |
| * | Remove tests/testagent sub-directory, build testagent in the tests directory. | Alan Conway | 2010-03-09 | 1 | -2/+2 |
| * | Added tests/testagent, a simple QMF agent for use in tests. | Alan Conway | 2010-03-03 | 1 | -0/+2 |
| * | Configure boost tests to create core dumps. | Alan Conway | 2010-02-25 | 1 | -1/+0 |
| * | more futzing with setup.py; pulled specs into python/qpid package | Rafael H. Schloming | 2010-02-15 | 1 | -6/+3 |
| * | use python/setup.py instead of python/Makefile | Rafael H. Schloming | 2010-02-15 | 1 | -1/+4 |
| * | Add Windows Powershell scripts needed for test suite to run on Windows to EXT... | Stephen D. Huston | 2010-02-05 | 1 | -4/+14 |
| * | QPID-664: Added some of the missing standard message headers. Added two new t... | Gordon Sim | 2010-01-12 | 1 | -0/+14 |
| * | Install useful tests. | Alan Conway | 2010-01-06 | 1 | -20/+21 |
| * | QPID-2289: Fixed copy constructor in qpid::messaging::Message, added in equal... | Gordon Sim | 2009-12-17 | 1 | -1/+2 |
| * | QPID-2227 C++ "make dist" is missing cluster.cmake and has unneeded test_env.sh | Andrew Stitcher | 2009-12-03 | 1 | -1/+1 |
| * | Clean up test environment variables, prepare for running more tests in cmake. | Alan Conway | 2009-11-30 | 1 | -6/+1 |
| * | Fix autotool dependency on installed libtool for running "make check" | Andrew Stitcher | 2009-11-30 | 1 | -0/+1 |
| * | Added test_env.sh script to distributed file list | Gordon Sim | 2009-11-20 | 1 | -1/+2 |
| * | Removed the Visual Studio solution/project files, as these are now generated ... | Stephen D. Huston | 2009-11-20 | 1 | -18/+3 |
| * | Added support for address parsing, create/assert/delete policies | Gordon Sim | 2009-11-11 | 1 | -1/+2 |
| * | Clean up files left behind by tests in make clean. | Alan Conway | 2009-11-04 | 1 | -1/+1 |
| * | Fix dependencies so python client used by tests is built before tests. | Alan Conway | 2009-09-29 | 1 | -0/+3 |
| * | Fix python tests to work in VPATH builds and for make distcheck. | Alan Conway | 2009-09-28 | 1 | -23/+37 |
| * | Fix to allow python testing stuff to build outside source tree | Andrew Stitcher | 2009-09-23 | 1 | -4/+2 |
| * | rhs's new system for python allows us to build python test | Michael Goulish | 2009-09-23 | 1 | -0/+7 |
| * | Rolling back my recent change 816715. These script changes don't work with t... | Michael Goulish | 2009-09-18 | 1 | -8/+0 |
| * | rhs's new system for python allows us to build python test | Michael Goulish | 2009-09-18 | 1 | -0/+8 |
| * | backing out change r815804 -- didn't test with clustering turned on. | Michael Goulish | 2009-09-16 | 1 | -7/+0 |
| * | rhs's new system for python allows us to build python test | Michael Goulish | 2009-09-16 | 1 | -0/+7 |
| * | QPID-664: Added automatic reconnection logic. | Gordon Sim | 2009-09-07 | 1 | -0/+5 |
| * | QPID-664: Initial checkin of high level messaging api for c++ | Gordon Sim | 2009-08-25 | 1 | -1/+3 |
| * | Reinstate reliable_replication_test | Andrew Stitcher | 2009-08-11 | 1 | -2/+1 |
| * | qrsh initial checkin. | Michael Goulish | 2009-08-03 | 1 | -0/+12 |
| * | Fix race condition in cluster error handling. | Alan Conway | 2009-07-31 | 1 | -1/+1 |
| * | Separate generated public header files from non-public headers, generated cod... | Alan Conway | 2009-07-27 | 1 | -1/+19 |
| * | Update queue listeners in the correct order. | Alan Conway | 2009-07-16 | 1 | -2/+3 |
| * | Merge branch 'move_public_h_to_include' into trunk | Alan Conway | 2009-07-15 | 1 | -1/+1 |
| * | QPID-1984: Temporarily disabled the failing test until the error can be resol... | Gordon Sim | 2009-07-14 | 1 | -1/+2 |
| * | Fix for cluster_test problems: a) When not started from within test dir, qpid... | Kim van der Riet | 2009-07-01 | 1 | -1/+3 |
| * | Add some ring queue tests to make check-long (fix script to use QPID_PORT cor... | Gordon Sim | 2009-06-30 | 1 | -2/+4 |
| * | Added extra test script for testing ring queues plus a random data generation... | Gordon Sim | 2009-06-29 | 1 | -0/+4 |
| * | Added qpid_ping: a simple client to verify broker responsiveness. | Alan Conway | 2009-06-25 | 1 | -0/+5 |
| * | Change to test directory names for installed tests | Kim van der Riet | 2009-06-11 | 1 | -2/+2 |
| * | Made the test_store lib installable to be used with installable tests | Kim van der Riet | 2009-06-04 | 1 | -2/+4 |
| * | Fixes to cluster tests which enable them to be built and run outside the sour... | Kim van der Riet | 2009-06-02 | 1 | -0/+1 |
| * | Added installable python cluster tests that can be run from an external store... | Kim van der Riet | 2009-05-26 | 1 | -8/+25 |
| * | Add Visual Studio sln/vcproj files to EXTRA_DIST to include them in releases;... | Stephen D. Huston | 2009-05-01 | 1 | -1/+18 |
| * | Cluster test code now has a persistence switch controlled by the environment.... | Kim van der Riet | 2009-05-01 | 1 | -1/+7 |
| * | Unit test for PollableCondition. | Alan Conway | 2009-04-22 | 1 | -1/+2 |
| * | Apply PIMPL pattern to qpid::client::Message. | Alan Conway | 2009-04-20 | 1 | -1/+2 |
| * | Removed defunct interop_runner test, was never updated from 0-8 channel API. | Alan Conway | 2009-04-15 | 1 | -18/+0 |