summaryrefslogtreecommitdiff
path: root/mgmtd/mgmt_txn.c
AgeCommit message (Expand)Author
2025-04-09Merge pull request #18601 from LabNConsulting/chopps/mgmtd-candidate-overwriteMark Stapp
2025-04-09mgmtd: normalize argument order to copy(dst, src)Christian Hopps
2025-04-08mgmtd: clean up -Wshadow warningsMark Stapp
2025-02-26mgmtd: Prevent use after freeDonald Sharp
2025-01-13mgmtd: add notify selectors to filter datastore notificationsChristian Hopps
2024-09-17lib: mgmtd: add `changed` and `created` to edit-reply msgChristian Hopps
2024-09-17lib: mgmtd: cleanup error value for native messagingChristian Hopps
2024-08-15*: Fix spelling errors foundDonald Sharp
2024-07-22lib: move non-error from __log_err to __dbgChristian Hopps
2024-05-07mgmtd: some cleanup from original RPC commitChristian Hopps
2024-04-22mgmtd: add native RPC processingIgor Ryzhov
2024-04-22mgmtd: add backend xpath map for RPCIgor Ryzhov
2024-03-26mgmtd: add support for native 'edit' operationIgor Ryzhov
2024-03-22mgmtd: remove unused event typeIgor Ryzhov
2024-03-06mgmtd: change error messageIgor Ryzhov
2024-02-12mgmtd: remove unused commit phase SEND_CFGChristian Hopps
2024-02-07mgmtd, vtysh: fix possible conflict when reading the configIgor Ryzhov
2024-02-01Merge pull request #15268 from LabNConsulting/chopps/quieter-codeIgor Ryzhov
2024-01-31mgmtd: convert MGMT_TXN_DBG() to __dbg()Christian Hopps
2024-01-31mgmtd: add ability to choose datastore to get data fromIgor Ryzhov
2024-01-31mgmtd: add support for with-defaults parameter to get-dataIgor Ryzhov
2024-01-28mgmtd: fix get-data transaction hangupIgor Ryzhov
2024-01-26mgmtd: fix commit request overwriteIgor Ryzhov
2024-01-26mgmtd: fix memleakIgor Ryzhov
2024-01-26mgmtd: cleanup txn without schedulingIgor Ryzhov
2024-01-26mgmtd: fix sending the same value to multiple clientsIgor Ryzhov
2024-01-23mgmtd: remove unguarded debug logIgor Ryzhov
2024-01-19lib: better conditionalize leaf-list predicate xpath additionChristian Hopps
2024-01-15lib, mgmtd: add ability to request the exact node in get-data requestIgor Ryzhov
2024-01-15lib, mgmtd: add ability to set content type in get-data requestIgor Ryzhov
2024-01-13Merge pull request #15135 from idryzhov/mgmt-unusedDonatas Abraitis
2024-01-12mgmtd: remove redundant next_phase variableIgor Ryzhov
2024-01-12Merge pull request #14542 from idryzhov/nb-op-cb-splitChristian Hopps
2024-01-11mgmtd: remove unused pending_be_proc variableIgor Ryzhov
2024-01-11mgmtd: don't try to send config to disconnected clientsIgor Ryzhov
2024-01-11mgmt, lib: implement REPLACE operationIgor Ryzhov
2024-01-11mgmt, lib: differentiate DELETE and REMOVE operationsIgor Ryzhov
2024-01-11mgmtd, lib: implement CREATE_EXCL operationIgor Ryzhov
2024-01-11lib: split nb_operation into two typesIgor Ryzhov
2024-01-07lib: use libyang functions if they are presentChristian Hopps
2024-01-07lib: mgmtd: implement full XPath 1.0 predicate functionalityChristian Hopps
2023-12-30mgmtd: fix coverity CID 1574980Christian Hopps
2023-12-30mgmtd: fix coverity CID 1574978Christian Hopps
2023-12-28lib: add dedicated API functions for native msgsChristian Hopps
2023-12-28lib: northbound: add yielding and batching to oper-state queriesChristian Hopps
2023-12-28mgmtd: step 6: remove old unfinished get-data codeChristian Hopps
2023-12-28mgmtd: step 5: add get-tree txn functionalityChristian Hopps
2023-11-30mgmtd: validate candidate yang tree before creating a config diffIgor Ryzhov
2023-11-21mgmtd: fix reply when running ds is not lockedIgor Ryzhov
2023-11-18Merge pull request #14657 from idryzhov/mgmtd-remove-batch-idsChristian Hopps