summaryrefslogtreecommitdiff
path: root/lib/command_match.c
AgeCommit message (Expand)Author
2017-01-25Merge pull request #105 from opensourcerouting/cli_merge_step_prepDonald Sharp
2017-01-25lib: parser: fix memory managementDavid Lamparter
2017-01-23lib: parser: simplify OPTION_TKN & SELECTOR_TKNDavid Lamparter
2016-12-20bgpd, lib: fix a few scan-build catchesQuentin Young
2016-12-16lib: parser: move allowrepeat to cmd_tokenDavid Lamparter
2016-12-15lib: parser: support keyword argumentsDavid Lamparter
2016-12-06lib, ripngd: clean up merge leftoversQuentin Young
2016-12-06Merge remote-tracking branch 'osr/master' into vtysh-grammarQuentin Young
2016-12-06lib, tests: fix failing cli testsQuentin Young
2016-12-06lib: add back original ipv6 matcherQuentin Young
2016-12-05Revert "lib: Macroize CLI matcher tracing"David Lamparter
2016-12-02lib: make CLI completions less surprisingQuentin Young
2016-12-02lib: Macroize CLI matcher tracingQuentin Young
2016-12-01lib: move command_parse_format prototypeDavid Lamparter
2016-12-01lib: allow all characters in WORD tokensDavid Lamparter
2016-11-15lib: Fix nondeterministic command matches in rare casesQuentin Young
2016-11-12lib, vtysh: Fix memory leaks, change cmd_element to constQuentin Young
2016-11-11lib: Allow '-' to match VARIABLE_TKNQuentin Young
2016-11-10lib: Implement hidden and deprecated commandsQuentin Young
2016-10-20lib: Allow '_' in arguments to VARIABLE_TKNQuentin Young
2016-10-20Revert "lib: Allow '_' in arguments to VARIABLE_TKN"Quentin Young
2016-10-20lib: Allow '_' in arguments to VARIABLE_TKNQuentin Young
2016-10-07lib: Improve formatting for matcher tracing outputQuentin Young
2016-10-06lib: Check match level when calculating completionsQuentin Young
2016-10-05lib: Add tracing capabilities to command matcherQuentin Young
2016-10-04lib: Allow / and . to match VARIABLE_TKN, fix range matchesQuentin Young
2016-10-02lib: explicitly support the case of empty input for completionsQuentin Young
2016-09-22lib: argv fixes, XFREE -> free, rm decl in matcherQuentin Young
2016-09-22lib: Remove last remnants of NUMBER_TKN...againQuentin Young
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