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: Memory spike reduction for sh cmds at scale
Srujana
2024-08-27
1
-0
/
+26
*
*: Fix spelling errors found
Donald Sharp
2024-08-15
1
-2
/
+2
*
lib: mgmtd: fix too early daemon detach of mgmtd
Christian Hopps
2024-07-23
1
-1
/
+1
*
lib: move non-error from __log_err to __dbg
Christian Hopps
2024-07-22
1
-6
/
+9
*
lib: add helpers to print json keys
Louis Scalbert
2024-06-07
1
-0
/
+15
*
Merge pull request #15608 from vjardin/libyang3
Martin Winter
2024-05-08
1
-6
/
+18
|
\
|
*
lib: libyang.so.3 compatibilty layers
Vincent JARDIN
2024-05-08
1
-6
/
+18
*
|
lib: add native RPC processing to mgmt frontend client
Igor Ryzhov
2024-04-22
1
-0
/
+40
|
/
*
mgmtd: add support for native 'edit' operation
Igor Ryzhov
2024-03-26
1
-0
/
+40
*
vty: change output of errors from mgmtd
Igor Ryzhov
2024-03-05
1
-4
/
+6
*
Merge pull request #15268 from LabNConsulting/chopps/quieter-code
Igor Ryzhov
2024-02-01
1
-40
/
+35
|
\
|
*
mgmtd: convert MGMTD_FE_CLIENT_DBG() to debug_fe_client()
Christian Hopps
2024-02-01
1
-40
/
+35
*
|
mgmtd: add ability to choose datastore to get data from
Igor Ryzhov
2024-01-31
1
-5
/
+5
*
|
mgmtd: add support for with-defaults parameter to get-data
Igor Ryzhov
2024-01-31
1
-2
/
+3
|
/
*
zebra: convert to mgmtd
Igor Ryzhov
2024-01-28
1
-13
/
+1
*
build: homologize path handling
David Lamparter
2024-01-27
1
-0
/
+2
*
ripngd: convert ripngd to mgmtd
Christian Hopps
2024-01-26
1
-0
/
+3
*
ripd: ripd convert to mgmtd
Christian Hopps
2024-01-26
1
-0
/
+3
*
lib, mgmtd: add ability to set content type in get-data request
Igor Ryzhov
2024-01-15
1
-2
/
+3
*
lib, mgmtd: add separate get-data request for the frontend
Igor Ryzhov
2024-01-14
1
-5
/
+5
*
mgmt, lib: implement REPLACE operation
Igor Ryzhov
2024-01-11
1
-0
/
+5
*
mgmt, lib: differentiate DELETE and REMOVE operations
Igor Ryzhov
2024-01-11
1
-1
/
+6
*
mgmtd, lib: implement CREATE_EXCL operation
Igor Ryzhov
2024-01-11
1
-0
/
+5
*
lib: split nb_operation into two types
Igor Ryzhov
2024-01-11
1
-7
/
+0
*
Merge pull request #15098 from donaldsharp/lib_zebra_h_cleanup_2
Donatas Abraitis
2024-01-11
1
-0
/
+2
|
\
|
*
*: zebra.h should not have fcntl.h
Donald Sharp
2024-01-09
1
-0
/
+2
|
*
*: remove sys/stat.h from zebra.h
Donald Sharp
2024-01-09
1
-1
/
+1
*
|
lib: use libyang functions if they are present
Christian Hopps
2024-01-07
1
-82
/
+3
|
/
*
lib: fix coverity CID 1574977
Christian Hopps
2023-12-30
1
-2
/
+1
*
mgmtd: step 4: FE adapter get-tree functionality
Christian Hopps
2023-12-28
1
-1
/
+1
*
lib: step 1: mgmtd: add FE get-tree functionality
Christian Hopps
2023-12-28
1
-15
/
+319
*
lib, mgmtd: respect base xpath in mgmtd
Igor Ryzhov
2023-11-12
1
-2
/
+18
*
Merge pull request #13576 from chiragshah6/mdev1
Donatas Abraitis
2023-10-30
1
-3
/
+6
|
\
|
*
*: modify empty json helper function
Chirag Shah
2023-10-29
1
-3
/
+6
*
|
build: add -Wimplicit-fallthrough
Igor Ryzhov
2023-10-12
1
-1
/
+1
*
|
vty: fix working in file-lock mode
Igor Ryzhov
2023-09-28
1
-0
/
+8
*
|
lib: assert for VTY_PASSFD expectations
David Lamparter
2023-09-24
1
-1
/
+6
*
|
lib: random make-coverity-happy nits
David Lamparter
2023-09-20
1
-3
/
+4
*
|
lib: mgmtd: only clear pending for the in-progress command
Christian Hopps
2023-07-15
1
-1
/
+5
*
|
mgmtd: consolidate getcfg and getdata msgs into "get"
Christian Hopps
2023-06-28
1
-43
/
+8
*
|
mgmtd: KISS the locking code
Christian Hopps
2023-06-19
1
-91
/
+114
*
|
lib: mgmtd: use short-circuit for locking
Christian Hopps
2023-06-18
1
-70
/
+98
*
|
Merge pull request #13766 from LabNConsulting/chopps/mgmtd-cleanup
Igor Ryzhov
2023-06-13
1
-3
/
+1
|
\
\
|
*
|
lib: mgmtd: simplify implicit commit code
Christian Hopps
2023-06-12
1
-3
/
+1
*
|
|
lib: mgmtd: improvements in logging and commentary
Christian Hopps
2023-06-13
1
-10
/
+32
*
|
|
lib: mgmtd: avoid recursion with vty_close and add error log
Christian Hopps
2023-06-12
1
-1
/
+11
|
/
/
*
|
lib: close config files after reading (coverity)
Christian Hopps
2023-06-06
1
-0
/
+4
*
|
mgmtd: rm unused/unneeded code add couple comments
Christian Hopps
2023-06-05
1
-0
/
+1
*
|
lib: mgmtd: remove obfuscating abstraction layer and other cleanup
Christian Hopps
2023-06-04
1
-63
/
+52
*
|
mgmtd: address review comments
Christian Hopps
2023-05-30
1
-3
/
+1
[next]