summaryrefslogtreecommitdiff
path: root/lib/northbound.c
AgeCommit message (Expand)Author
2025-04-10lib: nb: add list_entry_done() callback to free resourcesChristian Hopps
2025-02-24lib: northbound: support pre-built oper state in libyang treeChristian Hopps
2025-02-14lib: nb: call child destroy CBs when YANG container is deletedChristian Hopps
2025-01-18lib: fix dnode_create to use correct libyang function.Christian Hopps
2025-01-18lib: mgmt_be_client handles datastore notification using CBsChristian Hopps
2025-01-13lib: notify on datastore (oper-state) changesChristian Hopps
2025-01-07lib: northbound: add new get() callback to add lyd_node direcltyChristian Hopps
2024-10-07lib: add flag to have libyang load internal ietf-yang-library moduleChristian Hopps
2024-09-17lib: mgmtd: add `changed` and `created` to edit-reply msgChristian Hopps
2024-09-17lib: mgmtd: cleanup error value for native messagingChristian Hopps
2024-09-17lib: constify yang_resolve_snode_xpath resultsChristian Hopps
2024-04-22lib: fix style and add more comments to NB codeIgor Ryzhov
2024-04-22lib: rework northbound RPC callbackIgor Ryzhov
2024-04-22Merge pull request #15468 from idryzhov/mgmt-native-editChristian Hopps
2024-03-26mgmtd: add support for native 'edit' operationIgor Ryzhov
2024-03-15*: remove confd pluginIgor Ryzhov
2024-03-05lib: fix apply_finish callback in northboundIgor Ryzhov
2024-02-26lib: fix setting temporary log options for libyangIgor Ryzhov
2024-02-24lib: fix nb callbacks for containers inside choice caseIgor Ryzhov
2024-02-24lib: fix order of northbound operationsIgor Ryzhov
2024-02-20lib: fix order of northbound callbacksIgor Ryzhov
2024-02-15lib: always call new notification hooks tooChristian Hopps
2024-02-11lib, mgmtd: rework processing of yang notificationsIgor Ryzhov
2024-01-30lib: mgmtd: add YANG notification supportChristian Hopps
2024-01-28lib: add support for "features" when loading YANG modulesIgor Ryzhov
2024-01-23lib: remove leaf-list xpath hack from northboundIgor Ryzhov
2024-01-19mgmtd: remove heavy duplication in mgmtd config readChristian Hopps
2024-01-19lib: better conditionalize leaf-list predicate xpath additionChristian Hopps
2024-01-19lib: libyang logging temp off to avoid unwanted log messageChristian Hopps
2024-01-12Merge pull request #14542 from idryzhov/nb-op-cb-splitChristian Hopps
2024-01-11lib, mgmtd: rename ignore_cbs to ignore_cfg_cbsIgor Ryzhov
2024-01-11mgmt, lib: implement REPLACE operationIgor Ryzhov
2024-01-11lib: move dnode creation into a separate functionIgor Ryzhov
2024-01-11mgmt, lib: differentiate DELETE and REMOVE operationsIgor Ryzhov
2024-01-11mgmtd, lib: implement CREATE_EXCL operationIgor Ryzhov
2024-01-11lib: split nb_operation into two typesIgor Ryzhov
2024-01-07lib: mgmtd: implement full XPath 1.0 predicate functionalityChristian Hopps
2024-01-04lib: remove unused/replaced oper-state iteration codeChristian Hopps
2023-12-30lib: fix coverity CID 1574981Christian Hopps
2023-12-28lib: northbound: add yielding and batching to oper-state queriesChristian Hopps
2023-12-28lib: create and use libyang tree during oper-state walkChristian Hopps
2023-12-28lib: northbound: improve xpath functionalityChristian Hopps
2023-11-21lib: load nb callbacks even with ignore_cbs setIgor Ryzhov
2023-11-20lib: use LYD_VALIDATE_MULTI_ERROR only if availableDavid Lamparter
2023-11-15lib: print all errors when validating a configIgor Ryzhov
2023-11-13Merge pull request #14768 from idryzhov/mgmtd-base-xpathDonald Sharp
2023-11-12lib, mgmtd: respect base xpath in mgmtdIgor Ryzhov
2023-11-11lib: fix possible freeing of libyang dataIgor Ryzhov
2023-11-08Merge pull request #14544 from idryzhov/mgmt-scratch-bufferDonald Sharp
2023-10-21lib: remove incorrect comment from northboundIgor Ryzhov