summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* QPID-1288 - Removed test codeTed Ross2008-09-181-9/+7
* QPID-1288 - New (and greatly improved) API for management console accessTed Ross2008-09-181-0/+953
* Dump shared state to new cluster members.Alan Conway2008-09-1818-147/+270
* Modified return codes for txtest: returns 1 if check fails; 2 if exception is...Kim van der Riet2008-09-181-4/+6
* QPID-1286: add missing classAidan Skinner2008-09-181-0/+192
* QPID-1287: Allow boolean <priority> element in virtual host file. Add test fo...Aidan Skinner2008-09-182-2/+115
* QPID-1286: make sure priority queues don't mess with deleted subscriptionsAidan Skinner2008-09-184-76/+406
* Refactor Cluster logic into separate handlers for Joining & Member modes.Alan Conway2008-09-1820-168/+546
* - added member statsCarl C. Trieloff2008-09-173-9/+23
* Backed out makefile-dependency changes. They break vpath buildsTed Ross2008-09-172-12/+8
* QPID-1281: Added wcf support + demosArnaud Simon2008-09-1753-0/+3819
* Removed some dead codeTed Ross2008-09-171-6/+1
* Added missing Makefile dependencies for ACL and Cluster schema filesTed Ross2008-09-172-8/+17
* - wire in more cluster statsCarl C. Trieloff2008-09-172-2/+16
* qpid-1277: fixed Date issueArnaud Simon2008-09-163-8/+8
* - implement mgnt clusternode stopCarl C. Trieloff2008-09-161-2/+3
* - add mgnt schema for clusterCarl C. Trieloff2008-09-164-2/+114
* Fix race in cluster join protocol.Alan Conway2008-09-167-115/+133
* qpid-1277: fixed small messages issue found when testing wcfArnaud Simon2008-09-161-3/+7
* Simplified cluster updates.Alan Conway2008-09-169-488/+103
* An improved way of dealing with installed headersTed Ross2008-09-152-5/+21
* Cluster member stalling, cluster map updates and unit tests.Alan Conway2008-09-1514-281/+476
* Fixed a bug affecting 'make install' for generated qmf headersTed Ross2008-09-151-2/+2
* QPID-1274 - Changed C++ namespace for generated management code. Improved ef...Ted Ross2008-09-1544-207/+280
* - removed cluster methods in mgnt, will add them to a new cluster object inCarl C. Trieloff2008-09-153-12/+7
* Add Windows-related itemsStephen D. Huston2008-09-121-0/+12
* Moved PollableCondition into sys/posix, posix only impl.Alan Conway2008-09-125-43/+64
* QPID-106Carl C. Trieloff2008-09-123-8/+66
* Corrected warning for unsignedCarl C. Trieloff2008-09-122-33/+33
* Added ClusterMap and test. Moved PollableCondition, PollableQueue to sys.Alan Conway2008-09-1222-107/+673
* QPID-1282: Add targets for cobertura coverage reporting.Aidan Skinner2008-09-124-4/+116
* qpid-1277: fixed large messages issue; added more testsArnaud Simon2008-09-128-49/+264
* Added in header file missing from ditributionAndrew Stitcher2008-09-111-0/+1
* Add qpidc.conf to the distfile listAndrew Stitcher2008-09-111-1/+1
* fix warningsCarl C. Trieloff2008-09-111-2/+2
* QPID-1190 Changed logging for protocol negotiation on client connect to be le...Marnie McCormack2008-09-111-1/+1
* Moved PollableCondition, PollableQueue and to sys. Fixed cluster shutdown iss...Alan Conway2008-09-1117-113/+162
* qpid-1277: added tests and fixed rangeSet + future issue because of the nonva...Arnaud Simon2008-09-1115-138/+385
* Implementation of AMQP over RDMA protocols (Infiniband)Andrew Stitcher2008-09-1114-289/+1522
* Refactored c++ client library to allow multiple protocols to beAndrew Stitcher2008-09-1116-174/+347
* QPID-1279 Implementations of management methods can now return error strings ...Ted Ross2008-09-1020-41/+42
* Cluster support for copying shared broker state to new members.Alan Conway2008-09-1026-101/+576
* qpid-1277: updated Composite to override Head and Body Arnaud Simon2008-09-101-3/+3
* qpid-1277: removed .back files and updated Composite fileArnaud Simon2008-09-104-339/+0
* Removed @staticmethod decorator which is unsupported by older Python versionsTed Ross2008-09-091-1/+1
* Fixed fedora-9 build problemTed Ross2008-09-091-1/+1
* QPID-1274 - qmf-gen can now generate code from multiple schema files. Uses _...Ted Ross2008-09-097-65/+79
* QPID-1261: initial fix (this degrades performance for shared queues with more...Gordon Sim2008-09-098-125/+166
* Generate c++ enum types for AMQP enums in framing/enum.h.Alan Conway2008-09-097-48/+61
* Fixes to xml exchange:Gordon Sim2008-09-083-81/+91