| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | 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 | 2 | -5/+29 |
| * | Added --receive-rate to qpid-recieve to allow simulation of a slow receiver. | Alan Conway | 2010-11-09 | 2 | -3/+22 |
| * | QPID-2934 Feature to pass the authenticated userId to QMF agent method handle... | Ted Ross | 2010-11-09 | 4 | -15/+25 |
| * | Increment version numbers from 0.7 to 0.8(docs) and 0.9(code) | Robert Gemmell | 2010-11-07 | 1 | -8/+8 |
| * | Manage CLFS containers using policies to both create the initial containers a... | Stephen D. Huston | 2010-11-05 | 3 | -23/+46 |
| * | QPID-2926 Simple example code does not link under Windows | Charles E. Rolke | 2010-11-05 | 2 | -0/+72 |
| * | Fix typo in help message. | Stephen D. Huston | 2010-11-04 | 1 | -1/+1 |
| * | Revised Messages to keep track of queues each message is on to enable finding... | Stephen D. Huston | 2010-11-04 | 3 | -207/+255 |
| * | 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 |
| * | Catch com exceptions during db recovery and rethrow as ADOExceptions which th... | Stephen D. Huston | 2010-11-03 | 1 | -65/+105 |
| * | Remove spurious comment. | Michael Goulish | 2010-11-02 | 1 | -3/+0 |
| * | Changed Variant::fromString() to Variant::parse(). Also changed implementation. | Jonathan Robie | 2010-11-01 | 2 | -35/+14 |
| * | Moved new cluster design docs into cpp/design. | Alan Conway | 2010-11-01 | 3 | -932/+0 |
| * | Updates to new cluster design docs. | Alan Conway | 2010-11-01 | 2 | -108/+113 |
| * | add ASF licence to various files in the cpp tree | Robert Gemmell | 2010-10-31 | 2 | -3/+22 |
| * | 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 | 3 | -11/+56 |
| * | Since LSNs are used as persistence IDs and ID 0 usually means "not persisted"... | Stephen D. Huston | 2010-10-29 | 9 | -30/+131 |
| * | QPID-2916: throw an exception when a data value cannot be encoded correctly a... | Kenneth Anthony Giusti | 2010-10-28 | 6 | -24/+88 |
| * | QPID-2906 | Charles E. Rolke | 2010-10-28 | 2 | -821/+0 |
| * | Fixes broker issues when max_count or max_size are invalid. | Jonathan Robie | 2010-10-28 | 2 | -7/+20 |
| * | 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 |
| * | Updates to new cluster design. | Alan Conway | 2010-10-27 | 1 | -3/+6 |
| * | 1) Fix a bug where AGENT_RESTART is repeatedly reported when detected once. | Ted Ross | 2010-10-27 | 3 | -11/+28 |
| * | 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 | 32 | -1752/+63 |
| * | Updates to new cluster design. | Alan Conway | 2010-10-27 | 3 | -1/+19 |