summaryrefslogtreecommitdiff
path: root/lib/libfrr.c
AgeCommit message (Expand)Author
2020-04-16Merge pull request #5451 from opensourcerouting/rcu-logSantosh P K
2020-04-03lib, tools: silence harmless warnings in the northbound toolsRenato Westphal
2020-04-01lib: rewrite zlog lock-free & TLS-bufferedDavid Lamparter
2020-03-04*: Use true/false instead of 1/0 when assigning variable for bool typeDonatas Abraitis
2019-12-06lib: new defaults logicDavid Lamparter
2019-12-06lib: add frr_version_cmp()David Lamparter
2019-12-06lib: rename memory_vty.c to lib_vty.cDavid Lamparter
2019-10-11lib: optimize loading of the startup configurationRenato Westphal
2019-09-18Revert "lib: introduce a read-write lock for northbound configurations"Renato Westphal
2019-09-16lib: handle frr_pthread_init/fini in libfrr initQuentin Young
2019-08-19*: Fix spelling errors pointed out by debian packagingDonald Sharp
2019-07-31lib: RCUDavid Lamparter
2019-07-29vtysh: only show error codes onceQuentin Young
2019-06-19lib,vtysh: Add vtysh commands for log-filterStephen Worley
2019-06-04*: Convert over to all -N namespace to change DAEMON_VTY_DIRDonald Sharp
2019-06-04lib: Allow -N to modify the zapi domain socketDonald Sharp
2019-06-03No log commands (#3581)David Lamparter
2019-05-31lib: Add '--command-log-always` to all daemons startupDonald Sharp
2019-05-31lib: vtypath_default could be overwrittenDonald Sharp
2019-05-29Merge pull request #4393 from donaldsharp/debug_allRenato Westphal
2019-05-29lib: fix helpstring truncationQuentin Young
2019-05-29lib: remove some strcpy, strcatQuentin Young
2019-05-28lib: Separate out the debug_init apiDonald Sharp
2019-04-26lib: introduce a read-write lock for northbound configurationsRenato Westphal
2019-04-18lib: don't initialize the northbound database in the unit testsRenato Westphal
2019-02-25*: use proper bool initializers & fix comparisonsQuentin Young
2018-12-07lib: add support for confirmed commitsRenato Westphal
2018-10-27lib: introduce new northbound APIRenato Westphal
2018-10-04Merge pull request #3098 from opensourcerouting/watchfrr-delayQuentin Young
2018-10-02watchfrr, lib: cleanup & delay detachingDavid Lamparter
2018-10-02lib: print version information in libfrr.soDavid Lamparter
2018-09-22Revert "lib: Ensure FRR detects running of the second instance of a FRR daemo...Donald Sharp
2018-09-13*: style for EC replacementsQuentin Young
2018-09-13*: LIB_[ERR|WARN] -> EC_LIBQuentin Young
2018-09-12Merge remote-tracking branch 'frr/master' into warningsDavid Lamparter
2018-09-11lib: whitespace/spelling fixDavid Lamparter
2018-09-06lib: Convert libfrr.c to use new error code systemDonald Sharp
2018-09-06lib: Ensure FRR detects running of the second instance of a FRR daemon, doesn...Biswajit Sadhu
2018-08-14*: rename ferr_zlog -> flog_err_sysQuentin Young
2018-08-14*: rename ferr_ref -> log_refQuentin Young
2018-08-14*: rename zlog_fer -> flog_errQuentin Young
2018-08-14lib: remove still reachable blocks in ferr.cQuentin Young
2018-08-14*: stop double initialization of ferrQuentin Young
2018-08-14lib: Cleanup some missed LIB_ERR_SYSTEM_CALLDonald Sharp
2018-08-14lib, bgpd: Add code to make lib auto create the ferr infrastructureDonald Sharp
2018-07-29lib: Set proper write file when using backup configDonald Sharp
2018-06-25lib: check return value (Coverity 1453456)paco
2018-06-19lib: Add --log-level to daemonsDonald Sharp
2018-06-19lib: Remove special case code to use syslogDonald Sharp
2018-06-19lib: Add new cli to specify where to output logs on startupDonald Sharp