summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid the case where we can receive bytes from the socketAndrew Stitcher2009-06-111-0/+1
* Don't start the broker Connection heartbeat timers if theAndrew Stitcher2009-06-111-1/+1
* Stop timers on receiving Connection::closed() from lower levelsAndrew Stitcher2009-06-111-0/+4
* Add flag to broker Connection so that it knows if it is aAndrew Stitcher2009-06-113-1/+9
* QPID-1901: only try to load content if there is someGordon Sim2009-06-111-1/+1
* 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
* Lock should be released in LVQ before dequeuing old message to prevent possib...Gordon Sim2009-06-091-0/+1
* 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