summaryrefslogtreecommitdiffstats
path: root/mgmtd/mgmt_txn.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* mgmtd: add notify selectors to filter datastore notificationsChristian Hopps2025-01-141-0/+10
* lib: mgmtd: cleanup error value for native messagingChristian Hopps2024-09-171-0/+28
* mgmtd: add native RPC processingIgor Ryzhov2024-04-221-1/+36
* mgmtd: add support for native 'edit' operationIgor Ryzhov2024-03-261-7/+34
* mgmtd: add ability to choose datastore to get data fromIgor Ryzhov2024-01-311-3/+6
* mgmtd: add support for with-defaults parameter to get-dataIgor Ryzhov2024-01-311-2/+3
* mgmtd: fix commit request overwriteIgor Ryzhov2024-01-261-3/+3
* lib, mgmtd: add ability to set content type in get-data requestIgor Ryzhov2024-01-151-1/+3
* lib: mgmtd: implement full XPath 1.0 predicate functionalityChristian Hopps2024-01-071-1/+3
* mgmtd: step 5: add get-tree txn functionalityChristian Hopps2023-12-281-5/+54
* Merge pull request #14815 from idryzhov/lib-mgmt-depsChristian Hopps2023-11-221-0/+2
|\
| * lib, mgmtd: move common header to libIgor Ryzhov2023-11-171-0/+2
* | mgmtd, lib: remove batch ids from all messagesIgor Ryzhov2023-11-121-2/+2
|/
* mgmtd, lib: remove batch ids from cfg apply replyIgor Ryzhov2023-10-171-2/+1
* mgmtd: consolidate getcfg and getdata msgs into "get"Christian Hopps2023-06-281-17/+8
* mgmtd: simplify locking, removing read locksChristian Hopps2023-06-181-11/+10
* mgmtd: remove unused codeChristian Hopps2023-06-121-4/+0
* mgmtd: rm unused/unneeded code add couple commentsChristian Hopps2023-06-051-10/+0
* *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-241-1/+1
* *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-241-1/+1
* mgmtd: Add MGMT Transaction FrameworkYash Ranjan2023-03-221-0/+267