summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* QPID-2002 : MessageStore Logging updates to include queue counts from persist...Martin Ritchie2009-08-072-13/+270
* Add a drainQueue method to QTC to allow tests to clean up after themselvesMartin Ritchie2009-08-071-7/+38
* Fixed BDBMessageStore class pathMartin Ritchie2009-08-071-1/+1
* Reverted r801903, it should not be needed after r801860 and r801861.Gordon Sim2009-08-071-1/+0
* QPID-2002 : Fix for BindingLoggingTest : Where Binding Delete message order i...Martin Ritchie2009-08-071-6/+17
* QPID-2002 : Fix for BrokerLoggingTest NPE.Martin Ritchie2009-08-071-0/+3
* Gsim's temporary fix for replication bug.Michael Goulish2009-08-071-0/+1
* Fixed LinkRegistry destructor to only cancel TimerTask if there is one!Andrew Stitcher2009-08-071-1/+3
* Change QueueCleaner so that it cancels any outstanding TimerTask on destructionAndrew Stitcher2009-08-073-1/+7
* Change LinkRegistry to cancel its TimerTask in its destructorAndrew Stitcher2009-08-072-2/+13
* Revert "Stop timer thread before users are deleted (as they don't all clean u...Andrew Stitcher2009-08-071-4/+0
* Further improve the delay/overrun Timer warnings when both occur at onceAndrew Stitcher2009-08-071-6/+14
* When setting up the next fire time for a Timer make sure it can't be in the p...Andrew Stitcher2009-08-071-1/+2
* Stop timer thread before users are deleted (as they don't all clean up prior ...Gordon Sim2009-08-061-0/+4
* Fix cman integration to exit immediately on loss of quorum.Alan Conway2009-08-0612-36/+109
* QPID-2002 : Improved Channel/ConnectionLogging Test to report that it had no ...Martin Ritchie2009-08-063-13/+59
* Removed unused Constructor on Mock objectMartin Ritchie2009-08-062-6/+1
* QPID-2002, QPID-2001 : Add new SubscriptionActor to perform Subscription clos...Martin Ritchie2009-08-067-11/+203
* QPID-2001 : Update to LogMessages.vm to perform the option removal BEFORE rep...Martin Ritchie2009-08-061-21/+21
* QPID-2002 : Add Binding Logging Messages with testMartin Ritchie2009-08-064-19/+293
* QPID-2002 : Removed local _monitor which was hiding super class variableMartin Ritchie2009-08-061-2/+0
* QPID-2002: Added Exchange Logging and testMartin Ritchie2009-08-062-0/+217
* QPID-2002 : SubscriptionLogging Tests, update to SubscriptionImpl for new exc...Martin Ritchie2009-08-063-20/+350
* QPID-2002 : Used new close feature of LogMonitor to ensure test log file only...Martin Ritchie2009-08-061-0/+8
* QPID-2002 : Added exclusive parameter to subscription.setQueue to allow impro...Martin Ritchie2009-08-065-5/+6
* Add close to LogMonitor so we only get the messages for that test in the log ...Martin Ritchie2009-08-061-4/+25
* QPID-2002 : Add toString functionality to Filters for displaying in Subscript...Martin Ritchie2009-08-063-1/+39
* QPID-1223 : Now that we are correctly closing all the InVM brokers ChannelClo...Martin Ritchie2009-08-061-2/+2
* QPID-2002: Removed the setting of QPID_WORK as this appears to upset Derby, l...Martin Ritchie2009-08-062-13/+3
* QPID-2002 : Completion of BrokerLoggingTest, the shutdown tests have been exc...Martin Ritchie2009-08-068-47/+1040
* QPID-1223 : Non QTC and some QTC tests are still not correctly cleaning up th...Martin Ritchie2009-08-069-61/+49
* QPID-2002 : Updates to Test ARs to correctly remove the CurrentActor on close...Martin Ritchie2009-08-065-9/+46
* QPID-2002: MessageStore Logging , DerbyMS Does not have Queue Recovery loggin...Martin Ritchie2009-08-069-54/+561
* QPID-2002 : Javadoc'd CurrentActorMartin Ritchie2009-08-061-1/+55
* QPID-2002 : Updated ChannelLoggingTest to use new getMessageString method for...Martin Ritchie2009-08-061-4/+4
* QPID-2002 : Renamed TestBlankActor to TestLogActor for more general use in Nu...Martin Ritchie2009-08-062-2/+2
* QPID-2002, QPID-2012 : Provide Broker Startup Logging using a SystemOutMessag...Martin Ritchie2009-08-066-48/+291
* QPID-2002 : Add Queue Logging Tests.Martin Ritchie2009-08-065-3/+568
* QPID-2028 : Ensure all Non QpidTestCase System tests correctly clean up by re...Martin Ritchie2009-08-0633-95/+233
* QPID-2002 : Add Queue Creation loggingMartin Ritchie2009-08-061-11/+38
* QPID-2002 : Rename extractConnectionID to getConnectionID to be inline with r...Martin Ritchie2009-08-062-9/+4
* generalized one suppression.Michael Goulish2009-08-051-5/+0
* Added many suppressions for stacks leading to apparent leaks in dl_open().Michael Goulish2009-08-051-0/+643
* Clarify that the build dir need not be a subdir of cpp/src; also, note the ne...Stephen D. Huston2009-08-051-3/+7
* Try to create piddir if needed; on error throw a useful message. Fixes QPID-2030Stephen D. Huston2009-08-052-1/+13
* Improved Timer delay/overrun warningsAndrew Stitcher2009-08-051-4/+6
* Add jira status to comits to reviewAidan Skinner2009-08-052-3/+22
* Rename of MessageStore::discardInit() to MessageStore::truncateInint(), resul...Kim van der Riet2009-08-056-7/+7
* Explicit Msg::op<< overrides for integral types, fixes a store compile problem.Alan Conway2009-08-041-4/+19
* Fixes for cluster code to compile with new stricter corosync header filesAndrew Stitcher2009-08-044-16/+56