summaryrefslogtreecommitdiffstats
path: root/mgmtd/mgmt_txn.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | mgmt: delete candidate scratch bufferIgor Ryzhov2023-10-061-19/+5
* | | mgmtd: fix local validationIgor Ryzhov2023-11-071-1/+1
| |/ |/|
* | mgmtd, lib: remove batch ids from cfg apply replyIgor Ryzhov2023-10-171-25/+13
|/
* mgmtd: adjust one unnecessary bool convertanlan_cs2023-07-121-2/+1
* mgmtd: consolidate getcfg and getdata msgs into "get"Christian Hopps2023-06-281-57/+25
* mgmtd: inclusive language changeChristian Hopps2023-06-271-455/+411
* mgmtd: KISS the locking codeChristian Hopps2023-06-191-10/+19
* mgmtd: simplify locking, removing read locksChristian Hopps2023-06-181-102/+50
* Merge pull request #13766 from LabNConsulting/chopps/mgmtd-cleanupIgor Ryzhov2023-06-131-33/+33
|\
| * mgmtd: complex redux in txn cleanupChristian Hopps2023-06-121-33/+33
* | lib: mgmtd: fix/stdize debug message macrosChristian Hopps2023-06-121-1/+1
* | mgmtd: remove unused codeChristian Hopps2023-06-121-20/+0
|/
* Merge pull request #13690 from LabNConsulting/chopps/mgmtd-cleanupDonald Sharp2023-06-061-33/+10
|\
| * mgmtd: rm unused/unneeded code add couple commentsChristian Hopps2023-06-051-33/+10
* | mgmtd: Fix up some coverity issuesDonald Sharp2023-06-051-2/+1
|/
* mgmtd: xpath is already NULL in the failure pathDonald Sharp2023-05-311-9/+2
* mgmtd: address review commentsChristian Hopps2023-05-301-1/+2
* mgmtd: cleanup BE xpath subscription and matching codeChristian Hopps2023-05-301-41/+34
* lib: mgmtd: fix memleaksChristian Hopps2023-05-301-2/+5
* mgmtd: simplify early config build removing unused codeChristian Hopps2023-05-301-15/+13
* mgmtd: lib: cleanup error and debug messagesChristian Hopps2023-05-281-140/+164
* mgmtd: eliminate unused stateChristian Hopps2023-05-281-1/+1
* mgmtd: fully implement debug flags for mgmtd and clientsChristian Hopps2023-05-011-12/+2
* Merge pull request #13149 from pushpasis/mgmt_cleanup_zlogChristian Hopps2023-04-241-3/+3
|\
| * mgmtd, lib: Cleanup zlog_err()Pushpasis Sarkar2023-04-121-3/+3
* | mgmtd: Fixing style warningsrgirada2023-04-051-0/+1
* | mgmtd: Fixing code coverity issues in mgmtdrgirada2023-04-051-35/+5
|/
* mgmtd: Remove unnecessary assertsDonald Sharp2023-03-271-6/+0
* *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-241-2/+2
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-12/+12
* *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-241-2/+2
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-6/+6
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-12/+12
* lib: mgmtd: fix build warnings (as error)Christian Hopps2023-03-221-2/+3
* lib, mgmtd: Add few fixes for commit-check and rollbackPushpasis Sarkar2023-03-221-0/+7
* mgmtd: lib: utilize msglib constructed from the removed codeChristian Hopps2023-03-221-47/+5
* mgmtd: Add MGMT Transaction FrameworkYash Ranjan2023-03-221-0/+2875