1. afe9ba2 context BUGFIX in lysc_node_clear_all_priv func by aPiecek · 3 years, 5 months ago
  2. 60d9d67 extension FEATURE parsed tree in lysp_ext_instance by aPiecek · 3 years, 5 months ago
  3. 32874e1 build BUGFIX fix BSD builds, again, and cleanup by Christian Hopps · 3 years, 5 months ago
  4. 6d5ba0c libyang FEATURE add lyd_get_value() and lyd_get_meta_value() by Radek Krejci · 3 years, 5 months ago
  5. ad8d0f5 context FEATURE explicit compilation when creating from yanglib data by Michal Vasko · 3 years, 5 months ago
  6. 1ccbf54 schema CHANGE more strict recompilation rules by Michal Vasko · 3 years, 5 months ago
  7. 9434ec5 context FEATURE use explicit compilation for context creation by Michal Vasko · 3 years, 5 months ago
  8. 01db7de context FEATURE allow explicit context compilation by Michal Vasko · 3 years, 5 months ago
  9. 2307ff8 context MAINTENANCE redundant cast removed by Michal Vasko · 3 years, 5 months ago
  10. 2104e07 context MAINTENANCE only LY_CHECK_ARG_RET macros should be used by Michal Vasko · 3 years, 5 months ago
  11. 18a86e5 schema tree REFACTOR rename internal function by Michal Vasko · 3 years, 5 months ago
  12. 11f76c8 lyb FEATURE thread-safe cached hash generation by Michal Vasko · 3 years, 5 months ago
  13. ddbc481 libyang MAINTENANCE code formatting by Radek Krejci · 3 years, 5 months ago
  14. f9b8741 build BUGFIX fix for OpenBSD and exposing realpath() by Christian Hopps · 3 years, 5 months ago
  15. 90ed21e schema CHANGE remove private_destructor parameter from ly_ctx_destroy() by Radek Krejci · 3 years, 5 months ago
  16. 9922ea9 context FEATURE added LY_CTX_SET_PRIV_PARSED by aPiecek · 3 years, 5 months ago
  17. 390b272 context FEATURE add ly_ctx_new_ylpath and path by Tadeáš Vintrlík · 3 years, 6 months ago
  18. e78faec data tree FEATURE support for lists with duplicate instances by Michal Vasko · 3 years, 6 months ago
  19. 0aa1f70 libyang MAINTENANCE headers includes cleanup by Radek Krejci · 3 years, 6 months ago
  20. 3e6632f plugins CHANGE redesign lists of internal extension/type plugins by Radek Krejci · 3 years, 6 months ago
  21. 794ab4b context FEATURE allow custom content-id in yang-library data by Michal Vasko · 3 years, 6 months ago
  22. d43298b libyang MAINTENANCE code formatting by Radek Krejci · 3 years, 6 months ago
  23. 6f32621 build BUGFIX fix build and utest on *BSD by Christian Hopps · 3 years, 6 months ago
  24. 7711410 libyang MAINTENANCE cleanup header includes by Radek Krejci · 3 years, 7 months ago
  25. 8dc3199 context FEATURE ly_ctx_get_submodule functions by Michal Vasko · 3 years, 7 months ago
  26. ddace2c libyang REFACTOR avoid connection between context and log location storage by Radek Krejci · 3 years, 9 months ago
  27. addfc9a log FEATURE maintain data for printing error location information by Radek Krejci · 3 years, 9 months ago
  28. f13b87b libyang REFACTOR avoid constant literals by Radek Krejci · 3 years, 10 months ago
  29. 405cc9e schema compile FEATURE two step unres resolution by Michal Vasko · 3 years, 10 months ago
  30. f8dc59a libyang BUGFIX set feature macro for strdup() on OSX by Radek Krejci · 3 years, 10 months ago
  31. 0550b76 schema tree REFACTOR lysp_load_module function cleanup by Michal Vasko · 3 years, 10 months ago
  32. 1de593f context CHANGE do not implement ietf-yang-metadata by Michal Vasko · 3 years, 10 months ago
  33. d68ba1b constext BUGFIX incorrect node being created in ly_ctx_get_yanglib_data() by Radek Krejci · 3 years, 11 months ago
  34. 41ac994 data REFACTOR add possibility to create new nodes inside RPC's output by Radek Krejci · 3 years, 11 months ago
  35. bc5644c schema REFACTOR unify functions to search on schema tree by Radek Krejci · 4 years ago
  36. 0a60f1d context REFACTOR rename function for backward compatibility by Radek Krejci · 4 years ago
  37. 7b1ad1a schema tree REFACTOR evaluate features during compilation by Michal Vasko · 3 years, 11 months ago
  38. 25d6ad0 context FEATURE flag for implementing referenced modules by Michal Vasko · 4 years ago
  39. afac782 libyang REFACTOR printer -> in, parser -> out by Michal Vasko · 4 years ago
  40. 3d92e44 set CHANGE replace LY_SET_OPT_USEASLIST by a single flag in ly_set_add() by Radek Krejci · 4 years ago
  41. 6973015 uncrustify FORMAT set various uncrustify options by Michal Vasko · 4 years ago
  42. 6229db0 context REFACTOR rename data_path to path by Michal Vasko · 4 years ago
  43. c3781c3 schema tree REFACTOR compatibility of lysp_module and lysp_submodule by Michal Vasko · 4 years ago
  44. 7f45cf2 libyang REFACTOR applying deviations, augments, and refines (#1217) by Michal Vasko · 4 years ago
  45. f03a9e2 xpath CHANGE refactor lyxp_expr_parse() to return LY_ERR by Radek Krejci · 4 years ago
  46. 14915cc schema tree CHANGE keep compiled features on a single place by Radek Krejci · 4 years ago
  47. 7a0b076 schema tree REFACTOR put parsing and compilation into one function by Michal Vasko · 4 years, 1 month ago
  48. 857189e libyang FEATURE introduce and use new ly_bool type by Radek Krejci · 4 years, 1 month ago
  49. ba03a5a set CHANGE make ly_set* functions return LY_ERR values by Radek Krejci · 4 years, 1 month ago
  50. 1deb5be libyang REFACTOR use size-specific int types instead of generic types (#1177) by Radek Krejci · 4 years, 1 month ago
  51. 22df3f0 uncrustify FEATURE all spacing connected to * by Michal Vasko · 4 years, 1 month ago
  52. d989ba0 uncrustify FEATURE control stmt spacing options by Michal Vasko · 4 years, 1 month ago
  53. 0f96988 libyang FORMAT uncrustify format of all sources by Radek Krejci · 4 years, 1 month ago
  54. 1e008d2 libyang MAINTENANCE change format of the empty loops by Radek Krejci · 4 years, 1 month ago
  55. e58f97f context CHANGE redesign ly_ctx_unset_searchdir*() functions by Radek Krejci · 4 years, 1 month ago
  56. 5a5d292 context BUGFIX name of parameter in error message from ly_ctx_unset_searchdir() by Radek Krejci · 4 years, 1 month ago
  57. c8a230d libyang REFACTOR prefix format always decides the callback (#1169) by Michal Vasko · 4 years, 1 month ago
  58. 0ad51f1 context FEATURE add alternative module search functions by Radek Krejci · 4 years, 2 months ago
  59. de79e22 context FETAURE internal module count of a context by Michal Vasko · 4 years, 1 month ago
  60. 308d0a7 context FEATURE ly_ctx_get_node() function by Michal Vasko · 4 years, 2 months ago
  61. aa45bda libyang BUGFIX presence of the compat.h include by Radek Krejci · 4 years, 2 months ago
  62. b104f11 data tree FEATURE schema-ordering of data by Michal Vasko · 4 years, 2 months ago
  63. 3a41dff libyang REFACTOR return values and options changes by Michal Vasko · 4 years, 2 months ago
  64. 8104fd4 validation FEATURE optional diff creation by Michal Vasko · 4 years, 2 months ago
  65. ed4fcfe libyang MAINTENANCE fox uninitialized vars warnings by Michal Vasko · 4 years, 3 months ago
  66. 63f3d84 libyang REFACTOR parsed/printed bytes in in/out structs by Michal Vasko · 4 years, 3 months ago
  67. fd69e1d libyang REFACTOR rename sized array size to count by Michal Vasko · 4 years, 3 months ago
  68. 7931b19 data parser CHANGE unify API with schema parser and use input handler by Radek Krejci · 4 years, 3 months ago
  69. e893ddd data tree FEATURE functions for creating and applying diff by Michal Vasko · 4 years, 3 months ago
  70. 00cbf53 data tree FEATURE lyd_new_path() and lyd_change_term() by Michal Vasko · 4 years, 3 months ago
  71. ca376bd headers MAINTENANCE headers/include cleanup by Radek Krejci · 4 years, 3 months ago
  72. f0e1ba5 parsers CHANGE redesign API of all the parsers by Radek Krejci · 4 years, 4 months ago
  73. 535ea9f libyang CHANGE headers includes cleanup using include-what-you-use tool (#1098) by Radek Krejci · 4 years, 4 months ago
  74. 57c10cd context FETAURE yang-library data generation by Michal Vasko · 4 years, 4 months ago
  75. cf296c8 models FEATURE use RFC revisions for standard models by Michal Vasko · 4 years, 4 months ago
  76. 7eb54ba libyang CHANGE use LY_ARRAY_SIZE_TYPE for iterator variables in LY_TREE_FOR by Radek Krejci · 4 years, 4 months ago
  77. 52785a2 context DOC add context usage overview by Radek Krejci · 5 years ago
  78. 77a8bcd context CHANGE rename ly_ctx_module_implement() to lys_set_implemented() by Radek Krejci · 5 years ago
  79. 3fa46b6 context CHANGE unify names of the context options manipulation functions by Radek Krejci · 5 years ago
  80. 335332a extensions CHANGE WIP implementation of Metadata annotations by Radek Krejci · 5 years ago
  81. e7b9509 data tree FEATURE initial implementation of YANG data support by Radek Krejci · 5 years ago
  82. 2390fb5 context CHANGE refactor ly_ctx_get_module_iter() by Radek Krejci · 5 years ago
  83. ed5acc5 yanglint FEATURE initial version of yanglint(1) by Radek Krejci · 5 years ago
  84. 3a077b9 context CHANGE refactor search dir check by Radek Krejci · 5 years ago
  85. 95710c9 schema compilation CHANGE basic support for global augments by Radek Krejci · 6 years ago
  86. 0af4629 schema compile CHANGE better handling of features by Radek Krejci · 6 years ago
  87. 096235c schema CHANGE hide schema compilation behing lys_parse_mem() by Radek Krejci · 6 years ago
  88. 0bcdaed schema CHANGE refactor lys_module structure by Radek Krejci · 6 years ago
  89. c1c03d6 MAINTENANCE unify Feature Test macros usage by Radek Krejci · 6 years ago
  90. f3f4784 build BUGFIX correctly set hidden visibility of shared objects by Radek Krejci · 6 years ago
  91. 0e75e6f context BUGFIX pass error code when internal module parsing fails by Radek Krejci · 6 years ago
  92. f8f882a schema tree CHANGE redesign revision in compiled schema by Radek Krejci · 6 years ago
  93. e9e987e schema tree CHANGE provide more control on latest revision selection by Radek Krejci · 6 years ago
  94. faa1eac schema tree CHANGE better checking of name collisions by Radek Krejci · 6 years ago
  95. 086c713 schema parsers FEATURE processing imports and includes by Radek Krejci · 6 years ago
  96. d33273d YANG parser CHANGE support for including submodules by Radek Krejci · 6 years ago
  97. 9f5e6fb schema tree BUGFIX using of module's latest_revision flag by Radek Krejci · 6 years ago
  98. 5e163df context BUGFIX dereferencing NULL pointer when working with schema without revision by Radek Krejci · 6 years ago
  99. b7db73a schemas FEATURE add schema getters from the context by Radek Krejci · 6 years ago
  100. 86d106e context FEATURE public API for parsing schemas by Radek Krejci · 6 years ago