| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Change tmp directories from /tmp/sasl_fed/RANDOM to /tmp/sasl_fed_RANDOM. | Michael Goulish | 2010-12-17 | 2 | -3/+3 |
| * | Made qpid-xxx management scripts callable as python functions. | Jonathan Robie | 2010-12-17 | 1 | -18/+124 |
| * | Include the new sasl_fed_ex test in EXTRA_DIST. | Michael Goulish | 2010-12-17 | 1 | -1/+1 |
| * | In broker::ConectionHandler, use the security settings, if any, | Michael Goulish | 2010-12-16 | 2 | -1/+251 |
| * | Temporarily raise the logging level for cluster_tests.LongTests.test_manageme... | Alan Conway | 2010-12-15 | 1 | -0/+2 |
| * | Fix flow control for qpid-cpp-benchmark with multiple senders. | Alan Conway | 2010-12-15 | 3 | -17/+21 |
| * | Add end-to-end flow control to qpid-send, qpid-receive and qpid-cpp-benchmark. | Alan Conway | 2010-12-14 | 3 | -9/+49 |
| * | Modified qpid-cluster to support the way it is called from | Jonathan Robie | 2010-12-10 | 1 | -1/+1 |
| * | QPID-2966: Disable test when python lib is not available | Gordon Sim | 2010-12-10 | 1 | -0/+1 |
| * | QPID-2966: Add QMF method to dynamically set the log level. | Gordon Sim | 2010-12-10 | 5 | -2/+178 |
| * | fix signed vs unsigned compare errors | Kenneth Anthony Giusti | 2010-12-03 | 1 | -4/+4 |
| * | add unit tests for cluster replication of deleted broker mgmt objects | Kenneth Anthony Giusti | 2010-12-03 | 1 | -9/+362 |
| * | fix distcheck build problem with broker mgmt unit test | Kenneth Anthony Giusti | 2010-12-02 | 1 | -6/+3 |
| * | revert nodist makefile change to fix bootstrap error | Kenneth Anthony Giusti | 2010-12-02 | 1 | -1/+1 |
| * | enable broker mgmt agent test, fix distcheck errors. | Kenneth Anthony Giusti | 2010-12-02 | 2 | -1/+3 |
| * | Modified cluster_tests causes broker shut down with invalid-argument error. | Alan Conway | 2010-12-01 | 1 | -2/+5 |
| * | Enable cluster-safe assertions on transition to CATCHUP | Alan Conway | 2010-12-01 | 1 | -2/+2 |
| * | Add a unit_test fixture for the Brokers internal management agent. | Kenneth Anthony Giusti | 2010-12-01 | 7 | -6/+408 |
| * | Binds integer, floating point, or string-typed headers using appropriate data... | Jonathan Robie | 2010-11-26 | 1 | -2/+72 |
| * | Increase the broker start timeout to 90 seconds; sometimes the SQL db create ... | Stephen D. Huston | 2010-11-26 | 1 | -1/+1 |
| * | Revert test change causing failures. | Alan Conway | 2010-11-23 | 1 | -2/+2 |
| * | QPID-2956: cluster broker exits with "error deliveryRecord no update message." | Alan Conway | 2010-11-22 | 1 | -2/+21 |
| * | Bump the store-startup timeout from 10 to 20 seconds; creating a SQL db often... | Stephen D. Huston | 2010-11-19 | 1 | -1/+1 |
| * | QPID-2874 Clustered broker crashes in assertion in cluster/ExpiryPolicy.cpp | Alan Conway | 2010-11-18 | 1 | -2/+24 |
| * | Include cluster scripts unconditionally in distribution. | Alan Conway | 2010-11-11 | 1 | -27/+32 |
| * | test_env.sh.in: Remove un-necessary absdir for @prefix@, prefix is always abs... | Alan Conway | 2010-11-10 | 1 | -1/+1 |
| * | qpid-recieve --receive-rate: fixed calculation for duplicate messages. | Alan Conway | 2010-11-10 | 1 | -4/+3 |
| * | Fix to r1028346: no point in throwing exception after queue has already been ... | Gordon Sim | 2010-11-10 | 1 | -0/+18 |
| * | Added --receive-rate to qpid-recieve to allow simulation of a slow receiver. | Alan Conway | 2010-11-09 | 2 | -3/+22 |
| * | Fix typo in help message. | Stephen D. Huston | 2010-11-04 | 1 | -1/+1 |
| * | When running store tests, pass the store type to the script. Also added test ... | Stephen D. Huston | 2010-11-04 | 1 | -1/+4 |
| * | 1. Enable the second set of tests, now that brokertest.py is checked in and r... | Stephen D. Huston | 2010-11-04 | 1 | -17/+47 |
| * | qpid-cpp-benchmark: allow extra arguments to qpid-send/receive, fix exception... | Alan Conway | 2010-11-04 | 1 | -2/+8 |
| * | Remove spurious comment. | Michael Goulish | 2010-11-02 | 1 | -3/+0 |
| * | add ASF licence to various files in the cpp tree | Robert Gemmell | 2010-10-31 | 1 | -0/+19 |
| * | Prevent sasl_fed from blowing up in a distro, or "make distcheck", | Michael Goulish | 2010-10-29 | 1 | -8/+15 |
| * | Corrects AddressParser to use typed simple values. | Jonathan Robie | 2010-10-29 | 1 | -8/+15 |
| * | QPID-2916: throw an exception when a data value cannot be encoded correctly a... | Kenneth Anthony Giusti | 2010-10-28 | 3 | -4/+41 |
| * | Clarify this output comment a little. | Michael Goulish | 2010-10-28 | 1 | -1/+1 |
| * | Add a small executable that prints out the sasl version number in integer form. | Michael Goulish | 2010-10-28 | 3 | -3/+65 |