summaryrefslogtreecommitdiff
path: root/qpid
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-1871 : Updated RollbackOrderTest to include an onMessage test. Fixed dea...Martin Ritchie2009-09-284-50/+191
* r817742 (the fix for QPID-2102), introduced a deadlock and a race condition i...Gordon Sim2009-09-282-26/+30
* QPID-2102: Changed QueuePolicy to rely on external locking and require dequeu...Gordon Sim2009-09-285-37/+22
* Adding missing fileTed Ross2009-09-271-0/+32
* Cleaned up issues with distribution.Ted Ross2009-09-271-1/+4
* Backed out a broker change that was unintentionally carried along in another ...Ted Ross2009-09-251-1/+1
* QMF updates:Ted Ross2009-09-2547-408/+651
* Exchange route() refactorization that eliminates common code in each of the E...Kim van der Riet2009-09-257-142/+67
* QPID-2115: add 'broker.clean.between.tests' to toggle whether QTC should exec...Robert Gemmell2009-09-252-0/+16
* produce .pyo's as well as .pyc's on installRafael H. Schloming2009-09-241-1/+1
* added back exchange query on link establishment; added sender.sync()Rafael H. Schloming2009-09-243-60/+74
* Use struct/class consistentlyStephen D. Huston2009-09-247-49/+49
* Apply patches from QPID-2110Stephen D. Huston2009-09-2413-22/+229
* Fix to allow python testing stuff to build outside source treeAndrew Stitcher2009-09-231-4/+2
* This patch requires svn 817742, corrects the lock issue for ring queue in 817...Carl C. Trieloff2009-09-235-24/+58
* Fixes to the QMF Ruby API - added missing methods and reduced use of "get_" c...Ted Ross2009-09-234-27/+56
* switched API over to select based driver; added address parserRafael H. Schloming2009-09-234-220/+754
* rhs's new system for python allows us to build python testMichael Goulish2009-09-2312-27/+34
* Attempt to clean up a warning about violating aliasing rules.Ted Ross2009-09-231-3/+3
* This is related to QPID-1956Rajith Muditha Attapattu2009-09-221-5/+5
* QMF updates:Ted Ross2009-09-226-16/+100
* QPID-2112 - C++ Client: Facility needed for app to extract the user-ID in use...Ted Ross2009-09-226-0/+29
* Minor update to allow store access to the message isPersistent() method. This...Kim van der Riet2009-09-224-4/+6
* Joint checkin from gsim, kpvdr, cctrieloff. See QPID-2102: Exceeding reject q...Kim van der Riet2009-09-2219-192/+631
* Make the AsynchIO API more consistentAndrew Stitcher2009-09-225-10/+7
* This is a fix for QPID-1956Rajith Muditha Attapattu2009-09-221-2/+11
* This is a fix for QPID-2114 Rajith Muditha Attapattu2009-09-222-2/+4
* This is a fix for QPID-2113Rajith Muditha Attapattu2009-09-221-0/+36
* More namespace cleaningAndrew Stitcher2009-09-211-1/+8
* Properly report test failures in Ruby testsTed Ross2009-09-211-0/+4
* Fixed a Ruby convention problem (camel-case vs. underscores)Ted Ross2009-09-212-5/+13
* Added Ruby test infrastructure and Console tests in RubyTed Ross2009-09-2110-17/+282
* FailoverBaseCase has not been using the testprofile defined test.port.alt for...Martin Ritchie2009-09-213-5/+11
* Enabled some tests that were unintentionally disabled.Alan Conway2009-09-181-3/+2
* Added accessor for returned method argumentsTed Ross2009-09-182-1/+5
* Refactored the QMF engine to adhere to the following rules regardingTed Ross2009-09-1828-507/+578
* Rearrange readCredit logic for correctnessAndrew Stitcher2009-09-181-14/+18
* Rolling back my recent change 816715. These script changes don't work with t...Michael Goulish2009-09-1812-35/+27
* rhs's new system for python allows us to build python testMichael Goulish2009-09-1812-27/+35
* New suppressions for RHEL4 only, taking care of extensive leaks inMichael Goulish2009-09-181-0/+76
* QPID-2111 SelectorTest Unify selector tests into one class. AddAidan Skinner2009-09-182-314/+322
* Add console control handler to properly shut down broker on ^C et al; fixes Q...Stephen D. Huston2009-09-171-0/+9
* QMF ConsoleTed Ross2009-09-1716-1442/+1668
* changed dispatch to throw an attribute error if there is no handlerRafael H. Schloming2009-09-171-4/+1
* added some empty, min, and max to RangedSetRafael H. Schloming2009-09-172-0/+46
* Update to QpidTestCase to only check for broker.stopped lines until we have f...Martin Ritchie2009-09-173-3/+5
* backing out change r815804 -- didn't test with clustering turned on.Michael Goulish2009-09-1612-26/+19
* Path fix for recent checkin of Python changes.Michael Goulish2009-09-161-6/+6
* Pass 0 ppid property if os.getppid() not supported; fixes QPID-1676Stephen D. Huston2009-09-161-1/+7
* Use qpid::sys::sleep() instead of naked sleep(); fixes build error on WindowsStephen D. Huston2009-09-161-1/+1