| Commit message (Expand) | Author | Age | Files | Lines |
| * | QPID-3002: Added virtual destructor for new interface; Removed some more acci... | Gordon Sim | 2011-02-15 | 2 | -114/+1 |
| * | QPID-3002: Configurable threshold alerts for queues | Gordon Sim | 2011-02-15 | 11 | -40/+443 |
| * | QPID-529: Brought forward definition of struct fir deque impl on windows | Gordon Sim | 2011-02-14 | 1 | -0/+1 |
| * | QPID-529: Include integer definitions to fix windows build. | Gordon Sim | 2011-02-14 | 1 | -0/+1 |
| * | QPID-3053: Enable broadcast via QMFv2 by default; add option to allow broadca... | Gordon Sim | 2011-02-14 | 2 | -3/+6 |
| * | QPID-3040: Prevent race between receipt and release of messages causing inter... | Gordon Sim | 2011-02-14 | 1 | -1/+1 |
| * | QPID-529: Added missing include | Gordon Sim | 2011-02-10 | 1 | -0/+1 |
| * | QPID-529: Fixed errors generated by different compiler versions | Gordon Sim | 2011-02-10 | 1 | -1/+1 |
| * | QPID-529: Priority queue implementation | Gordon Sim | 2011-02-10 | 19 | -259/+1363 |
| * | Remove out-dated comment. | Alan Conway | 2011-02-09 | 1 | -3/+3 |
| * | QPID-3040: The C++ messaging client library now releases pending messages whe... | Jonathan Robie | 2011-02-09 | 3 | -35/+44 |
| * | Added design note comment to qpid/cpp/src/qpid/cluster/ClusterTimer.cpp | Alan Conway | 2011-02-09 | 1 | -1/+20 |
| * | QPID-3045 - sporadic failure of cluster_tests.ShortTests.test_route_update | Alan Conway | 2011-02-08 | 3 | -10/+25 |
| * | Reverts r1068042. | Jonathan Robie | 2011-02-08 | 1 | -58/+50 |
| * | Ensures that messages acquired, but not acked, are released before a queue is... | Jonathan Robie | 2011-02-07 | 1 | -50/+58 |
| * | QPID-3033 Bug 674183 - Segmentation fault while processing session.attach | Alan Conway | 2011-02-02 | 1 | -1/+4 |
| * | Fix missing QPID_COMMON_EXTERN in sys/Socket.h, causing windows build failure. | Alan Conway | 2011-02-02 | 1 | -2/+2 |
| * | QPID-3032 - Bug-fix: The broker management agent and the remote C++ agent har... | Ted Ross | 2011-02-02 | 4 | -105/+146 |
| * | Resolves QPID-3031. Allows client connection options to specify an SSL cert-n... | Jonathan Robie | 2011-02-02 | 6 | -49/+75 |
| * | QPID-3007: Unique management identifier for connections. | Alan Conway | 2011-02-01 | 8 | -12/+32 |
| * | QPID-3007: Don't hold on to consumer shared-pointers in UpdateClient::consume... | Alan Conway | 2011-02-01 | 2 | -5/+4 |
| * | QPID-3007: Don't record management statistics in cluster-unsafe contexts. | Alan Conway | 2011-02-01 | 1 | -2/+4 |
| * | QPID-3030: prevent buffer overflow when writing sequences of bytes. | Kenneth Anthony Giusti | 2011-02-01 | 1 | -0/+5 |
| * | Fix for RHBZ656385: "Data store can become corrupt with small store file size... | Kim van der Riet | 2011-01-28 | 1 | -1/+2 |
| * | 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 | 2 | -13/+19 |
| * | QPID-2982 Bug 669452 - Creating a route and using management tools can crash ... | Alan Conway | 2011-01-18 | 9 | -15/+89 |
| * | QPID-2997: remove oid disambiguation, re-order mgmt object status updates. | Kenneth Anthony Giusti | 2011-01-18 | 3 | -185/+232 |
| * | 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 | 6 | -39/+57 |
| * | Originally, when the broker agent authorized a method call, if the message wa... | Ted Ross | 2011-01-13 | 1 | -1/+6 |
| * | QPID-2982: Fix discrepancy in management object and deleted object counts. | Alan Conway | 2011-01-13 | 3 | -134/+99 |
| * | QPID-2991: added message counts to connection stats; fixed xxxToClient stats | Gordon Sim | 2011-01-11 | 2 | -6/+67 |
| * | QPID-2982: Improved cluster/management logging and automated test for log con... | Alan Conway | 2011-01-07 | 7 | -111/+165 |
| * | Changes to QMFv2 formats to make the agents and consoles consistent: | Ted Ross | 2011-01-06 | 2 | -14/+18 |
| * | 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 |
| * | In broker::ConectionHandler, use the security settings, if any, | Michael Goulish | 2010-12-16 | 2 | -11/+8 |