aboutsummaryrefslogtreecommitdiffstats
path: root/util/watchdog.lua
Commit message (Expand)AuthorAgeFilesLines
* util: Prefix module imports with prosody namespaceKim Alvefur2023-03-171-1/+1
* util.watchdog: Allow passing a new timeout to :reset()Matthew Wild2022-06-111-1/+4
* util.watchdog: Allow :reset() to restart a cancelled watchdogMatthew Wild2022-06-111-5/+6
* util.watchdog: Update to use "new" util.timer APIMatthew Wild2022-06-111-13/+16
* vairious: Add annotation when an empty environment is set [luacheck]Kim Alvefur2018-02-281-0/+1
* util.*: Remove use of module() function, make all module functions local and ...Kim Alvefur2015-02-211-3/+5
* util.watchdog: Pass watchdog object to callback so that it doesn't always hav...Matthew Wild2012-05-181-1/+1
* util.watchdog: Watchdog timer libraryMatthew Wild2011-10-211-0/+34