summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/sys/Timer.h
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA: Improve the Timer/TimerTask documentation.Andrew Stitcher2014-11-251-0/+56
* NO-JIRA: Removed some unused Timer features (old cluster used to use them)Andrew Stitcher2012-12-211-1/+1
* QPID-4514: Remove obsolete cluster code: ManagementAgent, Timer, docAlan Conway2012-12-191-4/+0
* NO-JIRA: Fix previous TimerTask fix to workaround stupid windows.h symbol cor...Andrew Stitcher2012-07-061-1/+1
* NO-JIRA: Fix for potential Timer deadlock issue:Andrew Stitcher2012-07-051-2/+5
* QPID-3280: Performance problem with TTL messages.Alan Conway2011-06-151-2/+6
* Aggregate Timer warnings.Alan Conway2010-11-171-0/+2
* Give timer tasks a name for logging purposes.Alan Conway2010-08-261-2/+2
* More generous overrun threshold for cluster timer to avoid excessive warnings.Alan Conway2010-03-251-0/+4
* Replace PeriodicTimer with ClusterTimer, which inherits from Timer.Alan Conway2010-01-291-19/+20
* Added PeriodicTimer interface for periodic tasks that need cluster synchroniz...Alan Conway2010-01-271-0/+6
* Removed unused filesAndrew Stitcher2009-08-071-2/+0
* Reapplied r793120Gordon Sim2009-07-141-0/+1
* Reapplied r793119Gordon Sim2009-07-141-1/+1
* Reverted checkins 793119, 793120, 793121, 793122 because of problems with hea...Kim van der Riet2009-07-131-2/+1
* Allow TimerTasks to be delayed correctly by separating out the timeAndrew Stitcher2009-07-101-0/+1
* Typos/Whitespace fixesAndrew Stitcher2009-07-101-1/+1
* Add blocking to sys::Timer so that timer callback and cancelAndrew Stitcher2009-06-231-0/+2
* Changes to build DLLs instead of static libs on Windows; primarily added deco...Stephen D. Huston2009-03-121-14/+14
* Created new Timer code in qpid::sysAndrew Stitcher2009-01-131-0/+93