| Commit message (Expand) | Author | Age | Files | Lines |
* | QPID-7207: remove cpp and python subdirs from svn trunk, they have migrated t... | Robert Gemmell | 2016-07-05 | 1 | -527/+0 |
* | QPID-6087: QMF Session name to contain user ID for AMQP 0-10 | Pavel Moravec | 2014-09-12 | 1 | -1/+1 |
* | QPID-5855: JAVA Client Can not recieve message with qpid ha cluster "Session ... | Alan Conway | 2014-08-22 | 1 | -10/+22 |
* | [QPID-5929]: Mark deprecated QMF fields as Deprecated and do some relevant co... | Pavel Moravec | 2014-07-29 | 1 | -1/+0 |
* | QPID-5910 | Michael Goulish | 2014-07-22 | 1 | -1/+2 |
* | QPID-5850: Support for long session names (patch from Ernie Allen) | Gordon Sim | 2014-07-16 | 1 | -2/+6 |
* | QPID-5748: [C++ broker] Make Queue::purgeExpired more efficient; remove Expi... | Pavel Moravec | 2014-05-28 | 1 | -1/+1 |
* | QPID-5783: Share immutable state between copies of a message. Avoid using mem... | Gordon Sim | 2014-05-23 | 1 | -1/+2 |
* | QPID-5284: ensure timestamp is added to the data that is persisted | Gordon Sim | 2013-11-01 | 1 | -3/+3 |
* | QPID-5139: HA correct compile error on older C++ compilers. | Alan Conway | 2013-10-30 | 1 | -1/+1 |
* | QPID-5139: HA transactions block a thread, can deadlock the broker | Alan Conway | 2013-10-29 | 1 | -53/+50 |
* | QPID-5107: Trace queue&session deletion statistics show zero values for some ... | Pavel Moravec | 2013-09-06 | 1 | -0/+2 |
* | fixing QPID-5108 | Pavel Moravec | 2013-09-05 | 1 | -0/+18 |
* | QPID-4712: authorisation for AMQP 1.0 connections | Gordon Sim | 2013-06-25 | 1 | -1/+1 |
* | QPID-4905: Stopped broker::Broker needing to refer to broker::Connection | Andrew Stitcher | 2013-06-19 | 1 | -2/+2 |
* | QPID-4905: Tidy up broker::Connection | Andrew Stitcher | 2013-06-19 | 1 | -2/+1 |
* | QPID-4905: Tidy up | Andrew Stitcher | 2013-06-04 | 1 | -10/+0 |
* | QPID-4514: Remove IO readCredit throttling only used by removed cluster code | Andrew Stitcher | 2013-01-30 | 1 | -5/+0 |
* | QPID-4514: Remove obsolete cluster code: Queue, Semanticstate, SessionHandler | Alan Conway | 2012-12-19 | 1 | -2/+1 |
* | QPID-4514: Remove obsolete cluster code: Broker, Connection, Link. | Alan Conway | 2012-12-19 | 1 | -2/+2 |
* | QPID-4514: Remove obsolete cluster code, clusterOrderProxy | Alan Conway | 2012-12-19 | 1 | -5/+0 |
* | QPID-4449 - Reverted much of the original change and re-implemented the fix i... | Ted Ross | 2012-11-30 | 1 | -3/+3 |
* | QPID-4449 - Fixed the API in qpid::management::Manageable to remain backward ... | Ted Ross | 2012-11-20 | 1 | -3/+3 |
* | MQPID-4286: QMF queries for HA replication take too long to process (Jason Di... | Alan Conway | 2012-10-15 | 1 | -5/+4 |
* | NO-JIRA: Removed now unused cluster specific ClusterSafe code. | Andrew Stitcher | 2012-09-13 | 1 | -6/+0 |
* | QPID-4178: broker refactoring | Gordon Sim | 2012-08-10 | 1 | -14/+27 |
* | QPID-4005: Eliminate "using" especially "using namespace" from header file | Andrew Stitcher | 2012-05-16 | 1 | -1/+1 |
* | QPID-3630: remove additional code in client. | Kenneth Anthony Giusti | 2012-01-13 | 1 | -2/+0 |
* | QPID-3630: remove deprecated rate limiting feature | Kenneth Anthony Giusti | 2012-01-13 | 1 | -87/+0 |
* | QPID-3417: C++ broker - support adding arrival timestamp to received messages. | Kenneth Anthony Giusti | 2011-10-12 | 1 | -0/+2 |
* | QPID-3502: Ensure accepts are sent when required for asynchronously completed... | Gordon Sim | 2011-09-23 | 1 | -3/+1 |
* | QPID-3394: move object copy after changing object state, not before. | Kenneth Anthony Giusti | 2011-08-04 | 1 | -3/+2 |
* | QPID-3121: Cluster management inconsistency when using persistent store. | Alan Conway | 2011-06-23 | 1 | -0/+6 |
* | QPID-3252 | Charles E. Rolke | 2011-05-26 | 1 | -1/+3 |
* | QPID-3252: flush msgs when sync requested. | Kenneth Anthony Giusti | 2011-05-11 | 1 | -5/+51 |
* | QPID-3197: prevent async command completer from accessing session's connectio... | Kenneth Anthony Giusti | 2011-04-11 | 1 | -1/+21 |
* | QPID-3073: fix to allow older versions of boost to compile. | Kenneth Anthony Giusti | 2011-03-08 | 1 | -1/+1 |
* | QPID-3073: refactor to eliminate locks, malloc, and map insert/remove in rece... | Kenneth Anthony Giusti | 2011-03-08 | 1 | -91/+55 |
* | QPID-2935: merge producer flow control (C++ broker). | Kenneth Anthony Giusti | 2011-02-19 | 1 | -23/+185 |
* | QPID-3045 - sporadic failure of cluster_tests.ShortTests.test_route_update | Alan Conway | 2011-02-08 | 1 | -3/+10 |
* | Give timer tasks a name for logging purposes. | Alan Conway | 2010-08-26 | 1 | -1/+1 |
* | Disable non-0 session timeouts. | Alan Conway | 2010-08-03 | 1 | -0/+5 |
* | QPID-2688: ensure that unacked messages are requeued before autodeletion occu... | Gordon Sim | 2010-06-22 | 1 | -0/+1 |
* | Code cleanup | Ted Ross | 2010-04-23 | 1 | -1/+1 |
* | Implementation of QPID-2509 (Remove message staging from C++ broker) | Kim van der Riet | 2010-04-15 | 1 | -1/+1 |
* | Optimized handling of accepts and completions. | Alan Conway | 2009-08-12 | 1 | -2/+1 |
* | Change all broker users of broker::Timer to use sys::Timer | Andrew Stitcher | 2009-07-30 | 1 | -9/+8 |
* | Add directory to #include | Alan Conway | 2009-07-14 | 1 | -8/+8 |
* | Reverted checkins 793119, 793120, 793121, 793122 because of problems with hea... | Kim van der Riet | 2009-07-13 | 1 | -8/+9 |
* | Change all broker users of broker::Timer to use sys::Timer | Andrew Stitcher | 2009-07-10 | 1 | -9/+8 |