index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
command_match.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib: remove static variable from cli matcher
Quentin Young
2017-08-25
1
-8
/
+5
*
lib: fix rare bug in ambiguous command resolution
Quentin Young
2017-08-25
1
-58
/
+72
*
lib: add CLI token for 48-bit mac addresses
Quentin Young
2017-08-11
1
-0
/
+55
*
*: reindent
reindent-master-after
whitespace / reindent
2017-07-17
1
-746
/
+698
*
*: fix GCC 7 switch/case fallthrough warnings
David Lamparter
2017-07-14
1
-0
/
+1
*
*: make consistent & update GPLv2 file headers
David Lamparter
2017-05-15
1
-4
/
+3
*
lib: cli: fix IPv6 address partial matching
David Lamparter
2017-05-15
1
-26
/
+13
*
lib: parser: split off & rename graph handling
David Lamparter
2017-05-15
1
-3
/
+3
*
Merge pull request #105 from opensourcerouting/cli_merge_step_prep
Donald Sharp
2017-01-25
1
-19
/
+17
|
\
|
*
lib: parser: simplify OPTION_TKN & SELECTOR_TKN
David Lamparter
2017-01-23
1
-19
/
+17
*
|
lib: parser: fix memory management
David Lamparter
2017-01-25
1
-2
/
+1
|
/
*
bgpd, lib: fix a few scan-build catches
Quentin Young
2016-12-20
1
-1
/
+1
*
lib: parser: move allowrepeat to cmd_token
David Lamparter
2016-12-16
1
-7
/
+7
*
lib: parser: support keyword arguments
David Lamparter
2016-12-15
1
-20
/
+84
*
lib, ripngd: clean up merge leftovers
Quentin Young
2016-12-06
1
-86
/
+11
*
Merge remote-tracking branch 'osr/master' into vtysh-grammar
Quentin Young
2016-12-06
1
-12
/
+85
|
\
|
*
Revert "lib: Macroize CLI matcher tracing"
David Lamparter
2016-12-05
1
-38
/
+33
*
|
lib, tests: fix failing cli tests
Quentin Young
2016-12-06
1
-2
/
+4
*
|
lib: add back original ipv6 matcher
Quentin Young
2016-12-06
1
-25
/
+121
*
|
lib: make CLI completions less surprising
Quentin Young
2016-12-02
1
-17
/
+20
|
/
*
lib: Macroize CLI matcher tracing
Quentin Young
2016-12-02
1
-33
/
+38
*
lib: move command_parse_format prototype
David Lamparter
2016-12-01
1
-1
/
+0
*
lib: allow all characters in WORD tokens
David Lamparter
2016-12-01
1
-6
/
+1
*
lib: Fix nondeterministic command matches in rare cases
Quentin Young
2016-11-15
1
-2
/
+8
*
lib, vtysh: Fix memory leaks, change cmd_element to const
Quentin Young
2016-11-12
1
-11
/
+19
*
lib: Allow '-' to match VARIABLE_TKN
Quentin Young
2016-11-11
1
-1
/
+1
*
lib: Implement hidden and deprecated commands
Quentin Young
2016-11-11
1
-0
/
+4
*
lib: Allow '_' in arguments to VARIABLE_TKN
Quentin Young
2016-10-20
1
-1
/
+1
*
Revert "lib: Allow '_' in arguments to VARIABLE_TKN"
Quentin Young
2016-10-20
1
-1
/
+1
*
lib: Allow '_' in arguments to VARIABLE_TKN
Quentin Young
2016-10-20
1
-1
/
+1
*
lib: Improve formatting for matcher tracing output
Quentin Young
2016-10-07
1
-3
/
+6
*
lib: Check match level when calculating completions
Quentin Young
2016-10-06
1
-0
/
+3
*
lib: Add tracing capabilities to command matcher
Quentin Young
2016-10-06
1
-0
/
+43
*
lib: Allow / and . to match VARIABLE_TKN, fix range matches
Quentin Young
2016-10-04
1
-2
/
+2
*
lib: explicitly support the case of empty input for completions
Quentin Young
2016-10-02
1
-17
/
+7
*
lib: argv fixes, XFREE -> free, rm decl in matcher
Quentin Young
2016-09-22
1
-3
/
+0
*
lib: Remove last remnants of NUMBER_TKN...again
Quentin Young
2016-09-22
1
-16
/
+0
*
lib: Use listnode_add_before for prepending nodes
Quentin Young
2016-09-22
1
-1
/
+1
*
Merge remote-tracking branch 'origin/cmaster-next' into vtysh-grammar
Donald Sharp
2016-09-21
1
-0
/
+3
*
lib: Initial refactor pass on CLI backend
Quentin Young
2016-09-20
1
-30
/
+29
*
lib: Fix memory leak in ipv6_prefix_match
Quentin Young
2016-09-13
1
-12
/
+19
*
lib: Fix various memory leaks
Quentin Young
2016-09-13
1
-7
/
+10
*
lib: Fix memory leak in matcher
Quentin Young
2016-09-13
1
-1
/
+6
*
lib: Move string completions out of command_match.c
Quentin Young
2016-09-13
1
-49
/
+0
*
lib: Fix various matching bugs
Quentin Young
2016-09-13
1
-3
/
+6
*
lib: Fix dangling pointer in matcher
Quentin Young
2016-09-09
1
-6
/
+4
*
lib: Continue matching system refactor
Quentin Young
2016-09-07
1
-137
/
+155
*
lib: Refactor CLI interface function names
Quentin Young
2016-08-11
1
-12
/
+14
*
lib: Add completion string convenience functions
Quentin Young
2016-08-10
1
-1
/
+52
*
lib: Fix broken disambiguation on leader tokens
Quentin Young
2016-08-10
1
-10
/
+14
[next]