1. c0c872a extensions REFACTOR cleanup public header by Radek Krejci · 3 years, 7 months ago
  2. ba05eab schema REFACTOR rename lys_find_ext_instance_node() to lysc_ext_find_node() by Radek Krejci · 3 years, 7 months ago
  3. de7a9c4 schema DOC separate schema nodetypes into doxygen group by Radek Krejci · 3 years, 7 months ago
  4. 859a15a libyang REFACTOR separate macros to edit sized arrays and linked list by Radek Krejci · 3 years, 7 months ago
  5. 9f87b0c schema REFACTOR rename argument member in extension definition by Radek Krejci · 3 years, 7 months ago
  6. a03a754 plugins types DOC compare cb is used for value in the same context by Michal Vasko · 3 years, 6 months ago
  7. ce40670 plugin BUGFIX fix print error-message and error-apt-get by Radek Iša · 3 years, 7 months ago
  8. 59bf327 utest MAINTAINCE add test for restriction pattern and range by Radek Iša · 3 years, 7 months ago
  9. beb4acd plugins REFACTORING add parameters apath and apptag into function ly_err_msg_create by Radek Iša · 3 years, 7 months ago
  10. 816b70c plugins REFACTOR put creating error message into function ly_err_msg_create by Radek Iša · 3 years, 7 months ago
  11. aa67706 xpath BUGFIX casting empty set to string by Michal Vasko · 3 years, 7 months ago
  12. 9a7e9d0 diff BUGFIX all nodes must be traversed when reversing diff by Michal Vasko · 3 years, 7 months ago
  13. a98dcba data tree DOC added a note about diff and defaults behavior by Michal Vasko · 3 years, 7 months ago
  14. ff85781 data tree DOC minor improvements by Michal Vasko · 3 years, 7 months ago
  15. 677abea schema CHANGE avoid unnecessary check by Radek Krejci · 3 years, 7 months ago
  16. 910d013 data MAINTENANCE silence uninitialized variable warnings by Radek Krejci · 3 years, 7 months ago
  17. 9e07052 diff BUGFIX reversing create and delete operations by Michal Vasko · 3 years, 7 months ago
  18. c43c8ab parser BUGFIX unify unres set order by Michal Vasko · 3 years, 7 months ago
  19. d0680bb schema compile BUGFIX remove obsolete code by Michal Vasko · 3 years, 7 months ago
  20. 422afb1 libyang BUGFIX strictly cast lnegths to int for "%.*s" format strings by Radek Krejci · 3 years, 7 months ago
  21. 85ac831 schema BUGFIX processing extension instance argument by Radek Krejci · 3 years, 7 months ago
  22. 720d261 schema compile BUGFIX compiled relics when recompiling context by Radek Krejci · 3 years, 7 months ago
  23. ab43086 schema CHANGE remove LYEXT_PARENT duplicating ly_stmt by Radek Krejci · 3 years, 7 months ago
  24. a601699 schema BUGFIX do not cast extension instance to lysc_node by Radek Krejci · 3 years, 7 months ago
  25. 61837f7 schema CHANGE macros for matching statements groups by Radek Krejci · 3 years, 7 months ago
  26. f8ca819 schema CHANGE move ly_stmt2str() into public API by Radek Krejci · 3 years, 7 months ago
  27. 3972b33 schema REFACTOR remove lyext_substmt2str() macro by Radek Krejci · 3 years, 7 months ago
  28. 37b04a3 tests MAINTENANCE remove unused and misleading values by Radek Krejci · 3 years, 7 months ago
  29. 39b7fc2 schema CHANGE always store extension's parent statement by Radek Krejci · 3 years, 7 months ago
  30. 2b0f0f1 schema BUGFIX separate special values in statements enumeration by Radek Krejci · 3 years, 7 months ago
  31. 5984d22 test MAINTENANCE code formating by Radek Krejci · 3 years, 7 months ago
  32. fc596f9 libyang CHANGE unify the statement enumerations by Radek Krejci · 3 years, 7 months ago
  33. 2304955 xpath BUGFIX invalid memory access by Michal Vasko · 3 years, 7 months ago
  34. d5e6744 data tree FEATURE allow lyd_new_path to create any nodes by Michal Vasko · 3 years, 7 months ago
  35. 33b4fab data tree MAINTENANCE message improved by Michal Vasko · 3 years, 7 months ago
  36. 2a4ab2b data tree FEATURE optional use of any value by Michal Vasko · 3 years, 7 months ago
  37. 27c4dce xml parser FEATURE accept arbitrary values for anyxml by Michal Vasko · 3 years, 7 months ago
  38. 016569c hash table CHANGE accept null context by Michal Vasko · 3 years, 7 months ago
  39. e7010dc json BUGFIX logging info about unexpected character in JSON data by Radek Krejci · 3 years, 7 months ago
  40. 67366a4 plugins REFACTORING stop false positive uninitialized by Radek Iša · 3 years, 7 months ago
  41. 1c9147b plugin BUGFIX fix eventual double free. by Radek Iša · 3 years, 7 months ago
  42. 28fe5f6 compile schema BUGFIX uses augment resolution module by Michal Vasko · 3 years, 7 months ago
  43. 12d809c xml parser BUGFIX proper skipping of children by Michal Vasko · 3 years, 7 months ago
  44. 07a5596 libyang MAINTENANCE code formatting by Radek Krejci · 3 years, 7 months ago
  45. 8f07dfe tree schema BUGFIX typo by Michal Vasko · 3 years, 7 months ago
  46. de0ec75 data tree FEATURE macro for opaque node value by Michal Vasko · 3 years, 7 months ago
  47. 4846022 plugins BUGFIX delete forgotten free function when function store failed by Radek Iša · 3 years, 7 months ago
  48. e6e9e63 plugin BUGFIX fix binary store function when parsing staticaly allocated string value containing only spaces by Radek Iša · 3 years, 7 months ago
  49. 85a5523 tests BUGFIX fix binnary test case. In this case parsed data should be empty string. Fix xml test by change checking parameter from name to value. by Radek Iša · 3 years, 7 months ago
  50. 96b2de1 plugins BUGFIX fix realising dynamycally allocated value. Because in some store function is used zero copy value then all strore function have to care about relasing value (call free function) in all cases by Radek Iša · 3 years, 7 months ago
  51. 017270d libyang MAINTAINCE fix change dynamic to static xml value allocation in parser by Radek Iša · 3 years, 7 months ago
  52. c6166a0 json BUGFIX out of bounds write in lyjson_number by Juraj Vijtiuk · 3 years, 7 months ago
  53. 0e02e8e schema tree BUGFIX always return module on success from parsing by Michal Vasko · 3 years, 7 months ago
  54. f16e254 data FEATURE support extension's data parsing by Radek Krejci · 3 years, 7 months ago
  55. 038db94 tests FEATURE yang-data extension tests by Radek Krejci · 3 years, 8 months ago
  56. adcf63d INFO printer FEATURE generic extension content printer by Radek Krejci · 3 years, 8 months ago
  57. 5fa32a3 extensions FEATURE yang-data extension implementation by Radek Krejci · 3 years, 8 months ago
  58. af0548b schema FEATURE allow ignore if-feature statement via compile flag by Radek Krejci · 3 years, 7 months ago
  59. 035dacf schema FEATURE introduce lys_getnext_ext() by Radek Krejci · 3 years, 7 months ago
  60. 6b88a46 schema CHANGE integrate statement parser with the compilation process by Radek Krejci · 3 years, 7 months ago
  61. 1b2eef8 extension instances CHANGE access to the extension instance's substatements by Radek Krejci · 3 years, 7 months ago
  62. 76c8c4e statement parser CHANGE finish statement parser for generic extension instances by Radek Krejci · 3 years, 7 months ago
  63. 932d3bb logger BUGFIX unintended parenthesis in extension's log messages by Radek Krejci · 3 years, 8 months ago
  64. 80bde9c nacm BUGFIX nacm extension instances in non-data statements by Radek Krejci · 3 years, 8 months ago
  65. 0bfc6f9 nacm BUGFIX relax check for the parent statements by Radek Krejci · 3 years, 8 months ago
  66. cc21a4f schema compile BUGFIX memory leak by Radek Krejci · 3 years, 8 months ago
  67. 078e434 schema tree BUGFIX nodes name collision detection by Radek Krejci · 3 years, 7 months ago
  68. e16c7b7 data tree CHANGE remove implicit presence containers by Michal Vasko · 3 years, 7 months ago
  69. 4771829 data tree BUGFIX key-less list hash handling by Michal Vasko · 3 years, 7 months ago
  70. 2b5344c data tree BUGFIX do not require ctx for new meta by Michal Vasko · 3 years, 7 months ago
  71. 0d5ea7e out BUGFIX state default values should be always printed by Michal Vasko · 3 years, 7 months ago
  72. b4fd37f out MAINTENANCE update node in-operation checking by Michal Vasko · 3 years, 7 months ago
  73. 62524a9 hash table REFACTOR improve ht val equal cb name by Michal Vasko · 3 years, 7 months ago
  74. 003c44a schema helpers MAINTENANCE message improvement by Michal Vasko · 3 years, 7 months ago
  75. be27c91 hash table CHANGE accept NULL dict values by Michal Vasko · 3 years, 7 months ago
  76. 0ab974d data tree FEATURE allow setting opaque node prefix by Michal Vasko · 3 years, 7 months ago
  77. fc2cd07 ext instance REFACTOR generic ext instance parsing by Michal Vasko · 3 years, 7 months ago
  78. 7be7b9f data validation BUGFIX handling when in default nodes by Radek Krejci · 3 years, 7 months ago
  79. 27fb026 data tree BUGFIX always set context by Michal Vasko · 3 years, 7 months ago
  80. 5bbcc24 yin parser BUGFIX set pmod for union nested types as well by Michal Vasko · 3 years, 7 months ago
  81. 1d4af6c data tree FEATURE helpers for opaque nodes by Michal Vasko · 3 years, 7 months ago
  82. 7997d5a printers REFACTOR remove redundant parameters by Michal Vasko · 3 years, 7 months ago
  83. 8dc3199 context FEATURE ly_ctx_get_submodule functions by Michal Vasko · 3 years, 7 months ago
  84. f4da889 parser data BUGFIX clarify output params of NETCONF msg parsing by Michal Vasko · 3 years, 7 months ago
  85. b7dba86 parser data FEATURE wrong NETCONF message parsing without error by Michal Vasko · 3 years, 7 months ago
  86. 1e4c68e parser data REFACTOR split NETCONF notification and reply parsing by Michal Vasko · 3 years, 7 months ago
  87. 224e777 common REFACTOR minor error message improvements by Michal Vasko · 3 years, 7 months ago
  88. 8d65f85 data tree FEATURE creating XML opaque nodes and attributes by Michal Vasko · 3 years, 7 months ago
  89. 538b895 common REFACTOR put all NETCONF-specific errors together by Michal Vasko · 3 years, 7 months ago
  90. b69b68c libyang BUGFIX minor fixes by Michal Vasko · 3 years, 7 months ago
  91. 299d5d1 data parser FEATURE allow returning the envelopes on error by Michal Vasko · 3 years, 7 months ago
  92. 5387545 libyang MAINTENANCE code formatting by Radek Krejci · 3 years, 7 months ago
  93. d6c18af validation BUGFIX fix allowed duplicates by Michal Vasko · 3 years, 7 months ago
  94. d74978f data tree BUGFIX avoid dead code by Michal Vasko · 3 years, 7 months ago
  95. e066574 data tree FEATURE support for NETCONF messages by Michal Vasko · 3 years, 7 months ago
  96. 45802b5 xpath BUGFIX change malloc to calloc to prevent conditional jump depend on uninicialized value. Value inverted have to be set in variable type lysc_pattern when ly_type_validate_patterns function is called by Radek Iša · 3 years, 8 months ago
  97. 550ac40 libyang BUGFIX fix inverted pattern when string data is parsing by Radek Iša · 3 years, 8 months ago
  98. 91531e1 schema REFACTOR compiling nodes' flags by Radek Krejci · 3 years, 8 months ago
  99. 5ae1e1a yang parser BUGFIX notification choice parsing by Michal Vasko · 3 years, 8 months ago
  100. eccf660 schema REFACTOR simplify and unify statements lists by Radek Krejci · 3 years, 8 months ago