| Commit message (Expand) | Author | Age | Files | Lines |
| * | QPID-2028 : Ensure all Non QpidTestCase System tests correctly clean up by re... | Martin Ritchie | 2009-08-06 | 33 | -95/+233 |
| * | QPID-2002 : Add Queue Creation logging | Martin Ritchie | 2009-08-06 | 1 | -11/+38 |
| * | QPID-2002 : Rename extractConnectionID to getConnectionID to be inline with r... | Martin Ritchie | 2009-08-06 | 2 | -9/+4 |
| * | generalized one suppression. | Michael Goulish | 2009-08-05 | 1 | -5/+0 |
| * | Added many suppressions for stacks leading to apparent leaks in dl_open(). | Michael Goulish | 2009-08-05 | 1 | -0/+643 |
| * | Clarify that the build dir need not be a subdir of cpp/src; also, note the ne... | Stephen D. Huston | 2009-08-05 | 1 | -3/+7 |
| * | Try to create piddir if needed; on error throw a useful message. Fixes QPID-2030 | Stephen D. Huston | 2009-08-05 | 2 | -1/+13 |
| * | Improved Timer delay/overrun warnings | Andrew Stitcher | 2009-08-05 | 1 | -4/+6 |
| * | Add jira status to comits to review | Aidan Skinner | 2009-08-05 | 2 | -3/+22 |
| * | Rename of MessageStore::discardInit() to MessageStore::truncateInint(), resul... | Kim van der Riet | 2009-08-05 | 6 | -7/+7 |
| * | Explicit Msg::op<< overrides for integral types, fixes a store compile problem. | Alan Conway | 2009-08-04 | 1 | -4/+19 |
| * | Fixes for cluster code to compile with new stricter corosync header files | Andrew Stitcher | 2009-08-04 | 4 | -16/+56 |
| * | Return value to silence compiler warnings | Stephen D. Huston | 2009-08-03 | 1 | -1/+1 |
| * | Add needed 'extern' for building on Windows | Stephen D. Huston | 2009-08-03 | 1 | -2/+2 |
| * | Fixed missing #include lines | Andrew Stitcher | 2009-08-03 | 2 | -2/+2 |
| * | QPID-2014: when a user sets a new message interval to view, use the interval ... | Robert Gemmell | 2009-08-03 | 1 | -11/+17 |
| * | QPID-2014: prompt the user for confirmation before clearing all Notifications... | Robert Gemmell | 2009-08-03 | 2 | -0/+22 |
| * | QPID-2021: move the refresh button to the right side of the Refresh Interval ... | Robert Gemmell | 2009-08-03 | 12 | -3/+55 |
| * | Updated the include path to use the new cpp/includes directory. | Ted Ross | 2009-08-03 | 1 | -1/+1 |
| * | Moved qpid/management/Manageable.cpp and qpid/management/ManagementObject.cpp... | Ted Ross | 2009-08-03 | 1 | -5/+5 |
| * | qrsh initial checkin. | Michael Goulish | 2009-08-03 | 17 | -0/+2325 |
| * | QPID-2019 : Update Exclude mechanism so we can exclude the new logging tests ... | Martin Ritchie | 2009-08-03 | 2 | -1/+4 |
| * | QPID-2002 : Updated ConnectionLoggingTest to protect against message reorderi... | Martin Ritchie | 2009-08-03 | 2 | -5/+67 |
| * | QPID-2002 : Added new getLog method to AbstractTestLogging that retreives the... | Martin Ritchie | 2009-08-03 | 3 | -20/+98 |
| * | QPID-2002 : Updates to integrate Logging with test ant test runs. | Martin Ritchie | 2009-08-03 | 7 | -67/+72 |
| * | QPID-1230 : Removed MockProtocolSession, Updated all references to use Intern... | Martin Ritchie | 2009-08-03 | 18 | -594/+309 |
| * | Removed unused method that only throws an Exception | Martin Ritchie | 2009-08-03 | 1 | -6/+1 |
| * | QPID-2002 : Updated ConnectionLoggingTest to use new validation methods in Ab... | Martin Ritchie | 2009-08-03 | 1 | -15/+14 |
| * | QPID-2002 : Added QUEUE constant = queue to QTC | Martin Ritchie | 2009-08-03 | 1 | -0/+1 |
| * | QPID-2002: Added testing of Channel Logging | Martin Ritchie | 2009-08-03 | 8 | -14/+426 |
| * | QPID-2002 : Added message(LogMessage message) to the LogActor Interface and t... | Martin Ritchie | 2009-08-03 | 2 | -1/+23 |
| * | Removed stale constructor, updated two test cases to use other constructor, t... | Martin Ritchie | 2009-08-03 | 3 | -17/+2 |
| * | Updated AlertingTest to use new methods in Abstract super class | Martin Ritchie | 2009-08-03 | 1 | -7/+2 |
| * | QPID-2002 : Change CON-1001 to make client ID optional so that the various st... | Martin Ritchie | 2009-08-03 | 6 | -35/+92 |
| * | QPID-2002 : Enable LogActors to log solely about themselves. Situations such ... | Martin Ritchie | 2009-08-03 | 3 | -0/+22 |
| * | QPID-2001 : Corrected MSLSubject, extracting the Store from the vhost fails t... | Martin Ritchie | 2009-08-03 | 2 | -3/+4 |
| * | QPID-2002 : Addition of ConnectionLoggingTest | Martin Ritchie | 2009-08-03 | 2 | -0/+225 |
| * | QPID-2001 : Update based on feedback from Marnie to be mindful of the impact ... | Martin Ritchie | 2009-08-03 | 1 | -8/+20 |
| * | QPID-2001 : Added missing MessageStoreLogSubject and corresponding test | Martin Ritchie | 2009-08-03 | 2 | -0/+103 |
| * | QPID-2011 : Updated AlertingTest to use new LogMonitoring class and corrected... | Martin Ritchie | 2009-08-03 | 4 | -187/+352 |
| * | QPID-2001 : Added new LogMonitor (with Test) to ensure that messages Logged o... | Martin Ritchie | 2009-08-03 | 2 | -0/+478 |
| * | Fix build warnings/errors on Windows | Stephen D. Huston | 2009-07-31 | 2 | -2/+3 |
| * | Fix race condition in cluster error handling. | Alan Conway | 2009-07-31 | 11 | -58/+102 |
| * | Make AMQFrame::getMethod() safe on frames with no body. | Alan Conway | 2009-07-31 | 1 | -2/+2 |
| * | handle fail setting last-node-standing with unit test, still needs system test | Carl C. Trieloff | 2009-07-31 | 2 | -12/+49 |
| * | Removed file src/tests/allSegmentTypes.h, which is generated. | Kim van der Riet | 2009-07-31 | 1 | -128/+0 |
| * | Make previous test more robust, add some comments | Carl C. Trieloff | 2009-07-31 | 1 | -1/+12 |
| * | Candidate fix for race condition in test | Carl C. Trieloff | 2009-07-31 | 1 | -1/+4 |
| * | Some clean up, and better error check | Carl C. Trieloff | 2009-07-31 | 1 | -3/+5 |
| * | Make replication of queue events not dependant on abs queue position, but rat... | Carl C. Trieloff | 2009-07-30 | 6 | -10/+78 |