| Age | Commit message (Expand) | Author |
| 2023-09-22 | TimeoutCallBack wraps timeout_cb to simplify callback function writing, still...HEADmaster | zy |
| 2023-09-22 | Enable periodic timeout : TimeoutType::INT | zy |
| 2023-09-22 | mv test_timeout.rs to /tests/ | zy |
| 2023-09-22 | test_callback update | zy |
| 2023-09-21 | tiemout_bind.rs: allow non_upper_case | zy |
| 2023-09-21 | TimeoutSItFlag: remove CLEAR | zy |
| 2023-09-21 | change Timeout ref timeout -> Timeout = timeout | zy |
| 2023-09-21 | find bug: Timeout should 1to1 with timeout. | zy |
| 2023-09-20 | - TimeoutCallBack 定义 和 单元测试(通过) | zy |
| 2023-09-20 | timeout_cb 修改 函数指针名称 和 定义 | zy |
| 2023-09-20 | TimeoutSItFlag -> i32 | zy |
| 2023-09-20 | - 简化 TimeoutSItFlag | zy |
| 2023-09-20 | fix err | zy |
| 2023-09-20 | high level api (no test yet) | zy |
| 2023-09-20 | 完善bind | zy |
| 2023-09-20 | 更多注释 | zy |
| 2023-09-15 | 重命名文件 -> bind 与 封装区分 | zy |
| 2023-09-15 | check_intervals 完成, 与 test-timeout.c 输出相同. | zy |
| 2023-09-15 | 修正一个变量类型 | zy |
| 2023-09-15 | remove TODO.. | zy |
| 2023-09-15 | gcc 优化级别 O0 方便调试,默认是 O2 对宏定义有优化,断点追... | zy |
| 2023-09-15 | test: check_randomized finish | zy |
| 2023-09-15 | 移除 `#[link(name = "timeout")]` 声明,提前到 build.rs 中. | zy |
| 2023-09-15 | rust-analyzer 使用 rust-gdb 调试, 这样可以跳转到 C 的断点调试... | zy |
| 2023-09-14 | 链接静态库,方便调试 | zy |
| 2023-09-14 | timeout: 添加静态编译 | zy |
| 2023-09-14 | debug 添加 vscode c 调试配置 | zy |
| 2023-09-13 | 仿照 test-timeout.c 编写 test_timeout.rs | zy |
| 2023-09-13 | lib.rs | zy |
| 2023-09-13 | 增加 rand 依赖(test_timeout.rs 需要随机数生成) | zy |
| 2023-09-13 | timeouts_it 等定义 | zy |
| 2023-09-12 | timeout.h ffi 绑定和部分测试 | zy |
| 2023-09-12 | 从 系统 获取 libtimeout.so | zy |
| 2023-09-12 | timeout: 增加 install 选项, 安装到系统 | zy |
| 2023-09-12 | 调整文件布局, rs-timeout 为主目录, timeout.c 等为二级目录 | zy |
| 2023-09-12 | gitignore: ignore 忽略 rust | zy |
| 2023-09-12 | rust 容器环境 | zy |
| 2023-09-12 | rs-timeout init | zy |
| 2023-09-12 | timeout: makefile add timeout.so output | zy |
| 2016-05-12 | Fix a signed overflow warning in test_timeouts.c | Nick Mathewson |
| 2016-02-26 | Merge branch 'nmathewson-test_foreach' | William Ahern |
| 2016-02-26 | Merge branch 'test_foreach' of git://github.com/nmathewson/timeout into nmath... | William Ahern |
| 2016-02-26 | Merge branch 'nmathewson-fixing_intervals' | William Ahern |
| 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 | fix use-after-free in test-timeout.c | William Ahern |
| 2016-02-26 | Branch-complete tests for timeouts_next() | Nick Mathewson |
| 2016-02-26 | Make the tests cover timeout_readd() better | Nick Mathewson |
| 2016-02-26 | Correct and simplify timeouts_readd() | Nick Mathewson |
| 2016-02-25 | silence really annoying -Wmissing-field-initializers GCC and clang warning | William Ahern |