summaryrefslogtreecommitdiffstats
path: root/lib/graph.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* lib: fix spelling nits in more lib filesewlumpkin2021-10-051-1/+1
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-2/+2
* Treewide: use ANSI function definitionsRuben Kerkhof2019-01-241-1/+1
* lib: add vector_remove() to vector.[ch]Quentin Young2018-06-061-4/+4
* lib: add DFS + DOT dumping to graph datastructureQuentin Young2018-04-191-0/+71
* lib: add graph_find_nodeQuentin Young2018-04-061-6/+27
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-95/+86
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* lib: graph: fix vector_remove()David Lamparter2017-01-261-4/+9
* lib: graph: speed up node deletionDavid Lamparter2017-01-261-12/+17
* lib: graph: fix deletionsDavid Lamparter2017-01-261-3/+3
* Merge remote-tracking branch 'origin/cmaster-next' into vtysh-grammarDonald Sharp2016-09-211-0/+2
* lib: Add edge removal to graph data structureQuentin Young2016-09-181-15/+36
* lib: Add nullcheck before graph node deletionQuentin Young2016-09-091-0/+2
* lib: Remove automatic node deletionQuentin Young2016-09-081-13/+1
* lib: Continue matching system refactorQuentin Young2016-09-071-15/+23
* lib: Refactor command_parse.y for graph dsQuentin Young2016-09-021-4/+8
* lib: Generalize graph to work for any data typeQuentin Young2016-09-011-0/+113