summaryrefslogtreecommitdiffstats
path: root/mgmtd/mgmt_txn.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: mgmtd: add `changed` and `created` to edit-reply msgChristian Hopps2024-09-171-3/+7
* lib: mgmtd: cleanup error value for native messagingChristian Hopps2024-09-171-4/+6
* *: Fix spelling errors foundDonald Sharp2024-08-151-1/+1
* lib: move non-error from __log_err to __dbgChristian Hopps2024-07-221-3/+3
* mgmtd: some cleanup from original RPC commitChristian Hopps2024-05-071-13/+28
* mgmtd: add native RPC processingIgor Ryzhov2024-04-221-0/+219
* mgmtd: add backend xpath map for RPCIgor Ryzhov2024-04-221-1/+3
* mgmtd: add support for native 'edit' operationIgor Ryzhov2024-03-261-4/+82
* mgmtd: remove unused event typeIgor Ryzhov2024-03-221-10/+0
* mgmtd: change error messageIgor Ryzhov2024-03-061-7/+3
* mgmtd: remove unused commit phase SEND_CFGChristian Hopps2024-02-121-26/+2
* mgmtd, vtysh: fix possible conflict when reading the configIgor Ryzhov2024-02-071-3/+25
* Merge pull request #15268 from LabNConsulting/chopps/quieter-codeIgor Ryzhov2024-02-011-198/+163
|\
| * mgmtd: convert MGMT_TXN_DBG() to __dbg()Christian Hopps2024-02-011-198/+163
* | mgmtd: add ability to choose datastore to get data fromIgor Ryzhov2024-01-311-5/+13
* | mgmtd: add support for with-defaults parameter to get-dataIgor Ryzhov2024-01-311-2/+5
|/
* mgmtd: fix get-data transaction hangupIgor Ryzhov2024-01-281-0/+4
* mgmtd: fix commit request overwriteIgor Ryzhov2024-01-261-13/+6
* mgmtd: fix memleakIgor Ryzhov2024-01-261-0/+1
* mgmtd: cleanup txn without schedulingIgor Ryzhov2024-01-261-26/+3
* mgmtd: fix sending the same value to multiple clientsIgor Ryzhov2024-01-261-1/+0
* mgmtd: remove unguarded debug logIgor Ryzhov2024-01-231-2/+0
* lib: better conditionalize leaf-list predicate xpath additionChristian Hopps2024-01-191-2/+2
* lib, mgmtd: add ability to request the exact node in get-data requestIgor Ryzhov2024-01-151-1/+9
* lib, mgmtd: add ability to set content type in get-data requestIgor Ryzhov2024-01-151-1/+53
* Merge pull request #15135 from idryzhov/mgmt-unusedDonatas Abraitis2024-01-131-45/+22
|\
| * mgmtd: remove redundant next_phase variableIgor Ryzhov2024-01-121-42/+22
| * mgmtd: remove unused pending_be_proc variableIgor Ryzhov2024-01-111-3/+0
* | Merge pull request #14542 from idryzhov/nb-op-cb-splitChristian Hopps2024-01-121-14/+36
|\ \
| * | mgmt, lib: implement REPLACE operationIgor Ryzhov2024-01-111-0/+3
| * | mgmt, lib: differentiate DELETE and REMOVE operationsIgor Ryzhov2024-01-111-1/+4
| * | mgmtd, lib: implement CREATE_EXCL operationIgor Ryzhov2024-01-111-12/+28
| * | lib: split nb_operation into two typesIgor Ryzhov2024-01-111-1/+1
| |/
* / mgmtd: don't try to send config to disconnected clientsIgor Ryzhov2024-01-111-8/+8
|/
* lib: use libyang functions if they are presentChristian Hopps2024-01-071-2/+3
* lib: mgmtd: implement full XPath 1.0 predicate functionalityChristian Hopps2024-01-071-9/+22
* mgmtd: fix coverity CID 1574980Christian Hopps2023-12-301-4/+3
* mgmtd: fix coverity CID 1574978Christian Hopps2023-12-301-8/+1
* lib: add dedicated API functions for native msgsChristian Hopps2023-12-281-7/+8
* lib: northbound: add yielding and batching to oper-state queriesChristian Hopps2023-12-281-1/+2
* mgmtd: step 6: remove old unfinished get-data codeChristian Hopps2023-12-281-107/+2
* mgmtd: step 5: add get-tree txn functionalityChristian Hopps2023-12-281-9/+329
* mgmtd: validate candidate yang tree before creating a config diffIgor Ryzhov2023-11-301-18/+19
* mgmtd: fix reply when running ds is not lockedIgor Ryzhov2023-11-211-3/+6
* Merge pull request #14657 from idryzhov/mgmtd-remove-batch-idsChristian Hopps2023-11-181-226/+33
|\
| * mgmtd, lib: remove batch ids from all messagesIgor Ryzhov2023-11-121-226/+33
* | lib, mgmtd: respect base xpath in mgmtdIgor Ryzhov2023-11-121-2/+2
|/
* Merge pull request #14525 from LabNConsulting/chopps/mgmtd-simplify-xpathsIgor Ryzhov2023-11-081-31/+20
|\
| * mgmtd: simplify xpath registriesChristian Hopps2023-11-061-31/+20
* | Merge pull request #14544 from idryzhov/mgmt-scratch-bufferDonald Sharp2023-11-081-19/+5
|\ \