index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mgmtd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib: mgmtd: only clear pending for the in-progress command
Christian Hopps
2023-07-15
1
-3
/
+2
*
mgmtd: adjust one unnecessary bool convert
anlan_cs
2023-07-12
2
-4
/
+2
*
mgmtd: convert map to darr use allowing dynamic registrations
Christian Hopps
2023-06-28
1
-99
/
+55
*
mgmtd: remove unused "placeholder" code.
Christian Hopps
2023-06-28
1
-5
/
+0
*
mgmtd: consolidate getcfg and getdata msgs into "get"
Christian Hopps
2023-06-28
5
-412
/
+170
*
mgmtd: inclusive language change
Christian Hopps
2023-06-27
1
-455
/
+411
*
mgmtd: fix memleak
Christian Hopps
2023-06-19
1
-30
/
+22
*
mgmtd: KISS the locking code
Christian Hopps
2023-06-19
3
-198
/
+102
*
mgmtd: simplify locking, removing read locks
Christian Hopps
2023-06-18
8
-360
/
+196
*
lib: mgmtd: use short-circuit for locking
Christian Hopps
2023-06-18
1
-3
/
+4
*
Merge pull request #13766 from LabNConsulting/chopps/mgmtd-cleanup
Igor Ryzhov
2023-06-13
2
-39
/
+35
|
\
|
*
mgmtd: complex redux in txn cleanup
Christian Hopps
2023-06-12
1
-33
/
+33
|
*
lib: mgmtd: simplify implicit commit code
Christian Hopps
2023-06-12
1
-6
/
+2
*
|
lib: mgmtd: improvements in logging and commentary
Christian Hopps
2023-06-13
3
-30
/
+37
*
|
lib: mgmtd: fix/stdize debug message macros
Christian Hopps
2023-06-12
4
-4
/
+4
*
|
mgmtd: remove unused code
Christian Hopps
2023-06-12
2
-24
/
+0
|
/
*
mgmtd: assert an assertion for coverity
Christian Hopps
2023-06-06
1
-0
/
+2
*
Merge pull request #13690 from LabNConsulting/chopps/mgmtd-cleanup
Donald Sharp
2023-06-06
4
-120
/
+33
|
\
|
*
mgmtd: rm unused/unneeded code add couple comments
Christian Hopps
2023-06-05
4
-120
/
+33
*
|
mgmtd: Fix up some coverity issues
Donald Sharp
2023-06-05
1
-2
/
+1
|
/
*
mgmtd: xpath is already NULL in the failure path
Donald Sharp
2023-05-31
1
-9
/
+2
*
Merge pull request #13632 from LabNConsulting/chopps/mgmt-avoid-race
Donald Sharp
2023-05-31
2
-42
/
+9
|
\
|
*
mgmtd: fix possible race btw read config and backend connection
Christian Hopps
2023-05-30
2
-42
/
+9
*
|
Merge pull request #13601 from opensourcerouting/build-yang-embed-20230525
Donald Sharp
2023-05-30
1
-2
/
+6
|
\
\
|
|
/
|
/
|
|
*
mgmtd: embed necessary YANG models
David Lamparter
2023-05-25
1
-2
/
+6
*
|
mgmtd: address review comments
Christian Hopps
2023-05-30
3
-11
/
+7
*
|
mgmtd: cleanup BE xpath subscription and matching code
Christian Hopps
2023-05-30
5
-241
/
+261
*
|
lib: mgmtd: fix memleaks
Christian Hopps
2023-05-30
1
-2
/
+5
*
|
lib: mgmtd: add manual vty server start option and use it
Christian Hopps
2023-05-30
1
-1
/
+4
*
|
mgmtd: Add note to SETCFG_REQ and debug logging
Christian Hopps
2023-05-30
1
-2
/
+11
*
|
mgmtd: simplify early config build removing unused code
Christian Hopps
2023-05-30
4
-181
/
+74
*
|
mgmtd: fix reading of config file[s]
Christian Hopps
2023-05-30
3
-17
/
+29
*
|
mgmtd: lib: cleanup error and debug messages
Christian Hopps
2023-05-28
4
-220
/
+254
*
|
mgmtd: lib: move INIT to after client registers
Christian Hopps
2023-05-28
1
-0
/
+5
*
|
mgmtd: send reply to SUBSCR_REQ with success or not
Christian Hopps
2023-05-28
1
-9
/
+35
*
|
lib: add short-circuit operation between same process
Christian Hopps
2023-05-28
2
-9
/
+11
*
|
lib: mgmtd: add a identifying tag to the debug message
Christian Hopps
2023-05-28
2
-6
/
+6
*
|
lib: dont be tricky with session_id just make it a session_id
Christian Hopps
2023-05-28
1
-38
/
+44
*
|
mgmtd: fix cleanup of cleanup in FE adapter code
Christian Hopps
2023-05-28
1
-48
/
+41
*
|
mgmtd: eliminate unused state
Christian Hopps
2023-05-28
3
-5
/
+1
*
|
mgmtd: cleanup/fix BE adapter deletion code
Christian Hopps
2023-05-28
1
-37
/
+38
*
|
mgmtd: convert BE/FE adapter to use allocated connections
Christian Hopps
2023-05-28
4
-47
/
+42
*
|
lib: mgmtd: add server-side connection code to mgmt_msg
Christian Hopps
2023-05-28
12
-730
/
+199
*
|
lib: msg: refactor common connection code from mgmtd
Christian Hopps
2023-05-28
2
-4
/
+4
*
|
lib: mgmt msg: add version to messages
Christian Hopps
2023-05-28
2
-6
/
+6
*
|
lib: remove write-on-off, just requeue to the back of the queue
Christian Hopps
2023-05-28
5
-88
/
+5
|
/
*
lib, mgmtd: Use short memory names so they fit within vty output
Donald Sharp
2023-05-20
1
-16
/
+12
*
mgmtd: fix uninit warning and cleanup history error messages
Christian Hopps
2023-05-18
2
-33
/
+29
*
mgmtd: simplify commit id to just be a timeval string
Christian Hopps
2023-05-04
5
-48
/
+63
*
mgmtd: fully implement debug flags for mgmtd and clients
Christian Hopps
2023-05-01
9
-115
/
+61
[next]