| Commit message (Expand) | Author | Age | Files | Lines |
* | vtysh: only show error codes once | Quentin Young | 2019-07-29 | 1 | -0/+1 |
* | lib,vtysh: Add vtysh commands for log-filter | Stephen Worley | 2019-06-19 | 1 | -0/+2 |
* | *: Convert over to all -N namespace to change DAEMON_VTY_DIR | Donald Sharp | 2019-06-05 | 1 | -12/+28 |
* | lib: Allow -N to modify the zapi domain socket | Donald Sharp | 2019-06-04 | 1 | -3/+7 |
* | No log commands (#3581) | David Lamparter | 2019-06-03 | 1 | -1/+6 |
|\ |
|
| * | lib: Add '--command-log-always` to all daemons startup | Donald Sharp | 2019-05-31 | 1 | -1/+6 |
* | | lib: vtypath_default could be overwritten | Donald Sharp | 2019-05-31 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #4393 from donaldsharp/debug_all | Renato Westphal | 2019-05-30 | 1 | -0/+4 |
|\ |
|
| * | lib: Separate out the debug_init api | Donald Sharp | 2019-05-28 | 1 | -0/+4 |
* | | lib: fix helpstring truncation | Quentin Young | 2019-05-29 | 1 | -1/+1 |
* | | lib: remove some strcpy, strcat | Quentin Young | 2019-05-29 | 1 | -2/+2 |
|/ |
|
* | lib: introduce a read-write lock for northbound configurations | Renato Westphal | 2019-04-26 | 1 | -1/+6 |
* | lib: don't initialize the northbound database in the unit tests | Renato Westphal | 2019-04-18 | 1 | -0/+5 |
* | *: use proper bool initializers & fix comparisons | Quentin Young | 2019-02-26 | 1 | -1/+1 |
* | lib: add support for confirmed commits | Renato Westphal | 2018-12-07 | 1 | -1/+1 |
* | lib: introduce new northbound API | Renato Westphal | 2018-10-27 | 1 | -3/+72 |
* | Merge pull request #3098 from opensourcerouting/watchfrr-delay | Quentin Young | 2018-10-04 | 1 | -14/+34 |
|\ |
|
| * | watchfrr, lib: cleanup & delay detaching | David Lamparter | 2018-10-02 | 1 | -14/+34 |
* | | lib: print version information in libfrr.so | David Lamparter | 2018-10-02 | 1 | -0/+22 |
|/ |
|
* | Revert "lib: Ensure FRR detects running of the second instance of a FRR daemo... | Donald Sharp | 2018-09-22 | 1 | -31/+0 |
* | *: style for EC replacements | Quentin Young | 2018-09-13 | 1 | -6/+8 |
* | *: LIB_[ERR|WARN] -> EC_LIB | Quentin Young | 2018-09-13 | 1 | -6/+6 |
* | Merge remote-tracking branch 'frr/master' into warnings | David Lamparter | 2018-09-12 | 1 | -0/+29 |
|\ |
|
| * | lib: whitespace/spelling fix | David Lamparter | 2018-09-11 | 1 | -3/+2 |
| * | lib: Ensure FRR detects running of the second instance of a FRR daemon, doesn... | Biswajit Sadhu | 2018-09-06 | 1 | -0/+30 |
* | | lib: Convert libfrr.c to use new error code system | Donald Sharp | 2018-09-06 | 1 | -2/+4 |
|/ |
|
* | *: rename ferr_zlog -> flog_err_sys | Quentin Young | 2018-08-14 | 1 | -6/+6 |
* | *: rename ferr_ref -> log_ref | Quentin Young | 2018-08-14 | 1 | -2/+2 |
* | *: rename zlog_fer -> flog_err | Quentin Young | 2018-08-14 | 1 | -2/+2 |
* | lib: remove still reachable blocks in ferr.c | Quentin Young | 2018-08-14 | 1 | -0/+1 |
* | *: stop double initialization of ferr | Quentin Young | 2018-08-14 | 1 | -0/+1 |
* | lib: Cleanup some missed LIB_ERR_SYSTEM_CALL | Donald Sharp | 2018-08-14 | 1 | -4/+6 |
* | lib, bgpd: Add code to make lib auto create the ferr infrastructure | Donald Sharp | 2018-08-14 | 1 | -0/+3 |
* | lib: Set proper write file when using backup config | Donald Sharp | 2018-07-29 | 1 | -0/+5 |
* | lib: check return value (Coverity 1453456) | paco | 2018-06-25 | 1 | -1/+3 |
* | lib: Add --log-level to daemons | Donald Sharp | 2018-06-19 | 1 | -4/+9 |
* | lib: Remove special case code to use syslog | Donald Sharp | 2018-06-19 | 1 | -3/+0 |
* | lib: Add new cli to specify where to output logs on startup | Donald Sharp | 2018-06-19 | 1 | -1/+10 |
* | lib: Create a thread for reading in the cli | Donald Sharp | 2018-06-19 | 1 | -4/+21 |
* | lib: Add ability to retry if backup is specified | Donald Sharp | 2018-06-19 | 1 | -1/+6 |
* | bgpd, lib, ospf6d, vtysh: fix possible snprintf possible truncation | Donald Sharp | 2018-06-08 | 1 | -2/+2 |
* | lib: fix pathspace option -N | Christian Franke | 2018-04-11 | 1 | -2/+2 |
* | *: conform with COMMUNITY.md formatting rules, via 'make indent' | Lou Berger | 2018-03-06 | 1 | -10/+8 |
* | lib, ldpd: fix "argument cannot be negative" coverity warnings | Renato Westphal | 2017-10-06 | 1 | -9/+21 |
* | Merge pull request #1255 from qlyoung/vtysh-remove-double-slash | Renato Westphal | 2017-09-29 | 1 | -1/+1 |
|\ |
|
| * | lib: remove extra / in other paths | Quentin Young | 2017-09-29 | 1 | -1/+1 |
* | | lib: Free thread_master pointer after free | Donald Sharp | 2017-09-25 | 1 | -0/+1 |
|/ |
|
* | lib: add -N/--pathspace option | David Lamparter | 2017-08-28 | 1 | -11/+39 |
* | lib: fix cosmetic issue with exit race | David Lamparter | 2017-08-24 | 1 | -1/+4 |
* | lib: centralized memstats-at-exit | David Lamparter | 2017-08-24 | 1 | -0/+30 |