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