summaryrefslogtreecommitdiff
path: root/lib/yang_translator.c
AgeCommit message (Expand)Author
2024-10-07lib: add flag to have libyang load internal ietf-yang-library moduleChristian Hopps
2023-11-29lib: all: remove './' from xpath 22% speedupChristian Hopps
2023-04-17lib: add and use new yang function for finding schema nodesChristian Hopps
2023-02-17Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp
2023-02-09lib: Free dnode before returning if YANG translator model is already loadedDonatas Abraitis
2023-02-09lib: Release memory of YANG translation module on errorDonatas Abraitis
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-27*: no-warn pragmas for non-const format stringsDavid Lamparter
2021-05-13lib: adapt to version 2 of libyangChristian Hopps
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2020-10-23lib: combine two YANG schema iteration functions into oneRenato Westphal
2020-04-03lib, tools: silence harmless warnings in the northbound toolsRenato Westphal
2019-05-14lib: hashing functions should take const argumentsQuentin Young
2019-05-07lib: remove str_replace functionQuentin Young
2019-02-26lib: strncpy -> strlcpy | memcpyQuentin Young
2019-02-19lib: yang: use common yang_ctx_new_setup()David Lamparter
2018-11-29Merge pull request #3342 from opensourcerouting/nb-operational-dataRuss White
2018-11-26lib: rework the yang schema node iteration functionsRenato Westphal
2018-11-26lib: make it possible to create YANG data nodes containing state dataRenato Westphal
2018-11-26lib: set YANG search directory when creating libyang contextRenato Westphal
2018-10-27lib: introduce new northbound APIRenato Westphal