summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Removed the following files as they will be replaced by a generic Sender and ...Rajith Muditha Attapattu2009-11-1115-2211/+51
* Moved brokertest.py to python directory.Alan Conway2009-11-103-4/+3
* Fixed test_failover, added ErrorGenerator with test.Alan Conway2009-11-104-53/+119
* permit hash and star as part of the addressRafael H. Schloming2009-11-103-2/+37
* Also remove liner search from seek() & add testsCarl C. Trieloff2009-11-102-6/+57
* Added limited backtracing for exceptions raised in console callbacks.Ted Ross2009-11-101-2/+7
* Added calls to flush() for stdout to make this program more responsive in cas...Ted Ross2009-11-101-1/+3
* QPID-2195: only enable moving messages for newer brokers that dont suffer fro...Robert Gemmell2009-11-101-18/+37
* QPID-2193: expose the deprecated deleteMessageFromTop() JMX queue operation f...Robert Gemmell2009-11-101-0/+29
* Add missing cluster_tests.fail file to distribution list.Gordon Sim2009-11-101-1/+2
* Basic eclipse code style fileAidan Skinner2009-11-091-0/+251
* Remove more 1.6 @Override on interfaces.Aidan Skinner2009-11-092-12/+0
* Added message store recovery tests to cluster_tests.Alan Conway2009-11-095-35/+82
* remove looping for position search and replace with stl algorithms for better...Carl C. Trieloff2009-11-094-38/+65
* Set default mechanism for cluster updates to be ANONYMOUSGordon Sim2009-11-091-0/+1
* Filled out process management in python brokertest framework.Alan Conway2009-11-093-510/+233
* QPID-1899: Applied patch from Ken Giusti to tie in SASL enctryption to the ha...Gordon Sim2009-11-0930-55/+174
* QPID-2191: Fix browsing behaviour where messages may have been released out o...Gordon Sim2009-11-094-1/+42
* QPID-2190: when management versioning using both the ServerInformation and Us...Robert Gemmell2009-11-092-6/+7
* QPID-2189: use an ObjectName pattern instead of the precise key value in the ...Robert Gemmell2009-11-061-2/+2
* QPID-2178: update console to allow display of new channel blocking statusRobert Gemmell2009-11-062-3/+21
* QPID-2178: test expanded channels() output correctly returns current channel ...Robert Gemmell2009-11-061-0/+27
* QPID-2178: expand the return from channels() to indicate whether the channel ...Robert Gemmell2009-11-064-6/+12
* Added key to KEYS fileAndrew Stitcher2009-11-051-0/+61
* Fix restoration of durable messages at startup. Remove all references to a qu...Stephen D. Huston2009-11-057-36/+105
* Automatically add shared library suffix to module name in --load-module.Alan Conway2009-11-043-12/+20
* Clean up files left behind by tests in make clean.Alan Conway2009-11-042-1/+4
* Changed default timeout for daemon to 10 min to allow for long store recovery...Kim van der Riet2009-11-042-2/+2
* QMF fixes:Ted Ross2009-11-034-6/+37
* This adds some minor enhancements to our test framework.Rajith Muditha Attapattu2009-11-032-13/+57
* This is for QPID-2176Rajith Muditha Attapattu2009-11-032-1/+37
* When storing a message, set its new persistence Id. Don't throw an exception ...Stephen D. Huston2009-11-033-26/+65
* Erasing an iterator invalidates the iterator; changed the code to not derefer...Stephen D. Huston2009-11-031-2/+5
* Fix leak in SASL code, enable cluster ACL test.Alan Conway2009-11-022-9/+33
* Remove incorrect import.Alan Conway2009-11-021-1/+1
* Minor fix for testlib.py cluster testing scriptKim van der Riet2009-11-021-1/+1
* Changed ssl_test to use 127.0.0.1 instead of hostname and to regenerate certs...Gordon Sim2009-11-021-8/+19
* ensure only passive declares of amq.* exchangesRafael H. Schloming2009-11-011-3/+6
* Refer to struct/class consistently across files.Stephen D. Huston2009-10-302-4/+4
* Correct the macro used to detect DLL building to match the new target name ch...Stephen D. Huston2009-10-301-1/+1
* Fix variable used to retrieve Boost include files for Windows kit.Stephen D. Huston2009-10-301-1/+1
* In broker, change RecoverableExchange[Impl]::bind() strings to const; they ar...Stephen D. Huston2009-10-307-58/+91
* Fix memory leak in testCoincidentErrors due to un-joined connector thread.Alan Conway2009-10-303-4/+11
* Add missing install rule for brokertest.pyAlan Conway2009-10-301-1/+2
* QPID-2181 - Alternate exchange on queue is not visible in management toolsTed Ross2009-10-304-4/+27
* Python framework for tests that start multiple brokers.Alan Conway2009-10-303-5/+252
* Ensure a client-side cursor is used, and change to static cursor to improve p...Stephen D. Huston2009-10-302-2/+7
* Always include the hresult message if it's available.Stephen D. Huston2009-10-301-3/+2
* Remove extraneous space from exception message.Stephen D. Huston2009-10-291-1/+1
* Fixed problem of queue alternate-exchange property not being persisted on per...Kim van der Riet2009-10-293-5/+21