| Commit message (Expand) | Author | Age | Files | Lines |
* | *: auto-convert to SPDX License IDs | David Lamparter | 2023-02-09 | 1 | -16/+1 |
* | lib: Add errno details to the sockopt_reuseaddr api | Mobashshera Rasool | 2022-08-04 | 1 | -2/+4 |
* | lib: Add some extra error messages for when things go wrong | Donald Sharp | 2022-06-17 | 1 | -0/+10 |
* | *: Properly use memset() when zeroing | Donatas Abraitis | 2022-05-11 | 1 | -1/+1 |
* | bgpd, lib, pimd: Remove sockopt_cork | Donald Sharp | 2022-03-12 | 1 | -15/+0 |
* | *: use semicolon after printfrr_ext_autoreg_{p,d} | David Lamparter | 2022-01-14 | 1 | -3/+3 |
* | lib: use in6addr comparator in test | Donald Lee | 2021-06-22 | 1 | -2/+1 |
* | lib: add `%dPF` & `%dSO` formats | David Lamparter | 2021-03-30 | 1 | -0/+46 |
* | lib: fix & improve `%pSU` format | David Lamparter | 2021-03-30 | 1 | -3/+28 |
* | lib: put printfrr extension args into struct | David Lamparter | 2021-03-30 | 1 | -4/+4 |
* | lib: print `(null)` rather than `NULL` | David Lamparter | 2021-03-27 | 1 | -1/+1 |
* | lib: rework printfrr extensions to output directly | David Lamparter | 2021-03-27 | 1 | -37/+34 |
* | *: require semicolon after DEFINE_MTYPE & co | David Lamparter | 2021-03-17 | 1 | -1/+1 |
* | lib: protect printfrr extensions from NULL input | Mark Stapp | 2021-03-01 | 1 | -27/+32 |
* | libs,nhrpd: remove exec perm | Mark Stapp | 2021-01-12 | 1 | -0/+0 |
* | nhrpd: Clear shortcut routes properly for all protocols | Gaurav Goyal | 2020-12-16 | 1 | -0/+17 |
* | lib: Convert inet_ntoa to %pI4 | Donatas Abraitis | 2020-10-22 | 1 | -8/+4 |
* | Merge pull request #6732 from opensourcerouting/printfrr-prep | Quentin Young | 2020-07-29 | 1 | -0/+47 |
|\ |
|
| * | lib: add %pSU for union sockunion * | David Lamparter | 2020-07-14 | 1 | -0/+47 |
* | | *: un-split strings across lines | David Lamparter | 2020-07-14 | 1 | -2/+1 |
|/ |
|
* | *: Replace `sizeof something` to sizeof(something) | Donatas Abraitis | 2020-03-08 | 1 | -5/+5 |
* | *: Remove break after return | Donatas Abraitis | 2020-02-13 | 1 | -1/+0 |
* | bgpd, lib: Remove SO_MARK | Donald Sharp | 2019-05-24 | 1 | -15/+0 |
* | vrrpd: ipv6 support | Quentin Young | 2019-05-17 | 1 | -1/+1 |
* | lib: ZEBRA_NUM_OF -> array_size | David Lamparter | 2019-04-18 | 1 | -1/+1 |
* | *: spelchek | David Lamparter | 2018-10-25 | 1 | -1/+1 |
* | *: style for EC replacements | Quentin Young | 2018-09-13 | 1 | -2/+1 |
* | *: LIB_[ERR|WARN] -> EC_LIB | Quentin Young | 2018-09-13 | 1 | -12/+12 |
* | *: style for flog_warn conversions | Quentin Young | 2018-09-06 | 1 | -14/+15 |
* | lib: Convert sockunion.c to use flog_err | Donald Sharp | 2018-09-06 | 1 | -27/+35 |
* | *: use frr_elevate_privs() (2/2: manual) | David Lamparter | 2018-08-14 | 1 | -10/+4 |
* | *: rename zlog_fer -> flog_err | Quentin Young | 2018-08-14 | 1 | -2/+2 |
* | bgpd, lib, zebra: Convert LIB_ERR_PRIVILEGES | Donald Sharp | 2018-08-14 | 1 | -2/+5 |
* | lib: null check (Coverity 1399277) | paco | 2018-06-21 | 1 | -0/+3 |
* | *: use C99 standard fixed-width integer types | Quentin Young | 2018-03-27 | 1 | -7/+7 |
* | lib: optimize sockunion_connect() | Renato Westphal | 2017-10-24 | 1 | -14/+2 |
* | lib: Remove sockopt_cork functionality | Donald Sharp | 2017-08-02 | 1 | -4/+10 |
* | *: reindentreindent-master-after | whitespace / reindent | 2017-07-17 | 1 | -534/+473 |
* | *: make consistent & update GPLv2 file headers | David Lamparter | 2017-05-15 | 1 | -4/+3 |
* | *: get rid of zlog(*, LOG_LEVEL, ...) | David Lamparter | 2017-03-08 | 1 | -20/+17 |
* | frr: Remove HAVE_IPV6 from code base | Donald Sharp | 2017-01-13 | 1 | -43/+0 |
* | lib: replace strlcpy & strlcat with glibc versions | David Lamparter | 2016-11-15 | 1 | -1/+0 |
* | build: massively remove needless checks | David Lamparter | 2016-11-15 | 1 | -89/+0 |
* | *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEs | David Lamparter | 2016-09-19 | 1 | -0/+2 |
* | *: use an ifindex_t type, defined in lib/if.h, for ifindex values | Paul Jakma | 2016-08-18 | 1 | -1/+1 |
* | lib: constify sockunion api | Timo Teräs | 2016-06-08 | 1 | -10/+10 |
* | build: remove INRIA, NRL and MUSICA IPv6 quirks | David Lamparter | 2016-06-03 | 1 | -6/+1 |
* | lib: make sockunion2str safer to use | Timo Teräs | 2016-05-26 | 1 | -5/+12 |
* | sockunion: add accessors for sockunion address | Timo Teräs | 2016-05-26 | 1 | -0/+56 |
* | Quagga: Fixup some compile warnings | Donald Sharp | 2015-11-23 | 1 | -3/+3 |