summaryrefslogtreecommitdiff
path: root/ldpd/ldpe.c
AgeCommit message (Expand)Author
2025-04-08ldpd: clean up warnings from -WshadowMark Stapp
2024-10-16ldpd: free previous config if it wasn't appliedDavid Lamparter
2024-03-10ldpd: use zlog recirculation for subprocessesDavid Lamparter
2023-05-06ldpd: changes for code maintainabilitysri-mohan1
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Convert thread_fetch and thread_call to event_fetch and event_callDonald 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-12-05ldpd: Clean up use after free in shutdownDonald Sharp
2022-08-30ldpd: changes for code maintainabilitysri-mohan1
2022-07-21ldpd: Convert thread_cancel to THREAD_OFFDonald Sharp
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2021-11-11*: Convert quagga_signal_X to frr_signal_XDonald Sharp
2021-10-04ldpd: Do not explicitly set the thread pointer to NULLDonatas Abraitis
2021-04-23ldpd: set `frr_is_after_fork` in lde/ldpeDavid Lamparter
2021-02-24ldpd: Add support for read-only snmp mib objects (excluding statistics)Karen Schoener
2021-01-08ldpd: add support for RLFA clientsRenato Westphal
2020-11-26ldpd: Prevent usage after freeDonald Sharp
2020-10-23*: unify thread/event cancel macrosMark Stapp
2020-09-11Merge pull request #6789 from volta-networks/feat_ldp_igp_syncRenato Westphal
2020-09-09ldpd: Adding support for LDP IGP SynchronizationKaren Schoener
2020-09-04ldpd: Fix issue when starting up LDP with no configuration.lynne
2020-07-14*: un-split strings across linesDavid Lamparter
2020-06-22ldpd: clean up temp zlog filesMark Stapp
2020-04-29ldpd: fix ACL rule modificationlynne
2020-03-11ldpd: During code inspection we are mixing data sizesDonald Sharp
2020-03-08ldpd: remove multiple definitions of thread_masterRuben Kerkhof
2020-03-08ldpd: Fix linking error on Fedora Rawhide with GCC 10Ruben Kerkhof
2018-12-21ldpd: fix startup on OpenBSDRafael Zalamena
2018-02-23*: Make assignment from RB_ROOT in while loop work betterDonald Sharp
2017-10-10ldpd: fix heap-use-after-free at exitRenato Westphal
2017-10-06ldpd: sprinkle in some asserts to make scan-build happyRenato Westphal
2017-08-02lib: privs: make uid/gid accessible before setuidDavid Lamparter
2017-06-29lib: more `show thread cpu`Quentin Young
2017-06-16lib: improve the RB implementationRafael Zalamena
2017-06-13Merge branch 'stable/3.0'David Lamparter
2017-06-07ldpd: remove pledge callsRenato Westphal
2017-06-05ldpd: fix issues detected by Coverity ScanRenato Westphal
2017-06-05ldpd: use synchronous channels for sending log messagesRenato Westphal
2017-06-05ldpd: fix segfault after failed initializationRenato Westphal
2017-06-05ldpd: simplify initialization of the child processesRenato Westphal
2017-06-05ldpd: split log.c into two filesRenato Westphal
2017-05-09*: update thread_add_* callsQuentin Young
2017-05-09*: remove THREAD_ON macros, add nullity checkQuentin Young
2017-04-27ldpd: fix issues detected by Coverity ScanRenato Westphal
2017-04-26ldpd: use synchronous channels for sending log messagesRenato Westphal
2017-04-26ldpd: fix segfault after failed initializationRenato Westphal
2017-04-26ldpd: simplify initialization of the child processesRenato Westphal
2017-04-24ldpd: split log.c into two filesRenato Westphal