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
*
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
*
|
mgmtd: fix clang uninit warning
Christian Hopps
2023-05-30
1
-1
/
+3
*
|
lib: mgmtd: fix memleaks
Christian Hopps
2023-05-30
1
-0
/
+1
*
|
lib: mgmtd: add manual vty server start option and use it
Christian Hopps
2023-05-30
1
-15
/
+18
*
|
lib: mgmtd: fixes for startup config file processing
Christian Hopps
2023-05-30
1
-46
/
+84
*
|
mgmtd: fix reading of config file[s]
Christian Hopps
2023-05-30
1
-56
/
+152
*
|
lib: enable short circuit for FE client/adapter connection
Christian Hopps
2023-05-28
1
-1
/
+14
*
|
lib: dont be tricky with session_id just make it a session_id
Christian Hopps
2023-05-28
1
-0
/
+2
*
|
lib: msg: refactor common connection code from mgmtd
Christian Hopps
2023-05-28
1
-1
/
+1
|
/
*
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
|
\
[next]