summaryrefslogtreecommitdiffstats
path: root/ldpd/control.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: remove sys/stat.h from zebra.hDonald Sharp2024-01-091-0/+1
* ldpd: changes for code maintainabilitysri-mohan12023-06-141-12/+6
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-5/+5
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-2/+2
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-4/+4
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-12/+1
* ldpd: Convert thread_cancel to THREAD_OFFDonald Sharp2022-07-211-2/+2
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-15/+9
* *: unify thread/event cancel macrosMark Stapp2020-10-231-2/+2
* ldpd: Adding support for LDP IGP SynchronizationKaren Schoener2020-09-091-0/+3
* *: update thread_add_* callsQuentin Young2017-05-091-2/+3
* *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-091-2/+2
* ldpd: simplify initialization of the child processesRenato Westphal2017-04-261-9/+9
* ldpd: provide both a brief and a detailed version of some show commandsRenato Westphal2017-03-211-0/+3
* ldpd: replace hand-rolled 'for' loop with specialized macroRenato Westphal2017-03-031-6/+8
* ldpd: add ctl_socket cli option to override the compiled-in location for the ...Renato Westphal2017-01-251-7/+7
* ldpd: adapt the code for QuaggaRenato Westphal2016-09-231-59/+37
* ldpd: sun is a reserved word on SolarisRenato Westphal2016-09-231-8/+8
* ldpd: copy original sources from OpenBSD (14/09/2016)Renato Westphal2016-09-231-0/+308