summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd, lib: null check (Coverity 1436344, 1451361)paco2018-06-201-0/+1
* Merge pull request #2415 from qlyoung/pbr-table-rangeRuss White2018-06-201-0/+6
|\
| * lib: fix missing includes in pbr.hQuentin Young2018-06-131-0/+4
| * pbrd, lib: move PBR_STR def. to libQuentin Young2018-06-131-0/+2
* | Merge pull request #2495 from pacovn/fixme_all_digitRuss White2018-06-204-12/+19
|\ \
| * | bgpd, lib, ospfd, zebra: all_digit moved to frrstrpaco2018-06-194-12/+19
* | | bgpd, lib, zebra: Remove unnecessary returnDonald Sharp2018-06-202-2/+2
* | | lib: Don't expose a function that is never usedDonald Sharp2018-06-202-2/+1
* | | bgpd, lib, pimd: Remove unused variable.Donald Sharp2018-06-202-2/+2
* | | Merge pull request #2459 from pacovn/Coverity_1469898_Uninitialized_scalar_va...Quentin Young2018-06-191-0/+3
|\ \ \ | |/ / |/| |
| * | lib: uninitialized variable (Coverity 1469898)paco2018-06-151-0/+3
* | | Merge pull request #2445 from ppmathis/feature/bgp-pg-overridesRuss White2018-06-191-0/+1
|\ \ \
| * | | bgpd: Implement group-overrides for peer flagsPascal Mathis2018-06-141-0/+1
| |/ /
* | | Merge pull request #2465 from qlyoung/fix-build-am-cppflags-warningRuss White2018-06-191-1/+1
|\ \ \
| * | | lib: ignore user CFLAGS when building ClippyQuentin Young2018-06-151-1/+1
| |/ /
* | | Merge pull request #2474 from donaldsharp/vty_thread_cancel_writesRuss White2018-06-192-1/+53
|\ \ \
| * | | lib: A small optimization for the hash iterate and walk functionsDonald Sharp2018-06-171-1/+11
| * | | lib, vtysh: Add 'show thread poll' commandDonald Sharp2018-06-171-0/+42
| |/ /
* | | Merge pull request #2491 from pacovn/cppcheck_no_effectRuss White2018-06-191-1/+0
|\ \ \
| * | | eigrpd, isisd, lib, ospfd: no effect (cppcheck)paco2018-06-191-1/+0
* | | | eigrpd, lib, tests, vtysh: security (cppcheck)paco2018-06-191-2/+4
|/ / /
* | | Merge pull request #2476 from pacovn/Coverity_1433544_Explicit_null_dereferencedLou Berger2018-06-181-0/+3
|\ \ \
| * | | bgpd: null chk (Coverity 1433544 1433543 1433542)paco2018-06-181-0/+3
| |/ /
* | | Merge pull request #2484 from pacovn/cppcheck_unused_varsDonald Sharp2018-06-181-2/+0
|\ \ \
| * | | eigrpd, lib, vtysh: unused vars (cppcheck)paco2018-06-181-2/+0
| |/ /
* / / babeld, lib, ospfd, tests: fmt fixes (cppcheck)paco2018-06-182-8/+8
|/ /
* | Merge pull request #2434 from pacovn/Coverity_1457145_Out-of-bounds_accessRafael Zalamena2018-06-141-11/+11
|\ \
| * | lib: out-of-bounds access (Coverity 1457145)paco2018-06-131-11/+11
| |/
* | Merge pull request #2437 from pacovn/Coverity_1436343_Dereference_after_null_...Rafael Zalamena2018-06-141-1/+1
|\ \
| * | lib: null check (Coverity 1436343)paco2018-06-131-1/+1
| |/
* | Merge pull request #2410 from pacovn/Coverity_1448806_Out-of-bounds_accessRafael Zalamena2018-06-141-8/+8
|\ \ | |/ |/|
| * lib: OoB access (Coverity 1448806, 1448810)paco2018-06-121-8/+8
* | Merge pull request #2402 from qlyoung/germx-hand-sanitizer-kills-99-percent-o...Jafar Al-Gharaibeh2018-06-121-3/+3
|\ \
| * | *: disable all sanitizers for clippy buildQuentin Young2018-06-081-3/+3
* | | Merge pull request #2399 from pacovn/Coverity_1469894_Dereference_null_return...Donald Sharp2018-06-121-2/+3
|\ \ \
| * | | lib: null return value check (Coverity 1469894)paco2018-06-121-2/+3
| | |/ | |/|
* | | Merge pull request #2398 from pacovn/Coverity_1469895_Dereference_after_null_...Quentin Young2018-06-111-3/+5
|\ \ \ | |_|/ |/| |
| * | lib: null dereference (Coverity 1469895)paco2018-06-111-3/+5
| |/
* / lib: fix sizeof expression (Coverity 1455482)paco2018-06-081-1/+1
|/
* Merge pull request #2298 from qlyoung/pipe-actions-vtyshRuss White2018-06-0811-154/+682
|\
| * lib: fix output mangling with | includeQuentin Young2018-06-063-28/+64
| * lib: initialize vty->ofQuentin Young2018-06-061-0/+2
| * lib: add vector_compact(), use after str splitsQuentin Young2018-06-064-2/+16
| * lib: fix static analysis issues, use regfree()Quentin Young2018-06-063-6/+36
| * lib: add vector_remove() to vector.[ch]Quentin Young2018-06-064-5/+18
| * *: style for | supportQuentin Young2018-06-064-7/+16
| * vtysh: add | supportQuentin Young2018-06-065-72/+108
| * lib: add cli preprocessor for `|` actionsQuentin Young2018-06-064-15/+116
| * lib: add hook for preprocessing commandsQuentin Young2018-06-062-0/+85
| * lib: add string utilitiesQuentin Young2018-06-067-83/+285