summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* Add List class to handle encoding of AMQP 0-10 list type.Gordon Sim2009-08-203-7/+126
* QPID-2058: Add a flag to the version of SessionImpl::send() that takes a Fram...Gordon Sim2009-08-193-4/+12
* Removed TSS variables that tracked I/O counts; not used. Part of fix for QPID...Stephen D. Huston2009-08-141-17/+0
* Initialize the update interval to a reasonable valueTed Ross2009-08-141-1/+1
* Added documentation to watchdog plugin.Alan Conway2009-08-142-0/+25
* Revert "Batch multiple events into a single CPG multicast."Alan Conway2009-08-144-28/+17
* QPID-1971 - bind in fedOpReorigen mode is not threadsafe for TopicExchangeTed Ross2009-08-132-10/+35
* Check for null pointer in ~QueueCleaner.Alan Conway2009-08-131-1/+1
* QPID-2048: Handle connection fail while attempting to close.Gordon Sim2009-08-133-4/+21
* Batch multiple events into a single CPG multicast.Alan Conway2009-08-124-17/+28
* Removed spurious code in AMQFrame::~AMQFrame.Alan Conway2009-08-121-1/+1
* Optimized handling of accepts and completions.Alan Conway2009-08-125-25/+95
* Minor whitespace adjustment.Gordon Sim2009-08-121-1/+1
* QPID-2046: * perform destroy() on the links own io thread, not on that of the...Gordon Sim2009-08-122-10/+22
* Ensure that a PollerHandle that has had a disconnected event can neverAndrew Stitcher2009-08-111-1/+4
* Fix for re-entering DispatchHandle::processEvent more than once on disconnectionAndrew Stitcher2009-08-112-4/+3
* Watchdog feature to remove unresponsive cluster nodes.Alan Conway2009-08-102-0/+174
* Removed unused filesAndrew Stitcher2009-08-076-300/+0
* Reverted r801903, it should not be needed after r801860 and r801861.Gordon Sim2009-08-071-1/+0
* Gsim's temporary fix for replication bug.Michael Goulish2009-08-071-0/+1
* Fixed LinkRegistry destructor to only cancel TimerTask if there is one!Andrew Stitcher2009-08-071-1/+3
* Change QueueCleaner so that it cancels any outstanding TimerTask on destructionAndrew Stitcher2009-08-073-1/+7
* Change LinkRegistry to cancel its TimerTask in its destructorAndrew Stitcher2009-08-072-2/+13
* Revert "Stop timer thread before users are deleted (as they don't all clean u...Andrew Stitcher2009-08-071-4/+0
* Further improve the delay/overrun Timer warnings when both occur at onceAndrew Stitcher2009-08-071-6/+14
* When setting up the next fire time for a Timer make sure it can't be in the p...Andrew Stitcher2009-08-071-1/+2
* Stop timer thread before users are deleted (as they don't all clean up prior ...Gordon Sim2009-08-061-0/+4
* Fix cman integration to exit immediately on loss of quorum.Alan Conway2009-08-0612-36/+109
* Try to create piddir if needed; on error throw a useful message. Fixes QPID-2030Stephen D. Huston2009-08-051-1/+2
* Improved Timer delay/overrun warningsAndrew Stitcher2009-08-051-4/+6
* Rename of MessageStore::discardInit() to MessageStore::truncateInint(), resul...Kim van der Riet2009-08-056-7/+7
* Fixes for cluster code to compile with new stricter corosync header filesAndrew Stitcher2009-08-044-16/+56
* Add needed 'extern' for building on WindowsStephen D. Huston2009-08-031-2/+2
* Fix build warnings/errors on WindowsStephen D. Huston2009-07-312-2/+3
* Fix race condition in cluster error handling.Alan Conway2009-07-318-52/+75
* Make AMQFrame::getMethod() safe on frames with no body.Alan Conway2009-07-311-2/+2
* handle fail setting last-node-standing with unit test, still needs system testCarl C. Trieloff2009-07-311-10/+14
* Some clean up, and better error checkCarl C. Trieloff2009-07-311-3/+5
* Make replication of queue events not dependant on abs queue position, but rat...Carl C. Trieloff2009-07-305-9/+30
* Set protocol versions correctly in cluster code.Alan Conway2009-07-305-12/+29
* QPID-652 -- fixed by Marco BisioliCarl C. Trieloff2009-07-301-1/+3
* Change remaining broker Timer clients to use the single broker TimerAndrew Stitcher2009-07-305-11/+11
* Change all broker users of broker::Timer to use sys::TimerAndrew Stitcher2009-07-3016-91/+78
* Added diagnostics to tell if timer callbacks overrun their allowed timeAndrew Stitcher2009-07-301-3/+21
* Fix sys::Timer code to push into priority list using the correct timeAndrew Stitcher2009-07-301-1/+1
* Provide more informative cluster logging at notice levelAlan Conway2009-07-295-28/+28
* Oops: eliminated a ternary operator giving the "else" instead of the "then".Andrew Stitcher2009-07-281-1/+1
* Add a default constructor to LinkRegistry so that you don't needAndrew Stitcher2009-07-282-2/+16
* Add missing mgnt counters for replication exchangeCarl C. Trieloff2009-07-252-3/+33
* Revert "Remove uninformative per-message info level log message."Alan Conway2009-07-241-0/+3