| Commit message (Expand) | Author | Age | Files | Lines |
* | lib: make cputime checks runtime options (v2) | David Lamparter | 2021-06-24 | 1 | -27/+27 |
* | lib: fix interface configuration after vrf change | Igor Ryzhov | 2021-06-18 | 1 | -2/+50 |
* | northbound: KISS always batch yang config (file read), it's faster | Christian Hopps | 2021-06-02 | 1 | -2/+2 |
* | Merge pull request #8003 from donaldsharp/timings | Patrick Ruddy | 2021-04-14 | 1 | -4/+10 |
|\ |
|
| * | lib: Incorporate Wall and Cpu warning into `show thread cpu` | Donald Sharp | 2021-03-26 | 1 | -2/+2 |
| * | lib: Differentiate between real and cpu bound processes | Donald Sharp | 2021-03-26 | 1 | -3/+9 |
* | | lib: save errno in vty_out() | David Lamparter | 2021-03-30 | 1 | -0/+3 |
|/ |
|
* | *: require semicolon after DEFINE_MTYPE & co | David Lamparter | 2021-03-17 | 1 | -3/+3 |
* | *: remove remaining severity prefixes | David Lamparter | 2021-03-14 | 1 | -1/+1 |
* | lib: Convert to builtin printf functionality | Donald Sharp | 2021-03-14 | 1 | -16/+10 |
* | Merge pull request #8035 from qlyoung/remove-more-sprintf | Mark Stapp | 2021-02-23 | 1 | -3/+3 |
|\ |
|
| * | *: remove more sprintf() | Quentin Young | 2021-02-09 | 1 | -3/+3 |
* | | lib: fix CRNL causing empty prompt lines | David Lamparter | 2021-02-15 | 1 | -1/+15 |
* | | lib: stop parallel-passing vty_sock, detangle | David Lamparter | 2021-02-15 | 1 | -38/+50 |
* | | lib: de-uglify `-t` option + `log stdout` combo | David Lamparter | 2021-02-12 | 1 | -1/+1 |
|/ |
|
* | lib: Remove #if 0 code | Donald Sharp | 2021-01-28 | 1 | -21/+0 |
* | lib: Stop socket from leaking. | Donald Sharp | 2020-11-19 | 1 | -0/+1 |
* | bgpd, lib, nhrpd, zebra: verify return of sockunion2hostprefix | Donald Sharp | 2020-11-18 | 1 | -1/+5 |
* | Merge pull request #7067 from donaldsharp/remove_solaris | Mark Stapp | 2020-09-22 | 1 | -9/+0 |
|\ |
|
| * | *: Remove solaris from FRR | Donald Sharp | 2020-09-21 | 1 | -9/+0 |
* | | lib: fix regcomp error processing | Igor Ryzhov | 2020-09-21 | 1 | -2/+2 |
|/ |
|
* | lib: introduce configuration back-off timer for YANG-modeled commands | Renato Westphal | 2020-08-03 | 1 | -0/+3 |
* | *: un-split strings across lines | David Lamparter | 2020-07-14 | 1 | -4/+2 |
* | lib: return human-readable error messages to the northbound clients | Renato Westphal | 2020-05-29 | 1 | -3/+6 |
* | lib: introduce the northbound context structure | Renato Westphal | 2020-05-29 | 1 | -3/+6 |
* | *: manually remove some more sprintf | Quentin Young | 2020-04-21 | 1 | -1/+1 |
* | *: sprintf -> snprintf | Quentin Young | 2020-04-21 | 1 | -1/+1 |
* | *: add ->node_exit to struct cmd_node | David Lamparter | 2020-04-16 | 1 | -7/+12 |
* | *: move CLI node names to cmd_node->name | David Lamparter | 2020-04-16 | 1 | -0/+1 |
* | *: move CLI parent data to cmd_node->parent_node | David Lamparter | 2020-04-16 | 1 | -0/+19 |
* | *: remove second parameter on install_node() | David Lamparter | 2020-04-16 | 1 | -1/+3 |
* | *: remove cmd_node->vtysh | David Lamparter | 2020-04-16 | 1 | -1/+0 |
* | *: clean up cmd_node initializers | David Lamparter | 2020-04-16 | 1 | -1/+3 |
* | vtysh: Crash during show running-config | saravanank | 2020-03-27 | 1 | -2/+7 |
* | lib: Fix so that `--enable-pcreposix` actually compiles | Donald Sharp | 2020-02-16 | 1 | -0/+5 |
* | *: Remove break after return | Donatas Abraitis | 2020-02-13 | 1 | -3/+0 |
* | *: remove null check before XFREE | Quentin Young | 2020-02-04 | 1 | -7/+2 |
* | *: don't null after XFREE; XFREE does this itself | Quentin Young | 2020-02-03 | 1 | -2/+0 |
* | lib: make some variables static | David Lamparter | 2019-12-13 | 1 | -1/+1 |
* | lib: optimize loading of the startup configuration | Renato Westphal | 2019-10-12 | 1 | -2/+1 |
* | Revert "lib: introduce a read-write lock for northbound configurations" | Renato Westphal | 2019-09-18 | 1 | -13/+8 |
* | *: Start process of possibly deprecating Solaris | Donald Sharp | 2019-08-27 | 1 | -0/+9 |
* | *: fix ctype (isalpha & co.) casts | David Lamparter | 2019-08-06 | 1 | -4/+5 |
* | lib: Do not blindly set the _read and _write pointers to NULL | Donald Sharp | 2019-06-20 | 1 | -36/+12 |
* | Merge pull request #4509 from opensourcerouting/spanish-intquisition | Quentin Young | 2019-06-13 | 1 | -2/+2 |
|\ |
|
| * | lib: use snprintfrr() in "hidden" printfs | David Lamparter | 2019-06-12 | 1 | -2/+2 |
* | | lib: fix outdated candidate configuration issue | Renato Westphal | 2019-06-12 | 1 | -0/+1 |
|/ |
|
* | lib,bgpd,babeld,ripngd,nhrpd,bfdd: clean up SA warnings | Mark Stapp | 2019-06-06 | 1 | -1/+1 |
* | lib: use printfrr for log & vty | David Lamparter | 2019-06-03 | 1 | -41/+12 |
* | lib: Add '--command-log-always` to all daemons startup | Donald Sharp | 2019-05-31 | 1 | -6/+28 |