summaryrefslogtreecommitdiffstats
path: root/lib/northbound_oper.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: fix `time_t` print without castDavid Lamparter2024-05-021-2/+3
* mgmtd: add support for native 'edit' operationIgor Ryzhov2024-03-261-33/+1
* lib: fix oper data leaf creationIgor Ryzhov2024-01-151-1/+11
* lib: fix coverity issueChristian Hopps2024-01-121-1/+2
* lib: change type of `inner` to `struct lyd_node *`, cleaner codeChristian Hopps2024-01-111-31/+40
* lib: implement missing YANG choice/case statements.Christian Hopps2024-01-111-41/+68
* Merge pull request #15123 from LabNConsulting/chopps/fix-oper-state-memleakDonatas Abraitis2024-01-101-1/+3
|\
| * lib: fix oper-state memleakChristian Hopps2024-01-091-1/+3
* | lib: use libyang functions if they are presentChristian Hopps2024-01-071-4/+1
* | lib: mgmtd: implement full XPath 1.0 predicate functionalityChristian Hopps2024-01-071-4/+20
* | lib: fix clang SA warningsChristian Hopps2024-01-071-1/+12
|/
* Merge pull request #15073 from LabNConsulting/chopps/fix-yang-key-queriesDonald Sharp2024-01-021-2/+14
|\
| * lib: fix specific entry queriesChristian Hopps2024-01-021-2/+14
* | lib: don't count on scheme key nodes being first childrenChristian Hopps2024-01-021-9/+12
|/
* lib: northbound: add yielding and batching to oper-state queriesChristian Hopps2023-12-281-0/+1769