summaryrefslogtreecommitdiffstats
path: root/lib/ferr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: add frr_with_mutex() block-wrapperDavid Lamparter2019-09-031-15/+6
* lib: fix uint32_t overflow in a couple of CLI commandsRenato Westphal2019-08-211-1/+1
* vtysh: only show error codes onceQuentin Young2019-07-291-5/+7
* lib: hashing functions should take const argumentsQuentin Young2019-05-141-2/+2
* lib: reduce exported var symbolsQuentin Young2019-04-031-1/+1
* *: Replace hash_cmp function return value to a boolDonald Sharp2018-10-191-1/+1
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-1/+1
* *: fix config.h/zebra.h include orderDavid Lamparter2018-09-081-0/+4
* lib: array index check (Coverity 1473088)F. Aragon2018-09-071-1/+1
* lib: Use the actual string we want to limit '===' line toDonald Sharp2018-08-281-1/+1
* lib: Cleanup uninted `top` variable in ferr.cDonald Sharp2018-08-261-1/+1
* lib: fix show error allPhilippe Guibert2018-08-211-1/+1
* *: rename ferr_ref -> log_refQuentin Young2018-08-141-13/+13
* lib: remove still reachable blocks in ferr.cQuentin Young2018-08-141-0/+1
* lib, vtysh: fixup style nits for error refsQuentin Young2018-08-141-2/+5
* lib: add 'show error all json'Quentin Young2018-08-141-13/+66
* lib: Allow adding arrays of ferr'sDonald Sharp2018-08-141-1/+6
* lib: add error reference systemQuentin Young2018-08-141-0/+100
* lib: Remove memory check testDonald Sharp2018-08-111-7/+0
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-12/+11
* lib: fix wrong warning from clangVincent JARDIN2017-10-091-0/+1
* lib: "ferr" error-information systemDavid Lamparter2017-08-281-0/+147