log util/timer.lua @ 2878:9384ee36fc03

age author description
Thu, 17 Dec 2009 16:52:39 +0000 Matthew Wild util.timer: Use luaevent's built-in method of repeating an event (fixes a weird crash)
Sat, 21 Nov 2009 03:16:14 +0000 Matthew Wild util.timer: Fix libevent timers (event.base doesn't exist...)
Sat, 21 Nov 2009 02:40:21 +0000 Matthew Wild util.timer: Use libevent for lightweight timers if available and configured (use_libevent option)
Sat, 03 Oct 2009 02:33:33 +0100 Matthew Wild util.timer: Pass current_time to timer callbacks
Fri, 10 Jul 2009 03:11:45 +0100 Matthew Wild Remove version number from copyright headers
Fri, 20 Mar 2009 20:16:25 +0000 Matthew Wild 0.3->0.4
Thu, 26 Feb 2009 22:17:55 +0000 Matthew Wild util.timer: More small fixes I forgot to commit