index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
linklist.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib/linklist: flip the bitrot compost
David Lamparter
2019-12-14
1
-24
/
+0
*
*: s/TRUE/true/, s/FALSE/false/
Quentin Young
2019-07-01
1
-1
/
+1
*
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
/
+33
|
\
|
*
lib: implement utility function API which does the following
saravanank
2019-05-15
1
-0
/
+33
*
|
lib: add list_to_array
Quentin Young
2019-05-17
1
-0
/
+20
|
/
*
lib: fix warning in linklist api
Mark Stapp
2019-04-22
1
-1
/
+7
*
lib: return listnode on add for subsequent efficent del
Anuradha Karuppiah
2019-04-20
1
-1
/
+1
*
lib: add listnode_add_force utility routine
Philippe Guibert
2019-03-29
1
-0
/
+2
*
lib: add lookup utility routine that accepts null list values
Philippe Guibert
2019-03-29
1
-0
/
+2
*
lib: add macro that performs explicit static casts when using a C++ compiler
Renato Westphal
2019-02-12
1
-2
/
+3
*
lib: add extern "C" {} blocks to all libfrr headers
Renato Westphal
2019-02-12
1
-0
/
+8
*
*: 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
-30
/
+0
*
lib: add listnode_add_head()
Renato Westphal
2018-08-13
1
-0
/
+13
*
lib: remove VERSION_TYPE_DEV from CONFDATE checks
Lou Berger
2018-07-10
1
-1
/
+1
*
lib: null check (2) (Coverity 1451361)
paco
2018-06-27
1
-0
/
+1
*
lib ospfd: dead code (Coverity 1302503 1302502)
paco
2018-06-26
1
-0
/
+1
*
lib: add proper doc comments for hash & linklist
Quentin Young
2018-05-25
1
-22
/
+214
*
lib: add list_sort(), list_dup()
Quentin Young
2018-05-25
1
-0
/
+3
*
*: Only test CONFDATE when VERSION_TYPE_DEV defined
Lou Berger
2018-04-03
1
-1
/
+1
*
*: conform with COMMUNITY.md formatting rules, via 'make indent'
Lou Berger
2018-03-06
1
-4
/
+6
*
lib: linklist avoid access NULL->data
Vincent JARDIN
2017-10-09
1
-1
/
+2
*
*: Convert list_free usage to list_delete
Donald Sharp
2017-10-05
1
-2
/
+7
*
*: Convert list_delete(struct list *) to ** to allow nulling
Donald Sharp
2017-10-05
1
-1
/
+14
*
*: reindent
reindent-master-after
whitespace / reindent
2017-07-17
1
-72
/
+73
*
*: make consistent & update GPLv2 file headers
David Lamparter
2017-05-15
1
-4
/
+3
*
*: remove QUAGGA_NO_DEPRECATED_INTERFACES
Quentin Young
2017-02-17
1
-11
/
+0
*
*: Convert libzebra -> libfrr
Donald Sharp
2017-02-03
1
-1
/
+1
*
lib: linklist: clean up insert-before/after dups
David Lamparter
2016-07-28
1
-3
/
+1
*
lib: linklist: add listnode_add_before()
David Lamparter
2016-07-28
1
-0
/
+1
*
ospfd: Tweak previous iface RR write patch to avoid free/malloc & redundant log
Paul Jakma
2016-05-30
1
-0
/
+1
*
lib: don't create circular lists (fixes 6d83113)
David Lamparter
2016-05-26
1
-0
/
+1
*
lib: remove ALL_LIST_ELEMENTS dead code branch
David Lamparter
2013-01-11
1
-1
/
+1
*
lib: Tweaks to linked list macros
Josh Bailey
2012-04-07
1
-7
/
+7
*
2005-05-06 Paul Jakma <paul@dishone.st>
paul
2005-05-06
1
-14
/
+14
*
2005-04-07 Paul Jakma <paul.jakma@sun.com>
paul
2005-04-07
1
-11
/
+53
*
Remove usage of evil list and listnode typedefs.
hasso
2004-09-23
1
-7
/
+4
*
Assorted changes from work at BBN. Most are minor, and several are in
gdt
2004-08-31
1
-0
/
+1
*
comments about struct list
gdt
2003-12-22
1
-0
/
+5
*
2003-08-12 Paul Jakma <paul@dishone.st>
paul
2003-08-12
1
-0
/
+2
*
Initial revision
paul
2002-12-13
1
-0
/
+101