summaryrefslogtreecommitdiff
path: root/lib/libfrr.h
AgeCommit message (Expand)Author
2023-05-30lib: mgmtd: add manual vty server start option and use itChristian Hopps
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Convert `struct event_master` to `struct event_loop`Donald Sharp
2023-03-24*: Convert struct thread_master to struct event_master and it's ilkDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-03-07lib: support multiple `--log` optionsDavid Lamparter
2022-01-17lib: add frr_early_init hookDavid Lamparter
2021-12-14lib: shuffle around command line optionsDavid Lamparter
2021-11-11*: Convert quagga_signal_X to frr_signal_XDonald Sharp
2021-04-22lib: hard-fail creating threads before fork()David Lamparter
2021-04-22lib: add frr_config_pre hookDavid Lamparter
2021-04-22lib: rename very_late_init hook to config_postDavid Lamparter
2021-03-17*: require semicolon after FRR_DAEMON_INFO & co.David Lamparter
2021-03-17*: require semicolon after DEFINE_HOOK & co.David Lamparter
2021-02-12lib: memorize what fds were open at startupDavid Lamparter
2020-12-01lib: add support for scripts directoryQuentin Young
2020-11-18lib: add startup option to limit fdsMark Stapp
2020-09-15lib: postpone the sysrepo plugin initializationRenato Westphal
2020-03-19treewide: add attribute to functions that do not returnRuben Kerkhof
2019-11-30*: make frr_yang_module_info constDavid Lamparter
2019-06-04*: Convert over to all -N namespace to change DAEMON_VTY_DIRDonald Sharp
2019-05-31lib: Add '--command-log-always` to all daemons startupDonald Sharp
2019-02-11lib: add extern "C" {} blocks to all libfrr headersRenato Westphal
2018-10-27lib: introduce new northbound APIRenato Westphal
2018-10-02watchfrr, lib: cleanup & delay detachingDavid Lamparter
2018-06-19lib: Add --log-level to daemonsDonald Sharp
2018-06-19lib: Add new cli to specify where to output logs on startupDonald Sharp
2018-06-19lib: Create a thread for reading in the cliDonald Sharp
2018-06-19lib: Add ability to retry if backup is specifiedDonald Sharp
2018-06-07bgpd, lib, ospf6d, vtysh: fix possible snprintf possible truncationDonald Sharp
2017-08-28lib: add -N/--pathspace optionDavid Lamparter
2017-08-24lib: centralized memstats-at-exitDavid Lamparter
2017-08-15*: centralize some exit cleanup into libfrrDavid Lamparter
2017-08-09Merge remote-tracking branch 'frr/master' into tcp-zebraDavid Lamparter
2017-08-08*: remove --enable-tcp-zebra, rework ZAPI pathDavid Lamparter
2017-08-02lib: --terminal option for all daemonsDavid Lamparter
2017-07-17*: reindentreindent-master-afterwhitespace / reindent
2017-05-18lib: detangle protocol name/instance from loggingDavid Lamparter
2017-05-15*: make consistent & update GPLv2 file headersDavid Lamparter
2017-04-21lib: Add CLI option --moduledir to override default module location (needed f...Martin Winter
2017-03-25lib: add hook infrastructureDavid Lamparter
2017-03-24lib: dynamic module loadingDavid Lamparter
2017-03-08lib: simplify protocol/log namingDavid Lamparter
2017-03-08*: add frr_run()David Lamparter
2017-03-08*: add frr_config_fork()David Lamparter
2017-03-07*: centralize more into frr_init()David Lamparter
2017-03-07*: add frr_init() infrastructureDavid Lamparter