summaryrefslogtreecommitdiff
path: root/mgmtd/mgmt_txn.c
AgeCommit message (Expand)Author
2023-11-08mgmtd: fix local validationIgor Ryzhov
2023-07-12mgmtd: adjust one unnecessary bool convertanlan_cs
2023-06-27mgmtd: consolidate getcfg and getdata msgs into "get"Christian Hopps
2023-06-27mgmtd: inclusive language changeChristian Hopps
2023-06-19mgmtd: KISS the locking codeChristian Hopps
2023-06-18mgmtd: simplify locking, removing read locksChristian Hopps
2023-06-13Merge pull request #13766 from LabNConsulting/chopps/mgmtd-cleanupIgor Ryzhov
2023-06-12mgmtd: complex redux in txn cleanupChristian Hopps
2023-06-12lib: mgmtd: fix/stdize debug message macrosChristian Hopps
2023-06-12mgmtd: remove unused codeChristian Hopps
2023-06-06Merge pull request #13690 from LabNConsulting/chopps/mgmtd-cleanupDonald Sharp
2023-06-05mgmtd: rm unused/unneeded code add couple commentsChristian Hopps
2023-06-05mgmtd: Fix up some coverity issuesDonald Sharp
2023-05-31mgmtd: xpath is already NULL in the failure pathDonald Sharp
2023-05-30mgmtd: address review commentsChristian Hopps
2023-05-30mgmtd: cleanup BE xpath subscription and matching codeChristian Hopps
2023-05-30lib: mgmtd: fix memleaksChristian Hopps
2023-05-30mgmtd: simplify early config build removing unused codeChristian Hopps
2023-05-28mgmtd: lib: cleanup error and debug messagesChristian Hopps
2023-05-28mgmtd: eliminate unused stateChristian Hopps
2023-05-01mgmtd: fully implement debug flags for mgmtd and clientsChristian Hopps
2023-04-24Merge pull request #13149 from pushpasis/mgmt_cleanup_zlogChristian Hopps
2023-04-11mgmtd, lib: Cleanup zlog_err()Pushpasis Sarkar
2023-04-05mgmtd: Fixing style warningsrgirada
2023-04-05mgmtd: Fixing code coverity issues in mgmtdrgirada
2023-03-27mgmtd: Remove unnecessary assertsDonald 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-22lib, mgmtd: Add few fixes for commit-check and rollbackPushpasis Sarkar
2023-03-22mgmtd: lib: utilize msglib constructed from the removed codeChristian Hopps
2023-03-21mgmtd: Add MGMT Transaction FrameworkYash Ranjan