| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | QPID-3033 Bug 674183 - Segmentation fault while processing session.attach | Alan Conway | 2011-02-02 | 1 | -1/+4 |
| * | Restored diagram - I had deleted it while debugging build problems, and forgo... | Jonathan Robie | 2011-02-02 | 1 | -0/+33 |
| * | Fixed table errors that prevented .pdf from building. | Jonathan Robie | 2011-02-02 | 1 | -43/+11 |
| * | Contribute Red Hat chapter on Security. | Jonathan Robie | 2011-02-02 | 2 | -15/+1211 |
| * | Do one long run in cluster_tests.py test_management. | Alan Conway | 2011-02-02 | 1 | -14/+16 |
| * | Fixed formatting of BNF for cluster urls. | Jonathan Robie | 2011-02-02 | 1 | -39/+48 |
| * | Fix missing QPID_COMMON_EXTERN in sys/Socket.h, causing windows build failure. | Alan Conway | 2011-02-02 | 1 | -2/+2 |
| * | Improve the detection of data types in command-line method arguments. | Ted Ross | 2011-02-02 | 1 | -1/+6 |
| * | QPID-3032 - Modifications to the QMFv2 implementation: | Ted Ross | 2011-02-02 | 8 | -19/+90 |
| * | 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 | 8 | -55/+114 |
| * | 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 |
| * | QPID-3009: added perl typemap to distribution list | Gordon Sim | 2011-02-01 | 1 | -1/+1 |
| * | QPID-3009 - Minor cleanup | Ted Ross | 2011-02-01 | 1 | -2/+1 |
| * | QPID-3009: Improved configure support for python bindings based on suggestion... | Gordon Sim | 2011-01-31 | 1 | -5/+7 |
| * | QPID-3009 - Fixed configuration problem found by gsim. | Ted Ross | 2011-01-28 | 2 | -4/+4 |
| * | Fix for RHBZ656385: "Data store can become corrupt with small store file size... | Kim van der Riet | 2011-01-28 | 1 | -1/+2 |
| * | QPID-3017: improve error handling for the new transaction classes, add some l... | Robert Gemmell | 2011-01-28 | 10 | -124/+1581 |
| * | Modified the test cases according to the fix made for QPID-3019 | Rajith Muditha Attapattu | 2011-01-28 | 1 | -3/+3 |
| * | QPID-3009 - Perl binding to Qpid messaging | Ted Ross | 2011-01-27 | 14 | -1/+1040 |
| * | QPID-3013: use an equation based delta threshold that takes processor count i... | Robert Gemmell | 2011-01-27 | 1 | -8/+5 |
| * | QPID-3022: enable the logging tests and fix issues causing failures due to mi... | Robert Gemmell | 2011-01-27 | 7 | -24/+52 |
| * | QPID-3023: enable using the ServerConfiguration directly instead of leveragin... | Robert Gemmell | 2011-01-27 | 4 | -59/+24 |
| * | QPID-3021: set the session/connection actor when the connection recieves new ... | Robert Gemmell | 2011-01-27 | 7 | -16/+66 |
| * | Change order of Py<type>_check calls in typemap. | Ted Ross | 2011-01-26 | 1 | -2/+2 |
| * | Fixes several validation errors. | Jonathan Robie | 2011-01-25 | 1 | -170/+174 |
| * | QPID-3020: fix _logActor variable shadowing, use CurrentActor to log Sub crea... | Robert Gemmell | 2011-01-25 | 2 | -6/+6 |
| * | QPID-3019 | Rajith Muditha Attapattu | 2011-01-25 | 6 | -14/+47 |
| * | QPID-3014: create and use a connection actor directly, it doesnt need to be p... | Robert Gemmell | 2011-01-24 | 3 | -5/+10 |
| * | qpid-route now correctly shows usage for invalid command lines. | Jonathan Robie | 2011-01-22 | 2 | -97/+106 |
| * | Move brokertest.py from qpid/python to qpid/cpp. | Alan Conway | 2011-01-21 | 5 | -4/+5 |
| * | Moved ResizableBuffer.h from include to src. Not part of the public API. | Alan Conway | 2011-01-21 | 1 | -1/+1 |
| * | QPID-2902: remove exclusion for LargeMessageTest, I believe QPID-3010 also re... | Robert Gemmell | 2011-01-21 | 1 | -1/+0 |
| * | QPID-3010: ensure the SimpleByteBufferAllocator is always used and non-direct... | Robert Gemmell | 2011-01-21 | 4 | -48/+8 |
| * | QPID-3013: create an initial connection to force thread pool startup before t... | Robert Gemmell | 2011-01-21 | 1 | -0/+6 |
| * | QPID-3012: reduce the cycle count such that 100 connections are used instead ... | Robert Gemmell | 2011-01-21 | 1 | -1/+1 |
| * | QPID-3011 | Rajith Muditha Attapattu | 2011-01-20 | 2 | -8/+26 |
| * | Bug 654872, QPID-3007: Batch management messages by count, not size. | Alan Conway | 2011-01-20 | 6 | -18/+95 |
| * | 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 |
| * | Added a new section titled "Configuring the JMS Client". | Rajith Muditha Attapattu | 2011-01-19 | 1 | -1/+387 |
| * | QPID-2982 Bug 669452 - Creating a route and using management tools can crash ... | Alan Conway | 2011-01-18 | 12 | -16/+135 |
| * | QPID-2997: remove oid disambiguation, re-order mgmt object status updates. | Kenneth Anthony Giusti | 2011-01-18 | 5 | -199/+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 | 5 | -3/+5 |
| * | QPID-2998: Remove spurious class definitions | Gordon Sim | 2011-01-17 | 1 | -2/+0 |