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
*
Add missing DESC_ENTRY to lib/log.c
ßingen
2017-02-21
1
-0
/
+1
*
lib: CID 1399296: Assign instead of compare (PW.ASSIGN_WHERE_COMPARE_MEANT)
Martin Winter
2017-02-10
1
-1
/
+1
*
lib: use fsync() for config writes, plug fd leak
David Lamparter
2017-02-09
2
-27
/
+45
*
*: Found some instances of Quagga.conf
Donald Sharp
2017-02-07
1
-1
/
+1
*
Merge pull request #176 from opensourcerouting/mtype-underflow-backtrace
Donald Sharp
2017-02-07
1
-0
/
+6
|
\
|
*
lib: print backtrace on MTYPE count underflow
David Lamparter
2017-02-07
1
-0
/
+6
*
|
Merge pull request #161 from donaldsharp/stableMcLibrary
David Lamparter
2017-02-07
4
-7
/
+7
|
\
\
|
|
/
|
/
|
|
*
*: Convert libzebra -> libfrr
Donald Sharp
2017-02-03
4
-7
/
+7
*
|
lib: Fixup CR comment
Donald Sharp
2017-02-07
1
-2
/
+2
*
|
lib: Don't use malloc!
Donald Sharp
2017-02-06
1
-2
/
+2
|
/
*
lib: plug leak in prefix_list_delete()
David Lamparter
2017-02-01
1
-0
/
+4
*
*: fix warning fallout from set_socket_path
David Lamparter
2017-02-01
2
-3
/
+4
*
lib: Don't change uid/gid if we are already the correct uid/gid
Martin Winter
2017-01-25
2
-9
/
+19
*
lib: Add set_socket_path() to sockopt.c to override the path element of a (vt...
Martin Winter
2017-01-25
2
-0
/
+26
*
lib: additional patch for 496e83a
Quentin Young
2017-01-18
1
-6
/
+13
*
lib: limit size of vty buffer to 4096 bytes
Quentin Young
2017-01-13
2
-51
/
+53
*
Merge pull request #47 from donaldsharp/valgrind
Donald Sharp
2017-01-09
1
-3
/
+5
|
\
|
*
lib: Stop potential uninitialized memory access
Donald Sharp
2017-01-06
1
-3
/
+5
*
|
lib: Update ZAPI to version 4 and HEADER_MARKER to 254
Donald Sharp
2017-01-04
2
-2
/
+2
*
|
watchfrr: Rename watchquagga -> watchfrr
Donald Sharp
2017-01-04
4
-4
/
+4
|
/
*
Merge pull request #37 from LabNConsulting/working/2.0/patch-set-170102a
David Lamparter
2017-01-03
6
-42
/
+41
|
\
|
*
lib: Partial Revert of 4ecc09d and modify zclient connect behavior
Donald Sharp
2017-01-02
1
-19
/
+9
|
*
BGP: deal with vnc related string ambiguities (issue #9)
G. Paul Ziemba
2017-01-02
3
-11
/
+14
|
*
lib/command.c: fix leak id'ed by valgrind
Lou Berger
2017-01-02
1
-11
/
+17
|
*
prefix.c: replace free with XFREE for memory allocated with XMALLOC
Lou Berger
2017-01-02
1
-1
/
+1
*
|
Merge pull request #28 from opensourcerouting/dev/osr/rename-part1
Donald Sharp
2017-01-03
6
-44
/
+45
|
\
\
|
|
/
|
/
|
|
*
build: rename (2 of ?): route_types macros
David Lamparter
2016-12-20
2
-18
/
+18
|
*
build: replace some hardcoding with ./configure
David Lamparter
2016-12-20
2
-2
/
+4
|
*
build: rename (1 of ?): configure.ac + preproc
David Lamparter
2016-12-20
3
-24
/
+23
*
|
lib: Ensure ptrs are NULL on free
Donald Sharp
2016-12-16
1
-1
/
+5
|
/
*
lib: fix prefix2str return value and assert
Christian Franke
2016-12-08
1
-21
/
+14
*
*: always set SO_SNDBUF and SO_RCVBUF using a best effort approach
Renato Westphal
2016-12-08
2
-18
/
+18
*
lib: remove unused NS_BITMAP MTYPE
David Lamparter
2016-12-05
1
-1
/
+0
*
Merge branch '-rip' into stable/2.0
David Lamparter
2016-12-05
4
-7
/
+22
|
\
|
*
*: create a helper function to set the IP_MULTICAST_LOOP sockoption
Renato Westphal
2016-11-25
2
-1
/
+16
|
*
ripd: fix the "neighbor" command.
Renato Westphal
2016-11-25
2
-6
/
+6
*
|
Merge branch '-renato' into stable/2.0
David Lamparter
2016-12-05
10
-833
/
+236
|
\
\
|
*
|
zebra/lib: remove redundant fields from zebra_vrf
Renato Westphal
2016-11-28
2
-10
/
+10
|
*
|
lib/zebra: put vrf_get() on a diet
Renato Westphal
2016-11-28
2
-168
/
+54
|
*
|
zebra: order VRFs by name on user output
Renato Westphal
2016-11-28
1
-1
/
+1
|
*
|
lib/zebra: convert vrf_list to a red-black tree
Renato Westphal
2016-11-28
2
-36
/
+20
|
*
|
*: rename two vrf functions
Renato Westphal
2016-11-28
3
-9
/
+9
|
*
|
lib: convert vrf code to use red-black trees as well
Renato Westphal
2016-11-28
3
-228
/
+51
|
*
|
lib: convert namespace code to use red-black trees
Renato Westphal
2016-11-28
2
-53
/
+37
|
*
|
lib: fix creation of pre-provisioned VRFs
Renato Westphal
2016-11-28
1
-0
/
+1
|
*
|
zebra/lib: move some code around
Renato Westphal
2016-11-28
4
-70
/
+70
|
*
|
lib: remove unused ns code
Renato Westphal
2016-11-28
2
-284
/
+1
|
*
|
zebra/lib: plug several memleaks
Renato Westphal
2016-11-28
4
-2
/
+10
|
|
/
*
|
lib, zebra: Minimize display of link-params sub data
Donald Sharp
2016-12-05
2
-5
/
+7
*
|
lib: replace MIT license with ISC
David Lamparter
2016-12-01
3
-48
/
+30
[next]