summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: fix double free in parserQuentin Young2016-10-011-1/+0
* lib, vtysh: refactor vtysh.c, allow parser continuanceQuentin Young2016-10-012-1/+3
* lib: initialize cmd_vector and add a root node to graphQuentin Young2016-09-301-0/+4
* all: added some missing <>s within []sDaniel Walton2016-09-301-7/+7
* all: scrubbed some argc CHECK MEsDaniel Walton2016-09-307-44/+27
* all: scrubbed some argc CHECK MEsDaniel Walton2016-09-295-21/+9
* all: added CHECK ME for DEFUNs that look at argcDaniel Walton2016-09-299-0/+37
* lib: reformat vty.hQuentin Young2016-09-271-23/+23
* bgpd, etc: changed .LINE to LINE...Daniel Walton2016-09-272-4/+4
* Expand #defines in command stringsDaniel Walton2016-09-256-35/+11
* Expand #defines in command stringsDaniel Walton2016-09-251-3/+3
* Expand #defines in command stringsDaniel Walton2016-09-252-4/+4
* lib: added strmatch()Daniel Walton2016-09-242-0/+10
* lib: lib compilesQuentin Young2016-09-233-62/+60
* lib: add 'int idx_foo' argv index variablesDaniel Walton2016-09-2311-272/+785
* lib: Implement removed ALIAS into DEFUNQuentin Young2016-09-234-73/+80
* convert <1-255> to (1-255), ()s to <>s, etcDaniel Walton2016-09-238-116/+116
* lib: undo <> -> () change I made yesterdayDaniel Walton2016-09-231-7/+7
* ALIAS removal for bgp, ospf, pim, isis, rip, ripng, lib and zebraDaniel Walton2016-09-236-120/+132
* lib: argv update for distribute.c and ns.cDaniel Walton2016-09-232-11/+7
* lib: argv update for filter.c, if_rmap.c keychain.c and plist.cDaniel Walton2016-09-234-215/+215
* lib: argv update for routemap.cQuentin Young2016-09-231-81/+34
* lib: argv update for if.cQuentin Young2016-09-221-49/+40
* lib: argv update for thread.cQuentin Young2016-09-221-8/+8
* lib: argv fixes, XFREE -> free, rm decl in matcherQuentin Young2016-09-222-15/+11
* lib: distribute.c, smux.c, vty.c grammar refactorQuentin Young2016-09-223-331/+48
* ospfd: argv update for all but ospf_vty.cDaniel Walton2016-09-221-6/+6
* lib: Remove last remnants of NUMBER_TKN...againQuentin Young2016-09-221-16/+0
* Revert "lib: Get thread.c to compile"Daniel Walton2016-09-221-6/+6
* Revert "lib, zebra: Fixup if.c to work in the new regime"Daniel Walton2016-09-223-29/+53
* Revert "lib: Fix vty.c to compile with new parser"Daniel Walton2016-09-221-6/+6
* Revert "lib: Fixup ns.c"Daniel Walton2016-09-221-4/+4
* Revert "lib: Fixup plist.c"Daniel Walton2016-09-221-104/+104
* Revert "lib: Fixup more files"Daniel Walton2016-09-226-152/+152
* bgpd: argv update for all but bgp_vty.cDaniel Walton2016-09-223-9/+9
* lib: Fixup json code to use struct cmd_tokenDonald Sharp2016-09-212-3/+4
* lib: Fixup more filesDonald Sharp2016-09-216-152/+152
* Merge branch 'vtysh-grammar' of ssh://stash.cumulusnetworks.com:7999/quag/qua...Quentin Young2016-09-226-167/+143
|\
| * lib: Fixup plist.cDonald Sharp2016-09-211-104/+104
| * lib: Fixup ns.cDonald Sharp2016-09-211-4/+4
| * lib: Fix vty.c to compile with new parserDonald Sharp2016-09-211-6/+6
| * lib, zebra: Fixup if.c to work in the new regimeDonald Sharp2016-09-213-53/+29
* | lib: Remove NUMBER_TKN leftoversQuentin Young2016-09-222-6/+0
|/
* lib: Use listnode_add_before for prepending nodesQuentin Young2016-09-221-1/+1
* lib: Update copyright headersQuentin Young2016-09-222-22/+26
* lib: Get thread.c to compileDonald Sharp2016-09-211-6/+6
* Merge remote-tracking branch 'origin/cmaster-next' into vtysh-grammarDonald Sharp2016-09-2148-1098/+782
|\
| * lib: Add #define str for JavaScript help stringDonald Sharp2016-09-211-0/+2
| * lib: deregister memtypes on exit/unloadDavid Lamparter2016-09-191-6/+25
| * lib: clean/restore memory debugging functionsDavid Lamparter2016-09-194-89/+37