summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added Object.isDeleted(), Object.update()Ted Ross2009-02-021-4/+19
* 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
* This is related to QPID-1619Rajith Muditha Attapattu2009-01-285-29/+86
* Fix compile breakage with different versions of librdma_cmAndrew Stitcher2009-01-271-0/+2
* Producer side rate throttling:Andrew Stitcher2009-01-2711-36/+388
* fixed spec_cache target and made it part of buildRafael H. Schloming2009-01-271-11/+8
* 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
* QPID-1128 - Patch from Robbert Gemmell to prevent NPE whilst adding queue to ...Martin Ritchie2009-01-272-4/+8
* QPID-1606 : QMan WS-DM examplesAndrea Gazzarini2009-01-2732-37/+7215
* QPID-1606 : Clean up old startup script fileAndrea Gazzarini2009-01-271-17/+0
* Cluster rename: dump -> update, newbie -> joinerAlan Conway2009-01-2715-270/+271
* 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-267-18/+254
* Make sure docstrings are regular strings and not unicode. This works around a...Rafael H. Schloming2009-01-261-2/+2
* QPID-1567: Fixed replicating event listener to properly clone headers of orig...Gordon Sim2009-01-261-1/+10
* QPID-1014 : Patch from Senaka Fernando to correct the perspective nameMartin Ritchie2009-01-261-1/+2
* QPID-1591 : Patch from Robbert Gemmell : Moves the server list to be the main...Martin Ritchie2009-01-261-9/+9
* QPID-1493 : Patch from Robert Gemmell : Corrected inaccurate exception.Martin Ritchie2009-01-261-1/+1
* QPID-1533 : Patch from Robert Gemmell, Fixes the reload tab in UserManagement...Martin Ritchie2009-01-266-10/+31
* QPID-1532 : Patch from Robert Gemmell : Identifies SecurityExceptions so they...Martin Ritchie2009-01-261-0/+4
* QPID-1530 : Patch from Robert Gemmell to surpress StackTraces unless error is...Martin Ritchie2009-01-261-31/+43
* 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-254-6/+17
* 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
* QPID-1579 : WS-DM unit tests and method invocation improvements Andrea Gazzarini2009-01-2337-403/+3553
* QPID-1579 : Removed old test case class Andrea Gazzarini2009-01-231-58/+0
* QPID-1579 : Default log4j.xml logging configuration file.Andrea Gazzarini2009-01-231-2/+7
* QPID-1579 : Build deps of management-client test module updated in order to a...Andrea Gazzarini2009-01-231-1/+1
* This is related to QPID-1609.Rajith Muditha Attapattu2009-01-2316-78/+196
* 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