summaryrefslogtreecommitdiffstats
path: root/ldpd/accept.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-4/+4
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-4/+4
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-8/+8
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-12/+1
* ldpd: Convert thread_cancel to THREAD_OFFDonald Sharp2022-07-211-3/+3
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-13/+6
* ldpd: Do not explicitly set the thread pointer to NULLDonatas Abraitis2021-10-041-4/+0
* *: unify thread/event cancel macrosMark Stapp2020-10-231-3/+3
* *: update thread_add_* callsQuentin Young2017-05-091-6/+10
* *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-091-4/+5
* ldpd: adapt the code for QuaggaRenato Westphal2016-09-231-27/+28
* ldpd: copy original sources from OpenBSD (14/09/2016)Renato Westphal2016-09-231-0/+135