index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
command.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib: rename enum to avoid conflict
Renato Westphal
2019-02-12
1
-1
/
+1
*
lib: don't disable "log file" on "log syslog"
David Lamparter
2019-01-24
1
-2
/
+0
*
Treewide: use ANSI function definitions
Ruben Kerkhof
2019-01-24
1
-1
/
+1
*
lib: simplify detection of when the user is leaving the CLI config mode
Renato Westphal
2019-01-19
1
-55
/
+1
*
lib: reset the vty xpath index when entering the config mode
Renato Westphal
2019-01-19
1
-2
/
+0
*
Merge pull request #3378 from opensourcerouting/remove-config-lock
Donald Sharp
2018-12-01
1
-15
/
+3
|
\
|
*
*: remove the configuration lock from all daemons
Renato Westphal
2018-11-26
1
-15
/
+3
*
|
lib, ripd: rework API for converted CLI commands
Renato Westphal
2018-11-26
1
-1
/
+6
|
/
*
lib: introduce new northbound API
Renato Westphal
2018-10-27
1
-3
/
+32
*
lib: If command was successful don't store the command as an error
Donald Sharp
2018-10-25
1
-1
/
+3
*
*: Replace hash_cmp function return value to a bool
Donald Sharp
2018-10-19
1
-1
/
+1
*
lib, vtysh: Allow notification across multiple lines of failure
Donald Sharp
2018-10-11
1
-6
/
+14
*
*: list_delete_and_null() -> list_delete()
David Lamparter
2018-10-02
1
-4
/
+4
*
Merge pull request #3040 from pacovn/static_analysis__drop_const_1
Quentin Young
2018-09-17
1
-2
/
+2
|
\
|
*
bgpd isisd ldpd lib: const drop fixes (SA)
F. Aragon
2018-09-17
1
-2
/
+2
*
|
*: LIB_[ERR|WARN] -> EC_LIB
Quentin Young
2018-09-13
1
-1
/
+1
|
/
*
Merge pull request #2994 from opensourcerouting/sa-warnings
Donald Sharp
2018-09-09
1
-0
/
+1
|
\
|
*
*: fix clang-6 SA warnings
David Lamparter
2018-09-08
1
-0
/
+1
*
|
fabricd: add new daemon as build of isisd
Christian Franke
2018-09-05
1
-0
/
+3
|
/
*
*: rename ferr_zlog -> flog_err_sys
Quentin Young
2018-08-14
1
-2
/
+2
*
*: rename zlog_fer -> flog_err
Quentin Young
2018-08-14
1
-1
/
+1
*
lib: Add LIB_ERR_SYSTEM_CALL and convert VRF_SOCKET to SOCKET
Donald Sharp
2018-08-14
1
-1
/
+3
*
Merge branch 'master' into bfd-final
Donald Sharp
2018-08-14
1
-5
/
+1
|
\
|
*
*: ALLOC calls cannot fail
Donald Sharp
2018-08-11
1
-5
/
+1
*
|
bfdd: add vty shell commands
Rafael Zalamena
2018-08-08
1
-0
/
+11
|
/
*
Merge pull request #2503 from pacovn/Coverity_1469898_Uninitialized_scalar_va...
Quentin Young
2018-06-26
1
-2
/
+5
|
\
|
*
lib: uninitialized variable (2) (Coverity 1469898)
paco
2018-06-22
1
-2
/
+5
*
|
*: remove deprecated 'log trap' commands
Quentin Young
2018-06-25
1
-39
/
+0
*
|
lib: null check (Coverity 1470150)
paco
2018-06-22
1
-0
/
+3
*
|
lib: Add --log-level to daemons
Donald Sharp
2018-06-19
1
-4
/
+14
*
|
lib: Add new cli to specify where to output logs on startup
Donald Sharp
2018-06-19
1
-1
/
+22
|
/
*
lib: null return value check (Coverity 1469894)
paco
2018-06-12
1
-2
/
+3
*
lib: fix output mangling with | include
Quentin Young
2018-06-06
1
-3
/
+2
*
lib: add vector_compact(), use after str splits
Quentin Young
2018-06-06
1
-2
/
+4
*
lib: fix static analysis issues, use regfree()
Quentin Young
2018-06-06
1
-2
/
+11
*
lib: add vector_remove() to vector.[ch]
Quentin Young
2018-06-06
1
-1
/
+2
*
*: style for | support
Quentin Young
2018-06-06
1
-5
/
+6
*
vtysh: add | support
Quentin Young
2018-06-06
1
-2
/
+2
*
lib: add cli preprocessor for `|` actions
Quentin Young
2018-06-06
1
-0
/
+53
*
lib: add hook for preprocessing commands
Quentin Young
2018-06-06
1
-0
/
+63
*
lib: add string utilities
Quentin Young
2018-06-06
1
-79
/
+39
*
lib: Moved no-password warnings into header file
Pascal Mathis
2018-05-13
1
-16
/
+4
*
lib: Improved warnings for 'no (enable) password'
Pascal Mathis
2018-05-12
1
-14
/
+22
*
Merge pull request #2132 from donaldsharp/missed_stuff
Russ White
2018-05-12
1
-78
/
+101
|
\
|
*
lib: Fix bad function
Donald Sharp
2018-05-09
1
-1
/
+1
|
*
bgpd, lib, zebra: Cleanup formatting issues found
Donald Sharp
2018-05-09
1
-14
/
+22
|
*
watchfrr always writes 'log syslog informational' to the config
Daniel Walton
2018-05-09
1
-78
/
+93
|
*
lib: move ip node above vrf node for config order
Quentin Young
2018-05-09
1
-1
/
+1
*
|
lib: Ported 'no (enable) password' from stable/3.0
Pascal Mathis
2018-05-11
1
-3
/
+46
|
/
*
lib: allow hostname to begin with a letter or number
Don Slice
2018-05-01
1
-1
/
+1
[next]