| Commit message (Expand) | Author | Age | Files | Lines |
| * | Applied patches to resolve QPID-2076 | Stephen D. Huston | 2009-10-02 | 4 | -9/+12 |
| * | This is related to QPID-2108 | Rajith Muditha Attapattu | 2009-09-29 | 1 | -2/+2 |
| * | I have applied the patch attached to QPID-2108 from Tim Platten with a few mo... | Rajith Muditha Attapattu | 2009-09-29 | 2 | -8/+21 |
| * | QMF Engine updates: | Ted Ross | 2009-09-29 | 1 | -1/+1 |
| * | Transient flow-to-disk messages switched to store from BDB. Only single-queue... | Kim van der Riet | 2009-09-28 | 2 | -2/+6 |
| * | r817742 (the fix for QPID-2102), introduced a deadlock and a race condition i... | Gordon Sim | 2009-09-28 | 2 | -26/+30 |
| * | QPID-2102: Changed QueuePolicy to rely on external locking and require dequeu... | Gordon Sim | 2009-09-28 | 4 | -34/+18 |
| * | Backed out a broker change that was unintentionally carried along in another ... | Ted Ross | 2009-09-25 | 1 | -1/+1 |
| * | QMF updates: | Ted Ross | 2009-09-25 | 1 | -1/+1 |
| * | Exchange route() refactorization that eliminates common code in each of the E... | Kim van der Riet | 2009-09-25 | 6 | -111/+59 |
| * | This patch requires svn 817742, corrects the lock issue for ring queue in 817... | Carl C. Trieloff | 2009-09-23 | 5 | -24/+58 |
| * | Minor update to allow store access to the message isPersistent() method. This... | Kim van der Riet | 2009-09-22 | 3 | -3/+5 |
| * | Joint checkin from gsim, kpvdr, cctrieloff. See QPID-2102: Exceeding reject q... | Kim van der Riet | 2009-09-22 | 14 | -151/+264 |
| * | Reversed checkin of r.813825 until its problems can be resolved | Kim van der Riet | 2009-09-14 | 18 | -378/+358 |
| * | This commit contains the following | Rajith Muditha Attapattu | 2009-09-11 | 2 | -8/+27 |
| * | Joint checkin with cctrieloff. Refactor of exchange routing so that multi-que... | Kim van der Riet | 2009-09-11 | 18 | -358/+378 |
| * | Tidied up namespace usage | Andrew Stitcher | 2009-09-09 | 2 | -27/+27 |
| * | Replace write lock with read lock in QueueRegistry::eachQueue. | Alan Conway | 2009-09-09 | 1 | -1/+1 |
| * | QPID-2080 - crash when attempting to modify an exchange's alternate | Ted Ross | 2009-09-04 | 1 | -2/+4 |
| * | QPID-2045 - crash when destroying a federation link with a dynamic bridge | Ted Ross | 2009-09-03 | 1 | -1/+3 |
| * | QPID-2050 - leak of bridge objects | Ted Ross | 2009-09-02 | 1 | -1/+0 |
| * | Revisit fix for QPID-1737: (clash with Win32 symbol) | Andrew Stitcher | 2009-09-01 | 1 | -1/+1 |
| * | QPID-2078: Ensure sessions are cleaned up when their connection is closed by ... | Gordon Sim | 2009-09-01 | 1 | -2/+4 |
| * | Added management visibility into the alternate exchange and auto-delete attri... | Ted Ross | 2009-08-25 | 2 | -3/+18 |
| * | Fix misleading log messages. | Alan Conway | 2009-08-24 | 1 | -1/+1 |
| * | QPID-1971 - bind in fedOpReorigen mode is not threadsafe for TopicExchange | Ted Ross | 2009-08-13 | 2 | -10/+35 |
| * | Check for null pointer in ~QueueCleaner. | Alan Conway | 2009-08-13 | 1 | -1/+1 |
| * | Optimized handling of accepts and completions. | Alan Conway | 2009-08-12 | 4 | -25/+44 |
| * | Minor whitespace adjustment. | Gordon Sim | 2009-08-12 | 1 | -1/+1 |
| * | QPID-2046: * perform destroy() on the links own io thread, not on that of the... | Gordon Sim | 2009-08-12 | 2 | -10/+22 |
| * | Removed unused files | Andrew Stitcher | 2009-08-07 | 4 | -296/+0 |
| * | Reverted r801903, it should not be needed after r801860 and r801861. | Gordon Sim | 2009-08-07 | 1 | -1/+0 |
| * | Gsim's temporary fix for replication bug. | Michael Goulish | 2009-08-07 | 1 | -0/+1 |
| * | Fixed LinkRegistry destructor to only cancel TimerTask if there is one! | Andrew Stitcher | 2009-08-07 | 1 | -1/+3 |
| * | Change QueueCleaner so that it cancels any outstanding TimerTask on destruction | Andrew Stitcher | 2009-08-07 | 3 | -1/+7 |
| * | Change LinkRegistry to cancel its TimerTask in its destructor | Andrew Stitcher | 2009-08-07 | 2 | -2/+13 |
| * | Revert "Stop timer thread before users are deleted (as they don't all clean u... | Andrew Stitcher | 2009-08-07 | 1 | -4/+0 |
| * | Stop timer thread before users are deleted (as they don't all clean up prior ... | Gordon Sim | 2009-08-06 | 1 | -0/+4 |
| * | Rename of MessageStore::discardInit() to MessageStore::truncateInint(), resul... | Kim van der Riet | 2009-08-05 | 6 | -7/+7 |
| * | Add needed 'extern' for building on Windows | Stephen D. Huston | 2009-08-03 | 1 | -2/+2 |
| * | Fix build warnings/errors on Windows | Stephen D. Huston | 2009-07-31 | 2 | -2/+3 |
| * | handle fail setting last-node-standing with unit test, still needs system test | Carl C. Trieloff | 2009-07-31 | 1 | -10/+14 |
| * | Make replication of queue events not dependant on abs queue position, but rat... | Carl C. Trieloff | 2009-07-30 | 2 | -0/+7 |
| * | Change remaining broker Timer clients to use the single broker Timer | Andrew Stitcher | 2009-07-30 | 3 | -7/+7 |
| * | Change all broker users of broker::Timer to use sys::Timer | Andrew Stitcher | 2009-07-30 | 12 | -80/+64 |
| * | 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 |
| * | Revert "Remove uninformative per-message info level log message." | Alan Conway | 2009-07-24 | 1 | -0/+3 |
| * | Remove uninformative per-message info level log message. | Alan Conway | 2009-07-23 | 1 | -3/+0 |
| * | Replace TRUE with _TRUE, FALSE with _FALSE to avoid macro conflicts on Window... | Stephen D. Huston | 2009-07-22 | 1 | -8/+8 |