summaryrefslogtreecommitdiffstats
path: root/nhrpd/nhrp_event.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: 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-12/+12
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-5/+5
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-5/+1
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-12/+7
* nhrpd: Do not explicitly set the thread pointer to NULLDonatas Abraitis2021-10-041-3/+0
* nhrp: enables the event system to interpret client results correctlyJoe Maimon2021-03-101-2/+2
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-1/+1
* *: fix config.h/zebra.h include orderDavid Lamparter2018-09-081-0/+4
* eigrpd nhrpd ospfd pimd: fomat fixes (PVS-Studio)F. Aragon2018-07-021-1/+1
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-45/+50
* nhrpd: fix issues found by coverityJorge Boncompte2017-08-101-2/+4
* nhrpd: Fix crash in 'no nhrp event socket..' commandDonald Sharp2017-05-181-2/+5
* *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-091-8/+12
* nhrpd: implement next hop resolution protocolTimo Teräs2017-03-071-0/+280