summaryrefslogtreecommitdiff
path: root/qpid
Commit message (Expand)AuthorAgeFilesLines
* 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
* Return value to silence compiler warningsStephen D. Huston2009-08-031-1/+1
* Add needed 'extern' for building on WindowsStephen D. Huston2009-08-031-2/+2
* Fixed missing #include linesAndrew Stitcher2009-08-032-2/+2
* QPID-2014: when a user sets a new message interval to view, use the interval ...Robert Gemmell2009-08-031-11/+17
* QPID-2014: prompt the user for confirmation before clearing all Notifications...Robert Gemmell2009-08-032-0/+22
* QPID-2021: move the refresh button to the right side of the Refresh Interval ...Robert Gemmell2009-08-0312-3/+55
* Updated the include path to use the new cpp/includes directory.Ted Ross2009-08-031-1/+1
* Moved qpid/management/Manageable.cpp and qpid/management/ManagementObject.cpp...Ted Ross2009-08-031-5/+5
* qrsh initial checkin.Michael Goulish2009-08-0317-0/+2325
* QPID-2019 : Update Exclude mechanism so we can exclude the new logging tests ...Martin Ritchie2009-08-032-1/+4
* QPID-2002 : Updated ConnectionLoggingTest to protect against message reorderi...Martin Ritchie2009-08-032-5/+67
* QPID-2002 : Added new getLog method to AbstractTestLogging that retreives the...Martin Ritchie2009-08-033-20/+98
* QPID-2002 : Updates to integrate Logging with test ant test runs.Martin Ritchie2009-08-037-67/+72
* QPID-1230 : Removed MockProtocolSession, Updated all references to use Intern...Martin Ritchie2009-08-0318-594/+309
* Removed unused method that only throws an ExceptionMartin Ritchie2009-08-031-6/+1
* QPID-2002 : Updated ConnectionLoggingTest to use new validation methods in Ab...Martin Ritchie2009-08-031-15/+14
* QPID-2002 : Added QUEUE constant = queue to QTCMartin Ritchie2009-08-031-0/+1
* QPID-2002: Added testing of Channel LoggingMartin Ritchie2009-08-038-14/+426
* QPID-2002 : Added message(LogMessage message) to the LogActor Interface and t...Martin Ritchie2009-08-032-1/+23
* Removed stale constructor, updated two test cases to use other constructor, t...Martin Ritchie2009-08-033-17/+2
* Updated AlertingTest to use new methods in Abstract super classMartin Ritchie2009-08-031-7/+2
* QPID-2002 : Change CON-1001 to make client ID optional so that the various st...Martin Ritchie2009-08-036-35/+92
* QPID-2002 : Enable LogActors to log solely about themselves. Situations such ...Martin Ritchie2009-08-033-0/+22
* QPID-2001 : Corrected MSLSubject, extracting the Store from the vhost fails t...Martin Ritchie2009-08-032-3/+4
* QPID-2002 : Addition of ConnectionLoggingTestMartin Ritchie2009-08-032-0/+225
* QPID-2001 : Update based on feedback from Marnie to be mindful of the impact ...Martin Ritchie2009-08-031-8/+20
* QPID-2001 : Added missing MessageStoreLogSubject and corresponding testMartin Ritchie2009-08-032-0/+103
* QPID-2011 : Updated AlertingTest to use new LogMonitoring class and corrected...Martin Ritchie2009-08-034-187/+352
* QPID-2001 : Added new LogMonitor (with Test) to ensure that messages Logged o...Martin Ritchie2009-08-032-0/+478
* Fix build warnings/errors on WindowsStephen D. Huston2009-07-312-2/+3
* Fix race condition in cluster error handling.Alan Conway2009-07-3111-58/+102
* Make AMQFrame::getMethod() safe on frames with no body.Alan Conway2009-07-311-2/+2
* handle fail setting last-node-standing with unit test, still needs system testCarl C. Trieloff2009-07-312-12/+49
* Removed file src/tests/allSegmentTypes.h, which is generated.Kim van der Riet2009-07-311-128/+0
* Make previous test more robust, add some commentsCarl C. Trieloff2009-07-311-1/+12
* Candidate fix for race condition in testCarl C. Trieloff2009-07-311-1/+4
* Some clean up, and better error checkCarl C. Trieloff2009-07-311-3/+5
* Make replication of queue events not dependant on abs queue position, but rat...Carl C. Trieloff2009-07-306-10/+78