summaryrefslogtreecommitdiffstats
path: root/lib/mgmt_be_client.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: add native RPC processing to mgmt backend clientIgor Ryzhov2024-04-221-0/+143
* mgmtd: fix a couple of log messagesIgor Ryzhov2024-03-221-2/+2
* lib: mgmtd: add xpath arg to notification messageChristian Hopps2024-02-191-10/+25
* lib: always call new notification hooks tooChristian Hopps2024-02-151-49/+6
* lib, mgmtd: rework processing of yang notificationsIgor Ryzhov2024-02-111-25/+12
* lib, mgmtd: fix processing of yang notificationsIgor Ryzhov2024-02-101-3/+11
* mgmtd: convert MGMTD_BE_CLIENT_DBG() to debug_be_client()Christian Hopps2024-02-011-80/+70
* mgmtd: backend subscriptions to notificationsChristian Hopps2024-01-301-22/+70
* lib: mgmtd: add YANG notification supportChristian Hopps2024-01-301-1/+89
* lib: use shared candidate between vty and mgmtd clientIgor Ryzhov2024-01-281-2/+2
* lib, mgmtd: fix wrong mgmtd socket pathsDavid Lamparter2024-01-271-1/+5
* lib: better conditionalize leaf-list predicate xpath additionChristian Hopps2024-01-191-1/+1
* mgmt, lib: implement REPLACE operationIgor Ryzhov2024-01-111-0/+1
* mgmt, lib: differentiate DELETE and REMOVE operationsIgor Ryzhov2024-01-111-3/+17
* mgmtd, lib: implement CREATE_EXCL operationIgor Ryzhov2024-01-111-1/+1
* lib: mgmtd: increase soft-max msg size to 64KChristian Hopps2023-12-301-1/+1
* lib: add dedicated API functions for native msgsChristian Hopps2023-12-281-13/+14
* lib: northbound: add yielding and batching to oper-state queriesChristian Hopps2023-12-281-39/+66
* lib: create and use libyang tree during oper-state walkChristian Hopps2023-12-281-45/+4
* mgmtd: step 6: remove old unfinished get-data codeChristian Hopps2023-12-281-15/+0
* lib: step 2: mgmtd: BE client code for get-tree functionalityChristian Hopps2023-12-281-5/+196
* lib: fix the ASAN OneDefinitionRule violation.Christian Hopps2023-12-121-8/+9
* lib: mgmtd: enable conn debugs when user enables client debugChristian Hopps2023-12-051-12/+30
* Merge pull request #14815 from idryzhov/lib-mgmt-depsChristian Hopps2023-11-221-1/+0
|\
| * lib, mgmtd: remove function duplicationIgor Ryzhov2023-11-171-1/+0
* | Merge pull request #14657 from idryzhov/mgmtd-remove-batch-idsChristian Hopps2023-11-181-55/+18
|\ \ | |/ |/|
| * mgmtd, lib: remove batch ids from all messagesIgor Ryzhov2023-11-121-55/+18
* | Merge pull request #14768 from idryzhov/mgmtd-base-xpathDonald Sharp2023-11-131-2/+1
|\ \
| * | lib, mgmtd: respect base xpath in mgmtdIgor Ryzhov2023-11-121-2/+1
| |/
* / lib: mgmtd: fix debug cli commands and memleaksChristian Hopps2023-11-111-3/+3
|/
* mgmtd: simplify xpath registriesChristian Hopps2023-11-061-7/+0
* mgmtd, lib: remove batch ids from cfg apply replyIgor Ryzhov2023-10-171-27/+3
* mgmtd: remove unused "placeholder" code.Christian Hopps2023-06-281-6/+1
* Merge pull request #13768 from LabNConsulting/chopps/mgmt-better-logsIgor Ryzhov2023-06-131-8/+0
|\
| * lib: mgmtd: improvements in logging and commentaryChristian Hopps2023-06-131-8/+0
* | Merge pull request #13764 from LabNConsulting/chopps/robust1Igor Ryzhov2023-06-131-66/+62
|\ \ | |/ |/|
| * lib: mgmtd: make error handling more robustChristian Hopps2023-06-121-66/+62
* | lib: mgmtd: fix/stdize debug message macrosChristian Hopps2023-06-121-1/+1
|/
* lib: mgmtd: remove abstraction layer and other cleanupChristian Hopps2023-06-041-180/+104
* lib: mgmtd: fix memleaksChristian Hopps2023-05-301-0/+1
* mgmtd: lib: cleanup error and debug messagesChristian Hopps2023-05-281-52/+62
* mgmtd: lib: move INIT to after client registersChristian Hopps2023-05-281-0/+6
* lib: add short-circuit operation between same processChristian Hopps2023-05-281-2/+2
* lib: mgmtd: add a identifying tag to the debug messageChristian Hopps2023-05-281-2/+3
* lib: msg: refactor common connection code from mgmtdChristian Hopps2023-05-281-195/+49
* lib: mgmt msg: add version to messagesChristian Hopps2023-05-281-3/+3
* lib: remove write-on-off, just requeue to the back of the queueChristian Hopps2023-05-281-44/+2
* lib, mgmtd: Use short memory names so they fit within vty outputDonald Sharp2023-05-201-3/+2
* mgmtd: fully implement debug flags for mgmtd and clientsChristian Hopps2023-05-011-68/+97
* mgmtd: Fixing style warningsrgirada2023-04-051-7/+8