index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libfrr.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib: check return value (Coverity 1453456)
paco
2018-06-25
1
-1
/
+3
*
lib: Add --log-level to daemons
Donald Sharp
2018-06-19
1
-4
/
+9
*
lib: Remove special case code to use syslog
Donald Sharp
2018-06-19
1
-3
/
+0
*
lib: Add new cli to specify where to output logs on startup
Donald Sharp
2018-06-19
1
-1
/
+10
*
lib: Create a thread for reading in the cli
Donald Sharp
2018-06-19
1
-4
/
+21
*
lib: Add ability to retry if backup is specified
Donald Sharp
2018-06-19
1
-1
/
+6
*
bgpd, lib, ospf6d, vtysh: fix possible snprintf possible truncation
Donald Sharp
2018-06-08
1
-2
/
+2
*
lib: fix pathspace option -N
Christian Franke
2018-04-11
1
-2
/
+2
*
*: conform with COMMUNITY.md formatting rules, via 'make indent'
Lou Berger
2018-03-06
1
-10
/
+8
*
lib, ldpd: fix "argument cannot be negative" coverity warnings
Renato Westphal
2017-10-06
1
-9
/
+21
*
Merge pull request #1255 from qlyoung/vtysh-remove-double-slash
Renato Westphal
2017-09-29
1
-1
/
+1
|
\
|
*
lib: remove extra / in other paths
Quentin Young
2017-09-29
1
-1
/
+1
*
|
lib: Free thread_master pointer after free
Donald Sharp
2017-09-25
1
-0
/
+1
|
/
*
lib: add -N/--pathspace option
David Lamparter
2017-08-28
1
-11
/
+39
*
lib: fix cosmetic issue with exit race
David Lamparter
2017-08-24
1
-1
/
+4
*
lib: centralized memstats-at-exit
David Lamparter
2017-08-24
1
-0
/
+30
*
*: centralize some exit cleanup into libfrr
David Lamparter
2017-08-15
1
-0
/
+21
*
lib: don't close stdio when running foreground
David Lamparter
2017-08-11
1
-1
/
+1
*
Merge remote-tracking branch 'frr/master' into tcp-zebra
David Lamparter
2017-08-09
1
-7
/
+283
|
\
|
*
lib: don't mkdir state paths in watchfrr
David Lamparter
2017-08-09
1
-6
/
+9
|
*
lib: close stdin/out/err in non-terminal case
David Lamparter
2017-08-03
1
-2
/
+9
|
*
lib: plug logging hole during startup
David Lamparter
2017-08-02
1
-0
/
+3
|
*
lib: create pid/vty directories
David Lamparter
2017-08-02
1
-0
/
+51
|
*
lib: privs: make uid/gid accessible before setuid
David Lamparter
2017-08-02
1
-0
/
+2
|
*
lib: vty_stdio signal handling
David Lamparter
2017-08-02
1
-7
/
+108
|
*
lib: --terminal option for all daemons
David Lamparter
2017-08-02
1
-3
/
+35
|
*
lib: daemonize more intelligently
David Lamparter
2017-08-02
1
-5
/
+82
*
|
lib: thoroughly disable tcp-zebra
David Lamparter
2017-08-08
1
-0
/
+16
*
|
*: remove --enable-tcp-zebra, rework ZAPI path
David Lamparter
2017-08-08
1
-1
/
+106
|
/
*
*: reindent
reindent-master-after
whitespace / reindent
2017-07-17
1
-81
/
+65
*
lib: more `show thread cpu`
Quentin Young
2017-06-30
1
-1
/
+1
*
lib: fix protocol name array size
David Lamparter
2017-06-14
1
-2
/
+2
*
lib: detangle protocol name/instance from logging
David Lamparter
2017-05-18
1
-0
/
+10
*
*: make consistent & update GPLv2 file headers
David Lamparter
2017-05-15
1
-3
/
+3
*
lib: Add CLI option --moduledir to override default module location (needed f...
Martin Winter
2017-04-21
1
-3
/
+18
*
lib: add hook infrastructure
David Lamparter
2017-03-25
1
-1
/
+5
*
lib: dynamic module loading
David Lamparter
2017-03-24
1
-1
/
+31
*
lib: Fix missed code
Donald Sharp
2017-03-10
1
-1
/
+2
*
lib: simplify protocol/log naming
David Lamparter
2017-03-08
1
-1
/
+1
*
*: add frr_run()
David Lamparter
2017-03-08
1
-0
/
+21
*
*: add frr_config_fork()
David Lamparter
2017-03-08
1
-16
/
+117
*
*: centralize more into frr_init()
David Lamparter
2017-03-07
1
-0
/
+8
*
*: add frr_init() infrastructure
David Lamparter
2017-03-07
1
-0
/
+262