1. ad92b67 data tree REFACTOR opaq name and its module information structure by Michal Vasko · 3 years, 10 months ago
  2. 501af03 data tree REFACTOR adjust opaque node and attr members by Michal Vasko · 3 years, 10 months ago
  3. c0e58e8 diff FEATURE diff merge defaults flag by Michal Vasko · 3 years, 10 months ago
  4. 4b715ca diff FEATURE add orig-default meta for all changed leaves by Michal Vasko · 3 years, 10 months ago
  5. 2612319 data tree BUGFIX inserting before first node by Michal Vasko · 3 years, 11 months ago
  6. 0f3377d data parser CHANGE remove trusted flag by Michal Vasko · 3 years, 11 months ago
  7. 47fab89 libyang CHANGE review header includes by Radek Krejci · 3 years, 11 months ago
  8. 4233f9b data FEATURE add lyd_first_sibling() function by Radek Krejci · 3 years, 11 months ago
  9. ca98914 data FEATURE add lyd_list_pos() function by Radek Krejci · 3 years, 11 months ago
  10. 41ac994 data REFACTOR add possibility to create new nodes inside RPC's output by Radek Krejci · 3 years, 11 months ago
  11. e49b632 data tree BUGFIX even created NP cont must be added to implicit diff by Michal Vasko · 3 years, 11 months ago
  12. 7b1ad1a schema tree REFACTOR evaluate features during compilation by Michal Vasko · 3 years, 11 months ago
  13. b93bd41 schema BUGFIX handle empty subtrees in lys_getnext() by Radek Krejci · 3 years, 11 months ago
  14. ff2dbc5 schema tree BUGFIX handling empty cases in lys_getnext() by Radek Krejci · 3 years, 11 months ago
  15. f6a0737 tests MAINTENANCE fix test_parser_yin ASAN stack overflow by Juraj Vijtiuk · 3 years, 11 months ago
  16. 25d6ad0 context FEATURE flag for implementing referenced modules by Michal Vasko · 4 years ago
  17. afac782 libyang REFACTOR printer -> in, parser -> out by Michal Vasko · 4 years ago
  18. bed1394 schema CHANGE rename lys_atomize_xpath() and the connected options by Radek Krejci · 4 years ago
  19. 0b468e6 xpath FEATURE improve token error messages by Michal Vasko · 4 years ago
  20. 1a7a7bd tree schema compile REFACTOR file split into 3 files by Michal Vasko · 4 years ago
  21. 09edca8 test MAINTENANCE remove unused function by Michal Vasko · 4 years ago
  22. cb8c6d4 path BUGFIX check mandatory .. in relative leafref by Michal Vasko · 4 years ago
  23. ed213e1 test MAINTENANCE fix function casting warnings by Michal Vasko · 4 years ago
  24. 1258ed4 test NEW deviation causing submodule prefix to be used by Michal Vasko · 4 years ago
  25. 997f982 plugins types BUGFIX check module is implemented using the flag by Michal Vasko · 4 years ago
  26. 5d24f6c libyang REFACTOR use lysp_module instead of lys_module as mod_def by Michal Vasko · 4 years ago
  27. 90d4e92 schema tree CHANGE hide LYSC_OPT_ options from public API by Radek Krejci · 4 years ago
  28. 092e33c data tree CHANGE rename pathoptions by Radek Krejci · 4 years ago
  29. 3d92e44 set CHANGE replace LY_SET_OPT_USEASLIST by a single flag in ly_set_add() by Radek Krejci · 4 years ago
  30. 5bcc33b hash table BUGFIX invalid length when resizing dict by Michal Vasko · 4 years ago
  31. 72619ce schema tree REFACTOR rename path_context to path_mod by Michal Vasko · 4 years ago
  32. c3781c3 schema tree REFACTOR compatibility of lysp_module and lysp_submodule by Michal Vasko · 4 years ago
  33. e9c050f schema tree FEATURE support deviation type prefixes by Michal Vasko · 4 years ago
  34. feca4fb plugins types REFACTOR split store callback into store and resolve cb (#1220) by Michal Vasko · 4 years ago
  35. 7f45cf2 libyang REFACTOR applying deviations, augments, and refines (#1217) by Michal Vasko · 4 years ago
  36. a1c1e54 data tree CHANGE move macros to functions to cleanup API by Radek Krejci · 4 years ago
  37. 80d281e schema tree CHANGE keep compiled identities on a single place by Radek Krejci · 4 years ago
  38. 14915cc schema tree CHANGE keep compiled features on a single place by Radek Krejci · 4 years ago
  39. 011e4aa dictionary REFACTOR unify functions pattern to return LY_ERR by Radek Krejci · 4 years, 1 month ago
  40. 96e48da schema BUGFIX correct yang-version value for 1.0 by Radek Krejci · 4 years, 1 month ago
  41. 7a0b076 schema tree REFACTOR put parsing and compilation into one function by Michal Vasko · 4 years, 1 month ago
  42. 52f6555 printers CHANGE unify formatting options for data and schema printers by Radek Krejci · 4 years, 1 month ago
  43. 20424b4 schema tree REFACTOR compile case like a general node by Michal Vasko · 4 years, 1 month ago
  44. ba03a5a set CHANGE make ly_set* functions return LY_ERR values by Radek Krejci · 4 years, 1 month ago
  45. f482abc tests MAINTENANCE get rid of the compiler warning when filling dummy structure by Radek Krejci · 4 years, 1 month ago
  46. 1deb5be libyang REFACTOR use size-specific int types instead of generic types (#1177) by Radek Krejci · 4 years, 1 month ago
  47. b7be7a8 libyang REFACTOR unify lyd_node macros by Michal Vasko · 4 years, 1 month ago
  48. ba99a3e plugin types REFACTOR remove STORE and CANONIZE flags by Michal Vasko · 4 years, 1 month ago
  49. e58f97f context CHANGE redesign ly_ctx_unset_searchdir*() functions by Radek Krejci · 4 years, 1 month ago
  50. 5233e96 printer REFACTOR remove ctx and status (#1170) by Michal Vasko · 4 years, 1 month ago
  51. c8a230d libyang REFACTOR prefix format always decides the callback (#1169) by Michal Vasko · 4 years, 1 month ago
  52. c6b4f44 schema compile BUGFIX importing grouping with choice into another choice's case by Radek Krejci · 4 years, 1 month ago
  53. 5c4ed7b schema compile MAINTENANCE improve warning text by the path by Radek Krejci · 4 years, 1 month ago
  54. 5536d28 data FEATURE printer for YANG data in JSON format by Radek Krejci · 4 years, 2 months ago
  55. 1798aae data FEATURE parser for YANG data in JSON format by Radek Krejci · 4 years, 2 months ago
  56. 50f0c6b data FEATURE generic JSON format parser by Radek Krejci · 4 years, 3 months ago
  57. 56daf73 data tree REFACTOR data DFS should match schema DFS by Michal Vasko · 4 years, 1 month ago
  58. fb737aa data tree CHANGE switch diff merge parameters by Michal Vasko · 4 years, 2 months ago
  59. 7c8439f printers FEATURE submodule print by Michal Vasko · 4 years, 2 months ago
  60. f937cfe data tree REFCTOR move prefix callbacks to plugins types by Michal Vasko · 4 years, 2 months ago
  61. 3701af5 data tree FEATURE optional realtype of validated value by Michal Vasko · 4 years, 2 months ago
  62. 8f359bf data tree REFACTOR lyd_compare suffix variations by Michal Vasko · 4 years, 2 months ago
  63. 4c7763f xpath FEATURE number/literal canonization by Michal Vasko · 4 years, 2 months ago
  64. 38c2ba7 test NEW target test by Michal Vasko · 4 years, 2 months ago
  65. 82c31e6 schema tree FEATURE force feature enable and disable by Michal Vasko · 4 years, 2 months ago
  66. 6b26e74 schema tree BUGFIX accessible tree fixes by Michal Vasko · 4 years, 2 months ago
  67. b104f11 data tree FEATURE schema-ordering of data by Michal Vasko · 4 years, 2 months ago
  68. 4a4c7ed hash table REFACTOR unify reutrn values by Michal Vasko · 4 years, 2 months ago
  69. 6027eb9 data tree BUGFIX new top-level nodes need parent or ret value by Michal Vasko · 4 years, 2 months ago
  70. 3a41dff libyang REFACTOR return values and options changes by Michal Vasko · 4 years, 2 months ago
  71. da85903 data tree BUGFIX change how hash matching is performed by Michal Vasko · 4 years, 2 months ago
  72. 8104fd4 validation FEATURE optional diff creation by Michal Vasko · 4 years, 2 months ago
  73. e6323f6 diff FEATURE merge diff by Michal Vasko · 4 years, 3 months ago
  74. 26e8001 validation CHANGE validating single module data by Michal Vasko · 4 years, 3 months ago
  75. 63f3d84 libyang REFACTOR parsed/printed bytes in in/out structs by Michal Vasko · 4 years, 3 months ago
  76. fd69e1d libyang REFACTOR rename sized array size to count by Michal Vasko · 4 years, 3 months ago
  77. 119dddd Merge branch 'libyang2' of https://github.com/cesnet/libyang into libyang2 by Michal Vasko · 4 years, 3 months ago
  78. 33ff942 schema tree FEATURE pre-compile identities by Michal Vasko · 4 years, 3 months ago
  79. 7931b19 data parser CHANGE unify API with schema parser and use input handler by Radek Krejci · 4 years, 3 months ago
  80. 60ea635 data tree FEATURE binary LYB printer and parser by Michal Vasko · 4 years, 3 months ago
  81. 5aa44c0 compat FEATURE use standalone compat "library" by Michal Vasko · 4 years, 3 months ago
  82. e893ddd data tree FEATURE functions for creating and applying diff by Michal Vasko · 4 years, 3 months ago
  83. 5bfd4be data tree FEATURE option to skip list key children by Michal Vasko · 4 years, 3 months ago
  84. 4490d31 data tree FEATURE lyd_merge() implemented by Michal Vasko · 4 years, 3 months ago
  85. 00cbf53 data tree FEATURE lyd_new_path() and lyd_change_term() by Michal Vasko · 4 years, 3 months ago
  86. 70593c1 tests CHANGE headers includes cleanup by Radek Krejci · 4 years, 3 months ago
  87. 18abde4 tests CHANGE redesign mechanism to add particular tests by Radek Krejci · 4 years, 3 months ago
  88. 84ce7b1 printers CHANGE provide error information from ly_out constructors by Radek Krejci · 4 years, 3 months ago
  89. ca376bd headers MAINTENANCE headers/include cleanup by Radek Krejci · 4 years, 3 months ago
  90. f0e1ba5 parsers CHANGE redesign API of all the parsers by Radek Krejci · 4 years, 4 months ago
  91. 004d315 path FEATURE new compiled path structure (#1108) by Michal Vasko · 4 years, 3 months ago
  92. 535ea9f libyang CHANGE headers includes cleanup using include-what-you-use tool (#1098) by Radek Krejci · 4 years, 4 months ago
  93. 57c10cd context FETAURE yang-library data generation by Michal Vasko · 4 years, 4 months ago
  94. f872e20 data tree CHANGE use either schema or data node for logging by Michal Vasko · 4 years, 4 months ago
  95. 0a33b04 schema compilation BUGFIX prefix resolving of identityref's bases by Radek Krejci · 4 years, 4 months ago
  96. 28d7843 tree schema FEATURE use LY_ENOT for false feature state by Michal Vasko · 4 years, 4 months ago
  97. 519fd60 schema tree FEATURE lys_atomize_xpath API function by Michal Vasko · 4 years, 4 months ago
  98. f60e710 test BUGFIX remove unused variables by Michal Vasko · 4 years, 4 months ago
  99. 61ac2f6 xpath BUGFIX special top-level paths by Michal Vasko · 4 years, 4 months ago
  100. 660cc8f test FEATURE xpath hash test for leaf-lists by Michal Vasko · 4 years, 4 months ago