| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | ManagementAgent.cpp: consistent logging of message lengths. | Alan Conway | 2010-12-13 | 1 | -5/+5 |
| * | 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 | 10 | -5/+236 |
| * | Defer update of managaement agent to end of update process. | Alan Conway | 2010-12-08 | 6 | -62/+51 |
| * | Comment explaining the nodict flag. | Michael Goulish | 2010-12-07 | 1 | -0/+8 |
| * | Add missing files qpid/cluster/UpdateDataExchange.h,.cxx to cluster.cmake. | Alan Conway | 2010-12-06 | 1 | -0/+2 |
| * | 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 |
| * | bugfix in deleted obj import/export api | Kenneth Anthony Giusti | 2010-12-02 | 1 | -2/+8 |
| * | 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 |
| * | Added new arg to code thaat gets compiled when HAVE_SASL is false. | Michael Goulish | 2010-12-02 | 1 | -1/+1 |
| * | Modified cluster_tests causes broker shut down with invalid-argument error. | Alan Conway | 2010-12-01 | 10 | -41/+576 |
| * | Add missing call to Message::setTimestamp in ManagementAgent::sendBufferLH. | Alan Conway | 2010-12-01 | 1 | -2/+3 |
| * | Enable cluster-safe assertions on transition to CATCHUP | Alan Conway | 2010-12-01 | 2 | -4/+6 |
| * | Add a unit_test fixture for the Brokers internal management agent. | Kenneth Anthony Giusti | 2010-12-01 | 7 | -6/+408 |
| * | Added new arg to Saslfactory::create | Michael Goulish | 2010-12-01 | 1 | -1/+1 |
| * | This patch was posted in JIRA QPID-2949. | Michael Goulish | 2010-11-30 | 4 | -12/+29 |
| * | Binds integer, floating point, or string-typed headers using appropriate data... | Jonathan Robie | 2010-11-26 | 2 | -6/+87 |
| * | 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-2957 - Management methods on the broker don't work on newly created objects | Ted Ross | 2010-11-23 | 1 | -0/+4 |
| * | QPID-2956: cluster broker exits with "error deliveryRecord no update message." | Alan Conway | 2010-11-22 | 3 | -11/+35 |
| * | 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 | 3 | -13/+75 |
| * | Added missing TimerWarnings.cpp to CMakeLists.txt. | Alan Conway | 2010-11-18 | 1 | -0/+1 |
| * | cluster/Numbering.h: Removed unused and incorrect function contains() | Alan Conway | 2010-11-17 | 1 | -2/+0 |
| * | Aggregate Timer warnings. | Alan Conway | 2010-11-17 | 5 | -18/+176 |
| * | Handle iterator properly when removing entries from list; resolves QPID-2941. | Stephen D. Huston | 2010-11-12 | 1 | -3/+7 |
| * | QPID-2674: prevent callbacks after doDelete has been called | Gordon Sim | 2010-11-12 | 1 | -0/+10 |
| * | QPID-2940: always request completions from broker on Session::acknowledge(), ... | Gordon Sim | 2010-11-12 | 2 | -2/+4 |
| * | Include cluster scripts unconditionally in distribution. | Alan Conway | 2010-11-11 | 1 | -27/+32 |
| * | Fixed segfault when setting the agent filter on a closed session. | Ted Ross | 2010-11-10 | 2 | -2/+17 |
| * | test_env.sh.in: Remove un-necessary absdir for @prefix@, prefix is always abs... | Alan Conway | 2010-11-10 | 1 | -1/+1 |