summaryrefslogtreecommitdiff
path: root/lib/darr.c
AgeCommit message (Expand)Author
2024-12-15lib: darr: use the FRR printf formatterChristian Hopps
2024-03-05lib: fix infinite loop in __darr_in_vsprintfIgor Ryzhov
2024-03-04lib: fix __darr_in_vsprintfIgor Ryzhov
2023-12-28lib: darr: add ability to set MTYPE for dynamic arraysChristian Hopps
2023-12-28lib: darr: add new access and str functionsChristian Hopps
2023-11-11lib: darr needs to use memory.h for both alloc and freeChristian Hopps
2023-10-03Merge pull request #14508 from LabNConsulting/chopps/darr-use-frrmemfuncDonatas Abraitis
2023-09-29*: Do not cast to the same type as the destination isDonatas Abraitis
2023-09-29lib: use XREALLOC over realloc avoid coverity warningChristian Hopps
2023-06-27lib: add dynamic array typeChristian Hopps