summaryrefslogtreecommitdiff
path: root/lib/command_match.h
AgeCommit message (Expand)Author
2023-08-05vtysh: remove unused cmd_filter_typeIgor Ryzhov
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2021-10-05lib: fix spelling nits in more lib filesewlumpkin
2019-02-11lib: rename enum to avoid conflictRenato Westphal
2019-02-11lib: add extern "C" {} blocks to all libfrr headersRenato Westphal
2017-07-17*: reindentreindent-master-afterwhitespace / reindent
2017-05-15*: make consistent & update GPLv2 file headersDavid Lamparter
2016-11-12lib, vtysh: Fix memory leaks, change cmd_element to constQuentin Young
2016-10-02lib: explicitly support the case of empty input for completionsQuentin Young
2016-09-13lib: Move string completions out of command_match.cQuentin Young
2016-09-07lib: Continue matching system refactorQuentin Young
2016-08-11lib: Refactor CLI interface function namesQuentin Young
2016-08-10lib: Add completion string convenience functionsQuentin Young
2016-08-08lib: Code cleanup, formatting, & headersQuentin Young
2016-08-03lib: Implement status variableQuentin Young
2016-08-01lib: Add partial completion supportQuentin Young
2016-07-29lib: Cleanup some memory issues in CLIQuentin Young
2016-07-27lib: Add matching and argv supportQuentin Young
2016-07-22lib: Reorganize some matching stuffQuentin Young
2016-07-21lib: Mostly complete matcherQuentin Young
2016-07-19lib: Break up functions, begin matcherQuentin Young