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