summaryrefslogtreecommitdiffstats
path: root/ldpd/ldpe.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ldpd: use zlog recirculation for subprocessesDavid Lamparter2024-03-101-0/+5
* ldpd: changes for code maintainabilitysri-mohan12023-05-061-39/+20
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-10/+10
* *: Convert thread_fetch and thread_call to event_fetch and event_callDonald Sharp2023-03-241-2/+2
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-12/+12
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-8/+8
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-12/+1
* ldpd: Clean up use after free in shutdownDonald Sharp2022-12-051-1/+1
* ldpd: changes for code maintainabilitysri-mohan12022-08-301-6/+6
* ldpd: Convert thread_cancel to THREAD_OFFDonald Sharp2022-07-211-7/+7
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-15/+6
* *: Convert quagga_signal_X to frr_signal_XDonald Sharp2021-11-111-1/+1
* ldpd: Do not explicitly set the thread pointer to NULLDonatas Abraitis2021-10-041-6/+0
* ldpd: set `frr_is_after_fork` in lde/ldpeDavid Lamparter2021-04-231-0/+2
* ldpd: Add support for read-only snmp mib objects (excluding statistics)Karen Schoener2021-02-241-4/+16
* ldpd: add support for RLFA clientsRenato Westphal2021-01-091-1/+44
* ldpd: Prevent usage after freeDonald Sharp2020-11-271-3/+3
* *: unify thread/event cancel macrosMark Stapp2020-10-231-7/+7
* Merge pull request #6789 from volta-networks/feat_ldp_igp_syncRenato Westphal2020-09-111-0/+24
|\
| * ldpd: Adding support for LDP IGP SynchronizationKaren Schoener2020-09-091-0/+24
* | ldpd: Fix issue when starting up LDP with no configuration.lynne2020-09-041-6/+2
|/
* *: un-split strings across linesDavid Lamparter2020-07-141-12/+6
* ldpd: clean up temp zlog filesMark Stapp2020-06-221-0/+3
* ldpd: fix ACL rule modificationlynne2020-04-291-1/+34
* ldpd: During code inspection we are mixing data sizesDonald Sharp2020-03-111-3/+3
* ldpd: remove multiple definitions of thread_masterRuben Kerkhof2020-03-081-3/+0
* ldpd: Fix linking error on Fedora Rawhide with GCC 10Ruben Kerkhof2020-03-081-0/+2
* ldpd: fix startup on OpenBSDRafael Zalamena2018-12-221-8/+10
* *: Make assignment from RB_ROOT in while loop work betterDonald Sharp2018-02-231-1/+4
* ldpd: fix heap-use-after-free at exitRenato Westphal2017-10-101-2/+9
* ldpd: sprinkle in some asserts to make scan-build happyRenato Westphal2017-10-061-1/+3
* lib: privs: make uid/gid accessible before setuidDavid Lamparter2017-08-021-0/+1
* lib: more `show thread cpu`Quentin Young2017-06-301-1/+1
* lib: improve the RB implementationRafael Zalamena2017-06-161-11/+11
* Merge branch 'stable/3.0'David Lamparter2017-06-131-5/+0
|\
| * ldpd: remove pledge callsRenato Westphal2017-06-071-5/+0
| * ldpd: fix issues detected by Coverity ScanRenato Westphal2017-06-051-8/+2
| * ldpd: use synchronous channels for sending log messagesRenato Westphal2017-06-051-0/+7
| * ldpd: fix segfault after failed initializationRenato Westphal2017-06-051-4/+7
| * ldpd: simplify initialization of the child processesRenato Westphal2017-06-051-39/+49
| * ldpd: split log.c into two filesRenato Westphal2017-06-051-0/+1
* | *: update thread_add_* callsQuentin Young2017-05-091-19/+20
* | *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-091-8/+14
* | ldpd: fix issues detected by Coverity ScanRenato Westphal2017-04-271-8/+2
* | ldpd: use synchronous channels for sending log messagesRenato Westphal2017-04-261-0/+7
* | ldpd: fix segfault after failed initializationRenato Westphal2017-04-261-4/+7
* | ldpd: simplify initialization of the child processesRenato Westphal2017-04-261-39/+49
* | ldpd: split log.c into two filesRenato Westphal2017-04-251-0/+1
|/
* ldpd: do not consume vty_conf when updating the configurationRenato Westphal2017-03-311-9/+1
* ldpd: fix configuration of non-existing VPLS interfaces and pseudowiresRenato Westphal2017-03-311-5/+8