| Commit message (Expand) | Author | Age | Files | Lines |
* | lib: add native RPC processing to mgmt backend client | Igor Ryzhov | 2024-04-22 | 1 | -0/+143 |
* | mgmtd: fix a couple of log messages | Igor Ryzhov | 2024-03-22 | 1 | -2/+2 |
* | lib: mgmtd: add xpath arg to notification message | Christian Hopps | 2024-02-19 | 1 | -10/+25 |
* | lib: always call new notification hooks too | Christian Hopps | 2024-02-15 | 1 | -49/+6 |
* | lib, mgmtd: rework processing of yang notifications | Igor Ryzhov | 2024-02-11 | 1 | -25/+12 |
* | lib, mgmtd: fix processing of yang notifications | Igor Ryzhov | 2024-02-10 | 1 | -3/+11 |
* | mgmtd: convert MGMTD_BE_CLIENT_DBG() to debug_be_client() | Christian Hopps | 2024-02-01 | 1 | -80/+70 |
* | mgmtd: backend subscriptions to notifications | Christian Hopps | 2024-01-30 | 1 | -22/+70 |
* | lib: mgmtd: add YANG notification support | Christian Hopps | 2024-01-30 | 1 | -1/+89 |
* | lib: use shared candidate between vty and mgmtd client | Igor Ryzhov | 2024-01-28 | 1 | -2/+2 |
* | lib, mgmtd: fix wrong mgmtd socket paths | David Lamparter | 2024-01-27 | 1 | -1/+5 |
* | lib: better conditionalize leaf-list predicate xpath addition | Christian Hopps | 2024-01-19 | 1 | -1/+1 |
* | mgmt, lib: implement REPLACE operation | Igor Ryzhov | 2024-01-11 | 1 | -0/+1 |
* | mgmt, lib: differentiate DELETE and REMOVE operations | Igor Ryzhov | 2024-01-11 | 1 | -3/+17 |
* | mgmtd, lib: implement CREATE_EXCL operation | Igor Ryzhov | 2024-01-11 | 1 | -1/+1 |
* | lib: mgmtd: increase soft-max msg size to 64K | Christian Hopps | 2023-12-30 | 1 | -1/+1 |
* | lib: add dedicated API functions for native msgs | Christian Hopps | 2023-12-28 | 1 | -13/+14 |
* | lib: northbound: add yielding and batching to oper-state queries | Christian Hopps | 2023-12-28 | 1 | -39/+66 |
* | lib: create and use libyang tree during oper-state walk | Christian Hopps | 2023-12-28 | 1 | -45/+4 |
* | mgmtd: step 6: remove old unfinished get-data code | Christian Hopps | 2023-12-28 | 1 | -15/+0 |
* | lib: step 2: mgmtd: BE client code for get-tree functionality | Christian Hopps | 2023-12-28 | 1 | -5/+196 |
* | lib: fix the ASAN OneDefinitionRule violation. | Christian Hopps | 2023-12-12 | 1 | -8/+9 |
* | lib: mgmtd: enable conn debugs when user enables client debug | Christian Hopps | 2023-12-05 | 1 | -12/+30 |
* | Merge pull request #14815 from idryzhov/lib-mgmt-deps | Christian Hopps | 2023-11-22 | 1 | -1/+0 |
|\ |
|
| * | lib, mgmtd: remove function duplication | Igor Ryzhov | 2023-11-17 | 1 | -1/+0 |
* | | Merge pull request #14657 from idryzhov/mgmtd-remove-batch-ids | Christian Hopps | 2023-11-18 | 1 | -55/+18 |
|\ \
| |/
|/| |
|
| * | mgmtd, lib: remove batch ids from all messages | Igor Ryzhov | 2023-11-12 | 1 | -55/+18 |
* | | Merge pull request #14768 from idryzhov/mgmtd-base-xpath | Donald Sharp | 2023-11-13 | 1 | -2/+1 |
|\ \ |
|
| * | | lib, mgmtd: respect base xpath in mgmtd | Igor Ryzhov | 2023-11-12 | 1 | -2/+1 |
| |/ |
|
* / | lib: mgmtd: fix debug cli commands and memleaks | Christian Hopps | 2023-11-11 | 1 | -3/+3 |
|/ |
|
* | mgmtd: simplify xpath registries | Christian Hopps | 2023-11-06 | 1 | -7/+0 |
* | mgmtd, lib: remove batch ids from cfg apply reply | Igor Ryzhov | 2023-10-17 | 1 | -27/+3 |
* | mgmtd: remove unused "placeholder" code. | Christian Hopps | 2023-06-28 | 1 | -6/+1 |
* | Merge pull request #13768 from LabNConsulting/chopps/mgmt-better-logs | Igor Ryzhov | 2023-06-13 | 1 | -8/+0 |
|\ |
|
| * | lib: mgmtd: improvements in logging and commentary | Christian Hopps | 2023-06-13 | 1 | -8/+0 |
* | | Merge pull request #13764 from LabNConsulting/chopps/robust1 | Igor Ryzhov | 2023-06-13 | 1 | -66/+62 |
|\ \
| |/
|/| |
|
| * | lib: mgmtd: make error handling more robust | Christian Hopps | 2023-06-12 | 1 | -66/+62 |
* | | lib: mgmtd: fix/stdize debug message macros | Christian Hopps | 2023-06-12 | 1 | -1/+1 |
|/ |
|
* | lib: mgmtd: remove abstraction layer and other cleanup | Christian Hopps | 2023-06-04 | 1 | -180/+104 |
* | lib: mgmtd: fix memleaks | Christian Hopps | 2023-05-30 | 1 | -0/+1 |
* | mgmtd: lib: cleanup error and debug messages | Christian Hopps | 2023-05-28 | 1 | -52/+62 |
* | mgmtd: lib: move INIT to after client registers | Christian Hopps | 2023-05-28 | 1 | -0/+6 |
* | lib: add short-circuit operation between same process | Christian Hopps | 2023-05-28 | 1 | -2/+2 |
* | lib: mgmtd: add a identifying tag to the debug message | Christian Hopps | 2023-05-28 | 1 | -2/+3 |
* | lib: msg: refactor common connection code from mgmtd | Christian Hopps | 2023-05-28 | 1 | -195/+49 |
* | lib: mgmt msg: add version to messages | Christian Hopps | 2023-05-28 | 1 | -3/+3 |
* | lib: remove write-on-off, just requeue to the back of the queue | Christian Hopps | 2023-05-28 | 1 | -44/+2 |
* | lib, mgmtd: Use short memory names so they fit within vty output | Donald Sharp | 2023-05-20 | 1 | -3/+2 |
* | mgmtd: fully implement debug flags for mgmtd and clients | Christian Hopps | 2023-05-01 | 1 | -68/+97 |
* | mgmtd: Fixing style warnings | rgirada | 2023-04-05 | 1 | -7/+8 |