summaryrefslogtreecommitdiff
path: root/ldpd/control.c
AgeCommit message (Expand)Author
2024-01-09*: remove sys/stat.h from zebra.hDonald Sharp
2023-06-14ldpd: changes for code maintainabilitysri-mohan1
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Convert thread_add_XXX functions to event_add_XXXDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-07-21ldpd: Convert thread_cancel to THREAD_OFFDonald Sharp
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2020-10-23*: unify thread/event cancel macrosMark Stapp
2020-09-09ldpd: Adding support for LDP IGP SynchronizationKaren Schoener
2017-05-09*: update thread_add_* callsQuentin Young
2017-05-09*: remove THREAD_ON macros, add nullity checkQuentin Young
2017-04-26ldpd: simplify initialization of the child processesRenato Westphal
2017-03-20ldpd: provide both a brief and a detailed version of some show commandsRenato Westphal
2017-03-03ldpd: replace hand-rolled 'for' loop with specialized macroRenato Westphal
2017-01-26ldpd: add ctl_socket cli option to override the compiled-in location for the ...Renato Westphal
2016-09-23ldpd: adapt the code for QuaggaRenato Westphal
2016-09-23ldpd: sun is a reserved word on SolarisRenato Westphal
2016-09-23ldpd: copy original sources from OpenBSD (14/09/2016)Renato Westphal