summaryrefslogtreecommitdiffstats
path: root/lib/libfrr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: add support for confirmed commitsRenato Westphal2018-12-071-1/+1
* lib: introduce new northbound APIRenato Westphal2018-10-271-3/+72
* Merge pull request #3098 from opensourcerouting/watchfrr-delayQuentin Young2018-10-041-14/+34
|\
| * watchfrr, lib: cleanup & delay detachingDavid Lamparter2018-10-021-14/+34
* | lib: print version information in libfrr.soDavid Lamparter2018-10-021-0/+22
|/
* Revert "lib: Ensure FRR detects running of the second instance of a FRR daemo...Donald Sharp2018-09-221-31/+0
* *: style for EC replacementsQuentin Young2018-09-131-6/+8
* *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-6/+6
* Merge remote-tracking branch 'frr/master' into warningsDavid Lamparter2018-09-121-0/+29
|\
| * lib: whitespace/spelling fixDavid Lamparter2018-09-111-3/+2
| * lib: Ensure FRR detects running of the second instance of a FRR daemon, doesn...Biswajit Sadhu2018-09-061-0/+30
* | lib: Convert libfrr.c to use new error code systemDonald Sharp2018-09-061-2/+4
|/
* *: rename ferr_zlog -> flog_err_sysQuentin Young2018-08-141-6/+6
* *: rename ferr_ref -> log_refQuentin Young2018-08-141-2/+2
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-2/+2
* lib: remove still reachable blocks in ferr.cQuentin Young2018-08-141-0/+1
* *: stop double initialization of ferrQuentin Young2018-08-141-0/+1
* lib: Cleanup some missed LIB_ERR_SYSTEM_CALLDonald Sharp2018-08-141-4/+6
* lib, bgpd: Add code to make lib auto create the ferr infrastructureDonald Sharp2018-08-141-0/+3
* lib: Set proper write file when using backup configDonald Sharp2018-07-291-0/+5
* 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