summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/Timer.h
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-5/+1
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-031-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