summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* If frameset being sent in cluster update is incomplete (i.e. content has been...Gordon Sim2009-06-111-2/+17
* Ensure that messages sent by clusters update client are correctly fragmented ...Gordon Sim2009-06-101-10/+19
* Updates to python cluster tests and associated scriptsKim van der Riet2009-06-105-29/+61
* cpp/src/replication.mkManuel Teira Paz2009-06-101-1/+1
* Lock should be released in LVQ before dequeuing old message to prevent possib...Gordon Sim2009-06-091-0/+1
* Enhanced test sender to allow the lvq match keys used to be specified in a file.Gordon Sim2009-06-091-5/+15
* Bugfixes in the c++ console API:Ted Ross2009-06-084-23/+66
* YA Fix to the cluster behaviour of the client heartbeatAndrew Stitcher2009-06-081-1/+3
* If expiration is already set, don't alter it.Gordon Sim2009-06-082-2/+19
* Fix of the previous client heartbeat changes:Andrew Stitcher2009-06-085-3/+10
* - Added heartbeat generation to the client (actually echo back anyAndrew Stitcher2009-06-084-34/+82
* Fixed broker Timer implementation so that you can correctlyAndrew Stitcher2009-06-081-7/+9
* Plumbed in an a connection abort operation to the OutputHandlerAndrew Stitcher2009-06-0813-55/+85
* Fix change in test logic introduced by r782075.Gordon Sim2009-06-081-1/+1
* Make sure the heartbeat interval is started for the waitForOpenCarl C. Trieloff2009-06-081-1/+2
* QPID-1892 - Fixed a memory leak where recovered durable queues are never dele...Ted Ross2009-06-051-0/+2
* Further fix to new cluster member state transfer to fix a case where unacked ...Gordon Sim2009-06-057-23/+88
* Patch from Michael Goulish - QPID-1891 "fix declaration problems with boost 1...Kim van der Riet2009-06-052-5/+7
* Made the test_store lib installable to be used with installable testsKim van der Riet2009-06-042-2/+6
* Initial capabilities to run test suite on WindowsStephen D. Huston2009-06-0310-30/+491
* Use Boost variables, not direct library names; inserts correct names cross-pl...Stephen D. Huston2009-06-031-2/+2
* Add extern marker to match() and normalize() methods to build tests on WindowsStephen D. Huston2009-06-031-2/+2
* Ensure that ring queue behaves as expected when replicated to newly joined cl...Gordon Sim2009-06-033-2/+86
* Python cluster test improvements and some additional testsKim van der Riet2009-06-033-354/+491
* Revert "QPID-1879 Don't use a thread for every new client Connection"Andrew Stitcher2009-06-035-183/+181
* Revert "QPID-1879 Removed some code obsoleted by this change"Andrew Stitcher2009-06-033-2/+21
* Revert "Change client io threading to be initialised at first use"Andrew Stitcher2009-06-031-7/+4
* Stop watching the acceptors dispatch handle before it is deleted in ssl and r...Gordon Sim2009-06-034-1/+12
* Change to make suppression apply on fc5 as well as rhel5.Gordon Sim2009-06-031-1/+1
* Fixes to cluster tests which enable them to be built and run outside the sour...Kim van der Riet2009-06-022-7/+7
* Some fixes to QPID-1879 so that clustering still works:Andrew Stitcher2009-06-013-9/+11
* QPID-1819: ensure that security layer implementation can cope with the case w...Gordon Sim2009-06-013-5/+34
* make cluster.py executable fix typo in test scriptGordon Sim2009-05-292-1/+1
* Fixes to get qpid to build with gcc4.4 with optimisationAndrew Stitcher2009-05-282-4/+11
* Whitespace fixesAndrew Stitcher2009-05-283-90/+90
* QPID-1879 Removed some code obsoleted by this changeAndrew Stitcher2009-05-283-21/+2
* QPID-1879 Don't use a thread for every new client ConnectionAndrew Stitcher2009-05-285-181/+183
* Fix from gsim for python path; also changed name of QPID_CONFIG environment v...Kim van der Riet2009-05-272-12/+15
* QPID-1873: Further test case contributed by Mick Goulish.Gordon Sim2009-05-271-0/+25
* Added missing locks in cluster code.Alan Conway2009-05-274-4/+17
* Fixed erroneous use of arg::durable in messageTransfer()Kim van der Riet2009-05-271-43/+50
* Set log level for forked brokers to notice+ rather than error+.Alan Conway2009-05-271-1/+1
* QPID-1488: Ensure policy state (+ store state & mgmt stats) are accurate on n...Gordon Sim2009-05-279-20/+123
* Small include file fix highlighted by using gcc4.4Andrew Stitcher2009-05-261-1/+1
* Improved doOutput algorithm.Alan Conway2009-05-268-74/+50
* [Linux] Small tidy up of SystemInfo code to get executable nameAndrew Stitcher2009-05-261-4/+2
* Persistent cluster test added which checks for recovery of queue and messages...Kim van der Riet2009-05-262-39/+84
* Added installable python cluster tests that can be run from an external store...Kim van der Riet2009-05-269-20/+1061
* PollableQueue optimization - replace deque with vector.Alan Conway2009-05-259-36/+41
* ConsumerImpl optimization - use atomic value for queueHasMessages.Alan Conway2009-05-252-19/+11