summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Start to fix Timer to improve encapsulation and then fixAndrew Stitcher2009-01-134-3/+12
* This is related to QPID-1479Rajith Muditha Attapattu2009-01-139-37/+207
* This is related to QPID-1479Rajith Muditha Attapattu2009-01-138-34/+221
* Added environment vars to control the host/port used for the qmf tests.Rafael H. Schloming2009-01-131-1/+2
* This is related to QPID-1572.Rajith Muditha Attapattu2009-01-1312-1/+59
* This is a fix for QPID-1571Rajith Muditha Attapattu2009-01-131-3/+41
* QPID-1528: Use central list of commands for parsing and completing.Aidan Skinner2009-01-132-9/+24
* QPID-1522: remove bogus COMMAND_NAME in CommandImpl.java, fix typos in helpAidan Skinner2009-01-135-12/+9
* Adding missing includeStephen D. Huston2009-01-121-0/+1
* Add support for AsynchIO::RequestCallback processingStephen D. Huston2009-01-124-11/+65
* Allow any remaining events in PollableQueue to be processed after Poller thre...Gordon Sim2009-01-121-4/+22
* Added test coverage for the CLI utilitiesTed Ross2009-01-093-1/+207
* QPID-1564: Remove duplicate ASL header and unusued imports. Format code accor...Aidan Skinner2009-01-0954-2271/+1755
* Fix --cluster-mast-max: errors in last commit.Alan Conway2009-01-097-21/+24
* Fixed code problem for Python versions less than 2.5Ted Ross2009-01-091-3/+4
* QPID-1563: Use createTempFileAidan Skinner2009-01-092-19/+3
* Added --cluster-read-max: max number of outstanding mcasts in CPG buffers.Alan Conway2009-01-096-17/+57
* Fix for compatibility with latest corosync.Alan Conway2009-01-081-7/+8
* Fix to build on latest corosync versions.Alan Conway2009-01-082-14/+14
* Fixed automake files so c++ console headers are properly packaged.Ted Ross2009-01-083-2/+20
* removed extraneous ./ from the READMERafael H. Schloming2009-01-081-1/+1
* Added missing import statementTed Ross2009-01-081-0/+1
* ignore hearbeat controls rather than barfing on them, also permit the heartbe...Rafael H. Schloming2009-01-082-7/+19
* cluster: handle multicast errors.Alan Conway2009-01-084-7/+11
* removed amqp-doc as it is broken and the same functionality is now available ...Rafael H. Schloming2009-01-081-80/+0
* made codegen happen on module import rather than on object instantiation, thi...Rafael H. Schloming2009-01-085-84/+72
* Improve error handling, helpAidan Skinner2009-01-081-18/+55
* capture the svn URL as well as the svn rev as an artifactRafael H. Schloming2009-01-081-2/+4
* updated release script to accept the repo path as an argumentRafael H. Schloming2009-01-081-5/+6
* QPID-976: Prompt for password if it is required and not specified through set...Gordon Sim2009-01-081-7/+21
* QPID-976: Patch from Ted Ross (tross@redhat.com). Remove the handling of empt...Gordon Sim2009-01-081-28/+1
* Tidied up a number of TODO itemsAndrew Stitcher2009-01-087-15/+11
* Namespace and IntegerTypes.h tweaks to build on Windows Visual C++Stephen D. Huston2009-01-079-7/+13
* Resolve some compile errors on Windows qmfconsoleStephen D. Huston2009-01-074-10/+11
* Adapt to recent changes/additionsStephen D. Huston2009-01-072-9/+21
* Add cluster-related content to generated sources; re-gen vc projects. Fixes Q...Stephen D. Huston2009-01-075-6/+166
* Ensure that if no store is loaded we don't flow to disk, but revert to reject...Gordon Sim2009-01-074-4/+49
* This is related to QPID-1558.Rajith Muditha Attapattu2009-01-073-4/+59
* added *.pyc to svn:ignoreRafael H. Schloming2009-01-070-0/+0
* Only define cobertura task definition when it's about to get used.Aidan Skinner2009-01-073-5/+7
* Consistent #if defined for header selectino.Alan Conway2009-01-071-3/+3
* Add script to reset the alerting levels, which were broken in M2.1Aidan Skinner2009-01-071-0/+58
* QPID-1548: Make the CLI depend on management-common, use the login logic there.Aidan Skinner2009-01-0724-69/+114
* QPID-1539: add management/common module. Move SASL and login code there.Aidan Skinner2009-01-0721-215/+139
* Remove mechanism restrictions from default sasl config file.Gordon Sim2009-01-071-1/+0
* QPID-1528: Add get/set commands for JMX attributes.Aidan Skinner2009-01-072-5/+51
* QPID-1522: Move command line constants to individual command files. Centralis...Aidan Skinner2009-01-0724-121/+845
* QPID-1522: Fix spelling error in classnameAidan Skinner2009-01-074-16/+8
* QPID-1522: Move common code up to CommandImpl. Rename methods to be consisten...Aidan Skinner2009-01-0716-436/+131
* QPID-1522: Rename Command class to CommandImpl and make it implement Command ...Aidan Skinner2009-01-079-22/+12