summaryrefslogtreecommitdiff
path: root/lib/command_match.c
AgeCommit message (Expand)Author
2016-09-21lib: Use listnode_add_before for prepending nodesQuentin Young
2016-09-20Merge remote-tracking branch 'origin/cmaster-next' into vtysh-grammarDonald Sharp
2016-09-19lib: Initial refactor pass on CLI backendQuentin Young
2016-09-13lib: Fix memory leak in ipv6_prefix_matchQuentin Young
2016-09-13lib: Fix various memory leaksQuentin Young
2016-09-13lib: Fix memory leak in matcherQuentin Young
2016-09-13lib: Move string completions out of command_match.cQuentin Young
2016-09-13lib: Fix various matching bugsQuentin Young
2016-09-08lib: Fix dangling pointer in matcherQuentin 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-10lib: Fix broken disambiguation on leader tokensQuentin Young
2016-08-09lib: Remove unnecessary node pointerQuentin Young
2016-08-09lib: Fix various minor bugsQuentin Young
2016-08-08lib: Code cleanup, formatting, & headersQuentin Young
2016-08-05lib: Improve matching disambiguationQuentin Young
2016-08-04lib: Unrefactor to signed long long for rangesQuentin Young
2016-08-04lib: Add support for negative rangesQuentin Young
2016-08-03lib: Fix use after free in matcherQuentin Young
2016-08-03lib: Implement status variableQuentin Young
2016-08-03lib: Implement full command disambiguation logicQuentin Young
2016-08-02lib: Reorganize command matcherQuentin Young
2016-08-01lib: Add partial completion supportQuentin Young
2016-08-01lib: Fix OOB range parses, variable matchesQuentin Young
2016-08-01lib: Fixed bad node copy, modified token regexQuentin Young
2016-08-01lib: Add partial matching supportQuentin Young
2016-07-29lib: Retab command_match.cQuentin Young
2016-07-29lib: Re-add partial IPV4 matching supportQuentin Young
2016-07-29lib: Cleanup some memory issues in CLIQuentin Young
2016-07-27lib: Improve argv constructionQuentin Young
2016-07-27lib: Add matching and argv supportQuentin Young
2016-07-26lib: Incremental matching improvementQuentin 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