1. a9ff2b8 tests REFACTOR separate base test for type int8 by Radek Iša · 3 years, 8 months ago
  2. 20ddf8b tests CHANGE added unit tests for tree printer by aPiecek · 3 years, 9 months ago
  3. 61d062b tree printer FEATURE basic implementation of YANG tree format printer by aPiecek · 3 years, 11 months ago
  4. 7cfa961 schema tree FEATURE add flag to indicate explicit PRESENCE flag by Christian Hopps · 3 years, 8 months ago
  5. c8a6390 XML parser BUGFIX typo in allowed values for XML NameChar by Radek Krejci · 3 years, 8 months ago
  6. d2d7bad validation BUGFIX do not validate operation itself by Michal Vasko · 3 years, 8 months ago
  7. f9221e6 validation MAINTENANCE use function instead of special code by Michal Vasko · 3 years, 8 months ago
  8. 6f9b426 data tree BUGFIX avoid underflow by Michal Vasko · 3 years, 8 months ago
  9. 50694be set BUGFIX use const for non-modified arguments by Michal Vasko · 3 years, 8 months ago
  10. acfc928 path BUGFIX handle 0 path count by Michal Vasko · 3 years, 8 months ago
  11. 6c16cda validation BUGFIX do not validate all cases, only the existing one by Michal Vasko · 3 years, 8 months ago
  12. bce7ee3 schema tree FEATURE helper macro for state lists by Michal Vasko · 3 years, 8 months ago
  13. 1dc0a84 diff FEATURE support for state list merging by Michal Vasko · 3 years, 8 months ago
  14. 6741dc6 data tree FEATURE lyd_new_path state list support by Michal Vasko · 3 years, 8 months ago
  15. d3b1054 yanglint FEATURE new option for specific input format by Michal Vasko · 3 years, 8 months ago
  16. abf81a0 yang printer BUGFIX list with must by Michal Vasko · 3 years, 8 months ago
  17. 7d3708f schema compile BUGFIX uses augment/refine path module by Michal Vasko · 3 years, 8 months ago
  18. b3e2253 path BUGFIX restrictive assert by Michal Vasko · 3 years, 8 months ago
  19. 37a0fe6 schema free BUGFIX memory leak by Michal Vasko · 3 years, 8 months ago
  20. 012807e schema compile BUGFIX handle disabled actions/notifs in augments by Michal Vasko · 3 years, 8 months ago
  21. a99b357 schema compile REFACTOR always use pmod from type by Michal Vasko · 3 years, 8 months ago
  22. 5961897 data tree REFACTOR inline access functions, cleanup includes by Christian Hopps · 3 years, 8 months ago
  23. 06e831d compile schema BUGFIX current module for type resolution by Michal Vasko · 3 years, 8 months ago
  24. 52dd67e schema tree BUGFIX allow generating document root paths by Michal Vasko · 3 years, 8 months ago
  25. 369f7a6 doc BUGFIX refer flag for config data validation by Michal Vasko · 3 years, 8 months ago
  26. f6bda33 yanglint BUGFIX do not add state data for config type by Michal Vasko · 3 years, 8 months ago
  27. 4a04e54 xpath BUGFIX check ht for existence before duplicating by Michal Vasko · 3 years, 8 months ago
  28. e17ff5f schema compile BUGFIX typo by Michal Vasko · 3 years, 8 months ago
  29. b322b7d schema compile BUGFIX avoid traversing an invalid node by Michal Vasko · 3 years, 8 months ago
  30. 9e68508 data tree REFACTOR use common union in all data nodes by Michal Vasko · 3 years, 8 months ago
  31. 9149efd schema compile BUGFIX typo by Michal Vasko · 3 years, 8 months ago
  32. 544e58a schema tree BUGFIX input/output nodes should not be skipped by Michal Vasko · 3 years, 8 months ago
  33. 14ed9cd libyang REFACTOR general cast cleanup by Michal Vasko · 3 years, 8 months ago
  34. d1e53b9 libyang FEATURE new flags for schema nodes in operations by Michal Vasko · 3 years, 8 months ago
  35. 2d5f6df schema MAINTENANCE code formatting by Radek Krejci · 3 years, 8 months ago
  36. 9a3823e schema CHANGE move when statement from common schema node structure by Radek Krejci · 3 years, 8 months ago
  37. 5960c31 schema DOC clarify expected content of members in lysc_node_action_inout structure by Radek Krejci · 3 years, 8 months ago
  38. 01180ac schema CHANGE unify naming of children nodes in schema nodes by Radek Krejci · 3 years, 8 months ago
  39. 00a3e8a schema CHANGE add implicit cast member into lysc_node_* structures by Radek Krejci · 3 years, 8 months ago
  40. 7d95fbb schema CHANGE remove lysc_node_parent_full() by Radek Krejci · 3 years, 8 months ago
  41. 2a9fc65 schema CHANGE unify actions, inouts and notification with lys*_node by Radek Krejci · 3 years, 8 months ago
  42. 9386b3c plugins REFACTOR clarify plugins compare callback behavior by Michal Vasko · 3 years, 8 months ago
  43. 770d3fc schema tree BUGFIX input buffer must be initialized by Michal Vasko · 3 years, 8 months ago
  44. d09b762 schema tree BUGFIX case nodes should inherit config by Michal Vasko · 3 years, 8 months ago
  45. f5d2daa schema compile FORMAT minor issues by Michal Vasko · 3 years, 8 months ago
  46. 34e334d schema tree BUGFIX use all_implemented context flag in all cases by Michal Vasko · 3 years, 8 months ago
  47. 667ce6b yanglint FEATURE use strict data parsing option by default by Michal Vasko · 3 years, 8 months ago
  48. c431a0a yanglint FEATURE do not load ietf-yang-library by default by Michal Vasko · 3 years, 8 months ago
  49. 7edebb4 yanglint BUGFIX error message typo by Michal Vasko · 3 years, 8 months ago
  50. 48d5a75 yanglint BUGFIX invert return value check by Michal Vasko · 3 years, 8 months ago
  51. e8988e9 doc BUGFIX improve lys_set_implemented description by Michal Vasko · 3 years, 8 months ago
  52. 5a443cf metadata plugin BUGFIX avoid using unnecessary global variable due to thread safety by Radek Krejci · 3 years, 8 months ago
  53. be15444 schema REFACTOR avoid code duplication and improve code readability by Radek Krejci · 3 years, 8 months ago
  54. 6a9aef9 schema DOC LYS_CONFIG_W and LYS_CONFIG_R are not in compiled case nodes by Radek Krejci · 3 years, 8 months ago
  55. df54913 libyang MAINTENANCE source code formatting by Radek Krejci · 3 years, 8 months ago
  56. 2415f88 schema BUGFIX allow do not touch features settings by Radek Krejci · 3 years, 8 months ago
  57. abd33a4 schema compile BUGFIX searching for groupings from submodules by Radek Krejci · 3 years, 8 months ago
  58. 589c547 tests CHANGE add tests for including submodules by Radek Krejci · 3 years, 8 months ago
  59. fe6ec26 tests CHANGE extend log checking up to 5 messages by Radek Krejci · 3 years, 8 months ago
  60. 771928a schema parsers BUGFIX handling includes in submodules by Radek Krejci · 3 years, 8 months ago
  61. 0a03a34 schema macros BUGFIX handle macro's params more safely by Radek Krejci · 3 years, 8 months ago
  62. eeee95c schema parsers CHANGE warn about include in YANG 1.1 submodules by Radek Krejci · 3 years, 8 months ago
  63. 9d3c102 schema compile BUGFIX fix infinite loop with include by Christian Hopps · 3 years, 8 months ago
  64. d746a35 json BUGFIX buf heap overflow in lyjson_string_ by Juraj Vijtiuk · 3 years, 8 months ago
  65. ec285cd json BUGFIX invalid free in lyjson_ctx_set_value by Juraj Vijtiuk · 3 years, 8 months ago
  66. 257bdcf doc BUGFIX mention lyd_find_path complexity and add into transition man by Michal Vasko · 3 years, 8 months ago
  67. 3e1f655 data tree FEATURE lyd_find_path function by Michal Vasko · 3 years, 8 months ago
  68. 3664216 YIN parser CHANGE simplify copying of the tested string by Radek Krejci · 3 years, 8 months ago
  69. 7224488 schema compile BUGFIX getting parent of in/out nodes by Michal Vasko · 3 years, 8 months ago
  70. d865572 schema compile BUGFIX handle recursive augments/refines by Michal Vasko · 3 years, 8 months ago
  71. 20316b3 schema compile BUGFIX restore context modules by Michal Vasko · 3 years, 8 months ago
  72. b8df576 schema compile BUGFIX set context modules for uses augment/refine by Michal Vasko · 3 years, 8 months ago
  73. 8b77696 data tree BUGFIX error check instead of assert by Michal Vasko · 3 years, 8 months ago
  74. 35f4d77 data tree BUGFIX avoid duplicating list keys twice by Michal Vasko · 3 years, 8 months ago
  75. c71c37b xpath BUGFIX find inner nodes in JSON format by Michal Vasko · 3 years, 8 months ago
  76. 0e6de51 validation BUGFIX remove node from logging before being deleted by Michal Vasko · 3 years, 8 months ago
  77. 400e967 xpath BUGFIX pass xcontext explicitly by Michal Vasko · 3 years, 8 months ago
  78. 2651268 schema tree CHANGE lys_find_xpath variant with no context node by Michal Vasko · 3 years, 8 months ago
  79. 787ce39 transition FEATURE justify specific data functions suffixes by Michal Vasko · 3 years, 8 months ago
  80. 90cdd76 doc BUGFIX improve lyd_new_path2 value param type description by Michal Vasko · 3 years, 8 months ago
  81. ddace2c libyang REFACTOR avoid connection between context and log location storage by Radek Krejci · 3 years, 9 months ago
  82. bf30a9c libyang MAINTENANCE remove unused global (extern) variable by Radek Krejci · 3 years, 9 months ago
  83. 1640e80 tests REFACTOR simplify using customizable input handler by Radek Krejci · 3 years, 9 months ago
  84. cb3e647 libyang MAINTENANCE formatting by Radek Krejci · 3 years, 9 months ago
  85. 11493b4 YIN parser BUGFIX limit number of the copied bytes by Radek Krejci · 3 years, 9 months ago
  86. 67d0457 cstr.sh BUGFIX inserting newline characters and added check if module name was not found by aPiecek · 3 years, 9 months ago
  87. 1fdd8fa xpath BUGFIX xpath element count uses uint32_t by Michal Vasko · 3 years, 9 months ago
  88. b4239c9 doc BUGFIX language name by Michal Vasko · 3 years, 9 months ago
  89. ae6bba2 doc FEATURE mention RUST bindings project by Michal Vasko · 3 years, 9 months ago
  90. 5813c36 JSON parser REFACTOR redesign labels to avoid forward and backwards gotos by Radek Krejci · 3 years, 9 months ago
  91. dd713ce input CHANGE optimize newlines counting in input handler by Radek Krejci · 3 years, 9 months ago
  92. 2efc45b libyang REFACTOR simplify logging and extend location information by Radek Krejci · 3 years, 9 months ago
  93. addfc9a log FEATURE maintain data for printing error location information by Radek Krejci · 3 years, 9 months ago
  94. 190ee9d schema compile CHANGE more specific error message when compiling leaf-list by Radek Krejci · 3 years, 9 months ago
  95. 854e155 schema parsers CHANGE unify name collisions error messages by Radek Krejci · 3 years, 9 months ago
  96. d54412f libyang CHANGE extend input handler by line counter by Radek Krejci · 3 years, 9 months ago
  97. 33090f9 YANG parser CHANGE move input handler into parser context by Radek Krejci · 3 years, 9 months ago
  98. 635d2b8 data tree CHANGE to clarify purpose, rename data path types by Radek Krejci · 3 years, 9 months ago
  99. bb9d224 docs BUGFIX allign description and the argument name by Radek Krejci · 3 years, 9 months ago
  100. ec9ad60 docs MAINTENANCE remove reference of the internal function by Radek Krejci · 3 years, 9 months ago