summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* Change remaining broker Timer clients to use the single broker TimerAndrew Stitcher2009-07-105-8/+10
* Change all broker users of broker::Timer to use sys::TimerAndrew Stitcher2009-07-1016-91/+78
* Allow TimerTasks to be delayed correctly by separating out the timeAndrew Stitcher2009-07-102-3/+10
* Typos/Whitespace fixesAndrew Stitcher2009-07-103-5/+5
* Correct the case where for very low ( bytes) staging threshhold managementCarl C. Trieloff2009-07-101-1/+4
* Fix cluster handling of multiple errors.Alan Conway2009-07-103-19/+37
* Minor improvement to cluster logging.Alan Conway2009-07-091-3/+6
* Simplified PollableConditionAlan Conway2009-07-094-121/+32
* Move helper functions out of the public interface, as they are unsafeCarl C. Trieloff2009-07-091-3/+4
* Fix to cover this case:Carl C. Trieloff2009-07-083-1/+13
* fix for regression in patch & test to prevent regression againCarl C. Trieloff2009-07-081-1/+1
* Now that broker expects clients to send heartbeats, the client half of an int...Gordon Sim2009-07-081-3/+8
* More tests and complete fix for svn791672 commit -- correct requeueCarl C. Trieloff2009-07-084-6/+23
* QPID-1974: Fixes (and tests) for updating lvq state to new cluster members.Gordon Sim2009-07-085-3/+30
* Properly handle queued closes originating locally. Fixes QPID-1952Stephen D. Huston2009-07-071-3/+8
* Correcting to ensure recovered cluster-durable messages are dequeued from storeCarl C. Trieloff2009-07-071-2/+8
* More tests and completion of fix for 791672Carl C. Trieloff2009-07-072-5/+12
* Corrected the case where message on more than one queue does not persist when...Carl C. Trieloff2009-07-073-2/+11
* Federation: Propagation of dynamic bindings is now done on the thread servici...Ted Ross2009-07-026-14/+30
* Fix members joining cluster while cluster is handling client errors.Alan Conway2009-07-018-38/+80
* Prevent broker thread blocking while SSL handshake completes.Gordon Sim2009-07-011-2/+0
* QPID-1963: hold lock across TopicExchange::isBound() methodGordon Sim2009-07-011-0/+1
* Fix members joining cluster while cluster is handling client errors.Alan Conway2009-07-0110-33/+229
* Fix cluster race condition with connections closed by broker while in use.Alan Conway2009-06-307-36/+45
* Fix out-of-range vector access; fixes QPID-1957Stephen D. Huston2009-06-261-1/+2
* Added const to the Uuid constructor argument.Ted Ross2009-06-252-5/+5
* Require exact match for environment variables before they are interpreted as ...Gordon Sim2009-06-251-1/+2
* Added one missing trace logTed Ross2009-06-251-1/+2
* Added debug logs to the embedded broker agentTed Ross2009-06-251-8/+59
* Fix for issue where a broker with single io thread can get stuck if itAndrew Stitcher2009-06-231-0/+1
* Client side fix to make sure we don't schedule a disconnectAndrew Stitcher2009-06-231-1/+4
* Add blocking to sys::Timer so that timer callback and cancelAndrew Stitcher2009-06-232-2/+13
* Add blocking to broker::Timer/TimerTask so cancel and fire()Andrew Stitcher2009-06-232-3/+15
* Once we're aborting the connection due to traffic timeout make sureAndrew Stitcher2009-06-231-1/+6
* Don't schedule eof() in response to traffic timeout if alreadyAndrew Stitcher2009-06-231-2/+8
* Make sure you close down heartbeatTimer for every close even if you don'tAndrew Stitcher2009-06-231-1/+2
* QPID-1936: Fix potential deadlock for durable ring queueGordon Sim2009-06-234-15/+58
* Fix compile errorStephen D. Huston2009-06-221-1/+1
* Log an error only the first time a detached session is used, ignore after that.Alan Conway2009-06-222-15/+21
* Resolve Windows build errors/warningsStephen D. Huston2009-06-221-1/+1
* Make error-check a cluster-connection control rather than a cluster control.Alan Conway2009-06-186-23/+27
* Correct order of args to memset(); fixes QPID-1787Stephen D. Huston2009-06-181-1/+1
* Add missing include required on some platforms.Gordon Sim2009-06-181-0/+1
* Handle invalid AMPQ data to a cluster by closing the offending connection.Alan Conway2009-06-173-3/+19
* Don't throw exception from destructor in Mutex and Condition as this is unsaf...Gordon Sim2009-06-173-3/+5
* Ensure that the ConnectionTimeoutTask does not block other tasks (e.g. Connec...Gordon Sim2009-06-172-22/+35
* Performance improvements in AggregateOutput and SemanticState.Alan Conway2009-06-1621-202/+229
* Revert bad optimization: unpredictable ordering of set caused cluster failures.Alan Conway2009-06-122-9/+25
* Minor change to clarify queue size policy log messagesKim van der Riet2009-06-111-3/+6
* QPID-1786 - Committed qmf patches from Bryan KearneyTed Ross2009-06-118-11/+178