summaryrefslogtreecommitdiffstats
path: root/lib/frrstr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: return bool from boolean functionsQuentin Young2019-02-261-2/+2
* *: fix config.h/zebra.h include orderDavid Lamparter2018-09-081-0/+4
* Merge pull request #2495 from pacovn/fixme_all_digitRuss White2018-06-201-0/+8
|\
| * bgpd, lib, ospfd, zebra: all_digit moved to frrstrpaco2018-06-191-0/+8
* | lib: uninitialized variable (Coverity 1469898)paco2018-06-151-0/+3
|/
* lib: fix static analysis issues, use regfree()Quentin Young2018-06-061-1/+4
* *: style for | supportQuentin Young2018-06-061-2/+8
* vtysh: add | supportQuentin Young2018-06-061-0/+10
* lib: add string utilitiesQuentin Young2018-06-061-0/+141