| Commit message (Expand) | Author | Age | Files | Lines |
* | *: fix ctype (isalpha & co.) casts | David Lamparter | 2019-08-06 | 1 | -3/+3 |
* | lib, zebra: remove uses of strncpy | Quentin Young | 2019-05-29 | 1 | -2/+2 |
* | *: list_delete_and_null() -> list_delete() | David Lamparter | 2018-10-02 | 1 | -5/+5 |
* | lib vtysh zebra: variable shadowing fixes | F. Aragon | 2018-09-12 | 1 | -3/+3 |
* | lib: null check (2) (Coverity 1451361) | paco | 2018-06-27 | 1 | -2/+4 |
* | bgpd, lib: null check (Coverity 1436344, 1451361) | paco | 2018-06-20 | 1 | -0/+1 |
* | lib: add asserts on returned matcher vals | Quentin Young | 2018-04-13 | 1 | -0/+3 |
* | lib, bgpd: fixup use of of CMD_ARGC_MAX | Quentin Young | 2018-01-11 | 1 | -4/+2 |
* | *: Convert list_delete(struct list *) to ** to allow nulling | Donald Sharp | 2017-10-05 | 1 | -5/+5 |
* | *: support keywords that begin with uppercase letter | Daniel Walton | 2017-09-14 | 1 | -0/+1 |
* | lib, doc: increase maximum cli tokens | Quentin Young | 2017-09-13 | 1 | -1/+1 |
* | 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 |
* | *: reindentreindent-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 |