summaryrefslogtreecommitdiffstats
path: root/lib/frrstr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: add frrstr_hex to hexdump buffersQuentin Young2021-08-121-3/+19
* lib: Fix so that `--enable-pcreposix` actually compilesDonald Sharp2020-02-161-0/+4
* *: fix ctype (isalpha & co.) castsDavid Lamparter2019-08-061-1/+1
* lib: replace begins_with, add frrstr_endswithQuentin Young2019-05-231-1/+15
* lib: add string replace functionQuentin Young2019-05-071-0/+26
* *: 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