summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Change --cluster-mcast-max default to 0.Alan Conway2009-01-271-1/+1
* Modification to txtest to check that the size of the message remains consiste...Kim van der Riet2009-01-271-1/+7
* cluster/EventFrame.cpp: Add operator<< for EventFrameAlan Conway2009-01-276-11/+58
* Delete the temp log file before the absolute path test.Ted Ross2009-01-271-0/+1
* Minor cosmetic changesTed Ross2009-01-271-9/+9
* Cluster rename: dump -> update, newbie -> joinerAlan Conway2009-01-2714-257/+258
* cluster: Add sequence number to events & framesAlan Conway2009-01-2713-81/+94
* 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
* Add missing file to distribution list.Gordon Sim2009-01-261-0/+1
* 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-236-434/+25
* 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-235-4/+54
* 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-2239-606/+212
* More latency metrics.Alan Conway2009-01-225-3/+20
* cluster: Pipeline decoding. About 10% improvement in latency and throughput.Alan Conway2009-01-217-76/+165
* 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
* Include file in distributed headers.Gordon Sim2009-01-211-1/+1
* 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-2113-10/+337
* Fix test to use exchange option correctly when specifiedGordon Sim2009-01-211-4/+5
* Additional latency measurement points.Alan Conway2009-01-219-9/+21