Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: Convert THREAD_XXX macros to EVENT_XXX macros | Donald Sharp | 2023-03-24 | 1 | -4/+4 |
* | *: Convert thread_add_XXX functions to event_add_XXX | Donald Sharp | 2023-03-24 | 1 | -4/+4 |
* | *: Rename `struct thread` to `struct event` | Donald Sharp | 2023-03-24 | 1 | -8/+8 |
* | *: auto-convert to SPDX License IDs | David Lamparter | 2023-02-09 | 1 | -12/+1 |
* | ldpd: Convert thread_cancel to THREAD_OFF | Donald Sharp | 2022-07-21 | 1 | -3/+3 |
* | *: Change thread->func to return void instead of int | Donald Sharp | 2022-02-24 | 1 | -13/+6 |
* | ldpd: Do not explicitly set the thread pointer to NULL | Donatas Abraitis | 2021-10-04 | 1 | -4/+0 |
* | *: unify thread/event cancel macros | Mark Stapp | 2020-10-23 | 1 | -3/+3 |
* | *: update thread_add_* calls | Quentin Young | 2017-05-09 | 1 | -6/+10 |
* | *: remove THREAD_ON macros, add nullity check | Quentin Young | 2017-05-09 | 1 | -4/+5 |
* | ldpd: adapt the code for Quagga | Renato Westphal | 2016-09-23 | 1 | -27/+28 |
* | ldpd: copy original sources from OpenBSD (14/09/2016) | Renato Westphal | 2016-09-23 | 1 | -0/+135 |