| Commit message (Expand) | Author | Age | Files | Lines |
| * | Renamed qpid_recv to qpid_receive. | Alan Conway | 2010-04-08 | 3 | -9/+7 |
| * | QPID-664: changed open() to connect(), moved url parameter to constructor, ad... | Gordon Sim | 2010-04-08 | 4 | -8/+8 |
| * | Changed the recent AbsTime::Epoch code to conform better to the previously | Andrew Stitcher | 2010-04-08 | 2 | -2/+2 |
| * | Add Statistics.h/.cpp to Makefile.am and CMakeLists.txt. | Alan Conway | 2010-04-07 | 2 | -2/+4 |
| * | Fix ambiguous --report option in qpid_send, qpid_recv. | Alan Conway | 2010-04-07 | 2 | -9/+9 |
| * | Fix compiler warnings "virtual function but no virtual destructor". | Alan Conway | 2010-04-07 | 3 | -0/+8 |
| * | Extend qpid_send, qpid_recv to measure throughput and latency. | Alan Conway | 2010-04-07 | 5 | -19/+317 |
| * | QPID-664: added method to release messages | Gordon Sim | 2010-04-06 | 1 | -0/+15 |
| * | QPID-2482: prevent duplication of messages that match multiple binding keys o... | Kenneth Anthony Giusti | 2010-04-06 | 1 | -0/+51 |
| * | QPID-664: added param to control synchronous send and acknowledge | Gordon Sim | 2010-04-06 | 1 | -0/+12 |
| * | Update cluster store status with a single atomic write() operation. | Alan Conway | 2010-04-01 | 4 | -30/+45 |
| * | Adapted test to an API change in qmf.console. | Ted Ross | 2010-04-01 | 1 | -2/+2 |
| * | Merged the changes from the qmf-devel0.7a branch back to the trunk. | Ted Ross | 2010-03-31 | 2 | -13/+15 |
| * | Removed config-sequence test from cluster_tests.py, functionality was removed. | Alan Conway | 2010-03-31 | 1 | -23/+0 |
| * | Fix error in cluster_tests.py test_join_sub_size | Alan Conway | 2010-03-31 | 1 | -1/+3 |
| * | Cluster: remove un-necessary code for config-seq. | Alan Conway | 2010-03-31 | 1 | -1/+1 |
| * | QPID-664: made changes suggested by Alan Conway, also moved 0-10 map/list cod... | Gordon Sim | 2010-03-31 | 5 | -50/+47 |
| * | Fix hanging failover_soak test. | Alan Conway | 2010-03-30 | 1 | -2/+2 |
| * | Fix intermittent failure of cluster_tests.py test_last_store_clean. | Alan Conway | 2010-03-30 | 1 | -1/+6 |
| * | Rename Duration::INFINITE to Duration::FOREVER; resolves QPID-2475. | Stephen D. Huston | 2010-03-30 | 1 | -1/+1 |
| * | QPID-664: renamed headers as properties (to match python); added priority | Gordon Sim | 2010-03-29 | 5 | -13/+13 |
| * | QPID-2406: a more explicit solution for durations in the messaging api | Gordon Sim | 2010-03-29 | 3 | -22/+22 |
| * | QPID-664: move Variant and Uuid from messaging to types namespace | Gordon Sim | 2010-03-29 | 7 | -11/+16 |
| * | Fix race condition causing deadlock in cluster_tests.py, failover_test. | Alan Conway | 2010-03-26 | 1 | -1/+1 |
| * | Re-eneable run_long_cluster_tests. | Alan Conway | 2010-03-25 | 3 | -20/+20 |
| * | Disable run_long_cluster_tests from make check-long until failures are fixed. | Alan Conway | 2010-03-25 | 1 | -1/+0 |
| * | Fix resource leaks in cluster_tests, add 5 minute test run to make check-long. | Alan Conway | 2010-03-24 | 2 | -7/+10 |
| * | QPID-664: Updates to address options to stay in-line with python client chang... | Gordon Sim | 2010-03-24 | 1 | -9/+9 |
| * | QPID-664: Prevent dangling pointers when receiver/sender handles stay in scop... | Gordon Sim | 2010-03-19 | 3 | -3/+6 |
| * | QPID-2452: Fixed control over the encoding used when sending a string valued ... | Gordon Sim | 2010-03-18 | 2 | -0/+25 |
| * | Work-around for race condition in the IO layer. | Alan Conway | 2010-03-15 | 1 | -2/+2 |
| * | New cluster member pushes store when joining an active cluster. | Alan Conway | 2010-03-12 | 2 | -29/+57 |
| * | QPID-2382: Created separate utility class for handling updates from failover ... | Gordon Sim | 2010-03-11 | 3 | -13/+40 |
| * | Remove non-existent directory from PATH. | Alan Conway | 2010-03-10 | 1 | -1/+1 |
| * | Fix build dependency problem with tests/testagent. | Alan Conway | 2010-03-09 | 1 | -0/+1 |
| * | Remove tests/testagent sub-directory, build testagent in the tests directory. | Alan Conway | 2010-03-09 | 5 | -55/+52 |
| * | QPID-2436: Fix cluster update of remote agents. | Alan Conway | 2010-03-08 | 4 | -13/+20 |
| * | Minor cleanup: removed unused parameter of initial-status in cluster.xml. | Alan Conway | 2010-03-05 | 1 | -3/+3 |
| * | QPID-2434: add timestamp files to CLEANFILES list | Kenneth Anthony Giusti | 2010-03-05 | 1 | -1/+1 |
| * | Fix to run topictest correctly on Windows. | Stephen D. Huston | 2010-03-05 | 2 | -10/+13 |
| * | Added testagent/schema.xml to EXTRA_DIST, was causing make distcheck to fail. | Alan Conway | 2010-03-04 | 1 | -0/+1 |
| * | Increase test_watchdog interval to avoid spurious test failures. | Alan Conway | 2010-03-03 | 1 | -2/+2 |
| * | Extended cluster_tests.test_management exposes a bug. | Alan Conway | 2010-03-03 | 2 | -23/+75 |
| * | Added tests/testagent, a simple QMF agent for use in tests. | Alan Conway | 2010-03-03 | 4 | -0/+322 |
| * | QPID-2402 & QPID-2406: Documented the units for the ttl property of Message. ... | Gordon Sim | 2010-03-03 | 3 | -32/+27 |
| * | QPID-2427: Align browsing option with approach used in python client | Gordon Sim | 2010-03-03 | 1 | -2/+2 |
| * | QPID-2423 - Add Constructors to set initial value of content for MapContent a... | Ted Ross | 2010-02-26 | 1 | -0/+53 |
| * | Last member of a cluster always has clean store. | Alan Conway | 2010-02-25 | 1 | -14/+40 |
| * | Configure boost tests to create core dumps. | Alan Conway | 2010-02-25 | 2 | -1/+3 |
| * | Minor improvements to verify_cluster_objects. | Alan Conway | 2010-02-25 | 1 | -13/+21 |