| Commit message (Expand) | Author | Age | Files | Lines |
* | bgpd, lib: null check (Coverity 1436344, 1451361) | paco | 2018-06-20 | 1 | -0/+1 |
* | Merge pull request #2415 from qlyoung/pbr-table-range | Russ White | 2018-06-20 | 1 | -0/+6 |
|\ |
|
| * | lib: fix missing includes in pbr.h | Quentin Young | 2018-06-13 | 1 | -0/+4 |
| * | pbrd, lib: move PBR_STR def. to lib | Quentin Young | 2018-06-13 | 1 | -0/+2 |
* | | Merge pull request #2495 from pacovn/fixme_all_digit | Russ White | 2018-06-20 | 4 | -12/+19 |
|\ \ |
|
| * | | bgpd, lib, ospfd, zebra: all_digit moved to frrstr | paco | 2018-06-19 | 4 | -12/+19 |
* | | | bgpd, lib, zebra: Remove unnecessary return | Donald Sharp | 2018-06-20 | 2 | -2/+2 |
* | | | lib: Don't expose a function that is never used | Donald Sharp | 2018-06-20 | 2 | -2/+1 |
* | | | bgpd, lib, pimd: Remove unused variable. | Donald Sharp | 2018-06-20 | 2 | -2/+2 |
* | | | Merge pull request #2459 from pacovn/Coverity_1469898_Uninitialized_scalar_va... | Quentin Young | 2018-06-19 | 1 | -0/+3 |
|\ \ \
| |/ /
|/| | |
|
| * | | lib: uninitialized variable (Coverity 1469898) | paco | 2018-06-15 | 1 | -0/+3 |
* | | | Merge pull request #2445 from ppmathis/feature/bgp-pg-overrides | Russ White | 2018-06-19 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | bgpd: Implement group-overrides for peer flags | Pascal Mathis | 2018-06-14 | 1 | -0/+1 |
| |/ / |
|
* | | | Merge pull request #2465 from qlyoung/fix-build-am-cppflags-warning | Russ White | 2018-06-19 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | lib: ignore user CFLAGS when building Clippy | Quentin Young | 2018-06-15 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge pull request #2474 from donaldsharp/vty_thread_cancel_writes | Russ White | 2018-06-19 | 2 | -1/+53 |
|\ \ \ |
|
| * | | | lib: A small optimization for the hash iterate and walk functions | Donald Sharp | 2018-06-17 | 1 | -1/+11 |
| * | | | lib, vtysh: Add 'show thread poll' command | Donald Sharp | 2018-06-17 | 1 | -0/+42 |
| |/ / |
|
* | | | Merge pull request #2491 from pacovn/cppcheck_no_effect | Russ White | 2018-06-19 | 1 | -1/+0 |
|\ \ \ |
|
| * | | | eigrpd, isisd, lib, ospfd: no effect (cppcheck) | paco | 2018-06-19 | 1 | -1/+0 |
* | | | | eigrpd, lib, tests, vtysh: security (cppcheck) | paco | 2018-06-19 | 1 | -2/+4 |
|/ / / |
|
* | | | Merge pull request #2476 from pacovn/Coverity_1433544_Explicit_null_dereferenced | Lou Berger | 2018-06-18 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | bgpd: null chk (Coverity 1433544 1433543 1433542) | paco | 2018-06-18 | 1 | -0/+3 |
| |/ / |
|
* | | | Merge pull request #2484 from pacovn/cppcheck_unused_vars | Donald Sharp | 2018-06-18 | 1 | -2/+0 |
|\ \ \ |
|
| * | | | eigrpd, lib, vtysh: unused vars (cppcheck) | paco | 2018-06-18 | 1 | -2/+0 |
| |/ / |
|
* / / | babeld, lib, ospfd, tests: fmt fixes (cppcheck) | paco | 2018-06-18 | 2 | -8/+8 |
|/ / |
|
* | | Merge pull request #2434 from pacovn/Coverity_1457145_Out-of-bounds_access | Rafael Zalamena | 2018-06-14 | 1 | -11/+11 |
|\ \ |
|
| * | | lib: out-of-bounds access (Coverity 1457145) | paco | 2018-06-13 | 1 | -11/+11 |
| |/ |
|
* | | Merge pull request #2437 from pacovn/Coverity_1436343_Dereference_after_null_... | Rafael Zalamena | 2018-06-14 | 1 | -1/+1 |
|\ \ |
|
| * | | lib: null check (Coverity 1436343) | paco | 2018-06-13 | 1 | -1/+1 |
| |/ |
|
* | | Merge pull request #2410 from pacovn/Coverity_1448806_Out-of-bounds_access | Rafael Zalamena | 2018-06-14 | 1 | -8/+8 |
|\ \
| |/
|/| |
|
| * | lib: OoB access (Coverity 1448806, 1448810) | paco | 2018-06-12 | 1 | -8/+8 |
* | | Merge pull request #2402 from qlyoung/germx-hand-sanitizer-kills-99-percent-o... | Jafar Al-Gharaibeh | 2018-06-12 | 1 | -3/+3 |
|\ \ |
|
| * | | *: disable all sanitizers for clippy build | Quentin Young | 2018-06-08 | 1 | -3/+3 |
* | | | Merge pull request #2399 from pacovn/Coverity_1469894_Dereference_null_return... | Donald Sharp | 2018-06-12 | 1 | -2/+3 |
|\ \ \ |
|
| * | | | lib: null return value check (Coverity 1469894) | paco | 2018-06-12 | 1 | -2/+3 |
| | |/
| |/| |
|
* | | | Merge pull request #2398 from pacovn/Coverity_1469895_Dereference_after_null_... | Quentin Young | 2018-06-11 | 1 | -3/+5 |
|\ \ \
| |_|/
|/| | |
|
| * | | lib: null dereference (Coverity 1469895) | paco | 2018-06-11 | 1 | -3/+5 |
| |/ |
|
* / | lib: fix sizeof expression (Coverity 1455482) | paco | 2018-06-08 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #2298 from qlyoung/pipe-actions-vtysh | Russ White | 2018-06-08 | 11 | -154/+682 |
|\ |
|
| * | lib: fix output mangling with | include | Quentin Young | 2018-06-06 | 3 | -28/+64 |
| * | lib: initialize vty->of | Quentin Young | 2018-06-06 | 1 | -0/+2 |
| * | lib: add vector_compact(), use after str splits | Quentin Young | 2018-06-06 | 4 | -2/+16 |
| * | lib: fix static analysis issues, use regfree() | Quentin Young | 2018-06-06 | 3 | -6/+36 |
| * | lib: add vector_remove() to vector.[ch] | Quentin Young | 2018-06-06 | 4 | -5/+18 |
| * | *: style for | support | Quentin Young | 2018-06-06 | 4 | -7/+16 |
| * | vtysh: add | support | Quentin Young | 2018-06-06 | 5 | -72/+108 |
| * | lib: add cli preprocessor for `|` actions | Quentin Young | 2018-06-06 | 4 | -15/+116 |
| * | lib: add hook for preprocessing commands | Quentin Young | 2018-06-06 | 2 | -0/+85 |
| * | lib: add string utilities | Quentin Young | 2018-06-06 | 7 | -83/+285 |