summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* 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-081-2/+5
* 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-055-3/+20
* 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-032-1/+8
* 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
* Some fixes to QPID-1879 so that clustering still works:Andrew Stitcher2009-06-012-6/+10
* QPID-1819: ensure that security layer implementation can cope with the case w...Gordon Sim2009-06-012-5/+14
* Fixes to get qpid to build with gcc4.4 with optimisationAndrew Stitcher2009-05-281-4/+10
* 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
* Added missing locks in cluster code.Alan Conway2009-05-274-4/+17
* QPID-1488: Ensure policy state (+ store state & mgmt stats) are accurate on n...Gordon Sim2009-05-278-20/+71
* 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
* 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
* ConsumerImpl optimization - only dispatch on queue if we were notified of mes...Alan Conway2009-05-252-2/+21
* Optimized TopicExchange matching.Alan Conway2009-05-222-133/+136
* Added optimization for management updates sent from the broker.Ted Ross2009-05-212-48/+79
* Handle case where recovered exchange is of unrecognised type.Gordon Sim2009-05-212-4/+14
* * adjust replication exchange in line with change to registration function si...Gordon Sim2009-05-213-11/+13
* QPID-1869: Set closed flag to false only after poller and aio are initialised.Gordon Sim2009-05-211-1/+1
* Add missing null body check in ErrorCheckAlan Conway2009-05-204-11/+23
* QPID-1865 - Block the deletion of default exchanges.Ted Ross2009-05-201-0/+5
* Fixed a regression affecting plugin-exchanges.Ted Ross2009-05-205-11/+14
* Instrumentation for measuring latencies.Alan Conway2009-05-195-59/+132
* Block unsafe management methods only if clustering is enabledTed Ross2009-05-181-2/+3
* Fix includes to allow for alternative packaging for nspr/nss.Gordon Sim2009-05-184-12/+12
* from (aconway)... added facility to disable management methods.Ted Ross2009-05-153-0/+39
* Undo change from r774809.Alan Conway2009-05-158-151/+19
* Fix for unpredictable enqueues by timer-triggered management code in a cluster.Alan Conway2009-05-148-19/+219
* Suppress the return of deleted objects for synchronous management get request...Ted Ross2009-05-131-12/+16
* Fix typoAndrew Stitcher2009-05-121-1/+1
* QPID-1852 Removed thread unsafe code in LoggerAndrew Stitcher2009-05-128-38/+44
* Patch small probs building tests, examples on WindowsStephen D. Huston2009-05-111-1/+2
* Add --quit, --check for Windows; required fixing LockFile for WindowsStephen D. Huston2009-05-113-8/+10
* Reserve space for sequence id in args field table.Gordon Sim2009-05-111-3/+5