| Commit message (Expand) | Author | Age | Files | Lines |
| * | removed extraneous ./ from the README | Rafael H. Schloming | 2009-01-08 | 1 | -1/+1 |
| * | Added missing import statement | Ted Ross | 2009-01-08 | 1 | -0/+1 |
| * | ignore hearbeat controls rather than barfing on them, also permit the heartbe... | Rafael H. Schloming | 2009-01-08 | 2 | -7/+19 |
| * | cluster: handle multicast errors. | Alan Conway | 2009-01-08 | 4 | -7/+11 |
| * | removed amqp-doc as it is broken and the same functionality is now available ... | Rafael H. Schloming | 2009-01-08 | 1 | -80/+0 |
| * | made codegen happen on module import rather than on object instantiation, thi... | Rafael H. Schloming | 2009-01-08 | 5 | -84/+72 |
| * | Improve error handling, help | Aidan Skinner | 2009-01-08 | 1 | -18/+55 |
| * | capture the svn URL as well as the svn rev as an artifact | Rafael H. Schloming | 2009-01-08 | 1 | -2/+4 |
| * | updated release script to accept the repo path as an argument | Rafael H. Schloming | 2009-01-08 | 1 | -5/+6 |
| * | QPID-976: Prompt for password if it is required and not specified through set... | Gordon Sim | 2009-01-08 | 1 | -7/+21 |
| * | QPID-976: Patch from Ted Ross (tross@redhat.com). Remove the handling of empt... | Gordon Sim | 2009-01-08 | 1 | -28/+1 |
| * | Tidied up a number of TODO items | Andrew Stitcher | 2009-01-08 | 7 | -15/+11 |
| * | Namespace and IntegerTypes.h tweaks to build on Windows Visual C++ | Stephen D. Huston | 2009-01-07 | 9 | -7/+13 |
| * | Resolve some compile errors on Windows qmfconsole | Stephen D. Huston | 2009-01-07 | 4 | -10/+11 |
| * | Adapt to recent changes/additions | Stephen D. Huston | 2009-01-07 | 2 | -9/+21 |
| * | Add cluster-related content to generated sources; re-gen vc projects. Fixes Q... | Stephen D. Huston | 2009-01-07 | 5 | -6/+166 |
| * | Ensure that if no store is loaded we don't flow to disk, but revert to reject... | Gordon Sim | 2009-01-07 | 4 | -4/+49 |
| * | This is related to QPID-1558. | Rajith Muditha Attapattu | 2009-01-07 | 3 | -4/+59 |
| * | Only define cobertura task definition when it's about to get used. | Aidan Skinner | 2009-01-07 | 3 | -5/+7 |
| * | Consistent #if defined for header selectino. | Alan Conway | 2009-01-07 | 1 | -3/+3 |
| * | Add script to reset the alerting levels, which were broken in M2.1 | Aidan Skinner | 2009-01-07 | 1 | -0/+58 |
| * | QPID-1548: Make the CLI depend on management-common, use the login logic there. | Aidan Skinner | 2009-01-07 | 24 | -69/+114 |
| * | QPID-1539: add management/common module. Move SASL and login code there. | Aidan Skinner | 2009-01-07 | 21 | -215/+139 |
| * | Remove mechanism restrictions from default sasl config file. | Gordon Sim | 2009-01-07 | 1 | -1/+0 |
| * | QPID-1528: Add get/set commands for JMX attributes. | Aidan Skinner | 2009-01-07 | 2 | -5/+51 |
| * | QPID-1522: Move command line constants to individual command files. Centralis... | Aidan Skinner | 2009-01-07 | 24 | -121/+845 |
| * | QPID-1522: Fix spelling error in classname | Aidan Skinner | 2009-01-07 | 4 | -16/+8 |
| * | QPID-1522: Move common code up to CommandImpl. Rename methods to be consisten... | Aidan Skinner | 2009-01-07 | 16 | -436/+131 |
| * | QPID-1522: Rename Command class to CommandImpl and make it implement Command ... | Aidan Skinner | 2009-01-07 | 9 | -22/+12 |
| * | QPID-1560: add support for a qpid.exclusive-binding option on direct exchange... | Gordon Sim | 2009-01-07 | 3 | -3/+48 |
| * | Fix for windows build: add implementations of the getSecurityLayer() | Gordon Sim | 2009-01-07 | 1 | -0/+15 |
| * | Work on the low level IO code: | Andrew Stitcher | 2009-01-06 | 13 | -83/+394 |
| * | cluster/OutputInterceptor.cpp: added locking around use of ClusterOutputinter... | Alan Conway | 2009-01-06 | 1 | -3/+14 |
| * | Add option to use single connection for all producers, and consumers to test ... | Carl C. Trieloff | 2009-01-06 | 1 | -6/+25 |
| * | Added missing include file for ::memcpy | Ted Ross | 2009-01-06 | 1 | -0/+1 |
| * | * Cyrus SASL intgeration for c++ client | Gordon Sim | 2009-01-06 | 32 | -263/+1381 |
| * | Add option to use single connection for all producers, and consumers to test ... | Carl C. Trieloff | 2009-01-06 | 1 | -5/+16 |
| * | QPID-1556: fixed broken URL | Rafael H. Schloming | 2009-01-06 | 1 | -1/+1 |
| * | QPID-1557: fixed the cpp.cluster test profile | Rafael H. Schloming | 2009-01-06 | 11 | -16/+39 |
| * | cpp/src/tests/ForkedBroker.h: keep tests quiet, set --log-enable=error+ | Alan Conway | 2009-01-05 | 1 | -0/+1 |
| * | Minor logging fixes. | Alan Conway | 2009-01-05 | 2 | -46/+66 |
| * | Update test in line with change to default logging level (see r731649). | Gordon Sim | 2009-01-05 | 1 | -1/+1 |
| * | Sorry! Carelessly committed more than I wanted to. Reverting part of my previ... | Gordon Sim | 2009-01-05 | 1 | -14/+3 |
| * | Reduce log level from warning to info as (a) its not necessarily a bad thing ... | Gordon Sim | 2009-01-05 | 1 | -4/+16 |
| * | QPID-1552 | Robert Greig | 2009-01-05 | 47 | -2070/+1477 |
| * | Log changes: logging default now notice+, "listening on" messages are at noti... | Alan Conway | 2009-01-05 | 5 | -5/+5 |
| * | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@731490 13f79535-47bb-... | Andrea Gazzarini | 2009-01-05 | 1 | -1/+1 |
| * | stats correction pointed out by gordon | Carl C. Trieloff | 2009-01-03 | 1 | -4/+2 |
| * | - browse correction, to update replacement message on browse | Carl C. Trieloff | 2008-12-30 | 2 | -0/+13 |
| * | Fixed to run correctly in VPATH build. | Alan Conway | 2008-12-29 | 1 | -13/+9 |