| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix for RHBZ656385: "Data store can become corrupt with small store file size... | Kim van der Riet | 2011-01-28 | 1 | -1/+2 |
| * | Move brokertest.py from qpid/python to qpid/cpp. | Alan Conway | 2011-01-21 | 5 | -4/+704 |
| * | Moved ResizableBuffer.h from include to src. Not part of the public API. | Alan Conway | 2011-01-21 | 1 | -0/+60 |
| * | Bug 654872, QPID-3007: Batch management messages by count, not size. | Alan Conway | 2011-01-20 | 5 | -18/+35 |
| * | QPID-3007 Disabled cluster log verification tests, causing sporadic failures. | Alan Conway | 2011-01-19 | 2 | -2/+5 |
| * | QPID-2996 - qmf/SchemaMethod.cpp fails to compile on s390 | Ted Ross | 2011-01-19 | 1 | -1/+1 |
| * | QPID-2982 Bug 669452 - Creating a route and using management tools can crash ... | Alan Conway | 2011-01-18 | 11 | -16/+131 |
| * | QPID-2997: remove oid disambiguation, re-order mgmt object status updates. | Kenneth Anthony Giusti | 2011-01-18 | 4 | -198/+365 |
| * | QPID-3006: remove incorrect and unnecessary authorisation check | Gordon Sim | 2011-01-17 | 2 | -14/+0 |
| * | QPID-3001: Add const version of Connection::isOpen() | Gordon Sim | 2011-01-17 | 4 | -3/+4 |
| * | Fixes QPID-2499: Stale federation routes remain after route deletion. | Jonathan Robie | 2011-01-13 | 7 | -79/+90 |
| * | Originally, when the broker agent authorized a method call, if the message wa... | Ted Ross | 2011-01-13 | 1 | -1/+6 |
| * | In qmfengine, if a method call or method response requires a buffer larger th... | Ted Ross | 2011-01-13 | 5 | -13/+126 |
| * | QPID-2982: Fix discrepancy in management object and deleted object counts. | Alan Conway | 2011-01-13 | 5 | -144/+112 |
| * | qpid-test-cluster script: added -d option to delete data-directory. | Alan Conway | 2011-01-12 | 1 | -15/+31 |
| * | Small code cleanup - Replaced object declaration with a const reference for e... | Ted Ross | 2011-01-11 | 1 | -1/+1 |
| * | Added argument/type check for output arguments on methods. | Ted Ross | 2011-01-11 | 3 | -4/+13 |
| * | Remove unnecessary sleeps. | Michael Goulish | 2011-01-11 | 1 | -6/+1 |
| * | QMFv2 API change: | Ted Ross | 2011-01-11 | 2 | -1/+2 |
| * | Added cluster_test_logs.py to EXTRA_DIST for use by store tests. | Alan Conway | 2011-01-11 | 1 | -0/+1 |
| * | QPID-2991: added message counts to connection stats; fixed xxxToClient stats | Gordon Sim | 2011-01-11 | 2 | -6/+67 |
| * | Fixed a bug in the type-compatibility checker. | Ted Ross | 2011-01-10 | 1 | -1/+1 |
| * | Updates to the C++ implementation of QMFv2: | Ted Ross | 2011-01-10 | 15 | -107/+728 |
| * | QPID-2982: Improved cluster/management logging and automated test for log con... | Alan Conway | 2011-01-07 | 9 | -118/+284 |
| * | Changes to QMFv2 formats to make the agents and consoles consistent: | Ted Ross | 2011-01-06 | 2 | -14/+18 |
| * | config.null line wasn't needed, and was messing up vpath builds. | Michael Goulish | 2011-01-06 | 1 | -1/+1 |
| * | Rename Rdma send buffer operations. | Andrew Stitcher | 2010-12-23 | 8 | -23/+23 |
| * | Changes due to review comments from Doug Ledford: | Andrew Stitcher | 2010-12-23 | 7 | -31/+34 |
| * | Implementation for v1 rdma protocol - append sent credit and flags word | Andrew Stitcher | 2010-12-23 | 4 | -26/+77 |
| * | Reduce rdma scatter gathers allocated per queue pair to 1 as iWarp | Andrew Stitcher | 2010-12-23 | 1 | -2/+5 |
| * | Fix error handling for ibv_post_send() & ibv_port_recv() | Andrew Stitcher | 2010-12-23 | 1 | -3/+3 |
| * | Allow for the case where we get an rdma reject because there is no one listening | Andrew Stitcher | 2010-12-23 | 1 | -4/+14 |
| * | Factored rdma sending/receiving code out to make manipulating | Andrew Stitcher | 2010-12-23 | 2 | -24/+42 |
| * | Reject attempts to connect with version of rdma protocol we don't understand | Andrew Stitcher | 2010-12-23 | 2 | -1/+17 |
| * | Plumb rdma protocol version into Rdma::AsynchIO | Andrew Stitcher | 2010-12-23 | 6 | -0/+8 |
| * | Add in some useful rdma warnings when we reject a connection | Andrew Stitcher | 2010-12-23 | 1 | -1/+10 |
| * | Add code to switch on/off byteswapping of RDMA ConnectionParams | Andrew Stitcher | 2010-12-23 | 2 | -15/+60 |
| * | Added test into RdmaClient to be sure the messages we receive are the | Andrew Stitcher | 2010-12-23 | 1 | -8/+40 |
| * | Allow RdmaClient to be interrupted | Andrew Stitcher | 2010-12-23 | 1 | -2/+6 |
| * | 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 | 4 | -12/+259 |
| * | Added missing initializer in the QueryImpl constructor. | Ted Ross | 2010-12-16 | 1 | -1/+1 |
| * | QPID-2967 Windows broker fails to destroy connections if client exits abruptly | Charles E. Rolke | 2010-12-15 | 1 | -3/+4 |
| * | 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 |
| * | Bug 662765 - Management broker ID should be the same for members of a cluster. | Alan Conway | 2010-12-15 | 6 | -25/+30 |
| * | Add end-to-end flow control to qpid-send, qpid-receive and qpid-cpp-benchmark. | Alan Conway | 2010-12-14 | 3 | -9/+49 |