summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* QPID-1574 : dependencies file updated for inclusion of QMan WS-DM dependencies.Andrea Gazzarini2009-01-151-1/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734621 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1574 : Additional libraries needed for WS-DM featuresAndrea Gazzarini2009-01-1526-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734619 13f79535-47bb-0310-9956-ffa450edef68
* Fix to sender test: read in whole line as message body, not just next word.Gordon Sim2009-01-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734529 13f79535-47bb-0310-9956-ffa450edef68
* Include CPG error code in message.Alan Conway2009-01-141-16/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734479 13f79535-47bb-0310-9956-ffa450edef68
* Fix logic to generate messages at a specified rate. Alan Conway2009-01-141-21/+15
| | | | | | | Previous logic was sending messages well below the specified rate. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734452 13f79535-47bb-0310-9956-ffa450edef68
* Modified footer and header for Google baitJonathan Robie2009-01-142-2/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734451 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1573: Change AMQQueueDeferredOrderingTest, ↵Aidan Skinner2009-01-146-173/+76
| | | | | | | | | ReturnUnroutableMandatoryMessageTest, DispatcherTest, PriorityTest and TimeToLiveTest to extend QpidTestCase Add ReturnUnroutableMandatoryMessageTest, PriorityTest and TimeToLiveTest to the 010ExcludeList git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734379 13f79535-47bb-0310-9956-ffa450edef68
* Move dispatcher code from iocpDispatcher.cpp (no longer needed) to ↵Stephen D. Huston2009-01-134-61/+24
| | | | | | IocpPoller.cpp (run); mirrors migration introduced on Linux side git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734265 13f79535-47bb-0310-9956-ffa450edef68
* Revise allocator per patch in QPID-1458; Fixes QPID-1458Stephen D. Huston2009-01-131-2/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734251 13f79535-47bb-0310-9956-ffa450edef68
* Implement heartbeat timeout on client:Andrew Stitcher2009-01-139-20/+83
| | | | | | | | - The client shuts down a connection if it receives no traffic on it in 2 timeout periods git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734221 13f79535-47bb-0310-9956-ffa450edef68
* Send heartbeat from broker to clientAndrew Stitcher2009-01-1310-9/+88
| | | | | | | | - Server sends possible heartbeat range and client replies with desired heartbeat as part of the tune-tuneOk exchange git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734220 13f79535-47bb-0310-9956-ffa450edef68
* Small tidy upAndrew Stitcher2009-01-131-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734218 13f79535-47bb-0310-9956-ffa450edef68
* Created new Timer code in qpid::sysAndrew Stitcher2009-01-133-1/+232
| | | | | | | | | - Necessary for a timer accessible to the client code - The interface is slightly different from the existing Timer code in an attempt to fix some issues with it git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734216 13f79535-47bb-0310-9956-ffa450edef68
* This is related QPID-1479Rajith Muditha Attapattu2009-01-132-3/+25
| | | | | | | This commit contains the modifications for using the thread abstraction within MINA. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734214 13f79535-47bb-0310-9956-ffa450edef68
* Start to fix Timer to improve encapsulation and then fixAndrew Stitcher2009-01-134-3/+12
| | | | | | | | its inbuilt race conditions (mostly due to the awkward interface of Timer and TimerTask) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734213 13f79535-47bb-0310-9956-ffa450edef68
* This is related to QPID-1479Rajith Muditha Attapattu2009-01-139-37/+207
| | | | | | | This commit contains themodifications done to the perf test classes to use the thread abstraction patch. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734212 13f79535-47bb-0310-9956-ffa450edef68
* This is related to QPID-1479Rajith Muditha Attapattu2009-01-138-34/+221
| | | | | | | This commit contains the core classes for adding the thread abstraction patch git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734205 13f79535-47bb-0310-9956-ffa450edef68
* Added environment vars to control the host/port used for the qmf tests.Rafael H. Schloming2009-01-131-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734172 13f79535-47bb-0310-9956-ffa450edef68
* This is related to QPID-1572.Rajith Muditha Attapattu2009-01-1312-1/+59
| | | | | | | The SSL test profile runs the java client against the C++ broker using SSL connections git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734166 13f79535-47bb-0310-9956-ffa450edef68
* This is a fix for QPID-1571Rajith Muditha Attapattu2009-01-131-3/+41
| | | | | | | | After M4 release we should probably revisit the SSL close logic. The current fix was done with causing as less impact as possible on the tested code paths. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734160 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1528: Use central list of commands for parsing and completing.Aidan Skinner2009-01-132-9/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734081 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1522: remove bogus COMMAND_NAME in CommandImpl.java, fix typos in helpAidan Skinner2009-01-135-12/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734079 13f79535-47bb-0310-9956-ffa450edef68
* Adding missing includeStephen D. Huston2009-01-121-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@733967 13f79535-47bb-0310-9956-ffa450edef68
* Add support for AsynchIO::RequestCallback processingStephen D. Huston2009-01-124-11/+65
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@733966 13f79535-47bb-0310-9956-ffa450edef68
* Allow any remaining events in PollableQueue to be processed after Poller ↵Gordon Sim2009-01-121-4/+22
| | | | | | | | | threads return from poll loop. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@733881 13f79535-47bb-0310-9956-ffa450edef68
* Added test coverage for the CLI utilitiesTed Ross2009-01-093-1/+207
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@733108 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1564: Remove duplicate ASL header and unusued imports. Format code ↵Aidan Skinner2009-01-0954-2271/+1755
| | | | | | according to qpid conventions. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@733073 13f79535-47bb-0310-9956-ffa450edef68
* Fix --cluster-mast-max: errors in last commit.Alan Conway2009-01-097-21/+24
| | | | | | | Work around problems with CPG flow control. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@733051 13f79535-47bb-0310-9956-ffa450edef68
* Fixed code problem for Python versions less than 2.5Ted Ross2009-01-091-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@733041 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1563: Use createTempFileAidan Skinner2009-01-092-19/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@733016 13f79535-47bb-0310-9956-ffa450edef68
* Added --cluster-read-max: max number of outstanding mcasts in CPG buffers.Alan Conway2009-01-096-17/+57
| | | | | | | Work around problems with CPG flow control. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@732925 13f79535-47bb-0310-9956-ffa450edef68
* Fix for compatibility with latest corosync.Alan Conway2009-01-081-7/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@732854 13f79535-47bb-0310-9956-ffa450edef68
* Fix to build on latest corosync versions.Alan Conway2009-01-082-14/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@732839 13f79535-47bb-0310-9956-ffa450edef68
* Fixed automake files so c++ console headers are properly packaged.Ted Ross2009-01-083-2/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@732818 13f79535-47bb-0310-9956-ffa450edef68
* removed extraneous ./ from the READMERafael H. Schloming2009-01-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@732809 13f79535-47bb-0310-9956-ffa450edef68
* Added missing import statementTed Ross2009-01-081-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@732783 13f79535-47bb-0310-9956-ffa450edef68
* ignore hearbeat controls rather than barfing on them, also permit the ↵Rafael H. Schloming2009-01-082-7/+19
| | | | | | heartbeat to be specified on connection creation git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@732778 13f79535-47bb-0310-9956-ffa450edef68
* cluster: handle multicast errors.Alan Conway2009-01-084-7/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@732768 13f79535-47bb-0310-9956-ffa450edef68
* removed amqp-doc as it is broken and the same functionality is now available ↵Rafael H. Schloming2009-01-081-80/+0
| | | | | | through the python help builtin git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@732762 13f79535-47bb-0310-9956-ffa450edef68
* made codegen happen on module import rather than on object instantiation, ↵Rafael H. Schloming2009-01-085-84/+72
| | | | | | this makes things like help(Session) much more useful git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@732760 13f79535-47bb-0310-9956-ffa450edef68
* Improve error handling, helpAidan Skinner2009-01-081-18/+55
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@732729 13f79535-47bb-0310-9956-ffa450edef68
* capture the svn URL as well as the svn rev as an artifactRafael H. Schloming2009-01-081-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@732724 13f79535-47bb-0310-9956-ffa450edef68
* updated release script to accept the repo path as an argumentRafael H. Schloming2009-01-081-5/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@732718 13f79535-47bb-0310-9956-ffa450edef68
* QPID-976: Prompt for password if it is required and not specified through ↵Gordon Sim2009-01-081-7/+21
| | | | | | settings. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@732702 13f79535-47bb-0310-9956-ffa450edef68
* QPID-976: Patch from Ted Ross (tross@redhat.com). Remove the handling of ↵Gordon Sim2009-01-081-28/+1
| | | | | | empty usernames and leaves that up to the SASL library. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@732691 13f79535-47bb-0310-9956-ffa450edef68
* Tidied up a number of TODO itemsAndrew Stitcher2009-01-087-15/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@732620 13f79535-47bb-0310-9956-ffa450edef68
* Namespace and IntegerTypes.h tweaks to build on Windows Visual C++Stephen D. Huston2009-01-079-7/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@732559 13f79535-47bb-0310-9956-ffa450edef68
* Resolve some compile errors on Windows qmfconsoleStephen D. Huston2009-01-074-10/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@732552 13f79535-47bb-0310-9956-ffa450edef68
* Adapt to recent changes/additionsStephen D. Huston2009-01-072-9/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@732551 13f79535-47bb-0310-9956-ffa450edef68
* Add cluster-related content to generated sources; re-gen vc projects. Fixes ↵Stephen D. Huston2009-01-075-6/+166
| | | | | | QPID-1559 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@732549 13f79535-47bb-0310-9956-ffa450edef68