summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* QPID-1618 from Mick Goulish: brokers joining cluster store persistent message...Alan Conway2009-02-051-0/+5
* Fixes to producer flow control to reduce the numberAndrew Stitcher2009-02-043-24/+34
* Fix race condition with deleted local connections.Alan Conway2009-02-043-5/+10
* Fix assertion due to doOutput control being sent after local connection closed.Alan Conway2009-02-043-6/+9
* Fix memory error in ClusterPlugin.Alan Conway2009-02-042-7/+8
* Cluster sets recovery flag on Broker for first member in cluster.Alan Conway2009-02-045-32/+68
* Clean up error messages.Alan Conway2009-02-041-14/+14
* Fix for race conditions in cluster join.Alan Conway2009-02-0321-227/+508
* Add in management statistics for client flow control.Andrew Stitcher2009-02-034-43/+46
* Changed name of UpdateClient's queue from "\000qpid-update" to "qpid.qpid-upd...Kim van der Riet2009-02-031-2/+2
* Send client property indicating that client supportsAndrew Stitcher2009-02-025-4/+21
* Fix bug in frame drop logic.Alan Conway2009-02-021-1/+1
* Prepend SEV_ to sevrity enum names to avoid macro clash on Windows; fixes QPI...Stephen D. Huston2009-02-022-10/+10
* Correction for: start a broker in cluster, send messages that are flow to dis...Carl C. Trieloff2009-01-307-19/+72
* Fix cluster race condition for new members joining.Alan Conway2009-01-291-1/+1
* Better error messages for not-attached exceptions.Alan Conway2009-01-296-55/+38
* Changed --cluster-read-max default to 3 based on experiments.Alan Conway2009-01-291-1/+1
* Remove defunct --cluster-mcast-max optionn. Alan Conway2009-01-285-35/+10
* Fix compile breakage with different versions of librdma_cmAndrew Stitcher2009-01-271-0/+2
* Producer side rate throttling:Andrew Stitcher2009-01-278-35/+321
* Change --cluster-mcast-max default to 0.Alan Conway2009-01-271-1/+1
* cluster/EventFrame.cpp: Add operator<< for EventFrameAlan Conway2009-01-275-11/+57
* Minor cosmetic changesTed Ross2009-01-271-9/+9
* Cluster rename: dump -> update, newbie -> joinerAlan Conway2009-01-2712-249/+250
* cluster: Add sequence number to events & framesAlan Conway2009-01-2712-80/+93
* Added qpid-cluster utility plus model changes to support it.Ted Ross2009-01-266-18/+74
* QPID-1567: Fixed replicating event listener to properly clone headers of orig...Gordon Sim2009-01-261-1/+10
* Some minor updates to logging levels to avoid undue alarm.Gordon Sim2009-01-264-3/+5
* QPID-1611 patch from mickCarl C. Trieloff2009-01-253-6/+13
* Use special management ids for objects used in state transfer to new members....Gordon Sim2009-01-2313-29/+167
* Catch up on recent file additions/removals; fix compile errors on WindowsStephen D. Huston2009-01-232-4/+4
* Reverted checkin r.736814 as it breaks the store recover.Kim van der Riet2009-01-231-7/+0
* Replace assertion with exception.Alan Conway2009-01-231-8/+10
* QPID-1613: Ensure that the rule registered with the demuxer for LocalQueue su...Gordon Sim2009-01-234-4/+35
* QPID-1567: More changes to make clustering and federation work togetherGordon Sim2009-01-2214-16/+123
* QPID-1611: Patch from Mick Goulish to ensure queues are created in store in c...Gordon Sim2009-01-221-0/+7
* Optimization: cache results of AMQFrame::encodedSize().Alan Conway2009-01-222-10/+33
* Removed BodyHolder: minor performance improvement, opens the way for more eff...Alan Conway2009-01-2227-421/+173
* More latency metrics.Alan Conway2009-01-225-3/+20
* cluster: Pipeline decoding. About 10% improvement in latency and throughput.Alan Conway2009-01-216-66/+154
* correct lifecycle for pollablequeue dispatch handleCarl C. Trieloff2009-01-211-1/+1
* Re-issue 736381 with a literal.Ted Ross2009-01-211-4/+1
* Moved minimum frameMax constant into publicTed Ross2009-01-211-3/+3
* Enforce a minimum frame-max to avoid really bad things that can happenTed Ross2009-01-211-3/+4
* QPID-1567: Added ability for federation links to failover to other specified ...Gordon Sim2009-01-2110-9/+227
* Additional latency measurement points.Alan Conway2009-01-217-7/+11
* Latency measurements, compiled out of production code.Alan Conway2009-01-207-16/+192
* QPID-1567: added 'exactly-once' guarantee to asynchronous replication of queu...Gordon Sim2009-01-2020-108/+242
* Fix tests broken by r735776: check payload pointer before use. Gordon Sim2009-01-201-1/+1
* Put messages into LVQ FIFO if no key is specified.Carl C. Trieloff2009-01-191-7/+7