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.h
Age
Commit message (
Expand
)
Author
2023-09-12
调整文件布局, rs-timeout 为主目录, timeout.c 等为二级目录
zy
2016-02-26
add Lua module, move noise into subdirectories, and make build portable by on...
William Ahern
2016-02-25
silence really annoying -Wmissing-field-initializers GCC and clang warning
William Ahern
2016-02-24
move compile time-optional members to end of timeout structure
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-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
2016-02-19
Enable user code to override struct timeout_cb
Nick Mathewson
2014-01-04
fix typing bugs in fp conversion macros
william
2014-01-03
comment by callback function parameters unspecified, and fix TIMEOUT_INITIALIZER
william
2014-01-03
move timeouts_addf to macro
william
2014-01-03
reorder timeout.h so the important stuffs stays within 64-byte cache lines
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