index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
subdir.am
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib: Remove getopt.c and getopt1.c
Donald Sharp
2023-03-28
1
-3
/
+0
*
*: Convert event.h to frrevent.h
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Rename thread.[ch] to event.[ch]
Donald Sharp
2023-03-24
1
-3
/
+3
*
lib: new message library for mgmtd client and adapters
Christian Hopps
2023-03-22
1
-0
/
+2
*
mgmtd: Add MGMT Backend Interface Framework
Christian Hopps
2023-03-22
1
-0
/
+2
*
mgmtd: Add MGMT Frontend Interface Framework
Christian Hopps
2023-03-22
1
-0
/
+21
*
Merge pull request #12248 from pguibert6WIND/bgpasdot
Russ White
2023-02-21
1
-0
/
+2
|
\
|
*
lib, bgp: add initial support for asdot format
Philippe Guibert
2023-02-10
1
-0
/
+2
*
|
Merge pull request #12494 from louis-6wind/ext_admin_group
Olivier Dugeon
2023-02-15
1
-0
/
+8
|
\
\
|
*
|
lib,yang,zebra: add extended admin-group support
Louis Scalbert
2023-02-10
1
-0
/
+2
|
*
|
lib,yang,zebra: add affinity-map support
Louis Scalbert
2023-02-09
1
-0
/
+6
|
|
/
*
/
lib: Add `debug routemap [detail]`
Donald Sharp
2023-02-13
1
-0
/
+1
|
/
*
build: consistently mkdir -p output for redirect
David Lamparter
2023-01-24
1
-0
/
+2
*
Revert "lib: BGP registration with IGP for BGP ORR rSPF calc"
Donatas Abraitis
2023-01-17
1
-1
/
+0
*
zebra: traffic control state management
Siger Yang
2022-11-22
1
-0
/
+2
*
build, vtysh: extract vtysh commands from .xref
David Lamparter
2022-10-26
1
-23
/
+6
*
lib: BGP registration with IGP for BGP ORR rSPF calc
Madhuri Kuruganti
2022-10-12
1
-0
/
+1
*
build: unconditionally enable format checks
David Lamparter
2022-08-02
1
-4
/
+0
*
lib/md5,lib/sha256: Use explicit_bzero to clean up sensitive data.
Loganaden Velvindron
2022-05-31
1
-0
/
+3
*
*: Fix spelling of neccessary
Donald Sharp
2022-04-19
1
-1
/
+1
*
build: remove generated lib files during distclean
Mark Stapp
2022-03-23
1
-0
/
+5
*
Merge pull request #10566 from whichbug/master
Russ White
2022-02-28
1
-0
/
+2
|
\
|
*
isisd: fix #10505 using base64 encoding
whichbug
2022-02-22
1
-0
/
+2
*
|
lib: implement `terminal monitor` for vtysh
David Lamparter
2022-02-28
1
-0
/
+2
|
/
*
Merge pull request #8458 from opensourcerouting/xref-5424
Donald Sharp
2022-02-08
1
-0
/
+4
|
\
|
*
lib: RFC5424 & journald extended syslog target
David Lamparter
2022-01-17
1
-0
/
+4
*
|
lib: Add CSPF Path Computation algorithm
Olivier Dugeon
2022-02-02
1
-0
/
+2
|
/
*
build: fix duplicate yang.c file inclusions
David Lamparter
2021-11-11
1
-1
/
+0
*
build: link libcrypt & libdl to libfrr only
David Lamparter
2021-11-11
1
-1
/
+1
*
lib: Scan lib/resolver.c only when c-ares is installed
John W. O'Brien
2021-08-15
1
-1
/
+1
*
build: fix `AM_LDFLAGS` usage (and gcov)
David Lamparter
2021-07-21
1
-8
/
+9
*
build: add `-Werror` to xrelfo log format warnings
David Lamparter
2021-06-24
1
-1
/
+1
*
lib: make cputime checks runtime options (v2)
David Lamparter
2021-06-24
1
-0
/
+1
*
zebra: Send more OPAQUE data from BGP
Donatas Abraitis
2021-05-14
1
-0
/
+1
*
lib: rework how we "override" assert()
David Lamparter
2021-05-02
1
-1
/
+3
*
*: drop zassert.h
David Lamparter
2021-04-23
1
-1
/
+0
*
build: properly split CFLAGS from AC_CFLAGS
David Lamparter
2021-04-21
1
-6
/
+6
*
vtysh: add lib/thread.c to vtysh_scan
David Lamparter
2021-04-15
1
-0
/
+1
*
vtysh: add lib/resolver.c to vtysh_scan
David Lamparter
2021-04-15
1
-0
/
+1
*
vtysh: add lib/spf_backoff.c to vtysh_scan
David Lamparter
2021-04-15
1
-0
/
+1
*
vtysh: add lib/log_vty.c to vtysh_scan
David Lamparter
2021-04-15
1
-0
/
+1
*
lib: add `%*pHX` + `%*pHS` hexdump in printfrr
David Lamparter
2021-03-30
1
-0
/
+1
*
snmp: change -std=gnu99 to -std=gnu11
David Lamparter
2021-03-17
1
-1
/
+1
*
lib/xref: record log message format args
David Lamparter
2021-02-23
1
-1
/
+7
*
build: extract xrefs
David Lamparter
2021-02-23
1
-0
/
+20
*
lib/clippy: add libelf wrapper
David Lamparter
2021-02-23
1
-1
/
+3
*
lib: "xref" identifier infrastructure
David Lamparter
2021-02-01
1
-0
/
+3
*
Merge pull request #7639 from qlyoung/frr-lua
Russ White
2021-01-19
1
-0
/
+2
|
\
|
*
lib: start adding generic scripting stuff
Quentin Young
2020-12-02
1
-0
/
+2
*
|
lib: Add Link State Database
Olivier Dugeon
2021-01-04
1
-0
/
+2
|
/
[next]