summaryrefslogtreecommitdiffstats
path: root/lib/command_match.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: rename enum to avoid conflictRenato Westphal2019-02-121-1/+1
* lib: add extern "C" {} blocks to all libfrr headersRenato Westphal2019-02-121-0/+8
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-31/+20
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* lib, vtysh: Fix memory leaks, change cmd_element to constQuentin Young2016-11-121-5/+22
* lib: explicitly support the case of empty input for completionsQuentin Young2016-10-021-3/+4
* lib: Move string completions out of command_match.cQuentin Young2016-09-131-14/+0
* lib: Continue matching system refactorQuentin Young2016-09-071-10/+9
* lib: Refactor CLI interface function namesQuentin Young2016-08-111-7/+7
* lib: Add completion string convenience functionsQuentin Young2016-08-101-1/+15
* lib: Code cleanup, formatting, & headersQuentin Young2016-08-081-36/+51
* lib: Implement status variableQuentin Young2016-08-031-9/+7
* lib: Add partial completion supportQuentin Young2016-08-011-1/+1
* lib: Cleanup some memory issues in CLIQuentin Young2016-07-291-11/+4
* lib: Add matching and argv supportQuentin Young2016-07-271-10/+48
* lib: Reorganize some matching stuffQuentin Young2016-07-221-19/+1
* lib: Mostly complete matcherQuentin Young2016-07-211-3/+4
* lib: Break up functions, begin matcherQuentin Young2016-07-191-0/+69