summaryrefslogtreecommitdiff
path: root/lib/northbound_oper.c
AgeCommit message (Expand)Author
2025-04-10lib: suppress clang-analyzer false-positivesChristian Hopps
2025-04-10lib: nb: add list_entry_done() callback to free resourcesChristian Hopps
2025-04-08lib,ripd: resolve clang SA warningsMark Stapp
2025-03-14lib: suppress libyang logs during expected error result.Christian Hopps
2025-03-14lib: northbound: also log debugs for new get callbackChristian Hopps
2025-03-14lib: make sure we update the darr_strlen from pruned string.Christian Hopps
2025-02-26lib: nb: fix bug with oper-state query on list dataChristian Hopps
2025-02-26lib: nb: notification add locking support for multi-threadingChristian Hopps
2025-02-24lib: northbound: support pre-built oper state in libyang treeChristian Hopps
2025-02-22lib: nb: fix oper-state queries that involve choice/case nodesChristian Hopps
2025-01-14lib: northbound/mgmtd: add backend model supportChristian Hopps
2025-01-13lib: notify on datastore (oper-state) changesChristian Hopps
2025-01-13lib: northbound: add basic oper-state update functionsChristian Hopps
2025-01-07Merge pull request #17772 from LabNConsulting/chopps/fix-oper-walkDonald Sharp
2025-01-07Merge pull request #17781 from LabNConsulting/chopps/fix-keyless-list-queryDonald Sharp
2025-01-07lib: northbound: add new get() callback to add lyd_node direcltyChristian Hopps
2025-01-07lib: northbound oper: fix keyless position predicate queriesChristian Hopps
2025-01-06lib: change and improve walk finish callback function APIChristian Hopps
2024-09-17mgmtd: add ietf-yang-library supportChristian Hopps
2024-09-07lib: fix clang SA warningsChristian Hopps
2024-05-02lib: fix `time_t` print without castDavid Lamparter
2024-03-26mgmtd: add support for native 'edit' operationIgor Ryzhov
2024-01-15lib: fix oper data leaf creationIgor Ryzhov
2024-01-12lib: fix coverity issueChristian Hopps
2024-01-11lib: change type of `inner` to `struct lyd_node *`, cleaner codeChristian Hopps
2024-01-11lib: implement missing YANG choice/case statements.Christian Hopps
2024-01-10Merge pull request #15123 from LabNConsulting/chopps/fix-oper-state-memleakDonatas Abraitis
2024-01-09lib: fix oper-state memleakChristian Hopps
2024-01-07lib: use libyang functions if they are presentChristian Hopps
2024-01-07lib: mgmtd: implement full XPath 1.0 predicate functionalityChristian Hopps
2024-01-07lib: fix clang SA warningsChristian Hopps
2024-01-02Merge pull request #15073 from LabNConsulting/chopps/fix-yang-key-queriesDonald Sharp
2024-01-02lib: don't count on scheme key nodes being first childrenChristian Hopps
2024-01-02lib: fix specific entry queriesChristian Hopps
2023-12-28lib: northbound: add yielding and batching to oper-state queriesChristian Hopps