Software /
code /
prosody
Log
util/watchdog.lua @ 13270:14bbfb2cc8dd default tip
description | author | age |
---|---|---|
util: Prefix module imports with prosody namespace | Kim Alvefur | 21 months ago |
util.watchdog: Allow passing a new timeout to :reset() | Matthew Wild | 2022-06-11 |
util.watchdog: Allow :reset() to restart a cancelled watchdog | Matthew Wild | 2022-06-11 |
util.watchdog: Update to use "new" util.timer API | Matthew Wild | 2022-06-11 |
vairious: Add annotation when an empty environment is set [luacheck] | Kim Alvefur | 2018-02-28 |
util.*: Remove use of module() function, make all module functions local and return them in a table at the end | Kim Alvefur | 2015-02-21 |
util.watchdog: Pass watchdog object to callback so that it doesn't always have to be a closure | Matthew Wild | 2012-05-18 |
util.watchdog: Watchdog timer library | Matthew Wild | 2011-10-21 |