| Commit message (Expand) | Author | Age | Files | Lines |
* | ALIAS removal for bgp, ospf, pim, isis, rip, ripng, lib and zebra | Daniel Walton | 2016-09-23 | 6 | -120/+132 |
* | lib: argv update for distribute.c and ns.c | Daniel Walton | 2016-09-23 | 2 | -11/+7 |
* | lib: argv update for filter.c, if_rmap.c keychain.c and plist.c | Daniel Walton | 2016-09-23 | 4 | -215/+215 |
* | lib: argv update for routemap.c | Quentin Young | 2016-09-23 | 1 | -81/+34 |
* | lib: argv update for if.c | Quentin Young | 2016-09-22 | 1 | -49/+40 |
* | lib: argv update for thread.c | Quentin Young | 2016-09-22 | 1 | -8/+8 |
* | lib: argv fixes, XFREE -> free, rm decl in matcher | Quentin Young | 2016-09-22 | 2 | -15/+11 |
* | lib: distribute.c, smux.c, vty.c grammar refactor | Quentin Young | 2016-09-22 | 3 | -331/+48 |
* | ospfd: argv update for all but ospf_vty.c | Daniel Walton | 2016-09-22 | 1 | -6/+6 |
* | lib: Remove last remnants of NUMBER_TKN...again | Quentin Young | 2016-09-22 | 1 | -16/+0 |
* | Revert "lib: Get thread.c to compile" | Daniel Walton | 2016-09-22 | 1 | -6/+6 |
* | Revert "lib, zebra: Fixup if.c to work in the new regime" | Daniel Walton | 2016-09-22 | 3 | -29/+53 |
* | Revert "lib: Fix vty.c to compile with new parser" | Daniel Walton | 2016-09-22 | 1 | -6/+6 |
* | Revert "lib: Fixup ns.c" | Daniel Walton | 2016-09-22 | 1 | -4/+4 |
* | Revert "lib: Fixup plist.c" | Daniel Walton | 2016-09-22 | 1 | -104/+104 |
* | Revert "lib: Fixup more files" | Daniel Walton | 2016-09-22 | 6 | -152/+152 |
* | bgpd: argv update for all but bgp_vty.c | Daniel Walton | 2016-09-22 | 3 | -9/+9 |
* | lib: Fixup json code to use struct cmd_token | Donald Sharp | 2016-09-21 | 2 | -3/+4 |
* | lib: Fixup more files | Donald Sharp | 2016-09-21 | 6 | -152/+152 |
* | Merge branch 'vtysh-grammar' of ssh://stash.cumulusnetworks.com:7999/quag/qua... | Quentin Young | 2016-09-22 | 6 | -167/+143 |
|\ |
|
| * | lib: Fixup plist.c | Donald Sharp | 2016-09-21 | 1 | -104/+104 |
| * | lib: Fixup ns.c | Donald Sharp | 2016-09-21 | 1 | -4/+4 |
| * | lib: Fix vty.c to compile with new parser | Donald Sharp | 2016-09-21 | 1 | -6/+6 |
| * | lib, zebra: Fixup if.c to work in the new regime | Donald Sharp | 2016-09-21 | 3 | -53/+29 |
* | | lib: Remove NUMBER_TKN leftovers | Quentin Young | 2016-09-22 | 2 | -6/+0 |
|/ |
|
* | lib: Use listnode_add_before for prepending nodes | Quentin Young | 2016-09-22 | 1 | -1/+1 |
* | lib: Update copyright headers | Quentin Young | 2016-09-22 | 2 | -22/+26 |
* | lib: Get thread.c to compile | Donald Sharp | 2016-09-21 | 1 | -6/+6 |
* | Merge remote-tracking branch 'origin/cmaster-next' into vtysh-grammar | Donald Sharp | 2016-09-21 | 48 | -1098/+782 |
|\ |
|
| * | lib: Add #define str for JavaScript help string | Donald Sharp | 2016-09-21 | 1 | -0/+2 |
| * | lib: deregister memtypes on exit/unload | David Lamparter | 2016-09-19 | 1 | -6/+25 |
| * | lib: clean/restore memory debugging functions | David Lamparter | 2016-09-19 | 4 | -89/+37 |
| * | *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEs | David Lamparter | 2016-09-19 | 40 | -311/+131 |
| * | lib: migrate to new memory-type handling | David Lamparter | 2016-09-19 | 7 | -722/+302 |
| * | lib: add new extensible memory-type handling | David Lamparter | 2016-09-19 | 6 | -4/+317 |
| * | lib: move memory.[ch] out of the way | David Lamparter | 2016-09-19 | 4 | -99/+101 |
| * | isisd, lib, vtysh: Allow extract.pl to fully work | Donald Sharp | 2016-09-17 | 2 | -19/+19 |
| * | lib, bgpd: Remove 'struct fifo' from lib/zebra.h | Donald Sharp | 2016-09-17 | 3 | -40/+64 |
| * | lib: Remove ZEBRA_INTERFACE_RENAME | Donald Sharp | 2016-09-17 | 2 | -2/+0 |
| * | lib, ospfd: Remove ospf specific #define from zebra.h | Donald Sharp | 2016-09-17 | 1 | -20/+0 |
| * | lib, zebra: Remove ZEBRA_IPV[4|6]_IMPORT_NEXTHOP | Donald Sharp | 2016-09-15 | 2 | -4/+0 |
| * | lib, zebra: Remove unused zserv/zclient calls | Donald Sharp | 2016-09-15 | 2 | -4/+0 |
| * | lib: Make zebra messages types a enum | Donald Sharp | 2016-09-15 | 1 | -51/+52 |
* | | Merge branch 'cmaster-next' into vtysh-grammar | Quentin Young | 2016-09-22 | 40 | -344/+1987 |
|\| |
|
| * | lib: Fix tab completions memleak, memory stats corruption | Quentin Young | 2016-09-09 | 1 | -4/+10 |
| * | vrf: add a runtime check before playing with netns | Nicolas Dichtel | 2016-09-09 | 1 | -37/+57 |
| * | lib, vtysh: support multiple VRFs by using linux netns | Feng Lu | 2016-09-09 | 4 | -18/+232 |
| * | lib: Create ns.c | Donald Sharp | 2016-09-09 | 4 | -2/+650 |
| * | quagga: remove refix directory from git status | Donald Sharp | 2016-09-09 | 1 | -0/+1 |
| * | Merge remote-tracking branch 'origin/cmaster' into cmaster-next | Donald Sharp | 2016-09-09 | 2 | -0/+37 |
| |\ |
|