summaryrefslogtreecommitdiff
path: root/lib/frrstr.c
AgeCommit message (Expand)Author
2023-12-28lib: northbound: improve xpath functionalityChristian Hopps
2023-11-06mgmtd: simplify xpath registriesChristian Hopps
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-11-07lib: Add PCRE2 supportDonatas Abraitis
2021-08-12lib: add frrstr_hex to hexdump buffersQuentin Young
2020-02-16lib: Fix so that `--enable-pcreposix` actually compilesDonald Sharp
2019-08-06*: fix ctype (isalpha & co.) castsDavid Lamparter
2019-05-23lib: replace begins_with, add frrstr_endswithQuentin Young
2019-05-06lib: add string replace functionQuentin Young
2019-02-25*: return bool from boolean functionsQuentin Young
2018-09-08*: fix config.h/zebra.h include orderDavid Lamparter
2018-06-20Merge pull request #2495 from pacovn/fixme_all_digitRuss White
2018-06-19bgpd, lib, ospfd, zebra: all_digit moved to frrstrpaco
2018-06-15lib: uninitialized variable (Coverity 1469898)paco
2018-06-06lib: fix static analysis issues, use regfree()Quentin Young
2018-06-06*: style for | supportQuentin Young
2018-06-06vtysh: add | supportQuentin Young
2018-06-06lib: add string utilitiesQuentin Young