summaryrefslogtreecommitdiffstats
path: root/lib/grammar_sandbox.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: add ability to dump cli mode graphQuentin Young2018-04-221-114/+6
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-2/+2
* lib, bgpd: fixup use of of CMD_ARGC_MAXQuentin Young2018-01-111-10/+8
* *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-051-3/+3
* lib: better warnings for install_elementDavid Lamparter2017-08-241-1/+2
* lib: add CLI token for 48-bit mac addressesQuentin Young2017-08-111-0/+2
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-495/+497
* *: remove vty_outln againDavid Lamparter2017-07-141-1/+1
* Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter2017-07-141-14/+22
|\
| * vtysh: return non-zero for configuration failuresDaniel Walton2017-07-131-3/+3
| * lib: grammar_sandbox: don't pre-setup nodegraphDavid Lamparter2017-07-111-11/+19
* | *: remove VTYNL, part 6 of 6David Lamparter2017-07-141-2/+2
* | *: remove VTYNL, part 1 of 6David Lamparter2017-07-141-4/+4
* | *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-21/+21
|/
* *: vty_outln (vty, "") --> vty_out (vty, VTYNL)Quentin Young2017-06-291-4/+4
* *: s/VTY_NEWLINE/VTYNL/gQuentin Young2017-06-291-2/+2
* *: use vty_outlnQuentin Young2017-06-291-25/+27
* *: simplify log message lookupQuentin Young2017-06-211-4/+3
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* lib: parser: split off & rename graph handlingDavid Lamparter2017-05-151-8/+8
* lib: parser: add named variables in CLIDavid Lamparter2017-05-151-0/+2
* lib: use %p specifier for pointersQuentin Young2017-05-121-12/+5
* lib: sandbox: print vtysh daemon targetsDavid Lamparter2017-03-281-1/+1
* Merge pull request #195 from opensourcerouting/cli_mergeDonald Sharp2017-02-111-3/+159
|\
| * grammar_sandbox: count ambiguous commandsDavid Lamparter2017-02-101-1/+7
| * grammar_sandbox: add ambiguous-command finderDavid Lamparter2017-02-101-2/+147
| * lib: parser: rewrite token deduplicationDavid Lamparter2017-02-101-1/+6
* | lib: fix remaining coverity issuesDavid Lamparter2017-02-101-2/+14
|/
* grammar_sandbox: detabDavid Lamparter2017-01-241-16/+16
* grammar_sandbox: add into daemons if DEV_BUILDDavid Lamparter2017-01-231-89/+34
* grammar_sandbox: add .dot file writing capabilityDavid Lamparter2017-01-231-0/+112
* lib: parser: simplify OPTION_TKN & SELECTOR_TKNDavid Lamparter2017-01-231-3/+2
* lib: parser: refresh grammar_sandboxDavid Lamparter2016-12-151-84/+135
* all: scrubbed some argc CHECK MEsDaniel Walton2016-09-301-6/+6
* all: added CHECK ME for DEFUNs that look at argcDaniel Walton2016-09-291-0/+3
* lib: Fix memory leak in ipv6_prefix_matchQuentin Young2016-09-131-1/+0
* lib: Fix various memory leaksQuentin Young2016-09-131-3/+9
* lib: Move string completions out of command_match.cQuentin Young2016-09-131-15/+59
* lib: Reorganize grammar sandboxQuentin Young2016-09-091-11/+12
* lib: Add testing shim for graph deletionQuentin Young2016-09-091-7/+27
* lib: Fix uninitialized pointer segfaultQuentin Young2016-09-081-3/+9
* lib: Update grammar sandbox driverQuentin Young2016-09-081-41/+39
* lib: Fix deduplication bug, reinstate graph printQuentin Young2016-09-081-33/+29
* lib: Continue matching system refactorQuentin Young2016-09-071-20/+64
* lib: Refactor CLI interface function namesQuentin Young2016-08-111-5/+5
* lib: Add completion string convenience functionsQuentin Young2016-08-101-17/+8
* lib: Handle vararg in graph pretty-printQuentin Young2016-08-101-2/+11
* lib: Fix various minor bugsQuentin Young2016-08-091-2/+5
* lib: Code cleanup, formatting, & headersQuentin Young2016-08-081-76/+193
* lib: Add docstring supportQuentin Young2016-08-051-2/+30