summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* Merged win-pollable-condition branch changes 743545:746056 into trunkStephen D. Huston2009-02-205-93/+307
* Minor fixes. Alan Conway2009-02-173-15/+11
* Fixed bug in setFlowControl - was recursively calling self.Alan Conway2009-02-172-6/+10
* Cluster start-up retries to handle slow cman start-up.Alan Conway2009-02-142-7/+11
* Ensure that the queue depth in bytes remains accurate for LVQ. This also ensu...Gordon Sim2009-02-131-1/+3
* Check session impl is valid on close to avoid segfault.Gordon Sim2009-02-131-1/+4
* Enable --cluster-cman option if built with libcman support.Alan Conway2009-02-122-2/+3
* Queue::checkLvqReplace() needs to update the lvq map if it makes a replacemen...Gordon Sim2009-02-123-3/+14
* Cluster security support:Alan Conway2009-02-1211-70/+135
* QPID-1660: If selected consumer can't take a message, ensure others are notif...Gordon Sim2009-02-124-9/+42
* Fix race condition with read-credit.Alan Conway2009-02-116-3/+22
* Fix memory leak in cluster code.Alan Conway2009-02-113-7/+14
* Remove unused class and clean up some FIXME comments.Alan Conway2009-02-105-111/+8
* Fix cluster flow control bug: hang with large messages (>frame-max) and low -...Alan Conway2009-02-1011-18/+39
* Cluster support for message time-to-live.Alan Conway2009-02-0918-48/+327
* Demote CPG flow control warning message to debug.Alan Conway2009-02-091-1/+1
* Fix seg fault if cluster and management are enabled.Alan Conway2009-02-061-7/+8
* 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