mod_tls: Remove some redundant variable declarations
[prosody.git] / util / timer.lua
2009-12-17 Matthew Wildutil.timer: Use luaevent's built-in method of repeating...
2009-11-29 Tobias MarkmannMerge with tip.
2009-11-25 Matthew WildMerge with Tobias's SASL redesign branch
2009-11-21 Matthew Wildutil.timer: Fix libevent timers (event.base doesn't...
2009-11-21 Matthew Wildutil.timer: Use libevent for lightweight timers if...
2009-11-16 Tobias MarkmannMerge with sasl branch.
2009-10-03 Matthew Wildutil.timer: Pass current_time to timer callbacks
2009-07-10 Matthew WildRemove version number from copyright headers
2009-03-20 Matthew WildMerge
2009-03-20 Matthew Wild0.3->0.4
2009-03-03 Tobias MarkmannMerged with main tip.
2009-02-26 Matthew Wildutil.timer: More small fixes I forgot to commit
2009-02-26 Matthew Wildutil.timer: Fix crash when loaded but no tasks set...
2009-02-20 Waqas HussainAdded util/timer.lua - a timer API