summaryrefslogtreecommitdiffstats
path: root/lib/libfrr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: check return value (Coverity 1453456)paco2018-06-251-1/+3
* lib: Add --log-level to daemonsDonald Sharp2018-06-191-4/+9
* lib: Remove special case code to use syslogDonald Sharp2018-06-191-3/+0
* lib: Add new cli to specify where to output logs on startupDonald Sharp2018-06-191-1/+10
* lib: Create a thread for reading in the cliDonald Sharp2018-06-191-4/+21
* lib: Add ability to retry if backup is specifiedDonald Sharp2018-06-191-1/+6
* bgpd, lib, ospf6d, vtysh: fix possible snprintf possible truncationDonald Sharp2018-06-081-2/+2
* lib: fix pathspace option -NChristian Franke2018-04-111-2/+2
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-10/+8
* lib, ldpd: fix "argument cannot be negative" coverity warningsRenato Westphal2017-10-061-9/+21
* Merge pull request #1255 from qlyoung/vtysh-remove-double-slashRenato Westphal2017-09-291-1/+1
|\
| * lib: remove extra / in other pathsQuentin Young2017-09-291-1/+1
* | lib: Free thread_master pointer after freeDonald Sharp2017-09-251-0/+1
|/
* lib: add -N/--pathspace optionDavid Lamparter2017-08-281-11/+39
* lib: fix cosmetic issue with exit raceDavid Lamparter2017-08-241-1/+4
* lib: centralized memstats-at-exitDavid Lamparter2017-08-241-0/+30
* *: centralize some exit cleanup into libfrrDavid Lamparter2017-08-151-0/+21
* lib: don't close stdio when running foregroundDavid Lamparter2017-08-111-1/+1
* Merge remote-tracking branch 'frr/master' into tcp-zebraDavid Lamparter2017-08-091-7/+283
|\
| * lib: don't mkdir state paths in watchfrrDavid Lamparter2017-08-091-6/+9
| * lib: close stdin/out/err in non-terminal caseDavid Lamparter2017-08-031-2/+9
| * lib: plug logging hole during startupDavid Lamparter2017-08-021-0/+3
| * lib: create pid/vty directoriesDavid Lamparter2017-08-021-0/+51
| * lib: privs: make uid/gid accessible before setuidDavid Lamparter2017-08-021-0/+2
| * lib: vty_stdio signal handlingDavid Lamparter2017-08-021-7/+108
| * lib: --terminal option for all daemonsDavid Lamparter2017-08-021-3/+35
| * lib: daemonize more intelligentlyDavid Lamparter2017-08-021-5/+82
* | lib: thoroughly disable tcp-zebraDavid Lamparter2017-08-081-0/+16
* | *: remove --enable-tcp-zebra, rework ZAPI pathDavid Lamparter2017-08-081-1/+106
|/
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-81/+65
* lib: more `show thread cpu`Quentin Young2017-06-301-1/+1
* lib: fix protocol name array sizeDavid Lamparter2017-06-141-2/+2
* lib: detangle protocol name/instance from loggingDavid Lamparter2017-05-181-0/+10
* *: 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-3/+18
* lib: add hook infrastructureDavid Lamparter2017-03-251-1/+5
* lib: dynamic module loadingDavid Lamparter2017-03-241-1/+31
* lib: Fix missed codeDonald Sharp2017-03-101-1/+2
* lib: simplify protocol/log namingDavid Lamparter2017-03-081-1/+1
* *: add frr_run()David Lamparter2017-03-081-0/+21
* *: add frr_config_fork()David Lamparter2017-03-081-16/+117
* *: centralize more into frr_init()David Lamparter2017-03-071-0/+8
* *: add frr_init() infrastructureDavid Lamparter2017-03-071-0/+262