]> git.proxmox.com Git - mirror_frr.git/history - lib/command_match.c
lib: Macroize CLI matcher tracing
[mirror_frr.git] / lib / command_match.c
2016-12-02 Quentin Younglib: Macroize CLI matcher tracing
2016-12-01 David Lamparterlib: move command_parse_format prototype
2016-12-01 David Lamparterlib: allow all characters in WORD tokens
2016-12-01 David LamparterMerge branch 'stable/2.0'
2016-11-28 David LamparterMerge branch 'stable/2.0'
2016-11-28 David LamparterMerge branch 'vtysh-grammar'
2016-11-22 Quentin YoungMerge branch 'cmaster-next' into vtysh-grammar
2016-11-15 Quentin Younglib: Fix nondeterministic command matches in rare cases
2016-11-12 Quentin YoungMerge branch 'cmaster-next' into vtysh-grammar
2016-11-12 Quentin Younglib, vtysh: Fix memory leaks, change cmd_element to...
2016-11-11 Quentin Younglib: Allow '-' to match VARIABLE_TKN
2016-11-10 Quentin Younglib: Implement hidden and deprecated commands
2016-11-03 Quentin YoungMerge branch 'cmaster-next' into vtysh-grammar
2016-10-25 Quentin YoungMerge branch 'cmaster-next' into vtysh-grammar
2016-10-25 Quentin YoungMerge branch 'cmaster-next' into vtysh-grammar
2016-10-21 Quentin YoungMerge branch 'cmaster-next' into vtysh-grammar
2016-10-21 Quentin YoungMerge branch 'cmaster-next' into vtysh-grammar
2016-10-20 Quentin Younglib: Allow '_' in arguments to VARIABLE_TKN
2016-10-20 Quentin YoungRevert "lib: Allow '_' in arguments to VARIABLE_TKN"
2016-10-20 Quentin Younglib: Allow '_' in arguments to VARIABLE_TKN
2016-10-20 Quentin YoungMerge branch 'cmaster-next' into vtysh-grammar
2016-10-17 Quentin YoungMerge branch 'cmaster-next' into vtysh-grammar
2016-10-07 Quentin Younglib: Improve formatting for matcher tracing output
2016-10-06 Quentin Younglib: Check match level when calculating completions
2016-10-05 Quentin Younglib: Add tracing capabilities to command matcher
2016-10-04 Quentin Younglib: Allow / and . to match VARIABLE_TKN, fix range...
2016-10-02 Quentin Younglib: explicitly support the case of empty input for...
2016-09-22 Quentin Younglib: argv fixes, XFREE -> free, rm decl in matcher
2016-09-22 Quentin Younglib: Remove last remnants of NUMBER_TKN...again
2016-09-21 Quentin Younglib: Use listnode_add_before for prepending nodes
2016-09-21 Donald SharpMerge remote-tracking branch 'origin/cmaster-next'...
2016-09-21 Quentin YoungMerge branch 'cmaster-next' into vtysh-grammar
2016-09-19 Quentin Younglib: Initial refactor pass on CLI backend
2016-09-13 Quentin Younglib: Fix memory leak in ipv6_prefix_match
2016-09-13 Quentin Younglib: Fix various memory leaks
2016-09-13 Quentin Younglib: Fix memory leak in matcher
2016-09-13 Quentin Younglib: Move string completions out of command_match.c
2016-09-13 Quentin Younglib: Fix various matching bugs
2016-09-08 Quentin Younglib: Fix dangling pointer in matcher
2016-09-07 Quentin Younglib: Continue matching system refactor
2016-08-11 Quentin Younglib: Refactor CLI interface function names
2016-08-10 Quentin Younglib: Add completion string convenience functions
2016-08-10 Quentin Younglib: Fix broken disambiguation on leader tokens
2016-08-09 Quentin Younglib: Remove unnecessary node pointer
2016-08-09 Quentin Younglib: Fix various minor bugs
2016-08-08 Quentin Younglib: Code cleanup, formatting, & headers
2016-08-05 Quentin Younglib: Improve matching disambiguation
2016-08-04 Quentin Younglib: Unrefactor to signed long long for ranges
2016-08-04 Quentin Younglib: Add support for negative ranges
2016-08-03 Quentin Younglib: Fix use after free in matcher
2016-08-03 Quentin Younglib: Implement status variable
2016-08-03 Quentin Younglib: Implement full command disambiguation logic
2016-08-02 Quentin Younglib: Reorganize command matcher
2016-08-01 Quentin Younglib: Add partial completion support
2016-08-01 Quentin Younglib: Fix OOB range parses, variable matches
2016-08-01 Quentin Younglib: Fixed bad node copy, modified token regex
2016-08-01 Quentin Younglib: Add partial matching support
2016-07-29 Quentin Younglib: Retab command_match.c
2016-07-29 Quentin Younglib: Re-add partial IPV4 matching support
2016-07-29 Quentin Younglib: Cleanup some memory issues in CLI
2016-07-27 Quentin Younglib: Improve argv construction
2016-07-27 Quentin Younglib: Add matching and argv support
2016-07-26 Quentin Younglib: Incremental matching improvement
2016-07-22 Quentin Younglib: Reorganize some matching stuff
2016-07-21 Quentin Younglib: Mostly complete matcher
2016-07-19 Quentin Younglib: Break up functions, begin matcher