index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
command_parse.y
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib: Convert zlog_err for clippy build
Donald Sharp
2018-08-14
1
-4
/
+4
*
lib: add CLI token for 48-bit mac addresses
Quentin Young
2017-08-11
1
-0
/
+12
*
build: convert lib/ to non-recursive build
David Lamparter
2017-07-31
1
-2
/
+2
*
lib: warn about too much docstring
Quentin Young
2017-07-05
1
-0
/
+8
*
lib: fix CLI parser memleak
David Lamparter
2017-06-14
1
-1
/
+1
*
build: fix some cross-compilation issues
David Lamparter
2017-06-14
1
-0
/
+2
*
lib: parser: split off & rename graph handling
David Lamparter
2017-05-15
1
-13
/
+13
*
lib: parser: add named variables in CLI
David Lamparter
2017-05-15
1
-5
/
+37
*
lib: parser: remove previous deduplication code
David Lamparter
2017-02-10
1
-108
/
+3
*
lib: parser: fix allocation counting
David Lamparter
2017-01-31
1
-7
/
+12
*
Merge pull request #105 from opensourcerouting/cli_merge_step_prep
Donald Sharp
2017-01-25
1
-138
/
+84
|
\
|
*
build: support bison < 3.0 for parse.error=verbose
David Lamparter
2017-01-23
1
-1
/
+1
|
*
lib: parser: add error location reporting
David Lamparter
2017-01-23
1
-10
/
+42
|
*
lib: parser: unify subgraphs & simplify even more
David Lamparter
2017-01-23
1
-93
/
+24
|
*
lib: parser: keep subgraph pointers on stack
David Lamparter
2017-01-23
1
-86
/
+64
|
*
lib: parser: track matching FORK_TKN & JOIN_TKN
David Lamparter
2017-01-23
1
-0
/
+6
|
*
lib: parser: simplify OPTION_TKN & SELECTOR_TKN
David Lamparter
2017-01-23
1
-9
/
+8
*
|
lib: parser: fix memory management
David Lamparter
2017-01-25
1
-17
/
+14
|
/
*
lib: parser: remove startnode & sentence_root
David Lamparter
2016-12-16
1
-22
/
+6
*
lib: parser: move allowrepeat to cmd_token
David Lamparter
2016-12-16
1
-1
/
+1
*
lib: parser: reorder bison incarnations
David Lamparter
2016-12-16
1
-23
/
+26
*
build: fix bison < 3.0 compatibility
David Lamparter
2016-12-16
1
-1
/
+1
*
lib: parser: support keyword arguments
David Lamparter
2016-12-15
1
-0
/
+22
*
lib: Add back prototypes for lexer helper funcs
Quentin Young
2016-12-02
1
-3
/
+3
*
lib: remove misleading copy/del_cmd_element
David Lamparter
2016-12-01
1
-1
/
+1
*
lib: parser: use reentrant mode on flex & bison
David Lamparter
2016-12-01
1
-21
/
+29
*
lib: parser: wrap state in struct parser_ctx
David Lamparter
2016-12-01
1
-79
/
+83
*
lib: move command_parse_format prototype
David Lamparter
2016-12-01
1
-2
/
+0
*
lib: use traditional yacc empty statement
David Lamparter
2016-11-29
1
-1
/
+1
*
lib, vtysh: Fix memory leaks, change cmd_element to const
Quentin Young
2016-11-12
1
-0
/
+1
*
lib: Implement hidden and deprecated commands
Quentin Young
2016-11-11
1
-25
/
+38
*
ospfd, lib: Fix `no pce address` syntax
Quentin Young
2016-11-04
1
-1
/
+1
*
lib: Log warning when commands have underfull doc string
Quentin Young
2016-10-28
1
-15
/
+30
*
lib: allow nesting selectors
Quentin Young
2016-10-02
1
-0
/
+1
*
lib: fix double free in parser
Quentin Young
2016-10-01
1
-1
/
+0
*
lib, vtysh: refactor vtysh.c, allow parser continuance
Quentin Young
2016-10-01
1
-1
/
+1
*
lib: Remove NUMBER_TKN leftovers
Quentin Young
2016-09-22
1
-4
/
+0
*
lib: Update copyright headers
Quentin Young
2016-09-22
1
-1
/
+1
*
Merge remote-tracking branch 'origin/cmaster-next' into vtysh-grammar
Donald Sharp
2016-09-21
1
-34
/
+35
*
lib: Initial refactor pass on CLI backend
Quentin Young
2016-09-20
1
-9
/
+7
*
lib: Allow nesting options in selectors
Quentin Young
2016-09-18
1
-138
/
+139
*
lib: Add support for selectors inside options
Quentin Young
2016-09-15
1
-52
/
+53
*
lib: Fix various matching bugs
Quentin Young
2016-09-13
1
-1
/
+1
*
lib: Fix uninitialized pointer segfault
Quentin Young
2016-09-08
1
-7
/
+1
*
lib: Add <cr> text for end nodes
Quentin Young
2016-09-08
1
-6
/
+10
*
lib: Fix deduplication bug, reinstate graph print
Quentin Young
2016-09-08
1
-2
/
+2
*
lib: Continue matching system refactor
Quentin Young
2016-09-07
1
-78
/
+108
*
lib: Refactor command_parse.y for graph ds
Quentin Young
2016-09-02
1
-73
/
+78
*
lib: Refactor CLI interface function names
Quentin Young
2016-08-11
1
-37
/
+38
*
lib: Add completion string convenience functions
Quentin Young
2016-08-10
1
-0
/
+1
[next]