aboutsummaryrefslogtreecommitdiffstats
path: root/timer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-26Fixed realloc error handling in timer_group.c; changed the interval member in...mjona1-1/+1
2012-03-26handle failing realloc() correctly (thanks to Mattia)michael1-18/+7
2012-03-23timer activation: use defines instead of integers for easier readingmzuther1-9/+9
2011-02-12timer.c: fixed detection of positive clock skew (and some typos)mzuther1-7/+7
2011-01-23timer.c: fixed clock skew detectionmzuther1-26/+46
2011-01-23timer.c: skip intermediate timer intervalsmzuther1-15/+45
2011-01-04indentationmichael1-2/+2
2010-11-28commented, corrected and beautified both timer and timer group codemzuther1-60/+76
2010-11-27finished commenting the timer codemzuther1-43/+132
2010-11-20started commenting the timer codemzuther1-42/+160
2010-02-07timer.c: two small optimizations (removed "flag"; tv_usec can't be negative)mzuther1-7/+4
2010-02-07BUG: handle negative delays in timer_process() (timer.c)mzuther1-0/+4
2010-02-06timer.c: I had forgotten how to initialize a "struct" :)mzuther1-3/+4
2010-02-06BUG: compensate timers for processing delay ("timer.c")mzuther1-1/+3
2010-02-06timer.c: exchanged "proprietary code" with timeradd() and timersub() functionsmzuther1-14/+10
2010-02-04timer.c: removed fruitless changes to variable "flag" from timer_process()mzuther1-2/+0
2010-02-04According to its man page, timercmp() is broken on some systems -- applied th...mzuther1-1/+1
2009-11-15event plugin and dbus interface by Ed Martinmichael1-0/+38
2009-09-23warn() => info()michael1-1/+1
2009-04-15more timer fixesmichux1-8/+8
2009-04-15make the code more sexy...michux1-1/+2
2009-04-15fix timestamp loop issuemichux1-0/+8
2007-09-09email address changedmichael1-1/+1
2007-01-14removed all tagsmichael1-55/+0
2007-01-14svn properties fixedmichael1-1/+2
2005-05-08[lcd4linux @ 2005-05-08 04:32:43 by reinelt]reinelt1-113/+120
2005-01-18[lcd4linux @ 2005-01-18 06:30:21 by reinelt]reinelt1-3/+6
2004-09-19[lcd4linux @ 2004-09-19 09:31:19 by reinelt]reinelt1-3/+6
2004-06-26[lcd4linux @ 2004-06-26 12:04:59 by reinelt]reinelt1-2/+6
2004-06-26[lcd4linux @ 2004-06-26 09:27:20 by reinelt]reinelt1-15/+21
2004-06-20[lcd4linux @ 2004-06-20 10:09:52 by reinelt]reinelt1-3/+7
2004-06-01[lcd4linux @ 2004-06-01 06:45:28 by reinelt]reinelt1-3/+14
2004-03-03[lcd4linux @ 2004-03-03 04:44:16 by reinelt]reinelt1-4/+12
2004-03-03[lcd4linux @ 2004-03-03 03:47:04 by reinelt]reinelt1-1/+15
2004-01-30[lcd4linux @ 2004-01-30 20:57:55 by reinelt]reinelt1-1/+9
2004-01-29[lcd4linux @ 2004-01-29 04:40:02 by reinelt]reinelt1-1/+6
2004-01-18[lcd4linux @ 2004-01-18 09:01:45 by reinelt]reinelt1-6/+4
2004-01-13[lcd4linux @ 2004-01-13 08:18:07 by reinelt]reinelt1-0/+178