summaryrefslogtreecommitdiffstats
path: root/lib/libfrr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* vtysh: only show error codes onceQuentin Young2019-07-291-0/+1
* lib,vtysh: Add vtysh commands for log-filterStephen Worley2019-06-191-0/+2
* *: Convert over to all -N namespace to change DAEMON_VTY_DIRDonald Sharp2019-06-051-12/+28
* lib: Allow -N to modify the zapi domain socketDonald Sharp2019-06-041-3/+7
* No log commands (#3581)David Lamparter2019-06-031-1/+6
|\
| * lib: Add '--command-log-always` to all daemons startupDonald Sharp2019-05-311-1/+6
* | lib: vtypath_default could be overwrittenDonald Sharp2019-05-311-1/+1
|/
* Merge pull request #4393 from donaldsharp/debug_allRenato Westphal2019-05-301-0/+4
|\
| * lib: Separate out the debug_init apiDonald Sharp2019-05-281-0/+4
* | lib: fix helpstring truncationQuentin Young2019-05-291-1/+1
* | lib: remove some strcpy, strcatQuentin Young2019-05-291-2/+2
|/
* lib: introduce a read-write lock for northbound configurationsRenato Westphal2019-04-261-1/+6
* lib: don't initialize the northbound database in the unit testsRenato Westphal2019-04-181-0/+5
* *: use proper bool initializers & fix comparisonsQuentin Young2019-02-261-1/+1
* 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