summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* QPID-2920: Batch acquire/dequeue messages in cluster.qpid-2920-activeAlan Conway2011-11-0422-177/+304
* QPID-2920: Introduced "ticks" for timing.Alan Conway2011-11-0418-103/+281
* QPID-2920: Updated cluster/exp/overview.h & other comments.Alan Conway2011-10-316-15/+66
* QPID-2920: Replace RwLock with Mutex in cluster::LockedMap.Alan Conway2011-10-195-27/+15
* QPID-2920: Changed qpid-cluster-benchmark defaults for more statistically rel...Alan Conway2011-10-191-2/+2
* QPID-2920: Improved error messages from qpid-cpp-benchmark.Alan Conway2011-10-131-3/+10
* QPID-2920: Clean up cluster log messages.Alan Conway2011-10-135-25/+27
* QPID-2920: Improvements to cluster benchmarks.Alan Conway2011-10-122-8/+24
* QPID-2920: Clean up out-dated FIXME comments.Alan Conway2011-10-1238-123/+55
* QPID-2920: Update new-cluster-design and new-cluster-plan to reflect current ...Alan Conway2011-10-071-7/+5
* QPID-2920: Configurable connection output prefetch.Alan Conway2011-10-067-14/+32
* QPID-2920: Configurable control over concurrencyAlan Conway2011-10-0511-33/+46
* QPID-2920: Remove incorrect recursive lock.Alan Conway2011-10-051-1/+0
* QPID-2920: consistent error messages in MessageHandler.Alan Conway2011-10-041-4/+4
* QPID-2920: Asynchronous completion.Alan Conway2011-10-0410-33/+195
* QPID-2920: Send messages frame by frame.Alan Conway2011-09-3018-39/+293
* QPID-2920: Improve benchmark tests, allow saving received messages.Alan Conway2011-09-303-3/+17
* QPID-2920: Fix race condition causing sporadic duplicate messages.Alan Conway2011-09-301-1/+1
* QPID-2920: Remove unused QueueHandler member from BrokerContext.Alan Conway2011-09-303-8/+6
* QPID-2920: Renamed Stoppable to Activity, clearer naming.Alan Conway2011-09-304-38/+50
* QPID-2920: removed temporary debug logging statements.Alan Conway2011-09-302-4/+0
* QPID-2920: Minor improvements to cluster tests and logging.Alan Conway2011-09-296-16/+40
* QPID-2920: Use multiple independent CPG groups.Alan Conway2011-09-279-105/+48
* QPID-2920: Groundwork to enable queues hashed over multiple CPG groups.Alan Conway2011-09-2717-64/+302
* QPID-2920: Make consume-lock timeout configurableAlan Conway2011-09-2314-66/+124
* QPID-2920: Fix deadlock in QueueContext/QueueContextAlan Conway2011-09-218-42/+42
* QPID-2920: Fixed race condition around Queue::listeners.Alan Conway2011-09-2112-54/+42
* QPID-2920: Remove deferred dequeue, not needed.Alan Conway2011-09-216-9/+5
* QPID-2920: Fixing hangs in qid-cpp-benchmark with 2 brokers.Alan Conway2011-09-2110-45/+60
* QPID-2920: Fixing QueueContext state transtions for timed ownership.Alan Conway2011-09-1620-104/+187
* QPID-2920: New cluster release/requeue.Alan Conway2011-09-1625-157/+266
* QPID-2920: Rebased on trunk, fix up minor conflicts.qpid-2920-1Alan Conway2011-09-063-8/+9
* QPID-2920: Clean up of debugging messages, install test exes.Alan Conway2011-09-0612-47/+51
* QPID-2920: Initial stab at time-based queue sharing.Alan Conway2011-09-0611-118/+133
* QPID-2920: Broken checkpoint: passing dequeue mutex test with issuesAlan Conway2011-09-0629-135/+959
* QPID-2920: pass configuration changes to handlers.Alan Conway2011-09-062-0/+6
* QPID-2920: add conveniece function to multicast AMQBodys directly.Alan Conway2011-09-062-1/+14
* QPID-2920: Remove const from some broker::Cluster functions to allow cluster ...Alan Conway2011-09-066-39/+40
* QPID-2920: Allow stopping consumers on queues.Alan Conway2011-09-064-11/+166
* QPID-2920: Sleep on cpg flow control to avoid thrashing.Alan Conway2011-09-061-0/+1
* QPID-2920: Improvements to qpid-cpp-benchmark.Alan Conway2011-09-061-19/+27
* NO-JIRA: Fix ambiguous option to qpid-cluster-benchmark.Alan Conway2011-09-061-6/+6
* QPID-2920: minor improvements to qpid-cpp-benchmarkAlan Conway2011-09-061-9/+20
* QPID-2920: Fix cluster.mk for changes merged from trunk.Alan Conway2011-09-061-1/+1
* QPID-2920: Cluster batch multicaster.Alan Conway2011-09-0610-14/+243
* QPID-2920: First cut experimental prototype for new cluster.Alan Conway2011-09-0638-83/+2138
* NO-JIRA: Fix minor FIXME in brokertest.pyAlan Conway2011-09-011-1/+1
* Bug 727182, QPID-3384 - Support DTX transactions - test for set-dtx-timeoutAlan Conway2011-09-011-5/+32
* QPID-3384: DTX transactions - additional transaction tests.Alan Conway2011-09-011-18/+30
* NO-JIRA: Suppress logging of clock events in cluster code.Alan Conway2011-08-314-20/+34