summaryrefslogtreecommitdiff
path: root/lib/ferr.c
AgeCommit message (Expand)Author
2023-03-21*: Add a hash_clean_and_free() functionDonald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-27*: apply proper format string attributesDavid Lamparter
2022-07-20*: frr_with_mutex change to follow our standardDonald Sharp
2022-05-03*: remove the checking returned value for hash_get()anlan_cs
2021-11-17lib: use vty_json()David Lamparter
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2020-11-18lib: Cleanup mem-leaks in error caseDonald Sharp
2020-07-14*: remove PRI[udx](8|16|32)David Lamparter
2019-09-03lib: add frr_with_mutex() block-wrapperDavid Lamparter
2019-08-21lib: fix uint32_t overflow in a couple of CLI commandsRenato Westphal
2019-07-29vtysh: only show error codes onceQuentin Young
2019-05-14lib: hashing functions should take const argumentsQuentin Young
2019-04-03lib: reduce exported var symbolsQuentin Young
2018-10-19*: Replace hash_cmp function return value to a boolDonald Sharp
2018-10-02*: list_delete_and_null() -> list_delete()David Lamparter
2018-09-08*: fix config.h/zebra.h include orderDavid Lamparter
2018-09-07lib: array index check (Coverity 1473088)F. Aragon
2018-08-28lib: Use the actual string we want to limit '===' line toDonald Sharp
2018-08-25lib: Cleanup uninted `top` variable in ferr.cDonald Sharp
2018-08-21lib: fix show error allPhilippe Guibert
2018-08-14*: rename ferr_ref -> log_refQuentin Young
2018-08-14lib: remove still reachable blocks in ferr.cQuentin Young
2018-08-14lib, vtysh: fixup style nits for error refsQuentin Young
2018-08-14lib: add 'show error all json'Quentin Young
2018-08-14lib: Allow adding arrays of ferr'sDonald Sharp
2018-08-14lib: add error reference systemQuentin Young
2018-08-11lib: Remove memory check testDonald Sharp
2018-03-06*: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger
2017-10-09lib: fix wrong warning from clangVincent JARDIN
2017-08-28lib: "ferr" error-information systemDavid Lamparter