summaryrefslogtreecommitdiffstats
path: root/lib/yang_translator.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp2023-02-171-14/+1
|\
| * *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* | lib: Free dnode before returning if YANG translator model is already loadedDonatas Abraitis2023-02-091-0/+1
* | lib: Release memory of YANG translation module on errorDonatas Abraitis2023-02-091-6/+7
|/
* *: no-warn pragmas for non-const format stringsDavid Lamparter2023-01-271-0/+8
* lib: adapt to version 2 of libyangChristian Hopps2021-05-131-62/+67
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-3/+3
* lib: combine two YANG schema iteration functions into oneRenato Westphal2020-10-231-11/+11
* lib, tools: silence harmless warnings in the northbound toolsRenato Westphal2020-04-041-2/+2
* lib: hashing functions should take const argumentsQuentin Young2019-05-141-1/+1
* lib: remove str_replace functionQuentin Young2019-05-071-32/+19
* lib: strncpy -> strlcpy | memcpyQuentin Young2019-02-261-1/+1
* lib: yang: use common yang_ctx_new_setup()David Lamparter2019-02-191-4/+2
* Merge pull request #3342 from opensourcerouting/nb-operational-dataRuss White2018-11-291-22/+32
|\
| * lib: rework the yang schema node iteration functionsRenato Westphal2018-11-261-21/+31
| * lib: make it possible to create YANG data nodes containing state dataRenato Westphal2018-11-261-1/+1
* | lib: set YANG search directory when creating libyang contextRenato Westphal2018-11-261-4/+4
|/
* lib: introduce new northbound APIRenato Westphal2018-10-271-0/+545