summaryrefslogtreecommitdiff
path: root/cpp/xml
Commit message (Expand)AuthorAgeFilesLines
* Fix race condition in cluster error handling.Alan Conway2009-07-311-2/+2
* Update queue listeners in the correct order.Alan Conway2009-07-161-2/+5
* Fix members joining cluster while cluster is handling client errors.Alan Conway2009-07-011-0/+1
* Fix members joining cluster while cluster is handling client errors.Alan Conway2009-07-011-4/+15
* Fix cluster race condition with connections closed by broker while in use.Alan Conway2009-06-301-15/+19
* Make error-check a cluster-connection control rather than a cluster control.Alan Conway2009-06-181-13/+14
* Handle invalid AMPQ data to a cluster by closing the offending connection.Alan Conway2009-06-171-0/+5
* Performance improvements in AggregateOutput and SemanticState.Alan Conway2009-06-161-3/+9
* Further fix to new cluster member state transfer to fix a case where unacked ...Gordon Sim2009-06-051-0/+1
* Improved doOutput algorithm.Alan Conway2009-05-261-1/+2
* Fix issues when cluster is run with persistence enabled.Alan Conway2009-04-111-0/+15
* Fix cluster TTL: replicte expiry information to newcomers.Alan Conway2009-03-091-3/+3
* Fixed race conditions in cluster.Alan Conway2009-03-081-1/+0
* cluster: fix delivery-property.exchange-name set on updated messages.Alan Conway2009-03-051-0/+1
* Replicate connection decoder fragments to new members.Alan Conway2009-03-021-0/+1
* Cluster security support:Alan Conway2009-02-121-0/+1
* Cluster support for message time-to-live.Alan Conway2009-02-091-0/+5
* Fix for race conditions in cluster join.Alan Conway2009-02-031-3/+3
* Cluster rename: dump -> update, newbie -> joinerAlan Conway2009-01-271-13/+13
* sys/PollableQueue: dispatch in batches, allow put-back.Alan Conway2008-12-111-7/+1
* Cluster replicates queues/exchanges with same encode/decode functions as the ...Alan Conway2008-11-121-0/+5
* Include DeliveryRecord::credit in replication to new members.Alan Conway2008-11-111-0/+1
* Cluster: replicate transaction state to newcomers.Alan Conway2008-11-051-0/+12
* Replicate session state for un-acknowledged messages to new cluster members.Alan Conway2008-10-301-5/+25
* cluster: DumpClient updates consumer notifyEnabled and blocked.Alan Conway2008-10-201-4/+14
* Add UUID generated for each new cluster instance.Alan Conway2008-10-161-0/+1
* Fix race in cluster causing incorrect known-broker lists to be sent to clients.Alan Conway2008-10-161-0/+4
* Cluster join & brain-dumps working.Alan Conway2008-10-031-10/+18
* Enabled management, add cluster shutdown command.Alan Conway2008-09-251-0/+2
* Cluster replicates session command sequence state and consumers to newcomers.Alan Conway2008-09-241-2/+3
* Dump shared state to new cluster members.Alan Conway2008-09-181-1/+3
* Fix race in cluster join protocol.Alan Conway2008-09-161-3/+6
* Simplified cluster updates.Alan Conway2008-09-161-18/+5
* Cluster member stalling, cluster map updates and unit tests.Alan Conway2008-09-151-2/+10
* Added ClusterMap and test. Moved PollableCondition, PollableQueue to sys.Alan Conway2008-09-121-8/+5
* Moved PollableCondition, PollableQueue and to sys. Fixed cluster shutdown iss...Alan Conway2008-09-111-10/+11
* Cluster support for copying shared broker state to new members.Alan Conway2008-09-101-2/+48
* Cluster multicasts buffers rather than frames.Alan Conway2008-09-031-3/+3
* Refactored cluster to intercept at ConnectionCode, using sys:: interfaces rat...Alan Conway2008-08-291-7/+5
* Pre-buffering output strategy for cluster.Alan Conway2008-08-211-2/+8
* Enable dequeue for prototype clusterAlan Conway2008-07-171-2/+4
* Cluster: shadow connections, fix lifecycle & valgrind issues.Alan Conway2008-07-171-4/+6
* Bring cluster code up to date.Alan Conway2008-06-181-32/+28
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-201-9/+9
* Some fixes to the transitional spec defs.Gordon Sim2008-04-171-13/+1
* Use the errata file for final 0-10 that has a type code for xids without whic...Gordon Sim2008-04-141-1/+1
* Further correction to transitional xml def for final 0-10 (using old schema)Gordon Sim2008-04-011-1/+1
* Fix some erroneous definitions in the transitional xml fragment for 0-10.Gordon Sim2008-04-011-22/+4
* Updated xml fragment to reflect correct types for connection.start.mechanisms...Gordon Sim2008-03-311-3/+3
* Send accept in response to message publications if required.Gordon Sim2008-03-271-0/+3