| Commit message (Expand) | Author | Age | Files | Lines |
| * | QPID-2920: Clean up of debugging messages, install test exes.qpid-2920 | Alan Conway | 2011-09-02 | 6 | -28/+39 |
| * | QPID-2920: Initial stab at time-based queue sharing. | Alan Conway | 2011-07-28 | 3 | -7/+9 |
| * | QPID-2920: Broken checkpoint: passing dequeue mutex test with issues | Alan Conway | 2011-07-28 | 3 | -6/+80 |
| * | QPID-2920: Remove const from some broker::Cluster functions to allow cluster ... | Alan Conway | 2011-07-25 | 1 | -8/+8 |
| * | QPID-2920: Allow stopping consumers on queues. | Alan Conway | 2011-07-25 | 1 | -9/+40 |
| * | QPID-2920: Improvements to qpid-cpp-benchmark. | Alan Conway | 2011-07-22 | 1 | -19/+27 |
| * | NO-JIRA: Fix ambiguous option to qpid-cluster-benchmark. | Alan Conway | 2011-04-13 | 1 | -6/+6 |
| * | Merge branch 'trunk' into qpid-2920 | Alan Conway | 2011-04-04 | 1 | -6/+10 |
| * | Merge branch 'trunk' into qpid-2920 | Alan Conway | 2011-04-01 | 1 | -1/+1 |
| * | QPID-2920: minor improvements to qpid-cpp-benchmark | Alan Conway | 2011-03-28 | 2 | -11/+21 |
| * | Merge branch 'trunk' into qpid-2920 | Alan Conway | 2011-03-28 | 7 | -14/+23 |
| * | QPID-2920: Cluster batch multicaster. | Alan Conway | 2011-03-28 | 3 | -4/+7 |
| * | Merge branch 'trunk' into qpid-2920, trunk at r1081631 | Alan Conway | 2011-03-15 | 4 | -40/+76 |
| * | NO_JIRA: Merge from trunk r1080945. | Alan Conway | 2011-03-15 | 45 | -2658/+776 |
| * | QPID-2920: First cut experimental prototype for new cluster. | Alan Conway | 2011-02-22 | 7 | -32/+580 |
| * | QPID-3078: remote ambiguous -t short option, fix typo | Kenneth Anthony Giusti | 2011-02-21 | 2 | -2/+2 |
| * | QPID-2935: fix the flow limit tests to run on python versions 2.4+ | Kenneth Anthony Giusti | 2011-02-21 | 1 | -8/+8 |
| * | QPID-3051: Ensure credit window is moved correctly even if it contains reject... | Gordon Sim | 2011-02-21 | 1 | -0/+41 |
| * | QPID-2935: fix queue flow test to be compatible with older versions of python | Kenneth Anthony Giusti | 2011-02-21 | 1 | -44/+35 |
| * | QPID-2935: Handle missing assertGreater for older versions of python | Gordon Sim | 2011-02-21 | 1 | -0/+6 |
| * | QPID-2935: Annotate uint64 literal required for some compilers | Gordon Sim | 2011-02-21 | 1 | -2/+2 |
| * | QPID-2935: merge producer flow control (C++ broker). | Kenneth Anthony Giusti | 2011-02-19 | 12 | -142/+909 |
| * | QPID-3015: Added create and delete methods to management schema for broker | Gordon Sim | 2011-02-18 | 5 | -3/+170 |
| * | QPID-3061 - Added missing xqilla and Boost definitions to cmake | Ted Ross | 2011-02-16 | 1 | -1/+1 |
| * | NO-JIRA: add cluster_tests.py to list of installed scripts. | Alan Conway | 2011-02-15 | 1 | -1/+1 |
| * | No JIRA: Added --durable option to qpid-cp-benchmark | Alan Conway | 2011-02-14 | 1 | -6/+11 |
| * | QPID-3049 - qpid-send --durable does not send durable messages. | Alan Conway | 2011-02-11 | 1 | -6/+13 |
| * | QPID-529: Priority queue implementation | Gordon Sim | 2011-02-10 | 3 | -0/+43 |
| * | QPID-3040: The C++ messaging client library now releases pending messages whe... | Jonathan Robie | 2011-02-09 | 1 | -11/+40 |
| * | QPID-3045 - sporadic failure of cluster_tests.ShortTests.test_route_update | Alan Conway | 2011-02-08 | 1 | -1/+1 |
| * | QPID-3045: Disable failing test cluster_tests.ShortTests.test_route_update un... | Alan Conway | 2011-02-08 | 1 | -1/+1 |
| * | Reverts r1068042. | Jonathan Robie | 2011-02-08 | 1 | -47/+11 |
| * | Ensures that messages acquired, but not acked, are released before a queue is... | Jonathan Robie | 2011-02-07 | 1 | -11/+47 |
| * | QPID-3035: fix incorrect removal at end of SequenceSet | Kenneth Anthony Giusti | 2011-02-03 | 1 | -0/+44 |
| * | Do one long run in cluster_tests.py test_management. | Alan Conway | 2011-02-02 | 1 | -14/+16 |
| * | Resolves QPID-3031. Allows client connection options to specify an SSL cert-n... | Jonathan Robie | 2011-02-02 | 1 | -6/+34 |
| * | QPID-3007: Ignore expected connection close warning in cluster_test_logs.py | Alan Conway | 2011-02-01 | 1 | -40/+36 |
| * | Move brokertest.py from qpid/python to qpid/cpp. | Alan Conway | 2011-01-21 | 5 | -4/+704 |
| * | Bug 654872, QPID-3007: Batch management messages by count, not size. | Alan Conway | 2011-01-20 | 2 | -5/+15 |
| * | QPID-3007 Disabled cluster log verification tests, causing sporadic failures. | Alan Conway | 2011-01-19 | 2 | -2/+5 |
| * | QPID-2982 Bug 669452 - Creating a route and using management tools can crash ... | Alan Conway | 2011-01-18 | 2 | -1/+42 |
| * | QPID-2997: remove oid disambiguation, re-order mgmt object status updates. | Kenneth Anthony Giusti | 2011-01-18 | 1 | -13/+133 |
| * | Fixes QPID-2499: Stale federation routes remain after route deletion. | Jonathan Robie | 2011-01-13 | 1 | -40/+33 |
| * | QPID-2982: Fix discrepancy in management object and deleted object counts. | Alan Conway | 2011-01-13 | 2 | -10/+13 |
| * | qpid-test-cluster script: added -d option to delete data-directory. | Alan Conway | 2011-01-12 | 1 | -15/+31 |
| * | Remove unnecessary sleeps. | Michael Goulish | 2011-01-11 | 1 | -6/+1 |
| * | Added cluster_test_logs.py to EXTRA_DIST for use by store tests. | Alan Conway | 2011-01-11 | 1 | -0/+1 |
| * | QPID-2982: Improved cluster/management logging and automated test for log con... | Alan Conway | 2011-01-07 | 2 | -7/+119 |
| * | config.null line wasn't needed, and was messing up vpath builds. | Michael Goulish | 2011-01-06 | 1 | -1/+1 |
| * | Allow command line utilities to require a given SASL mechanism. | Jonathan Robie | 2010-12-21 | 1 | -0/+49 |