summaryrefslogtreecommitdiff
path: root/qpid/cpp
Commit message (Expand)AuthorAgeFilesLines
* TweaksStephen D. Huston2009-02-191-0/+2
* Initial Windows impl for PollableConditionStephen D. Huston2009-02-172-603/+1215
* Refactor PollableCondition to be portable; match PollableQueue to it; initial...Stephen D. Huston2009-02-176-94/+183
* Catch up to recent source file changesStephen D. Huston2009-02-112-0/+12
* Fix race condition with read-credit.Alan Conway2009-02-116-3/+22
* Fix memory leak in cluster code.Alan Conway2009-02-113-7/+14
* Need to include newly added ExpiryPolicy.h in headers as it is referenced by ...Gordon Sim2009-02-111-1/+1
* Remove unused class and clean up some FIXME comments.Alan Conway2009-02-106-113/+8
* Fix cluster flow control bug: hang with large messages (>frame-max) and low -...Alan Conway2009-02-1012-20/+40
* Cluster support for message time-to-live.Alan Conway2009-02-0923-91/+421
* Fix doubly-defined function.Alan Conway2009-02-092-19/+10
* Fix "no virtual destructor" warning.Alan Conway2009-02-091-1/+1
* Demote CPG flow control warning message to debug.Alan Conway2009-02-091-1/+1
* QPID-1595 from william -- trade demoCarl C. Trieloff2009-02-096-1/+608
* Fix seg fault if cluster and management are enabled.Alan Conway2009-02-061-7/+8
* Fix error in run_acl_tests.Alan Conway2009-02-061-2/+1
* QPID-1650 Mick Goulish: separte ClusterFixture from cluster_test.cpp for use ...Alan Conway2009-02-065-83/+226
* Remove non-existent qpid/cluster/Updatee.h from cluster.mk.Alan Conway2009-02-051-1/+0
* 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-044-30/+42
* 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
* Fixed run_acl_tests.Alan Conway2009-02-041-3/+2
* Cluster sets recovery flag on Broker for first member in cluster.Alan Conway2009-02-046-32/+69
* Clean up error messages.Alan Conway2009-02-041-14/+14
* Fix for race conditions in cluster join.Alan Conway2009-02-0325-233/+521
* Reversed change to error message on missing cluster packages.Kim van der Riet2009-02-031-2/+2
* 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-032-4/+4
* Remove MaxMethodBodySize stuff which is not used any more.Stephen D. Huston2009-02-021-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
* Initial version of Windows, Visual Studio .NET 2008 projectsStephen D. Huston2009-02-0217-0/+7192
* Explicitly reference boost namespace to avoid clashes on WindowsStephen D. Huston2009-02-021-5/+4
* Use qpid sleep rather than CRT sleep to build on WindowsStephen D. Huston2009-02-021-3/+4
* Removed unneeded include <alloca.h>Stephen D. Huston2009-02-021-1/+0
* Use qpid sleep rather than CRT sleep to build on WindowsStephen D. Huston2009-02-021-2/+1
* Prepend SEV_ to sevrity enum names to avoid macro clash on Windows; fixes QPI...Stephen D. Huston2009-02-022-10/+10
* Catch up with recent file changesStephen D. Huston2009-02-012-8/+14
* Correction for: start a broker in cluster, send messages that are flow to dis...Carl C. Trieloff2009-01-308-21/+79
* Correct mistake from previous commit where missing python dir causes an error...Alan Conway2009-01-301-4/+6
* 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
* Run python tests against a single-member cluster in check-long.Alan Conway2009-01-297-29/+58
* Changed --cluster-read-max default to 3 based on experiments.Alan Conway2009-01-291-1/+1
* Removed class diagrams (to save space and simplify generated documentation).Jonathan Robie2009-01-291-12/+12
* 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-2711-36/+388