summaryrefslogtreecommitdiff
path: root/ldpd/ldpe.c
AgeCommit message (Expand)Author
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
2017-03-31ldpd: do not consume vty_conf when updating the configurationRenato Westphal
2017-03-31ldpd: fix configuration of non-existing VPLS interfaces and pseudowiresRenato Westphal
2017-03-27ldpd: remove a few unnecessary functionsRenato Westphal
2017-03-27ldpd: ignore the SIGHUP signal in the child processesRenato Westphal
2017-03-24Merge pull request #286 from opensourcerouting/ldpd-tshootDonald Sharp
2017-03-20ldpd: provide more detailed information in some show commandsRenato Westphal
2017-03-20ldpd: provide both a brief and a detailed version of some show commandsRenato Westphal
2017-03-15ldpd: Move if_update to ldp_if_updateDonald Sharp
2017-03-03ldpd: remove unnecessary memcpy'sRenato Westphal
2017-03-03ldpd: send VPLS MAC withdrawalsRenato Westphal
2017-03-03ldpd: minor tweaksRenato Westphal
2017-02-02Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp