| Commit message (Expand) | Author | Age | Files | Lines |
* | tests: Cleanup assumption that ALLOC could fail. | Donald Sharp | 2018-08-11 | 2 | -23/+5 |
* | tests: Fix const change | Donald Sharp | 2018-07-25 | 1 | -1/+2 |
* | tests: align with srcdest lib changes, remove bgp binary | Mark Stapp | 2018-07-12 | 1 | -8/+9 |
* | eigrpd, lib, tests, vtysh: security (cppcheck) | paco | 2018-06-19 | 1 | -3/+1 |
* | babeld, lib, ospfd, tests: fmt fixes (cppcheck) | paco | 2018-06-18 | 3 | -4/+4 |
* | lib: add string utilities | Quentin Young | 2018-06-06 | 1 | -2/+2 |
* | lib: add DFS + DOT dumping to graph datastructure | Quentin Young | 2018-04-19 | 3 | -0/+145 |
* | *: use C99 standard fixed-width integer types | Quentin Young | 2018-03-27 | 1 | -48/+48 |
* | tests: add unit test for zlog | Quentin Young | 2018-03-12 | 2 | -0/+65 |
* | lib: Isolate nexthop_group functions to nexthop_group.c | Donald Sharp | 2018-03-09 | 1 | -5/+5 |
* | tests: fix python test description for test_ringbuf | Christian Franke | 2018-03-05 | 1 | -1/+3 |
* | lib: fix a few bugs in ring buffers | Quentin Young | 2018-01-03 | 1 | -2/+2 |
* | Merge pull request #1569 from qlyoung/ringbuf | Russ White | 2018-01-02 | 2 | -0/+194 |
|\ |
|
| * | lib: add ringbuf_peek() | Quentin Young | 2017-12-27 | 1 | -5/+20 |
| * | lib: add ring buffer | Quentin Young | 2017-12-19 | 2 | -0/+179 |
* | | Merge pull request #1515 from donaldsharp/selected_to_front1 | Renato Westphal | 2017-12-19 | 3 | -6/+0 |
|\ \
| |/
|/| |
|
| * | *: Remove cvs control points | Donald Sharp | 2017-12-05 | 3 | -6/+0 |
* | | lib: Address ZMQ lib TODOs | ßingen | 2017-11-23 | 2 | -35/+165 |
|/ |
|
* | tests: fix & run ZeroMQ test | David Lamparter | 2017-08-28 | 3 | -1/+62 |
* | tests: add ZeroMQ test | David Lamparter | 2017-08-28 | 1 | -0/+212 |
* | lib: centralized memstats-at-exit | David Lamparter | 2017-08-24 | 1 | -1/+1 |
* | tests: fix clippy include paths / double-build | David Lamparter | 2017-08-15 | 1 | -1/+1 |
* | lib: privs: make uid/gid accessible before setuid | David Lamparter | 2017-08-02 | 1 | -0/+1 |
* | lib: vty_stdio signal handling | David Lamparter | 2017-08-02 | 1 | -2/+3 |
* | Revert "*: reindent pt. 2" | David Lamparter | 2017-07-22 | 4 | -16/+9 |
* | *: reindent pt. 2 | whitespace / reindent | 2017-07-17 | 4 | -9/+16 |
* | *: reindentreindent-master-after | whitespace / reindent | 2017-07-17 | 19 | -2423/+2198 |
* | Merge remote-tracking branch 'frr/master' into table-hash-ospf6-lsdb-refactor | David Lamparter | 2017-07-14 | 7 | -43/+97 |
|\ |
|
| * | Merge pull request #813 from opensourcerouting/newline-redux | Russ White | 2017-07-14 | 5 | -10/+10 |
| |\ |
|
| | * | *: remove VTYNL, part 6 of 6 | David Lamparter | 2017-07-14 | 1 | -1/+1 |
| | * | *: ditch vty_outln(), part 1 of 2 | David Lamparter | 2017-07-13 | 5 | -9/+9 |
| * | | Merge pull request #762 from bingen/mutiple_nh_recursive_levels | Donald Sharp | 2017-07-14 | 1 | -32/+80 |
| |\ \ |
|
| | * | | lib, test: Add test case for ALL_NEXTHOPS_RO | ßingen | 2017-07-13 | 1 | -0/+3 |
| | * | | Rename ALL_NEXTHOPS_RO to ALL_NEXTHOPS | ßingen | 2017-07-10 | 1 | -4/+4 |
| | * | | Fix tests for NH multiple recursion levels | ßingen | 2017-07-10 | 1 | -26/+72 |
| | * | | Allow for more than 1 NH recursion level | ßingen | 2017-06-28 | 1 | -4/+3 |
| * | | | tests: update prng to return better pseudo random numbers | Christian Franke | 2017-07-12 | 1 | -1/+7 |
| | |/
| |/| |
|
* / | | tests: fix pytest API "surprise" in skipping tests | David Lamparter | 2017-07-11 | 1 | -2/+5 |
|/ / |
|
* | | *: update hash_create(), hash_create_size() | Quentin Young | 2017-07-02 | 1 | -1/+1 |
* | | lib: more `show thread cpu` | Quentin Young | 2017-06-30 | 5 | -5/+5 |
* | | *: rebase vty_outln() -> master | Quentin Young | 2017-06-29 | 1 | -4/+4 |
* | | *: s/VTY_NEWLINE/VTYNL/g | Quentin Young | 2017-06-29 | 1 | -1/+1 |
* | | *: use vty_outln | Quentin Young | 2017-06-29 | 4 | -5/+5 |
|/ |
|
* | Merge pull request #714 from opensourcerouting/cli_magic_defpy | Donald Sharp | 2017-06-28 | 3 | -100/+121 |
|\ |
|
| * | tests: cli: unit test DEFPY() + clidef.py | David Lamparter | 2017-06-14 | 3 | -100/+121 |
* | | lib: add table generator | Quentin Young | 2017-06-16 | 3 | -0/+330 |
|/ |
|
* | *: remove THREAD_BACKGROUND | Quentin Young | 2017-06-08 | 1 | -2/+2 |
* | *: make consistent & update GPLv2 file headers | David Lamparter | 2017-05-15 | 19 | -77/+58 |
* | lib: cli: fix IPv6 address partial matching | David Lamparter | 2017-05-15 | 1 | -3/+5 |
* | *: update thread_add_* calls | Quentin Young | 2017-05-09 | 2 | -6/+10 |