| Commit message (Expand) | Author | Age | Files | Lines |
| * | Changes applied to be able to install, uninstall, start, stop, run service. H... | Stephen D. Huston | 2011-03-08 | 9 | -1376/+621 |
| * | Initial commit of patches applied from QPID-2519, formatted mostly for Qpid g... | Stephen D. Huston | 2011-02-23 | 4 | -1/+1371 |
| * | Check for presence of the cpp/bindings/qpid/dotnet directory before referring... | Stephen D. Huston | 2011-02-17 | 1 | -8/+8 |
| * | Add missing rc files needed for Windows builders. Resolves QPID-3068 | Stephen D. Huston | 2011-02-17 | 1 | -1/+4 |
| * | QPID-3061 - Added missing xqilla and Boost definitions to cmake | Ted Ross | 2011-02-16 | 2 | -1/+12 |
| * | NO-JIRA: add cluster_tests.py to list of installed scripts. | Alan Conway | 2011-02-15 | 1 | -1/+1 |
| * | QPID-3000: Added optional delay for auto-deletion | Gordon Sim | 2011-02-15 | 2 | -3/+74 |
| * | QPID-3002: Added explicit casts required by some compiler versions | Gordon Sim | 2011-02-15 | 1 | -2/+2 |
| * | 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 | 13 | -40/+447 |
| * | No JIRA: Added --durable option to qpid-cp-benchmark | Alan Conway | 2011-02-14 | 1 | -6/+11 |
| * | 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 |
| * | compatibility with newer (1.46) boost version by explicitly defining which ve... | Nuno Santos | 2011-02-14 | 1 | -0/+2 |
| * | 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-3049 - qpid-send --durable does not send durable messages. | Alan Conway | 2011-02-11 | 1 | -6/+13 |
| * | QPID-3046 - Refactored so that Connection::getAuthenticatedUsername is consul... | Ted Ross | 2011-02-11 | 3 | -8/+10 |
| * | 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 | 24 | -259/+1422 |
| * | 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 | 4 | -46/+84 |
| * | Added design note comment to qpid/cpp/src/qpid/cluster/ClusterTimer.cpp | Alan Conway | 2011-02-09 | 1 | -1/+20 |
| * | QPID-3041 Make dist process does not package the .NET Binding source | Charles E. Rolke | 2011-02-09 | 1 | -1/+6 |
| * | QPID-3046 - Improved detail in trace log messages. | Ted Ross | 2011-02-09 | 3 | -16/+17 |
| * | QPID-3045 - sporadic failure of cluster_tests.ShortTests.test_route_update | Alan Conway | 2011-02-08 | 4 | -11/+26 |
| * | QPID-3045: Disable failing test cluster_tests.ShortTests.test_route_update un... | Alan Conway | 2011-02-08 | 1 | -1/+1 |
| * | Reverts r1068042. | Jonathan Robie | 2011-02-08 | 2 | -105/+61 |
| * | Ensures that messages acquired, but not acked, are released before a queue is... | Jonathan Robie | 2011-02-07 | 2 | -61/+105 |
| * | Added missing even handling in the console. | Ted Ross | 2011-02-04 | 3 | -2/+44 |
| * | Fixed typos in the documentation text. | Ted Ross | 2011-02-04 | 3 | -4/+13 |
| * | Prevent spurious "schema-updated" notifications when an agent restarts. | Ted Ross | 2011-02-04 | 1 | -5/+9 |
| * | QPID-3035: fix incorrect removal at end of SequenceSet | Kenneth Anthony Giusti | 2011-02-03 | 1 | -0/+44 |
| * | Added severity and timestamp fields to raised events. | Ted Ross | 2011-02-03 | 1 | -6/+34 |
| * | QPID-3033 Bug 674183 - Segmentation fault while processing session.attach | Alan Conway | 2011-02-02 | 1 | -1/+4 |
| * | Do one long run in cluster_tests.py test_management. | Alan Conway | 2011-02-02 | 1 | -14/+16 |
| * | Fix missing QPID_COMMON_EXTERN in sys/Socket.h, causing windows build failure. | Alan Conway | 2011-02-02 | 1 | -2/+2 |
| * | QPID-3032 - Modifications to the QMFv2 implementation: | Ted Ross | 2011-02-02 | 6 | -19/+82 |
| * | 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 | 7 | -55/+109 |
| * | QPID-3007: Unique management identifier for connections. | Alan Conway | 2011-02-01 | 8 | -12/+32 |
| * | QPID-3007: Ignore expected connection close warning in cluster_test_logs.py | Alan Conway | 2011-02-01 | 1 | -40/+36 |
| * | 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 |
| * | 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 |