| Commit message (Expand) | Author | Age | Files | Lines |
| * | QPID_2634 Management updates in timer create inconsistencies in a cluster. | Alan Conway | 2010-01-27 | 1 | -4/+4 |
| * | Added PeriodicTimer interface for periodic tasks that need cluster synchroniz... | Alan Conway | 2010-01-27 | 1 | -0/+4 |
| * | QPID-2266: error sending update: Enqueue capacity threshold exceeded | Alan Conway | 2009-12-11 | 1 | -0/+5 |
| * | Support for restarting a persistent cluster. | Alan Conway | 2009-11-24 | 1 | -0/+1 |
| * | QPID-2188 , support for maxConnections, limit is set to broker | Carl C. Trieloff | 2009-11-17 | 1 | -1/+24 |
| * | Move management-agent earlier in the init-sequence so it is destroyed after the | Ted Ross | 2009-10-22 | 1 | -1/+1 |
| * | Fixed memory leak on broker shutdown. Broker's management agent pointer is now | Ted Ross | 2009-10-20 | 1 | -2/+2 |
| * | Carry over recent AsynchIO-level changes to Windows. | Stephen D. Huston | 2009-10-20 | 1 | -1/+1 |
| * | Applied patches to resolve QPID-2076 | Stephen D. Huston | 2009-10-02 | 1 | -1/+1 |
| * | This patch requires svn 817742, corrects the lock issue for ring queue in 817... | Carl C. Trieloff | 2009-09-23 | 1 | -0/+1 |
| * | Change remaining broker Timer clients to use the single broker Timer | Andrew Stitcher | 2009-07-30 | 1 | -1/+1 |
| * | Change all broker users of broker::Timer to use sys::Timer | Andrew Stitcher | 2009-07-30 | 1 | -10/+6 |
| * | Add directory to #include | Alan Conway | 2009-07-14 | 1 | -17/+17 |
| * | Replace getenv usage with more secure Windows calls - silences compile diagno... | Stephen D. Huston | 2009-07-13 | 1 | -0/+3 |
| * | Reverted checkins 793119, 793120, 793121, 793122 because of problems with hea... | Kim van der Riet | 2009-07-13 | 1 | -6/+10 |
| * | Change remaining broker Timer clients to use the single broker Timer | Andrew Stitcher | 2009-07-10 | 1 | -1/+1 |
| * | Change all broker users of broker::Timer to use sys::Timer | Andrew Stitcher | 2009-07-10 | 1 | -10/+6 |
| * | Undo change from r774809. | Alan Conway | 2009-05-15 | 1 | -14/+3 |
| * | Fix for unpredictable enqueues by timer-triggered management code in a cluster. | Alan Conway | 2009-05-14 | 1 | -3/+14 |
| * | QPID-1843 - Cleaned up the interface to the broker's internal management agent. | Ted Ross | 2009-05-11 | 1 | -2/+3 |
| * | Changes to build DLLs instead of static libs on Windows; primarily added deco... | Stephen D. Huston | 2009-03-12 | 1 | -8/+10 |
| * | Cluster support for message time-to-live. | Alan Conway | 2009-02-09 | 1 | -4/+9 |
| * | Cluster sets recovery flag on Broker for first member in cluster. | Alan Conway | 2009-02-04 | 1 | -0/+5 |
| * | Producer side rate throttling: | Andrew Stitcher | 2009-01-27 | 1 | -0/+1 |
| * | QPID-1567: Added ability for federation links to failover to other specified ... | Gordon Sim | 2009-01-21 | 1 | -0/+1 |
| * | QPID-1567: Initial support for asynchronous queue state replication | Gordon Sim | 2009-01-15 | 1 | -0/+3 |
| * | Tidied up a number of TODO items | Andrew Stitcher | 2009-01-08 | 1 | -2/+0 |
| * | Add Message callbacks for async completion. | Alan Conway | 2008-11-06 | 1 | -1/+1 |
| * | Consistently refer to struct as struct, not class | Stephen D. Huston | 2008-10-30 | 1 | -1/+1 |
| * | Add option to require that only encrypted connections be accepted. | Gordon Sim | 2008-10-20 | 1 | -1/+2 |
| * | QPID-106: SSL support for c++ (broker and client), can be enabled/disabled ex... | Gordon Sim | 2008-10-17 | 1 | -1/+1 |
| * | Make SaslAuthenticator reimplementable for schemes other than Cyrus, such as ... | Stephen D. Huston | 2008-10-16 | 1 | -0/+4 |
| * | QPID-1366 - implementation of automatic anti-looping for federation | Ted Ross | 2008-10-16 | 1 | -0/+2 |
| * | QPID-1341 from Jonathan | Carl C. Trieloff | 2008-10-15 | 1 | -1/+0 |
| * | Periodically purge expired messages from queues | Gordon Sim | 2008-10-13 | 1 | -0/+3 |
| * | Allow management clienst to specify transport to use for inter-broker links | Gordon Sim | 2008-10-13 | 1 | -0/+6 |
| * | Identify transports by name | Gordon Sim | 2008-10-10 | 1 | -5/+9 |
| * | Handle ttl in messages transfers received by the broker 7 added test for it | Gordon Sim | 2008-10-10 | 1 | -1/+5 |
| * | QPID-1340 froM Mick Goulish: preliminary client-side failover support. | Alan Conway | 2008-10-10 | 1 | -0/+6 |
| * | QPID-1290 - Patch from William Henry | Ted Ross | 2008-09-23 | 1 | -0/+7 |
| * | QPID-1274 - Changed C++ namespace for generated management code. Improved ef... | Ted Ross | 2008-09-15 | 1 | -3/+3 |
| * | QPID-1279 Implementations of management methods can now return error strings ... | Ted Ross | 2008-09-10 | 1 | -1/+3 |
| * | Refactored cluster to intercept at ConnectionCode, using sys:: interfaces rat... | Alan Conway | 2008-08-29 | 1 | -2/+5 |
| * | Integrate CPG file descriptor into broker polling. | Alan Conway | 2008-08-11 | 1 | -0/+2 |
| * | * revised approach for setting tcp-nodelay on client to avoid breaking platfo... | Gordon Sim | 2008-08-05 | 1 | -0/+1 |
| * | - Implementation of ACL plugin | Carl C. Trieloff | 2008-07-31 | 1 | -21/+30 |
| * | Allow configurable default size limit to be set for queues (merged from r6794... | Gordon Sim | 2008-07-24 | 1 | -0/+1 |
| * | QPID-1170 - Provide a better factory for creation and deletion of the managem... | Ted Ross | 2008-07-16 | 1 | -0/+1 |
| * | Switched from shared_ptr to intrusive_ptr and RefCounted for Broker. | Alan Conway | 2008-07-15 | 1 | -3/+5 |
| * | HandlerChain: plug-in handler chain extension points. Replaces Handler<T>::Ch... | Alan Conway | 2008-07-08 | 1 | -3/+0 |