| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | Set protocol versions correctly in cluster code. | Alan Conway | 2009-07-30 | 5 | -12/+29 |
| * | QPID-652 -- fixed by Marco Bisioli | Carl C. Trieloff | 2009-07-30 | 1 | -1/+3 |
| * | Change remaining broker Timer clients to use the single broker Timer | Andrew Stitcher | 2009-07-30 | 5 | -11/+11 |
| * | Change all broker users of broker::Timer to use sys::Timer | Andrew Stitcher | 2009-07-30 | 16 | -91/+78 |
| * | Added diagnostics to tell if timer callbacks overrun their allowed time | Andrew Stitcher | 2009-07-30 | 1 | -3/+21 |
| * | Fix sys::Timer code to push into priority list using the correct time | Andrew Stitcher | 2009-07-30 | 1 | -1/+1 |
| * | added back another missing exclude | Rafael H. Schloming | 2009-07-30 | 1 | -0/+3 |
| * | Provide more informative cluster logging at notice level | Alan Conway | 2009-07-29 | 5 | -28/+28 |
| * | Remove implementation details from broker future diagram and make it into a c... | Aidan Skinner | 2009-07-29 | 3 | -0/+0 |
| * | New sequence diagram showing flow between NetworkDriver and ProtocolEngine | Aidan Skinner | 2009-07-29 | 1 | -0/+0 |
| * | Removed implementation, just the interfaces left | Aidan Skinner | 2009-07-29 | 1 | -0/+0 |
| * | Phase 1 implementation of new network interfaces | Aidan Skinner | 2009-07-29 | 1 | -0/+0 |
| * | Add state diagram for new flow, update happyfuturebroker class diagram | Aidan Skinner | 2009-07-29 | 2 | -0/+0 |
| * | added missing exclude | Rafael H. Schloming | 2009-07-29 | 1 | -0/+2 |
| * | QPID-2009: mask the password Text field value when creating a new user or res... | Robert Gemmell | 2009-07-29 | 1 | -2/+12 |
| * | QPID-2008: Sort the queue names when offering them as an input selection to u... | Robert Gemmell | 2009-07-29 | 3 | -0/+6 |
| * | QPID-2007: Ensure the dialog shells are explicitly positioned,thus ensuring t... | Robert Gemmell | 2009-07-29 | 8 | -0/+45 |
| * | Further suppression for 32 bit fedora 11. | Gordon Sim | 2009-07-28 | 1 | -0/+8 |
| * | Add the Read/Write jobs on the MINA lines. | Aidan Skinner | 2009-07-28 | 3 | -0/+0 |
| * | Develop diagrams in more detail, add new ones. | Aidan Skinner | 2009-07-28 | 3 | -0/+0 |
| * | Suppression for boost 1.37 unit_test problem | Andrew Stitcher | 2009-07-28 | 1 | -0/+9 |
| * | Oops: eliminated a ternary operator giving the "else" instead of the "then". | Andrew Stitcher | 2009-07-28 | 1 | -1/+1 |
| * | Add a default constructor to LinkRegistry so that you don't need | Andrew Stitcher | 2009-07-28 | 2 | -2/+16 |
| * | QPID-1977: add back buton to the mbean view toolbar to navigate back after op... | Robert Gemmell | 2009-07-27 | 3 | -3/+147 |
| * | Separate generated public header files from non-public headers, generated cod... | Alan Conway | 2009-07-27 | 19 | -60/+91 |
| * | rationalized naming of exclude files to make it clear why tests are excluded ... | Rafael H. Schloming | 2009-07-27 | 19 | -28/+20 |
| * | More friendly stalled messages for no samples | Carl C. Trieloff | 2009-07-27 | 1 | -13/+25 |
| * | eliminate duplication between exclude lists for the various cpp profiles | Rafael H. Schloming | 2009-07-25 | 11 | -151/+47 |
| * | fixed session memory leak exposed by SessionCreateTest | Rafael H. Schloming | 2009-07-25 | 2 | -16/+32 |
| * | Add missing mgnt counters for replication exchange | Carl C. Trieloff | 2009-07-25 | 2 | -3/+33 |
| * | QPID-2006: enable double click on a Queue from a binding result in order to o... | Robert Gemmell | 2009-07-24 | 2 | -5/+106 |
| * | QPID-2006: enable double click to open a Queue/Exchange directly from the Vir... | Robert Gemmell | 2009-07-24 | 1 | -0/+51 |