aboutsummaryrefslogtreecommitdiffstats
path: root/util/timer.lua
Commit message (Expand)AuthorAgeFilesLines
* util.statistics,statsd,throttle,timer: Replace dependency on LuaSockect with ...Kim Alvefur2017-03-201-1/+1
* util.*: Remove use of module() function, make all module functions local and ...Kim Alvefur2015-02-211-4/+4
* Remove all trailing whitespaceFlorian Zeitz2013-08-091-2/+2
* util.timer: Always pass the current time to timer callbacks.Waqas Hussain2012-05-121-2/+2
* util.timer: Remove unnecessary require calls, fixes a traceback (thanks nulani)Matthew Wild2012-05-031-2/+2
* net.server, net.timer, net.server_select: Rearrange dependencies between thes...Matthew Wild2012-05-031-7/+6
* util.timer: Remove unused function importsMatthew Wild2012-04-281-2/+1
* util.timer: Variable name change (func -> callback)Matthew Wild2011-11-031-9/+9
* util.timer: Fix corner case of timer not repeating if it returns <= 0Matthew Wild2011-09-221-1/+4
* util.timer: Activate higher timer precision.Waqas Hussain2010-12-021-2/+11
* util.timer: When using libevent hold onto the event handle to stop it being c...Matthew Wild2010-04-071-2/+3
* Merge 0.6->0.7Matthew Wild2010-03-221-2/+2
|\
| * Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
* | util.timer: Use luaevent's built-in method of repeating an event (fixes a wei...Matthew Wild2009-12-171-2/+2
* | util.timer: Fix libevent timers (event.base doesn't exist...)Matthew Wild2009-11-211-1/+2
* | util.timer: Use libevent for lightweight timers if available and configured (...Matthew Wild2009-11-211-24/+44
|/
* util.timer: Pass current_time to timer callbacksMatthew Wild2009-10-031-1/+1
* Remove version number from copyright headersMatthew Wild2009-07-101-1/+1
* 0.3->0.4Matthew Wild2009-03-201-1/+1
* util.timer: More small fixes I forgot to commitMatthew Wild2009-02-261-4/+2
* util.timer: Fix crash when loaded but no tasks set, fix skipping some tasks w...Matthew Wild2009-02-261-7/+13
* Added util/timer.lua - a timer APIWaqas Hussain2009-02-211-0/+47