summaryrefslogtreecommitdiffstats
path: root/lib/libfrr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* watchfrr: add (network) namespace supportDavid Lamparter2020-07-221-6/+4
* Merge pull request #6557 from opensourcerouting/zlogbuf-litterDonald Sharp2020-06-111-1/+1
|\
| * lib: set up TLS log buffer after forkingDavid Lamparter2020-06-101-1/+1
* | lib: return human-readable error messages to the northbound clientsRenato Westphal2020-05-291-4/+6
* | lib: introduce the northbound context structureRenato Westphal2020-05-291-3/+5
|/
* Merge pull request #5451 from opensourcerouting/rcu-logSantosh P K2020-04-161-6/+8
|\
| * lib: rewrite zlog lock-free & TLS-bufferedDavid Lamparter2020-04-011-6/+8
* | lib, tools: silence harmless warnings in the northbound toolsRenato Westphal2020-04-041-1/+1
|/
* *: Use true/false instead of 1/0 when assigning variable for bool typeDonatas Abraitis2020-03-041-3/+3
* lib: new defaults logicDavid Lamparter2019-12-061-1/+31
* lib: add frr_version_cmp()David Lamparter2019-12-061-1/+0
* lib: rename memory_vty.c to lib_vty.cDavid Lamparter2019-12-061-3/+2
* lib: optimize loading of the startup configurationRenato Westphal2019-10-121-5/+17
* Revert "lib: introduce a read-write lock for northbound configurations"Renato Westphal2019-09-181-6/+1
* lib: handle frr_pthread_init/fini in libfrr initQuentin Young2019-09-161-0/+4
* *: Fix spelling errors pointed out by debian packagingDonald Sharp2019-08-191-1/+1
* lib: RCUDavid Lamparter2019-07-311-0/+2
* 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