index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
graph.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-16
/
+1
*
lib: fix spelling nits in more lib files
ewlumpkin
2021-10-05
1
-1
/
+1
*
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
2021-03-17
1
-2
/
+2
*
Treewide: use ANSI function definitions
Ruben Kerkhof
2019-01-24
1
-1
/
+1
*
lib: add vector_remove() to vector.[ch]
Quentin Young
2018-06-06
1
-4
/
+4
*
lib: add DFS + DOT dumping to graph datastructure
Quentin Young
2018-04-19
1
-0
/
+71
*
lib: add graph_find_node
Quentin Young
2018-04-06
1
-6
/
+27
*
*: reindent
reindent-master-after
whitespace / reindent
2017-07-17
1
-95
/
+86
*
*: make consistent & update GPLv2 file headers
David Lamparter
2017-05-15
1
-4
/
+3
*
lib: graph: fix vector_remove()
David Lamparter
2017-01-26
1
-4
/
+9
*
lib: graph: speed up node deletion
David Lamparter
2017-01-26
1
-12
/
+17
*
lib: graph: fix deletions
David Lamparter
2017-01-26
1
-3
/
+3
*
Merge remote-tracking branch 'origin/cmaster-next' into vtysh-grammar
Donald Sharp
2016-09-21
1
-0
/
+2
*
lib: Add edge removal to graph data structure
Quentin Young
2016-09-18
1
-15
/
+36
*
lib: Add nullcheck before graph node deletion
Quentin Young
2016-09-09
1
-0
/
+2
*
lib: Remove automatic node deletion
Quentin Young
2016-09-08
1
-13
/
+1
*
lib: Continue matching system refactor
Quentin Young
2016-09-07
1
-15
/
+23
*
lib: Refactor command_parse.y for graph ds
Quentin Young
2016-09-02
1
-4
/
+8
*
lib: Generalize graph to work for any data type
Quentin Young
2016-09-01
1
-0
/
+113