index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
linklist.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib: kill unused list_filter_out_nodes()
David Lamparter
2021-05-03
1
-17
/
+0
*
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
2021-03-17
1
-2
/
+2
*
lib, bgpd: convert lttng tracepoints to frrtrace()
Quentin Young
2020-10-23
1
-4
/
+4
*
lib: move trace.h -> libfrr_trace.h
Quentin Young
2020-10-23
1
-1
/
+1
*
lib: add tracepoints for *malloc, list ops
Quentin Young
2020-10-23
1
-0
/
+9
*
lib: introduce new list_dup() API
Renato Westphal
2020-08-12
1
-0
/
+17
*
lib: allow listnode memory to be managed by the app
Anuradha Karuppiah
2020-08-05
1
-21
/
+37
*
lib/linklist: flip the bitrot compost
David Lamparter
2019-12-14
1
-23
/
+0
*
lib: const a couple linklist apis
Quentin Young
2019-05-28
1
-2
/
+2
*
Merge pull request #4239 from sarav511/rp
Jafar Al-Gharaibeh
2019-05-28
1
-0
/
+57
|
\
|
*
lib: implement utility function API which does the following
saravanank
2019-05-15
1
-0
/
+57
*
|
lib: add list_to_array
Quentin Young
2019-05-17
1
-0
/
+15
|
/
*
lib: fix warning in linklist api
Mark Stapp
2019-04-22
1
-1
/
+1
*
lib: return listnode on add for subsequent efficent del
Anuradha Karuppiah
2019-04-20
1
-1
/
+3
*
lib: add listnode_add_force utility routine
Philippe Guibert
2019-03-29
1
-0
/
+7
*
lib: add lookup utility routine that accepts null list values
Philippe Guibert
2019-03-29
1
-0
/
+7
*
*: list_delete_and_null() -> list_delete()
David Lamparter
2018-10-02
1
-1
/
+1
*
lib: remove deprecated list_delete()/list_free()
David Lamparter
2018-10-02
1
-5
/
+0
*
lib vtysh zebra: variable shadowing fixes
F. Aragon
2018-09-12
1
-2
/
+2
*
lib: add listnode_add_head()
Renato Westphal
2018-08-13
1
-0
/
+20
*
bgpd: null check (Coverity 1453455)
F. Aragon
2018-06-29
1
-19
/
+3
*
lib: add proper doc comments for hash & linklist
Quentin Young
2018-05-25
1
-23
/
+7
*
lib: add list_sort(), list_dup()
Quentin Young
2018-05-25
1
-0
/
+39
*
*: Convert list_free usage to list_delete
Donald Sharp
2017-10-05
1
-2
/
+2
*
*: Convert list_delete(struct list *) to ** to allow nulling
Donald Sharp
2017-10-05
1
-5
/
+11
*
*: reindent
reindent-master-after
whitespace / reindent
2017-07-17
1
-215
/
+189
*
*: make consistent & update GPLv2 file headers
David Lamparter
2017-05-15
1
-4
/
+3
*
*: split & distribute memtypes and stop (re|ab)using lib/ MTYPEs
David Lamparter
2016-09-19
1
-0
/
+3
*
lib: linklist: clean up insert-before/after dups
David Lamparter
2016-07-28
1
-47
/
+2
*
lib: linklist: add listnode_add_before()
David Lamparter
2016-07-28
1
-0
/
+38
*
ospfd: Tweak previous iface RR write patch to avoid free/malloc & redundant log
Paul Jakma
2016-05-30
1
-0
/
+7
*
*: nuke ^L (page feed)
David Lamparter
2014-06-04
1
-4
/
+4
*
[cleanup] Convert XMALLOC/memset to XCALLOC
Stephen Hemminger
2009-06-12
1
-10
/
+2
*
[lib/linklist] Enforce "nodes must have data" invariant more rigorously
Paul Jakma
2008-02-28
1
-5
/
+15
*
+ fixed bug #418 (changing address on an existing interface doesn't cause exi...
Denis Ovsienko
2007-11-12
1
-0
/
+1
*
[lib] list_delete shouldn't duplicate list_delete_all_node
Paul Jakma
2006-06-15
1
-10
/
+1
*
2005-05-06 Paul Jakma <paul@dishone.st>
paul
2005-05-06
1
-2
/
+2
*
2005-04-07 Paul Jakma <paul.jakma@sun.com>
paul
2005-04-07
1
-3
/
+3
*
Remove usage of evil list and listnode typedefs.
hasso
2004-09-23
1
-4
/
+4
*
Revert my "microfix". It was caused by misreading code. Gilad is right as
hasso
2003-12-22
1
-6
/
+1
*
note that order of = items is undefined, probably
gdt
2003-12-22
1
-0
/
+4
*
add comments clarifying the operation of listnode_add_sort
gdt
2003-12-22
1
-1
/
+7
*
lib/if.c part from [quagga-dev 552] and lib/inklist.c part from [quagga-dev
hasso
2003-12-21
1
-7
/
+3
*
2003-09-24 sowmini.varadhan@sun.com
paul
2003-09-24
1
-2
/
+6
*
Kevin C Miller <kevinm@andrew.cmu.edu>
paul
2002-12-13
1
-0
/
+5
*
Initial revision
paul
2002-12-13
1
-0
/
+312