summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added commit and rollback to the Session API and streamlined some test ↵Rafael H. Schloming2009-06-042-27/+146
| | | | | | utilities. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@781786 13f79535-47bb-0310-9956-ffa450edef68
* This is related QPID-1890Rajith Muditha Attapattu2009-06-041-14/+14
| | | | | | | I updated the help to reflect the change of exchange add option form aletern-ex to --alternate-exchange git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@781757 13f79535-47bb-0310-9956-ffa450edef68
* Made the test_store lib installable to be used with installable testsKim van der Riet2009-06-042-2/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@781732 13f79535-47bb-0310-9956-ffa450edef68
* Initial capabilities to run test suite on WindowsStephen D. Huston2009-06-0310-30/+491
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@781525 13f79535-47bb-0310-9956-ffa450edef68
* Use Boost variables, not direct library names; inserts correct names ↵Stephen D. Huston2009-06-031-2/+2
| | | | | | cross-platform git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@781524 13f79535-47bb-0310-9956-ffa450edef68
* Add extern marker to match() and normalize() methods to build tests on WindowsStephen D. Huston2009-06-031-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@781523 13f79535-47bb-0310-9956-ffa450edef68
* This is related to QPID-1887Rajith Muditha Attapattu2009-06-031-10/+14
| | | | | | | | | I incorporated the review comments and made the following changes. The current time is generated only if ttl is set or disable Timestamp is set to false. If ttl is set we set it and also calculate the expiration as current_time + ttl. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@781515 13f79535-47bb-0310-9956-ffa450edef68
* Fixed QPID-1888 for the java broker. Also fixed a bug caught by the new ↵Rafael H. Schloming2009-06-032-2/+10
| | | | | | selector test where message ids were being set to the string 'ID:null' when message-ids are disabled. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@781507 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1890: Ensure option for alternate exchange is treated consistently (I ↵Gordon Sim2009-06-031-3/+3
| | | | | | also change the name as I didn't like the shortened form). git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@781498 13f79535-47bb-0310-9956-ffa450edef68
* added tests for senderRafael H. Schloming2009-06-031-0/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@781485 13f79535-47bb-0310-9956-ffa450edef68
* Ensure that ring queue behaves as expected when replicated to newly joined ↵Gordon Sim2009-06-033-2/+86
| | | | | | | | | | cluster node. Altered queueDurabilityPropagationToNewbie test to not use in-process broker to fix error caused by linking change. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@781454 13f79535-47bb-0310-9956-ffa450edef68
* Python cluster test improvements and some additional testsKim van der Riet2009-06-033-354/+491
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@781431 13f79535-47bb-0310-9956-ffa450edef68
* Revert "QPID-1879 Don't use a thread for every new client Connection"Andrew Stitcher2009-06-035-183/+181
| | | | | | | This reverts commit b54680d4b3341fa280a237a6d80952b9830ae3c5. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@781378 13f79535-47bb-0310-9956-ffa450edef68
* Revert "QPID-1879 Removed some code obsoleted by this change"Andrew Stitcher2009-06-033-2/+21
| | | | | | | This reverts commit 60d66cae76b2bea90f076875e35cb69049fb2d3a. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@781376 13f79535-47bb-0310-9956-ffa450edef68
* Revert "Change client io threading to be initialised at first use"Andrew Stitcher2009-06-031-7/+4
| | | | | | | This reverts commit 2e77e9b85912ccbfd29763710a973d0bbff9c684. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@781375 13f79535-47bb-0310-9956-ffa450edef68
* Allow conrol at configure time over generation of qmf bindings via swig ↵Gordon Sim2009-06-031-0/+7
| | | | | | (--with-swig/--without-swig) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@781358 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1874 - More Makefile fixes for vpath buildsTed Ross2009-06-032-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@781353 13f79535-47bb-0310-9956-ffa450edef68
* Increased the receive timeout to 1000 ms as the test seems to fail on some ↵Rajith Muditha Attapattu2009-06-031-4/+4
| | | | | | systems git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@781352 13f79535-47bb-0310-9956-ffa450edef68
* Stop watching the acceptors dispatch handle before it is deleted in ssl and ↵Gordon Sim2009-06-034-1/+12
| | | | | | rdma plugins. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@781332 13f79535-47bb-0310-9956-ffa450edef68
* Change to make suppression apply on fc5 as well as rhel5.Gordon Sim2009-06-031-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@781331 13f79535-47bb-0310-9956-ffa450edef68
* This is a fix for QPID-1888Rajith Muditha Attapattu2009-06-032-0/+79
| | | | | | | The SelectorTest contains a test case to catch this as the JMS tck does not have one. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@781244 13f79535-47bb-0310-9956-ffa450edef68
* added defines to the test harness and made the delay used by the tests ↵Rafael H. Schloming2009-06-022-2/+13
| | | | | | configurable git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@781187 13f79535-47bb-0310-9956-ffa450edef68
* added receiver capacity and testsRafael H. Schloming2009-06-022-19/+70
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@781161 13f79535-47bb-0310-9956-ffa450edef68
* This is a fix for QPID-1887Rajith Muditha Attapattu2009-06-021-4/+2
| | | | | | | The TimeToLiveTest should be enough to cover this case. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@781141 13f79535-47bb-0310-9956-ffa450edef68
* modified start and stop to function independently of fetch vs listen, added ↵Rafael H. Schloming2009-06-022-19/+87
| | | | | | Receiver.pending() and added tests for Receiver.start(), Receiver.stop(), and Receiver.pending() git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@781132 13f79535-47bb-0310-9956-ffa450edef68
* removed unused attributedRafael H. Schloming2009-06-021-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@781116 13f79535-47bb-0310-9956-ffa450edef68
* removed svn:executable from LICENSE.txtRafael H. Schloming2009-06-021-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@781112 13f79535-47bb-0310-9956-ffa450edef68
* added a signal handler for terminal resizeRafael H. Schloming2009-06-021-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@781091 13f79535-47bb-0310-9956-ffa450edef68
* detect the terminal width when possibleRafael H. Schloming2009-06-021-3/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@781087 13f79535-47bb-0310-9956-ffa450edef68
* Fixes to cluster tests which enable them to be built and run outside the ↵Kim van der Riet2009-06-022-7/+7
| | | | | | source tree. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@781070 13f79535-47bb-0310-9956-ffa450edef68
* removed another turnary ifRafael H. Schloming2009-06-021-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@781068 13f79535-47bb-0310-9956-ffa450edef68
* removed another turnary ifRafael H. Schloming2009-06-021-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@781062 13f79535-47bb-0310-9956-ffa450edef68
* removed another turnary ifRafael H. Schloming2009-06-021-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@781061 13f79535-47bb-0310-9956-ffa450edef68
* removed keyword arg from __import__ call for python 2.4Rafael H. Schloming2009-06-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@781059 13f79535-47bb-0310-9956-ffa450edef68
* removed turnary ifRafael H. Schloming2009-06-021-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@781058 13f79535-47bb-0310-9956-ffa450edef68
* modified empty generator idiom to work on python 2.4Rafael H. Schloming2009-06-021-3/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@781056 13f79535-47bb-0310-9956-ffa450edef68
* Bit more fixed for QPID-1874Andrew Stitcher2009-06-022-8/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@781046 13f79535-47bb-0310-9956-ffa450edef68
* first commit of new messaging API and test harnessRafael H. Schloming2009-06-026-1/+1733
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@781044 13f79535-47bb-0310-9956-ffa450edef68
* only sync when we need toRafael H. Schloming2009-06-021-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@781043 13f79535-47bb-0310-9956-ffa450edef68
* made Future.get throw an exception on timeoutRafael H. Schloming2009-06-021-3/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@781041 13f79535-47bb-0310-9956-ffa450edef68
* Fixed out of tree build broken by QPID-1874Andrew Stitcher2009-06-022-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@781040 13f79535-47bb-0310-9956-ffa450edef68
* Some fixes to QPID-1879 so that clustering still works:Andrew Stitcher2009-06-013-9/+11
| | | | | | | | | Change client io threading to be initialised at first use Stop linking loadable modules with tests Add some sentinel values so that we can see what happened last git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@780855 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1874 - Add check for "swig" program in configure.ac. Mention in ↵Ted Ross2009-06-012-2/+13
| | | | | | cpp/INSTALL. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@780844 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1874 - Patch from Ian MainTed Ross2009-06-019-1/+745
| | | | | | | This patch provides the Ruby binding for QMF Agent and the framework for the Python bindings. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@780837 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1819: ensure that security layer implementation can cope with the case ↵Gordon Sim2009-06-013-5/+34
| | | | | | where the max allowed input to cyrus sal routines isless than the max frame size in use. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@780719 13f79535-47bb-0310-9956-ffa450edef68
* pingJonathan Robie2009-06-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@780713 13f79535-47bb-0310-9956-ffa450edef68
* Test for repository replicationJonathan Robie2009-06-011-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@780658 13f79535-47bb-0310-9956-ffa450edef68
* Update makefile to reflect renamed READMEGordon Sim2009-06-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@780596 13f79535-47bb-0310-9956-ffa450edef68
* Updated my key to reflect value used for 0.5Martin Ritchie2009-05-311-32/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@780405 13f79535-47bb-0310-9956-ffa450edef68
* Add a suffix so Windows can associate it with a reader programStephen D. Huston2009-05-291-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@780088 13f79535-47bb-0310-9956-ffa450edef68