summaryrefslogtreecommitdiffstats
path: root/lib/yang_translator.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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