summaryrefslogtreecommitdiffstats
path: root/lib/ferr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Add a hash_clean_and_free() functionDonald Sharp2023-03-211-3/+1
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-12/+1
* *: apply proper format string attributesDavid Lamparter2023-01-271-0/+1
* *: frr_with_mutex change to follow our standardDonald Sharp2022-07-201-5/+5
* *: remove the checking returned value for hash_get()anlan_cs2022-05-021-1/+1
* lib: use vty_json()David Lamparter2021-11-171-7/+1
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-1/+1
* lib: Cleanup mem-leaks in error caseDonald Sharp2020-11-181-1/+5
* *: remove PRI[udx](8|16|32)David Lamparter2020-07-141-2/+2
* 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