]> git.proxmox.com Git - mirror_frr.git/history - lib/command_match.c
Merge pull request #105 from opensourcerouting/cli_merge_step_prep
[mirror_frr.git] / lib / command_match.c
2017-01-25 Donald SharpMerge pull request #105 from opensourcerouting/cli_merg...
2017-01-25 Quentin YoungMerge pull request #114 from opensourcerouting/parser...
2017-01-25 David Lamparterlib: parser: fix memory management
2017-01-23 David Lamparterlib: parser: simplify OPTION_TKN & SELECTOR_TKN
2017-01-18 Donald SharpMerge remote-tracking branch 'origin/master' into pim_l...
2017-01-17 Donald SharpMerge remote-tracking branch 'origin/stable/2.0'
2017-01-13 David LamparterMerge branch 'stable/2.0-for-merge'
2017-01-11 Donald SharpMerge remote-tracking branch 'origin/develop'
2017-01-09 Olivier DugeonMerge pull request #55 from donaldsharp/monotonic
2017-01-07 Quentin YoungMerge branch 'master' into fix-proto_redistnum
2017-01-07 Donald SharpMerge pull request #35 from qlyoung/fix-zebra-rf
2017-01-07 Donald SharpMerge pull request #32 from qlyoung/fix-cli-nits2
2017-01-07 Donald SharpMerge pull request #30 from qlyoung/fix-cli-nits
2017-01-07 Donald SharpMerge pull request #27 from qlyoung/fix-derefs2
2017-01-06 Donald SharpMerge remote-tracking branch 'origin/stable/2.0'
2017-01-06 Donald SharpMerge remote-tracking branch 'origin/stable/2.0'
2016-12-20 Quentin Youngbgpd, lib: fix a few scan-build catches
2016-12-16 Donald SharpMerge pull request #5 from freerangerouting/dev/osr...
2016-12-16 David Lamparterlib: parser: move allowrepeat to cmd_token
2016-12-15 David Lamparterlib: parser: support keyword arguments
2016-12-08 David LamparterMerge branch 'fixes/command'
2016-12-08 David LamparterMerge branch 'stable/2.0'
2016-12-08 David LamparterMerge branch 'vtysh-grammar'
2016-12-06 Quentin Younglib, ripngd: clean up merge leftovers
2016-12-06 Quentin YoungMerge remote-tracking branch 'osr/master' into vtysh...
2016-12-06 Quentin Younglib, tests: fix failing cli tests
2016-12-06 Quentin Younglib: add back original ipv6 matcher
2016-12-05 David LamparterRevert "lib: Macroize CLI matcher tracing"
2016-12-05 David LamparterMerge branch 'queue/osr/vtysh-generic'
2016-12-05 David LamparterMerge branch 'stable/2.0'
2016-12-02 Quentin Younglib: make CLI completions less surprising
2016-12-02 Quentin YoungMerge remote-tracking branch 'osr_private_quagga/queue...
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-29 David Lamparterlib: allow all characters in WORD tokens
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