summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't delete derby.log. Use virtualhost-systests.xml for testing purpouses. M...Aidan Skinner2009-05-265-7/+134
* Turn on immediate flush on the console appender.Aidan Skinner2009-05-261-0/+1
* PollableQueue optimization - replace deque with vector.Alan Conway2009-05-259-36/+41
* ConsumerImpl optimization - use atomic value for queueHasMessages.Alan Conway2009-05-252-19/+11
* ConsumerImpl optimization - only dispatch on queue if we were notified of mes...Alan Conway2009-05-252-2/+21
* Nuke derby.log and derbyDB in broker cleanup. Also, why does Derby not honor ...Aidan Skinner2009-05-252-2/+2
* Added a message to indicate the producer and consumer have completed the test.Rajith Muditha Attapattu2009-05-251-0/+2
* Fixed a minor bug in pre-creating the payload array used in random msg size t...Rajith Muditha Attapattu2009-05-241-1/+5
* Marked all queues as auto-delete to allow clean up after a test exitsRajith Muditha Attapattu2009-05-231-5/+5
* The default value for message cache is set to false.Rajith Muditha Attapattu2009-05-232-6/+52
* QPID-1874 - First drop of the second-generation QMF libraries.Ted Ross2009-05-2227-4/+4778
* Fix to cmake build to account for some ssl include changesAndrew Stitcher2009-05-221-1/+2
* Use alert level in the config file, don't try to set one (since that won't al...Aidan Skinner2009-05-221-4/+6
* QPID-1870, QPID-1871 : Don't disable tests that are known to fail as we loose...Martin Ritchie2009-05-221-5/+0
* QPID-1871 : Disable RollbackOrderTest until we address message rejectionMartin Ritchie2009-05-221-0/+3
* Optimized TopicExchange matching.Alan Conway2009-05-223-252/+209
* Fix managementgen so to avoid trying to move files cross fsAndrew Stitcher2009-05-211-1/+1
* Added optimization for management updates sent from the broker.Ted Ross2009-05-212-48/+79
* Handle case where recovered exchange is of unrecognised type.Gordon Sim2009-05-212-4/+14
* * adjust replication exchange in line with change to registration function si...Gordon Sim2009-05-213-11/+13
* QPID-1870 : Disable AlertingTest until it can be fixed.Martin Ritchie2009-05-211-0/+3
* QPID-1869: Set closed flag to false only after poller and aio are initialised.Gordon Sim2009-05-211-1/+1
* Numerous fixes in the qmf console for RubyTed Ross2009-05-207-30/+88
* Add missing null body check in ErrorCheckAlan Conway2009-05-204-11/+23
* QPID-1865 - Block the deletion of default exchanges.Ted Ross2009-05-201-0/+5
* Fixed a regression affecting plugin-exchanges.Ted Ross2009-05-205-11/+14
* Instrumentation for measuring latencies.Alan Conway2009-05-195-59/+132
* QPID-1864: sync the dispatch queue to make sure there are no messages in it b...Rafael H. Schloming2009-05-193-4/+116
* Add --quit, --check, --pid-dir options to allow shutting down a broker from c...Stephen D. Huston2009-05-181-2/+84
* Correct listed broker files; correct qmfgen command switches to specify names...Stephen D. Huston2009-05-182-2/+36
* Block unsafe management methods only if clustering is enabledTed Ross2009-05-181-2/+3
* Fix includes to allow for alternative packaging for nspr/nss.Gordon Sim2009-05-185-13/+13
* from (aconway)... added facility to disable management methods.Ted Ross2009-05-153-0/+39
* Undo change from r774809.Alan Conway2009-05-159-152/+19
* This is a fix for QPID-1859Rajith Muditha Attapattu2009-05-143-44/+19
* This is related to QPID-1854Rajith Muditha Attapattu2009-05-141-1/+8
* More work on cmake:Andrew Stitcher2009-05-143-12/+27
* This is related to QPID-1853. Since the socket is being closed inside the fin...Rajith Muditha Attapattu2009-05-141-1/+0
* Fix for unpredictable enqueues by timer-triggered management code in a cluster.Alan Conway2009-05-149-19/+220
* Added an exclude list for ssl.Rajith Muditha Attapattu2009-05-132-1/+2
* This is a fix for QPID-1857Rajith Muditha Attapattu2009-05-131-0/+2
* Suppress the return of deleted objects for synchronous management get request...Ted Ross2009-05-131-12/+16
* This is a fix for QPID-1854Rajith Muditha Attapattu2009-05-131-0/+1
* This is a fix for QPID-1853. We now close the socket in the finnally block.Rajith Muditha Attapattu2009-05-131-0/+8
* updated imports to work on python 2.6Rafael H. Schloming2009-05-123-7/+14
* Fix typoAndrew Stitcher2009-05-121-1/+1
* QPID-1852 Removed thread unsafe code in LoggerAndrew Stitcher2009-05-128-38/+44
* git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@773933 13f79535-47bb-...Andrew Stitcher2009-05-120-0/+0
* QPID-1848 : fixed startup script on unix platformAndrea Gazzarini2009-05-121-20/+8
* Windows adjustments to run testsStephen D. Huston2009-05-111-2/+3