summaryrefslogtreecommitdiffstats
path: root/lib/libfrr.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: mgmtd: add manual vty server start option and use itChristian Hopps2023-05-301-0/+7
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-241-6/+6
* *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-241-6/+6
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-1/+1
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* lib: support multiple `--log` optionsDavid Lamparter2022-03-071-1/+10
* lib: add frr_early_init hookDavid Lamparter2022-01-171-0/+1
* lib: shuffle around command line optionsDavid Lamparter2021-12-141-3/+5
* *: Convert quagga_signal_X to frr_signal_XDonald Sharp2021-11-111-1/+1
* lib: hard-fail creating threads before fork()David Lamparter2021-04-221-0/+2
* lib: add frr_config_pre hookDavid Lamparter2021-04-221-0/+4
* lib: rename very_late_init hook to config_postDavid Lamparter2021-04-221-1/+1
* *: require semicolon after FRR_DAEMON_INFO & co.David Lamparter2021-03-171-2/+2
* *: require semicolon after DEFINE_HOOK & co.David Lamparter2021-03-171-4/+4
* lib: memorize what fds were open at startupDavid Lamparter2021-02-121-1/+2
* lib: add support for scripts directoryQuentin Young2020-12-021-0/+2
* lib: add startup option to limit fdsMark Stapp2020-11-181-0/+4
* lib: postpone the sysrepo plugin initializationRenato Westphal2020-09-151-0/+1
* treewide: add attribute to functions that do not returnRuben Kerkhof2020-03-191-1/+2
* *: make frr_yang_module_info constDavid Lamparter2019-11-301-1/+1
* *: Convert over to all -N namespace to change DAEMON_VTY_DIRDonald Sharp2019-06-051-1/+5
* lib: Add '--command-log-always` to all daemons startupDonald Sharp2019-05-311-0/+2
* lib: add extern "C" {} blocks to all libfrr headersRenato Westphal2019-02-121-0/+8
* lib: introduce new northbound APIRenato Westphal2018-10-271-0/+15
* watchfrr, lib: cleanup & delay detachingDavid Lamparter2018-10-021-4/+12
* lib: Add --log-level to daemonsDonald Sharp2018-06-191-0/+1
* lib: Add new cli to specify where to output logs on startupDonald Sharp2018-06-191-0/+1
* lib: Create a thread for reading in the cliDonald Sharp2018-06-191-0/+2
* lib: Add ability to retry if backup is specifiedDonald Sharp2018-06-191-0/+1
* bgpd, lib, ospf6d, vtysh: fix possible snprintf possible truncationDonald Sharp2018-06-081-1/+1
* lib: add -N/--pathspace optionDavid Lamparter2017-08-281-0/+1
* lib: centralized memstats-at-exitDavid Lamparter2017-08-241-0/+2
* *: centralize some exit cleanup into libfrrDavid Lamparter2017-08-151-0/+8
* Merge remote-tracking branch 'frr/master' into tcp-zebraDavid Lamparter2017-08-091-0/+1
|\
| * lib: --terminal option for all daemonsDavid Lamparter2017-08-021-0/+1
* | *: remove --enable-tcp-zebra, rework ZAPI pathDavid Lamparter2017-08-081-0/+4
|/
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-20/+15
* lib: detangle protocol name/instance from loggingDavid Lamparter2017-05-181-0/+3
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-3/+3
* lib: Add CLI option --moduledir to override default module location (needed f...Martin Winter2017-04-211-0/+2
* lib: add hook infrastructureDavid Lamparter2017-03-251-0/+2
* lib: dynamic module loadingDavid Lamparter2017-03-241-2/+11
* lib: simplify protocol/log namingDavid Lamparter2017-03-081-2/+2
* *: add frr_run()David Lamparter2017-03-081-0/+4
* *: add frr_config_fork()David Lamparter2017-03-081-1/+16
* *: centralize more into frr_init()David Lamparter2017-03-071-0/+1
* *: add frr_init() infrastructureDavid Lamparter2017-03-071-0/+80