index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
/
timer.lua
Commit message (
Collapse
)
Author
Age
Files
Lines
*
util.timer: Variable name change (func -> callback)
Matthew Wild
2011-11-03
1
-9
/
+9
|
*
util.timer: Fix corner case of timer not repeating if it returns <= 0
Matthew Wild
2011-09-22
1
-1
/
+4
|
*
util.timer: Activate higher timer precision.
Waqas Hussain
2010-12-02
1
-2
/
+11
|
*
util.timer: When using libevent hold onto the event handle to stop it being ↵
Matthew Wild
2010-04-07
1
-2
/
+3
|
|
|
|
collected (and the timer stopping). Fixes BOSH ghosts, thanks Flo, niekie, waqas.
*
Merge 0.6->0.7
Matthew Wild
2010-03-22
1
-2
/
+2
|
\
|
*
Update copyright headers for 2010
Matthew Wild
2010-03-22
1
-2
/
+2
|
|
*
|
util.timer: Use luaevent's built-in method of repeating an event (fixes a ↵
Matthew Wild
2009-12-17
1
-2
/
+2
|
|
|
|
|
|
|
|
weird crash)
*
|
util.timer: Fix libevent timers (event.base doesn't exist...)
Matthew Wild
2009-11-21
1
-1
/
+2
|
|
*
|
util.timer: Use libevent for lightweight timers if available and configured ↵
Matthew Wild
2009-11-21
1
-24
/
+44
|
/
|
|
|
(use_libevent option)
*
util.timer: Pass current_time to timer callbacks
Matthew Wild
2009-10-03
1
-1
/
+1
|
*
Remove version number from copyright headers
Matthew Wild
2009-07-10
1
-1
/
+1
|
*
0.3->0.4
Matthew Wild
2009-03-20
1
-1
/
+1
|
*
util.timer: More small fixes I forgot to commit
Matthew Wild
2009-02-26
1
-4
/
+2
|
*
util.timer: Fix crash when loaded but no tasks set, fix skipping some tasks ↵
Matthew Wild
2009-02-26
1
-7
/
+13
|
|
|
|
when multiple set, and one removed
*
Added util/timer.lua - a timer API
Waqas Hussain
2009-02-21
1
-0
/
+47