summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/Connection.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix QPID-2086, hang of federated_cluster_test_with_node_failure.Alan Conway2009-09-091-1/+9
* Fix race condition in cluster error handling.Alan Conway2009-07-311-1/+1
* Provide more informative cluster logging at notice levelAlan Conway2009-07-291-2/+2
* Add "[shadow]" prefix to the log-ID for shadow and catch-up connections, to m...Alan Conway2009-07-171-6/+12
* Update queue listeners in the correct order.Alan Conway2009-07-161-16/+23
* Add directory to #includeAlan Conway2009-07-141-3/+3
* Fix members joining cluster while cluster is handling client errors.Alan Conway2009-07-011-4/+10
* Fix cluster race condition with connections closed by broker while in use.Alan Conway2009-06-301-16/+1
* Make error-check a cluster-connection control rather than a cluster control.Alan Conway2009-06-181-1/+16
* Handle invalid AMPQ data to a cluster by closing the offending connection.Alan Conway2009-06-171-0/+6
* Performance improvements in AggregateOutput and SemanticState.Alan Conway2009-06-161-1/+15
* Add flag to broker Connection so that it knows if it is aAndrew Stitcher2009-06-111-0/+1
* Further fix to new cluster member state transfer to fix a case where unacked ...Gordon Sim2009-06-051-1/+2
* Ensure that ring queue behaves as expected when replicated to newly joined cl...Gordon Sim2009-06-031-0/+1
* QPID-1488: Ensure policy state (+ store state & mgmt stats) are accurate on n...Gordon Sim2009-05-271-7/+4
* Improved doOutput algorithm.Alan Conway2009-05-261-9/+2
* Remove useless qpid/shared_ptr.h wrapper.Alan Conway2009-05-061-8/+11
* Improved & simplified cluster output algorithm.Alan Conway2009-04-291-2/+2
* Cleaned up some un-necessary #include dependencies.Alan Conway2009-04-151-2/+0
* Fix issues when cluster is run with persistence enabled.Alan Conway2009-04-111-15/+36
* Fix cluster TTL: replicte expiry information to newcomers.Alan Conway2009-03-091-2/+6
* Fixed race conditions in cluster.Alan Conway2009-03-081-27/+6
* cluster: fix delivery-property.exchange-name set on updated messages.Alan Conway2009-03-051-2/+3
* Replicate connection decoder fragments to new members.Alan Conway2009-03-021-20/+45
* Fixed issue with producer flow control in a cluster.Alan Conway2009-02-241-4/+18
* Cluster security support:Alan Conway2009-02-121-1/+2
* Fix race condition with read-credit.Alan Conway2009-02-111-0/+1
* Fix memory leak in cluster code.Alan Conway2009-02-111-4/+7
* Fix cluster flow control bug: hang with large messages (>frame-max) and low -...Alan Conway2009-02-101-2/+2
* Cluster support for message time-to-live.Alan Conway2009-02-091-6/+2
* QPID-1618 from Mick Goulish: brokers joining cluster store persistent message...Alan Conway2009-02-051-0/+5
* Fix assertion due to doOutput control being sent after local connection closed.Alan Conway2009-02-041-2/+2
* Fix for race conditions in cluster join.Alan Conway2009-02-031-25/+8
* cluster/EventFrame.cpp: Add operator<< for EventFrameAlan Conway2009-01-271-1/+0
* Cluster rename: dump -> update, newbie -> joinerAlan Conway2009-01-271-23/+23
* cluster: Add sequence number to events & framesAlan Conway2009-01-271-3/+3
* Use special management ids for objects used in state transfer to new members....Gordon Sim2009-01-231-1/+3
* QPID-1567: More changes to make clustering and federation work togetherGordon Sim2009-01-221-4/+23
* Removed BodyHolder: minor performance improvement, opens the way for more eff...Alan Conway2009-01-221-1/+1
* cluster: Pipeline decoding. About 10% improvement in latency and throughput.Alan Conway2009-01-211-18/+27
* Additional latency measurement points.Alan Conway2009-01-211-1/+3
* cluster: refactor multicast concerns into separate Multicaster class with sep...Alan Conway2008-12-111-2/+2
* Cluster: Option --cluster-read-max configures read-to-redeliver flow-control.Alan Conway2008-12-091-3/+3
* src/qpid/cluster/OutputInterceptor.cpp: revert locking.Alan Conway2008-12-081-1/+1
* Cluster: fixed error in credit allocation.Alan Conway2008-12-081-5/+3
* OutputControl and subclasses: added giveReadCredit() for IO level flow control.Alan Conway2008-12-081-4/+11
* Cluster replicates queues/exchanges with same encode/decode functions as the ...Alan Conway2008-11-121-0/+13
* Include DeliveryRecord::credit in replication to new members.Alan Conway2008-11-111-2/+3
* Restrict connection close codes to the set defined in the specGordon Sim2008-11-061-1/+1
* Cluster: clean up connections when a member leaves the cluster.Alan Conway2008-11-051-0/+8