index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
babeld
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-02-26
lib: STAILQ_FOREACH_SAFE never gives a null elem
Quentin Young
1
-1
/
+1
2019-02-26
*: compare pointer types to NULL, not 0
Quentin Young
4
-8
/
+8
2019-02-26
*: do not check XMALLOC / XCALLOC for null ret
Quentin Young
14
-72
/
+0
2019-02-26
*: use array_size instead of raw division
Quentin Young
12
-56
/
+38
2019-02-26
*: remove unnecessary semicolon from switches
Quentin Young
5
-7
/
+7
2019-02-26
*: remove useless return variables
Quentin Young
6
-22
/
+9
2019-02-26
*: return bool from boolean functions
Quentin Young
5
-7
/
+7
2019-02-26
*: use proper bool initializers & fix comparisons
Quentin Young
11
-16
/
+16
2019-02-25
lib: add compatibility #define for hash_backet
Quentin Young
1
-0
/
+5
2019-02-25
ospfd: fix link MTU warning style
Quentin Young
2
-7
/
+3
2019-02-25
*: Rename backet to bucket
Tim Bray
34
-323
/
+323
2019-02-24
zebra: Fix use after free in rib_process_result
Donald Sharp
1
-2
/
+3
2019-02-22
bgpd: Fix compile warning -> error
Donald Sharp
1
-4
/
+3
2019-02-21
zebra: unlock route-node in dplane results handler
Mark Stapp
1
-0
/
+2
2019-02-21
bgpd: fix the add-path code to understand the mpls-vpn safi
Renato Westphal
1
-22
/
+61
2019-02-21
bgpd: fix null pointer dereference bug
Renato Westphal
1
-2
/
+3
2019-02-21
isisd: fix crash when entering "no ip[v6] router isis" twice
Renato Westphal
1
-11
/
+12
2019-02-21
pbrd: add missing newline at the end of warning message
Renato Westphal
1
-1
/
+1
2019-02-21
pbrd: fix removal of ipv6 nexthops
Renato Westphal
1
-2
/
+2
2019-02-21
lib: Allow DEFPY_HIDDEN to exist in vtysh
Donald Sharp
1
-0
/
+3
2019-02-21
pimd: Add 'test pim keepalive-reset A.B.C.D A.B.C.D' command
Donald Sharp
1
-1
/
+52
2019-02-19
bgpd: make valgrind suppression more generic
David Lamparter
1
-4
/
+0
2019-02-19
lib: yang: use common yang_ctx_new_setup()
David Lamparter
3
-7
/
+31
2019-02-19
tools: fix new init script wrt. multi-instance
David Lamparter
1
-5
/
+8
2019-02-19
doc: update for new daemons settings
David Lamparter
2
-37
/
+23
2019-02-19
watchfrr: build in defaults for -r/-s/-k
David Lamparter
6
-5
/
+25
2019-02-19
debian: remove superseded systemd lintian override
David Lamparter
1
-4
/
+0
2019-02-19
debian: update libyang dependency to >= 0.16.74
David Lamparter
1
-1
/
+1
2019-02-19
debian: fix autopkgtest
David Lamparter
3
-9
/
+9
2019-02-19
debian: add missing Conflicts:
David Lamparter
1
-1
/
+14
2019-02-19
debian: remove bogus libjson0 dependency
David Lamparter
1
-2
/
+1
2019-02-19
debian: extend comments on pre/postinst hooks
David Lamparter
2
-2
/
+13
2019-02-19
tools/tarsource.sh: deal with AC_INIT []
David Lamparter
1
-0
/
+2
2019-02-19
tools/tarsource.sh: support FRR as a git submodule
David Lamparter
1
-1
/
+1
2019-02-19
debian: add libyang-dev dependency
David Lamparter
1
-0
/
+1
2019-02-19
debian: Don't create homdirectory for frr user
Martin Winter
1
-0
/
+1
2019-02-19
doc: Fix path and order in debian package build doc
Martin Winter
1
-11
/
+11
2019-02-19
debian/control: add python3-dev dependency
David Lamparter
1
-0
/
+1
2019-02-19
tools: don't watch nonexistent daemons
David Lamparter
1
-0
/
+3
2019-02-19
watchfrr: don't wait forever at startup
David Lamparter
1
-11
/
+38
2019-02-19
debian: fix dropping daemons.conf
David Lamparter
2
-4
/
+5
2019-02-19
debian: rework autopkgtests
David Lamparter
5
-32
/
+76
2019-02-19
tools/tarsource.sh: keep version info on non-git
David Lamparter
1
-0
/
+3
2019-02-19
tools: update build-debian-package.sh
David Lamparter
1
-28
/
+15
2019-02-19
debian: keep working nicely with split config
David Lamparter
3
-1
/
+74
2019-02-19
debian: chop down & rework maintainer scripts
David Lamparter
4
-136
/
+99
2019-02-19
debian: add python3-pytest build dependency
David Lamparter
1
-0
/
+1
2019-02-19
tools/tarsource.sh: fix GZIP_ENV
David Lamparter
1
-1
/
+1
2019-02-19
debian: drop unused lintian overrides
David Lamparter
2
-8
/
+0
2019-02-19
debian: full & proper copyright file
David Lamparter
1
-1
/
+227
[next]