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