index
:
mesalab_git/zhangyang/rs-timeout.git
master
Repository for zhangyang/rs-timeout
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
timeout.c
Age
Commit message (
Expand
)
Author
2023-09-12
调整文件布局, rs-timeout 为主目录, timeout.c 等为二级目录
zy
2016-02-26
Merge branch 'fixing_intervals' of git://github.com/nmathewson/timeout into n...
William Ahern
2016-02-26
add Lua module, move noise into subdirectories, and make build portable by on...
William Ahern
2016-02-26
Correct and simplify timeouts_readd()
Nick Mathewson
2016-02-24
move compile time-optional members to end of timeout structure
William Ahern
2016-02-24
reorder statements in timeouts_get to make TIMEOUT_DISABLE_INTERVALS case sim...
William Ahern
2016-02-24
Merge branch 'optional_intervals' of git://github.com/nmathewson/timeout into...
William Ahern
2016-02-24
Merge branch 'optional_timeout_ptr' of git://github.com/nmathewson/timeout in...
William Ahern
2016-02-24
reimplement foreach operation without callbacks
William Ahern
2016-02-24
Merge branch 'timeout_foreach' of git://github.com/nmathewson/timeout into nm...
William Ahern
2016-02-22
Add comments demonstrating that c[tl]z() input is always nonzero
Nick Mathewson
2016-02-19
Port timeout.c to platforms without __builtin_c[tl]z
Nick Mathewson
2016-02-19
Make the 'timeouts' field in struct timeout optional.
Nick Mathewson
2016-02-19
Allow the user to disable interval support at compilation time
Nick Mathewson
2016-02-19
Implement a function to iterate over all pending timeouts
Nick Mathewson
2014-01-12
fix bug in timeout_del that failed to clear an empty slot in the pending bitmask
william
2014-01-10
remove main() testing code from timeout.c and tweak Makefile so we can compar...
william
2014-01-10
re-add one of our old bit fill operations, as it turns out it was actually ne...
william
2014-01-03
move timeouts_addf to macro
william
2014-01-03
forgot to pass field parameter to TAILQ_CONCAT
william
2014-01-03
forgot to define timeouts_open() and timeouts_close(); add timeouts_hz()
william
2014-01-03
tweak header includes
william
2014-01-03
add version routines and TIMEOUT_PUBLIC prefix to exported routines so applic...
william
2013-12-14
fix remaining internal spelling from timer to timeout
william
2013-12-14
rename timer.[ch] to timeout.[ch]
william