summaryrefslogtreecommitdiff
path: root/lib/mgmt_be_client.c
AgeCommit message (Expand)Author
2023-06-27mgmtd: remove unused "placeholder" code.Christian Hopps
2023-06-13Merge pull request #13768 from LabNConsulting/chopps/mgmt-better-logsIgor Ryzhov
2023-06-13Merge pull request #13764 from LabNConsulting/chopps/robust1Igor Ryzhov
2023-06-13lib: mgmtd: improvements in logging and commentaryChristian Hopps
2023-06-12lib: mgmtd: make error handling more robustChristian Hopps
2023-06-12lib: mgmtd: fix/stdize debug message macrosChristian Hopps
2023-06-04lib: mgmtd: remove abstraction layer and other cleanupChristian Hopps
2023-05-30lib: mgmtd: fix memleaksChristian Hopps
2023-05-28mgmtd: lib: cleanup error and debug messagesChristian Hopps
2023-05-28mgmtd: lib: move INIT to after client registersChristian Hopps
2023-05-28lib: add short-circuit operation between same processChristian Hopps
2023-05-28lib: mgmtd: add a identifying tag to the debug messageChristian Hopps
2023-05-28lib: msg: refactor common connection code from mgmtdChristian Hopps
2023-05-28lib: mgmt msg: add version to messagesChristian Hopps
2023-05-28lib: remove write-on-off, just requeue to the back of the queueChristian Hopps
2023-05-19lib, mgmtd: Use short memory names so they fit within vty outputDonald Sharp
2023-05-01mgmtd: fully implement debug flags for mgmtd and clientsChristian Hopps
2023-04-05mgmtd: Fixing style warningsrgirada
2023-03-27lib: Remove unneeded asserts in mgmt codeDonald Sharp
2023-03-24*: Convert `struct event_master` to `struct event_loop`Donald Sharp
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Convert struct thread_master to struct event_master and it's ilkDonald Sharp
2023-03-24*: Convert thread_add_XXX functions to event_add_XXXDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-03-22lib: mgmtd: fix build warnings (as error)dev/mgmtdChristian Hopps
2023-03-22mgmtd: lib: utilize msglib constructed from the removed codeChristian Hopps
2023-03-21mgmtd: Enroll Staticd as a backend client for MGMTDChristian Hopps
2023-03-21mgmtd: Add MGMT Backend Interface FrameworkChristian Hopps