summaryrefslogtreecommitdiffstats
path: root/lib/module.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-12/+1
* lib/module.c and callers of frrmod_load(): fix error messagesG. Paul Ziemba2021-09-141-16/+76
* build: make builddir include path consistentDavid Lamparter2021-04-211-1/+1
* *: require semicolon after FRR_DAEMON_INFO & co.David Lamparter2021-03-171-1/+1
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-2/+2
* lib: "xref" identifier infrastructureDavid Lamparter2021-02-011-0/+2
* *: Use true/false instead of 1/0 when assigning variable for bool typeDonatas Abraitis2020-03-041-2/+2
* *: remove null check before XFREEQuentin Young2019-02-261-2/+1
* lib: flip to ISC on hook & module codeDavid Lamparter2018-12-141-16/+10
* eigrpd lib pimd zebra: dead code (PVS-Studio)F. Aragon2018-07-061-1/+1
* bgpd, lib, ospf6d, vtysh: fix possible snprintf possible truncationDonald Sharp2018-06-081-1/+1
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-4/+5
* *: fix compiler warningsDavid Lamparter2017-08-261-2/+4
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-15/+13
* lib: fix error message to reference FRRJafar Al-Gharaibeh2017-07-121-1/+1
* lib: Add CLI option --moduledir to override default module location (needed f...Martin Winter2017-04-211-3/+3
* lib: dynamic module loadingDavid Lamparter2017-03-241-0/+159