summaryrefslogtreecommitdiffstats
path: root/mgmtd (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: mgmtd: only clear pending for the in-progress commandChristian Hopps2023-07-151-3/+2
* mgmtd: adjust one unnecessary bool convertanlan_cs2023-07-122-4/+2
* mgmtd: convert map to darr use allowing dynamic registrationsChristian Hopps2023-06-281-99/+55
* mgmtd: remove unused "placeholder" code.Christian Hopps2023-06-281-5/+0
* mgmtd: consolidate getcfg and getdata msgs into "get"Christian Hopps2023-06-285-412/+170
* mgmtd: inclusive language changeChristian Hopps2023-06-271-455/+411
* mgmtd: fix memleakChristian Hopps2023-06-191-30/+22
* mgmtd: KISS the locking codeChristian Hopps2023-06-193-198/+102
* mgmtd: simplify locking, removing read locksChristian Hopps2023-06-188-360/+196
* lib: mgmtd: use short-circuit for lockingChristian Hopps2023-06-181-3/+4
* Merge pull request #13766 from LabNConsulting/chopps/mgmtd-cleanupIgor Ryzhov2023-06-132-39/+35
|\
| * mgmtd: complex redux in txn cleanupChristian Hopps2023-06-121-33/+33
| * lib: mgmtd: simplify implicit commit codeChristian Hopps2023-06-121-6/+2
* | lib: mgmtd: improvements in logging and commentaryChristian Hopps2023-06-133-30/+37
* | lib: mgmtd: fix/stdize debug message macrosChristian Hopps2023-06-124-4/+4
* | mgmtd: remove unused codeChristian Hopps2023-06-122-24/+0
|/
* mgmtd: assert an assertion for coverityChristian Hopps2023-06-061-0/+2
* Merge pull request #13690 from LabNConsulting/chopps/mgmtd-cleanupDonald Sharp2023-06-064-120/+33
|\
| * mgmtd: rm unused/unneeded code add couple commentsChristian Hopps2023-06-054-120/+33
* | mgmtd: Fix up some coverity issuesDonald Sharp2023-06-051-2/+1
|/
* mgmtd: xpath is already NULL in the failure pathDonald Sharp2023-05-311-9/+2
* Merge pull request #13632 from LabNConsulting/chopps/mgmt-avoid-raceDonald Sharp2023-05-312-42/+9
|\
| * mgmtd: fix possible race btw read config and backend connectionChristian Hopps2023-05-302-42/+9
* | Merge pull request #13601 from opensourcerouting/build-yang-embed-20230525Donald Sharp2023-05-301-2/+6
|\ \ | |/ |/|
| * mgmtd: embed necessary YANG modelsDavid Lamparter2023-05-251-2/+6
* | mgmtd: address review commentsChristian Hopps2023-05-303-11/+7
* | mgmtd: cleanup BE xpath subscription and matching codeChristian Hopps2023-05-305-241/+261
* | lib: mgmtd: fix memleaksChristian Hopps2023-05-301-2/+5
* | lib: mgmtd: add manual vty server start option and use itChristian Hopps2023-05-301-1/+4
* | mgmtd: Add note to SETCFG_REQ and debug loggingChristian Hopps2023-05-301-2/+11
* | mgmtd: simplify early config build removing unused codeChristian Hopps2023-05-304-181/+74
* | mgmtd: fix reading of config file[s]Christian Hopps2023-05-303-17/+29
* | mgmtd: lib: cleanup error and debug messagesChristian Hopps2023-05-284-220/+254
* | mgmtd: lib: move INIT to after client registersChristian Hopps2023-05-281-0/+5
* | mgmtd: send reply to SUBSCR_REQ with success or notChristian Hopps2023-05-281-9/+35
* | lib: add short-circuit operation between same processChristian Hopps2023-05-282-9/+11
* | lib: mgmtd: add a identifying tag to the debug messageChristian Hopps2023-05-282-6/+6
* | lib: dont be tricky with session_id just make it a session_idChristian Hopps2023-05-281-38/+44
* | mgmtd: fix cleanup of cleanup in FE adapter codeChristian Hopps2023-05-281-48/+41
* | mgmtd: eliminate unused stateChristian Hopps2023-05-283-5/+1
* | mgmtd: cleanup/fix BE adapter deletion codeChristian Hopps2023-05-281-37/+38
* | mgmtd: convert BE/FE adapter to use allocated connectionsChristian Hopps2023-05-284-47/+42
* | lib: mgmtd: add server-side connection code to mgmt_msgChristian Hopps2023-05-2812-730/+199
* | lib: msg: refactor common connection code from mgmtdChristian Hopps2023-05-282-4/+4
* | lib: mgmt msg: add version to messagesChristian Hopps2023-05-282-6/+6
* | lib: remove write-on-off, just requeue to the back of the queueChristian Hopps2023-05-285-88/+5
|/
* lib, mgmtd: Use short memory names so they fit within vty outputDonald Sharp2023-05-201-16/+12
* mgmtd: fix uninit warning and cleanup history error messagesChristian Hopps2023-05-182-33/+29
* mgmtd: simplify commit id to just be a timeval stringChristian Hopps2023-05-045-48/+63
* mgmtd: fully implement debug flags for mgmtd and clientsChristian Hopps2023-05-019-115/+61