| Commit message (Expand) | Author | Age | Files | Lines |
| * | QPID-3406: Get IPv6 working on Windows port | Andrew Stitcher | 2011-08-12 | 8 | -85/+187 |
| * | QPID-3405: Slightly hacky way to get reconnect to work | Andrew Stitcher | 2011-08-12 | 1 | -1/+6 |
| * | QPID-3405: IPv6 support for Unix C++ ports: | Andrew Stitcher | 2011-08-12 | 8 | -37/+127 |
| * | two new management properties for connections: the sasl mechanism, and th... | Michael Goulish | 2011-08-11 | 2 | -1/+10 |
| * | QPID-3412: Do not prefix the subscription queue name with the exchange name f... | Gordon Sim | 2011-08-11 | 1 | -1/+1 |
| * | QPID-3403: Enhancement as suggested by Jason Dillaman | Gordon Sim | 2011-08-11 | 1 | -1/+1 |
| * | QPID-3411: Restore x-reconnect-on-limit-exceeded option | Gordon Sim | 2011-08-10 | 1 | -0/+2 |
| * | QPID-3403: Remove empty binding list from map | Gordon Sim | 2011-08-10 | 2 | -0/+9 |
| * | NO-JIRA: Remove redundant code (qpid::Url now does everything required) | Gordon Sim | 2011-08-10 | 5 | -135/+5 |
| * | QPID-3410: do not create priority queue if priority count zero or not provided. | Kenneth Anthony Giusti | 2011-08-10 | 1 | -1/+1 |
| * | QPID-3402: revert r1155516, bad things happened without space | Robert Gemmell | 2011-08-09 | 2 | -2/+2 |
| * | NO-JIRA: Fixed obsolete federation test to carry on working | Andrew Stitcher | 2011-08-09 | 1 | -14/+13 |
| * | QPID-3363: prevent bind/unbind on default exchange | Gordon Sim | 2011-08-09 | 4 | -288/+38 |
| * | QPID-3402: also use a semi-colon deliminator instead of just whitespace, so a... | Robert Gemmell | 2011-08-09 | 2 | -2/+2 |
| * | QPID-3331: Add my code-signing key | Justin Ross | 2011-08-09 | 1 | -0/+55 |
| * | QPID-3400: remove redundant delivery records on release | Gordon Sim | 2011-08-09 | 1 | -0/+4 |
| * | QPID-3392: correct JIRA reference | Robert Gemmell | 2011-08-09 | 1 | -1/+1 |
| * | QPID-3387: use the subscription ID to track rejection rather than the subscri... | Robert Gemmell | 2011-08-08 | 7 | -33/+45 |
| * | QPID-3386: move all server Subscription creation into the SubscriptionFactory... | Robert Gemmell | 2011-08-08 | 12 | -114/+221 |
| * | QPID-3385: assign IDs from a generator within the MultiVersionProtocolEngineF... | Robert Gemmell | 2011-08-08 | 16 | -118/+280 |
| * | QPID-3399: Qpidd possible memory leaks | Alan Conway | 2011-08-05 | 1 | -10/+11 |
| * | NO-JIRA - Added missing template file in distribution. | Ted Ross | 2011-08-05 | 1 | -0/+1 |
| * | QPID-2643 Building QPID with Visual Studio 2010 | Charles E. Rolke | 2011-08-04 | 5 | -9/+19 |
| * | QPID-3394: move object copy after changing object state, not before. | Kenneth Anthony Giusti | 2011-08-04 | 2 | -4/+11 |
| * | QPID-3333: Older swig impls seem not to deal with | Gordon Sim | 2011-08-04 | 1 | -3/+3 |
| * | QPID-3393: Fix CRAM-MD5, need to distinguish between null string and empty st... | Gordon Sim | 2011-08-04 | 1 | -3/+5 |
| * | QPID-3391: exclude failing test until functionality is implemented | Robert Gemmell | 2011-08-04 | 1 | -1/+3 |
| * | QPID-2903, QPID-3390, QPID-3392: split tests into those with and without exch... | Robert Gemmell | 2011-08-04 | 3 | -17/+114 |
| * | QPID-2881 Modified the testSubscriptionForSameDestination to cover for | Rajith Muditha Attapattu | 2011-08-03 | 1 | -1/+1 |
| * | QPID-3381 Corrected the entry for JMSPropertiesTest to reflect the | Rajith Muditha Attapattu | 2011-08-03 | 1 | -1/+1 |
| * | QPID-2899: log the exception | Robert Gemmell | 2011-08-03 | 1 | -0/+3 |
| * | QPID-3377 Modified an existing test case to cover this issue. | Rajith Muditha Attapattu | 2011-08-02 | 1 | -1/+12 |
| * | QPID-3377 Applying patch from Pavel Moravec | Rajith Muditha Attapattu | 2011-08-02 | 1 | -5/+6 |
| * | QPID-3381 Provided the ability to retrieve the routing key from a JMS message... | Rajith Muditha Attapattu | 2011-08-02 | 2 | -7/+15 |
| * | QPID-3381 Added the class QpidMessageProperties as a place holder for Qpid sp... | Rajith Muditha Attapattu | 2011-08-02 | 1 | -0/+34 |
| * | NO-JIRA: Minor improvements to test scripts. | Alan Conway | 2011-08-02 | 2 | -2/+5 |
| * | QPID-2899: ensure otherwise unhandled exceptions close the Session with an Ex... | Robert Gemmell | 2011-08-02 | 2 | -9/+13 |
| * | QPID-3263 Applying patch from Weston Price with the following modifications. | Rajith Muditha Attapattu | 2011-08-02 | 5 | -8/+168 |
| * | QPID-3382: Corrected some exception types for connect errors | Gordon Sim | 2011-08-01 | 4 | -7/+6 |
| * | QPID-3383: Changed to explicit credit management for control subscription in ... | Gordon Sim | 2011-08-01 | 1 | -2/+3 |
| * | QPID-3064, QPID-3157: ensure that if the node marker is pointing at the tail ... | Robert Gemmell | 2011-07-31 | 2 | -2/+38 |
| * | QPID-3064, QPID-3157: ensure the node for a given Subscription is unlinked fr... | Robert Gemmell | 2011-07-30 | 3 | -99/+527 |
| * | QPID-3339: set the security Subject during the closed() invocation to prevent... | Robert Gemmell | 2011-07-30 | 1 | -4/+8 |
| * | QPID-3358 Added a gnuplot script that can be useful in graphing test results. | Rajith Muditha Attapattu | 2011-07-30 | 1 | -0/+42 |
| * | QPID-3358 Added scripts to faciliate multi host testing. | Rajith Muditha Attapattu | 2011-07-30 | 3 | -0/+387 |
| * | QPID-3358 Modified the run-sub and run-pub scripts to allow program args in a... | Rajith Muditha Attapattu | 2011-07-30 | 2 | -4/+15 |
| * | QPID-3358 Modified the producer and consumer to support multiple iterations t... | Rajith Muditha Attapattu | 2011-07-30 | 4 | -71/+187 |
| * | QPID-3358 Modified the controller to allow multiple iterations in order to s... | Rajith Muditha Attapattu | 2011-07-30 | 2 | -12/+146 |
| * | QPID-3372: fixed comparison of desired and actual properties for exchanges | Gordon Sim | 2011-07-26 | 2 | -1/+23 |
| * | NO-JIRA: fix trunk break, "except Exception as e" syntax is invalid in python... | Alan Conway | 2011-07-22 | 1 | -2/+2 |