index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: add attribute to functions that do not return
Ruben Kerkhof
2020-03-19
2
-2
/
+4
*
Merge pull request #5927 from mjstapp/interval_string_api
Donald Sharp
2020-03-17
1
-0
/
+20
|
\
|
*
lib, *: add a common time interval formatting api
Mark Stapp
2020-03-09
1
-0
/
+20
*
|
Merge pull request #5827 from donaldsharp/missed_upstreaming
Sri Mohana Singamsetty
2020-03-12
1
-1
/
+3
|
\
\
|
*
|
lib: immediately ping systemd when started
Quentin Young
2020-03-10
1
-1
/
+3
*
|
|
Merge pull request #5981 from ton31337/fix/not_necessary_checks
Mark Stapp
2020-03-12
1
-5
/
+2
|
\
\
\
|
*
|
|
*: Remove tests for some XFREE-family functions
Donatas Abraitis
2020-03-11
1
-5
/
+2
*
|
|
|
isisd: fix a bunch of build warnings with GCC 10
Ruben Kerkhof
2020-03-11
1
-1
/
+1
|
/
/
/
*
/
/
treewide: fix some issues found with -Werror=undef
Ruben Kerkhof
2020-03-10
3
-9
/
+9
|
/
/
*
|
lib, zebra: remove nullity check before XFREE...
Quentin Young
2020-03-09
1
-2
/
+1
*
|
Merge pull request #5839 from donaldsharp/upstream_merge
Russ White
2020-03-09
2
-9
/
+28
|
\
\
|
|
/
|
/
|
|
*
lib, pimd, zebra: Provide some insurance against reading bad stream data
Satheesh Kumar K
2020-03-06
2
-9
/
+28
*
|
*: Replace `sizeof something` to sizeof(something)
Donatas Abraitis
2020-03-08
10
-20
/
+20
|
/
*
*: Finish off the __PRETTY_FUNCTION__ to __func__
Donald Sharp
2020-03-06
1
-2
/
+2
*
Merge pull request #5916 from mjstapp/fix_gmtime
Quentin Young
2020-03-05
3
-10
/
+10
|
\
|
*
*: use gmtime_r, localtime_r exclusively
Mark Stapp
2020-03-05
3
-10
/
+10
*
|
*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__
Donatas Abraitis
2020-03-05
6
-47
/
+39
*
|
*: Use true/false instead of 1/0 when assigning variable for bool type
Donatas Abraitis
2020-03-04
4
-11
/
+11
*
|
*: Return bool type for bool functions
Donatas Abraitis
2020-03-04
1
-1
/
+1
*
|
*: Use short version of bool expressions
Donatas Abraitis
2020-03-04
2
-2
/
+2
|
/
*
*: change hash_backet to hash_bucket
Donald Sharp
2020-02-28
2
-6
/
+1
*
Merge pull request #5859 from donaldsharp/clang_latest
Mark Stapp
2020-02-28
4
-6
/
+5
|
\
|
*
lib: Cleanup set but unused variables
Donald Sharp
2020-02-27
4
-6
/
+5
*
|
Merge pull request #5857 from mjstapp/embed_nhg_in_nhe
Stephen Worley
2020-02-28
2
-2
/
+3
|
\
\
|
*
|
lib: use const in nexthop_group copy api
Mark Stapp
2020-02-25
2
-2
/
+3
*
|
|
Revert "*: change hash_backet to hash_bucket"
Jafar Al-Gharaibeh
2020-02-27
2
-1
/
+6
*
|
|
*: change hash_backet to hash_bucket
Donald Sharp
2020-02-27
2
-6
/
+1
|
|
/
|
/
|
*
|
Merge pull request #5866 from qlyoung/fix-ipaddr-isset
Mark Stapp
2020-02-26
1
-1
/
+4
|
\
\
|
*
|
lib: fix ipaddr_isset
Quentin Young
2020-02-26
1
-1
/
+4
|
|
/
*
|
Merge pull request #5270 from NaveenThanikachalam/rmap
Donald Sharp
2020-02-25
3
-18
/
+1061
|
\
\
|
|
/
|
/
|
|
*
lib: Optimizing route-maps - Part-3
Naveen Thanikachalam
2020-02-18
3
-240
/
+297
|
*
lib: Optimizing route-maps - Part-2
Naveen Thanikachalam
2020-02-18
1
-61
/
+217
|
*
lib: Optimizing route-maps - Part-1
Naveen Thanikachalam
2020-02-18
3
-5
/
+835
*
|
Merge pull request #5842 from qlyoung/fix-test-then-xfree-again
Donatas Abraitis
2020-02-20
1
-3
/
+1
|
\
\
|
*
|
lib: do not test before XFREE
Quentin Young
2020-02-19
1
-3
/
+1
*
|
|
lib: don't allow to recurse inside route-map node
Rafael Zalamena
2020-02-19
1
-1
/
+0
|
/
/
*
|
Merge pull request #5834 from opensourcerouting/route-map-fix-crash
Donald Sharp
2020-02-19
1
-2
/
+3
|
\
\
|
*
|
lib: fix route-map coverity scan issue
Rafael Zalamena
2020-02-19
1
-2
/
+3
*
|
|
Merge pull request #5809 from donaldsharp/vrf_name
Donatas Abraitis
2020-02-19
2
-44
/
+49
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
lib: Add vrf name to outputs/debugs
Donald Sharp
2020-02-14
1
-7
/
+14
|
*
|
lib: Add a macro to allow for quick/easy display of vrf name
Donald Sharp
2020-02-14
1
-0
/
+2
|
*
|
lib: Format according to our standard
Donald Sharp
2020-02-14
1
-38
/
+34
*
|
|
Merge pull request #5651 from AnuradhaKaruppiah/evpn-pim-fixes
Philippe Guibert
2020-02-18
1
-0
/
+5
|
\
\
\
|
*
|
|
lib: add missing command DESC for MLAG messages
Anuradha Karuppiah
2020-02-14
1
-0
/
+5
|
|
/
/
*
|
|
Merge pull request #5813 from mjstapp/zapi_labels_use_nh
Donald Sharp
2020-02-18
2
-40
/
+8
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
*: encode zapi labels message using nexthops
Mark Stapp
2020-02-14
2
-40
/
+8
*
|
|
lib: Fix so that `--enable-pcreposix` actually compiles
Donald Sharp
2020-02-16
4
-0
/
+18
|
|
/
|
/
|
*
|
Merge pull request #5806 from ton31337/fix/remove_break_after_return
Mark Stapp
2020-02-13
8
-19
/
+0
|
\
\
|
*
|
*: Remove break after return
Donatas Abraitis
2020-02-13
8
-19
/
+0
|
|
/
*
|
Merge pull request #5787 from karamalla0406/rmac_check
Donatas Abraitis
2020-02-13
2
-0
/
+21
|
\
\
|
|
/
|
/
|
[next]