index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
vty.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib: log commands read from config file
Christian Hopps
2023-05-04
1
-9
/
+9
*
lib: fix style warns and get rid of "!" for success
Christian Hopps
2023-04-24
1
-10
/
+6
*
mgmtd, lib: Cleanup zlog_err()
Pushpasis Sarkar
2023-04-12
1
-52
/
+57
*
mgmtd: lib: read transitioned daemons split config files in mgmtd
Christian Hopps
2023-04-02
1
-1
/
+1
*
*: Convert event.h to frrevent.h
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Convert `struct event_master` to `struct event_loop`
Donald Sharp
2023-03-24
1
-2
/
+2
*
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
2023-03-24
1
-18
/
+18
*
*: Convert struct thread_master to struct event_master and it's ilk
Donald Sharp
2023-03-24
1
-2
/
+2
*
*: Convert a bunch of thread_XX to event_XX
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
1
-16
/
+16
*
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
1
-8
/
+8
*
*: Rename thread.[ch] to event.[ch]
Donald Sharp
2023-03-24
1
-1
/
+1
*
lib: staticd: vtysh: apply frrbot style requirements
Christian Hopps
2023-03-22
1
-32
/
+26
*
lib, mgmtd: Add few fixes for commit-check and rollback
Pushpasis Sarkar
2023-03-22
1
-12
/
+8
*
mgmtd: Add MGMT Frontend Interface Framework
Christian Hopps
2023-03-22
1
-1
/
+497
*
Merge pull request #12889 from LabNConsulting/chopps/fix-nb-context-arg
Donald Sharp
2023-02-24
1
-1
/
+1
|
\
|
*
lib: fix init. use of nb_context to be by value not by reference
Christian Hopps
2023-02-24
1
-1
/
+1
*
|
Merge pull request #12751 from Pdoijode/pdoijode/ospf-vrf-neighbor-detail-1
Donatas Abraitis
2023-02-24
1
-0
/
+7
|
\
\
|
|
/
|
/
|
|
*
lib: Helper function to print empty JSON
Pooja Jagadeesh Doijode
2023-02-07
1
-0
/
+7
*
|
Merge pull request #12780 from opensourcerouting/spdx-license-id
Donald Sharp
2023-02-17
1
-16
/
+1
|
\
\
|
*
|
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-16
/
+1
*
|
|
lib: Fix non-use of option
Donald Sharp
2023-02-16
1
-1
/
+1
|
/
/
*
|
Merge pull request #12707 from donaldsharp/missed_enums
Donatas Abraitis
2023-02-07
1
-2
/
+7
|
\
\
|
|
/
|
/
|
|
*
lib: Add missing enum's to switch statement
Donald Sharp
2023-01-31
1
-2
/
+7
*
|
lib, bgpd: Add ability to specify that some json output should not be pretty
Donald Sharp
2023-02-02
1
-1
/
+14
|
/
*
*: no-warn pragmas for non-const format strings
David Lamparter
2023-01-27
1
-0
/
+14
*
lib: Do not log `echo PING` commands from watchfrr
Donald Sharp
2022-11-26
1
-1
/
+2
*
lib: Add PCRE2 support
Donatas Abraitis
2022-11-07
1
-2
/
+7
*
build, vtysh: extract vtysh commands from .xref
David Lamparter
2022-10-26
1
-2
/
+0
*
lib: Function `crypt` does not need to be declared mid function
Donald Sharp
2022-06-16
1
-1
/
+0
*
*: Properly use memset() when zeroing
Donatas Abraitis
2022-05-11
1
-3
/
+3
*
lib: Fix `terminal monitor` uninited memory usage on freebsd
Donald Sharp
2022-03-24
1
-0
/
+1
*
lib: Rename `enum event` to `enum vty_event`
Donald Sharp
2022-03-02
1
-5
/
+5
*
lib: implement `terminal monitor` for vtysh
David Lamparter
2022-02-28
1
-30
/
+45
*
lib: allow returning a file descriptor over vtysh
David Lamparter
2022-02-28
1
-1
/
+95
*
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-30
/
+18
*
Merge pull request #10084 from opensourcerouting/json-sugar
Donatas Abraitis
2021-11-18
1
-0
/
+16
|
\
|
*
lib: add vty_json() helper
David Lamparter
2021-11-17
1
-0
/
+16
*
|
zebra: fix chdir judgment to avoid starting failed in a non-existent directory
Solyn
2021-11-16
1
-1
/
+1
|
/
*
*: Rename quagga_timestamp with frr_timestamp
Donald Sharp
2021-11-11
1
-3
/
+3
*
lib: keep vty listeners in a proper struct & list
David Lamparter
2021-11-06
1
-49
/
+51
*
lib: replace vtyvec/vtyshvec with lists
David Lamparter
2021-11-06
1
-54
/
+44
*
lib: remove unused vty_log() functions
David Lamparter
2021-11-06
1
-103
/
+0
*
Merge pull request #9765 from idryzhov/lib-bool-thread-add
Mark Stapp
2021-10-22
1
-7
/
+9
|
\
|
*
lib: change thread_add_* API
Igor Ryzhov
2021-10-20
1
-7
/
+9
*
|
lib: finish fixing spelling in lib files
ewlumpkin
2021-10-22
1
-3
/
+3
|
/
*
*: explicitly print "exit" at the end of every node config
Igor Ryzhov
2021-08-23
1
-1
/
+3
*
lib: make cputime checks runtime options (v2)
David Lamparter
2021-06-24
1
-27
/
+27
*
lib: fix interface configuration after vrf change
Igor Ryzhov
2021-06-18
1
-2
/
+50
*
northbound: KISS always batch yang config (file read), it's faster
Christian Hopps
2021-06-02
1
-2
/
+2
[next]