| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Fix make distcheck error: added sasl_fed to EXTRA_DIST. | Alan Conway | 2010-10-27 | 2 | -5/+4 |
| * | Revert experimental cluster code, too close to 0.8 release. | Alan Conway | 2010-10-27 | 6 | -506/+3 |
| * | Added another missing license | Gordon Sim | 2010-10-27 | 1 | -0/+19 |
| * | Add missing Apache licences to cluster files. | Alan Conway | 2010-10-26 | 3 | -0/+55 |
| * | This code's purpose was only to print out the sasl version into the logs | Michael Goulish | 2010-10-26 | 1 | -9/+23 |
| * | Fix bug in qpid-cpp-benchmark. | Alan Conway | 2010-10-25 | 1 | -2/+4 |
| * | Changes to make it work in vpath build! | Michael Goulish | 2010-10-25 | 1 | -19/+15 |
| * | New cluster: core framework and initial implementation of enqueue logic. | Alan Conway | 2010-10-25 | 4 | -24/+93 |
| * | QPID-2897: modify TopicExchange for better performance with respect to large ... | Kenneth Anthony Giusti | 2010-10-24 | 1 | -40/+319 |
| * | Test module to run recovery-oriented store tests. | Stephen D. Huston | 2010-10-22 | 1 | -0/+197 |
| * | Fix this test to parse the sasl version number out of the new logging stateme... | Michael Goulish | 2010-10-22 | 1 | -22/+13 |
| * | Get rid of boost::regex in test code. | Alan Conway | 2010-10-21 | 6 | -26/+5 |
| * | get rid of BOOST_REGEX | Michael Goulish | 2010-10-21 | 1 | -2/+4 |
| * | Adds support for federation in the XML exchange. | Jonathan Robie | 2010-10-20 | 2 | -9/+176 |
| * | Add matching fclose for fdopen in ForkedBroker. | Alan Conway | 2010-10-20 | 1 | -1/+1 |
| * | SASLizing Interbroker Links | Michael Goulish | 2010-10-20 | 2 | -0/+153 |
| * | Fix compile error in BrokerClusterCalls test, signed/unsigned comparison. | Alan Conway | 2010-10-19 | 1 | -5/+5 |
| * | Introduce broker::Cluster interface. | Alan Conway | 2010-10-18 | 3 | -2/+438 |
| * | Code cleanup in broker directory. | Alan Conway | 2010-10-14 | 2 | -0/+2 |
| * | Test client to measure cluster lag: greater delays in responses from some bro... | Alan Conway | 2010-10-13 | 2 | -9/+99 |
| * | Registers the amq.failover exchange in the management exchange. | Jonathan Robie | 2010-10-08 | 1 | -2/+10 |
| * | Cluster benchmark test script. Improvements to qpid-cpp-bencmhark. | Alan Conway | 2010-10-04 | 3 | -14/+68 |