summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/sys/Timer.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-3187: Added exception handling safeguard for timer tasksGordon Sim2011-04-051-1/+5
* NO-JIRA: Fix qpidd late/overran warnings.Alan Conway2011-03-181-4/+6
* Aggregate Timer warnings.Alan Conway2010-11-171-18/+11
* Break deadlock caused when ClusterTimer::drop is called concurrently with Tim...Alan Conway2010-09-091-5/+8
* Give timer tasks a name for logging purposes.Alan Conway2010-08-261-8/+8
* QPID-2186: Small adjustments to previous fix:Andrew Stitcher2010-04-291-5/+7
* Don't try to get the top() of an empty queue and use it. Resolves (I believe)...Stephen D. Huston2010-04-281-8/+16
* More generous overrun threshold for cluster timer to avoid excessive warnings.Alan Conway2010-03-251-15/+17
* Replace PeriodicTimer with ClusterTimer, which inherits from Timer.Alan Conway2010-01-291-4/+16
* Change threshold for reporting a timer as late from 10 to 50 msec. Resolves Q...Stephen D. Huston2009-10-161-1/+1
* Use more friendly time setting for the Timer warningsAndrew Stitcher2009-08-211-2/+3
* Removed unused filesAndrew Stitcher2009-08-071-2/+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
* Improved Timer delay/overrun warningsAndrew Stitcher2009-08-051-4/+6
* 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
* Add directory to #includeAlan Conway2009-07-141-2/+2
* Reapplied r793120Gordon Sim2009-07-141-3/+9
* Reverted checkins 793119, 793120, 793121, 793122 because of problems with hea...Kim van der Riet2009-07-131-9/+3
* Allow TimerTasks to be delayed correctly by separating out the timeAndrew Stitcher2009-07-101-3/+9
* Add blocking to sys::Timer so that timer callback and cancelAndrew Stitcher2009-06-231-2/+11
* Created new Timer code in qpid::sysAndrew Stitcher2009-01-131-0/+136