summaryrefslogtreecommitdiff
path: root/lib/graph.c
AgeCommit message (Expand)Author
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2021-10-05lib: fix spelling nits in more lib filesewlumpkin
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2019-01-24Treewide: use ANSI function definitionsRuben Kerkhof
2018-06-06lib: add vector_remove() to vector.[ch]Quentin Young
2018-04-19lib: add DFS + DOT dumping to graph datastructureQuentin Young
2018-04-06lib: add graph_find_nodeQuentin Young
2017-07-17*: reindentreindent-master-afterwhitespace / reindent
2017-05-15*: make consistent & update GPLv2 file headersDavid Lamparter
2017-01-26lib: graph: fix vector_remove()David Lamparter
2017-01-26lib: graph: speed up node deletionDavid Lamparter
2017-01-26lib: graph: fix deletionsDavid Lamparter
2016-09-20Merge remote-tracking branch 'origin/cmaster-next' into vtysh-grammarDonald Sharp
2016-09-18lib: Add edge removal to graph data structureQuentin Young
2016-09-09lib: Add nullcheck before graph node deletionQuentin Young
2016-09-08lib: Remove automatic node deletionQuentin Young
2016-09-07lib: Continue matching system refactorQuentin Young
2016-09-02lib: Refactor command_parse.y for graph dsQuentin Young
2016-09-01lib: Generalize graph to work for any data typeQuentin Young