1. a3af598 schema tree FEATURE store augmented_by modules by Michal Vasko · 4 years, 3 months ago
  2. 5aa44c0 compat FEATURE use standalone compat "library" by Michal Vasko · 4 years, 3 months ago
  3. 00cbf53 data tree FEATURE lyd_new_path() and lyd_change_term() by Michal Vasko · 4 years, 3 months ago
  4. ca376bd headers MAINTENANCE headers/include cleanup by Radek Krejci · 4 years, 3 months ago
  5. f0e1ba5 parsers CHANGE redesign API of all the parsers by Radek Krejci · 4 years, 4 months ago
  6. 004d315 path FEATURE new compiled path structure (#1108) by Michal Vasko · 4 years, 3 months ago
  7. 535ea9f libyang CHANGE headers includes cleanup using include-what-you-use tool (#1098) by Radek Krejci · 4 years, 4 months ago
  8. 57c10cd context FETAURE yang-library data generation by Michal Vasko · 4 years, 4 months ago
  9. 40a0008 schema compile BUGFIX do not escape ^ and $ in [] by Michal Vasko · 4 years, 4 months ago
  10. 0a33b04 schema compilation BUGFIX prefix resolving of identityref's bases by Radek Krejci · 4 years, 4 months ago
  11. 4965553 Merge pull request #1088 from CESNET/change_tests_splittage by Michal Vasko · 4 years, 4 months ago
  12. d367889 xpath FEATURE use hashes when possible to find specific node instances by Michal Vasko · 4 years, 4 months ago
  13. 63f5551 compile BUGFIX extension instances compilation by Radek Krejci · 4 years, 4 months ago change_tests_splittage
  14. 7eb54ba libyang CHANGE use LY_ARRAY_SIZE_TYPE for iterator variables in LY_TREE_FOR by Radek Krejci · 4 years, 4 months ago
  15. e0188f4 schema MAINTENANCE remove unused variable by Radek Krejci · 4 years, 4 months ago
  16. c4fa029 strict aliasing of sized arrays (#1086) by Radek Krejci · 4 years, 4 months ago
  17. 1c54f46 schema compile BUGFIX handling errors when compiling data node by Radek Krejci · 4 years, 4 months ago
  18. 90b148f data types BUGFIX resolving derived boolean/empty types by Radek Krejci · 4 years, 5 months ago
  19. 7c7783d schema compile BUGFIX applying augments only with uses statemtns by Radek Krejci · 4 years, 6 months ago
  20. cc048b2 validation NEW must evaluation by Michal Vasko · 4 years, 6 months ago
  21. 1bf0939 parser xml NEW rpc/action parsing by Michal Vasko · 4 years, 6 months ago
  22. 52927e2 data tree NEW opaque data node by Michal Vasko · 4 years, 6 months ago
  23. 5fe75f1 schema tree CHANGE remove compiled ext defs arrays by Michal Vasko · 4 years, 7 months ago
  24. 8d54425 data tree NEW support for with-defaults attribute by Michal Vasko · 4 years, 7 months ago
  25. 6f4cbb6 tests NEW xml printer defaults by Michal Vasko · 4 years, 7 months ago
  26. e444f75 data tree NEW functions for searching in siblings by Michal Vasko · 4 years, 8 months ago
  27. 1465471 tree schema NEW unique validation by Michal Vasko · 4 years, 8 months ago
  28. a388136 data tree CHANGE prepare updated validation flags by Michal Vasko · 4 years, 8 months ago
  29. 6a044b2 compiled schema BUGFIX proper default freeing on type error by Michal Vasko · 4 years, 8 months ago
  30. b541af0 compiled schema BUGFIX assign extension definition module by Michal Vasko · 4 years, 9 months ago
  31. 2947ce1 compiled schema BUGFIX recursive error cleanup by Michal Vasko · 4 years, 9 months ago
  32. f6e5188 log BUGFIX lysc log path was not working by Michal Vasko · 4 years, 9 months ago
  33. bd0f2a6 compiled schema BUGFIX when validating empty leafref path by Juraj Vijtiuk · 4 years, 10 months ago
  34. 2ff7efe compiled BUGFIX do not access when on nodes without it by Michal Vasko · 4 years, 10 months ago
  35. 251f56e compiled schema BUGFIX wrong var reused by Michal Vasko · 4 years, 10 months ago
  36. 5c4e589 compiled schema NEW when dummy node check by Michal Vasko · 4 years, 10 months ago
  37. ecd62de schema tree NEW when cyclic ref check by Michal Vasko · 4 years, 10 months ago
  38. 5d8756a compiled schema CHANGE must schema checking by Michal Vasko · 4 years, 11 months ago
  39. dc052f3 compiled schema BUGFIX generate path only once by Michal Vasko · 4 years, 11 months ago
  40. 175012e compiled schema NEW when conditions checking by Michal Vasko · 4 years, 11 months ago
  41. ae9e4cb xpath CHANGE deref() support for schema leafref by Michal Vasko · 5 years ago
  42. 2d61e16 schema BUGFIX ext leafref path detection by Michal Vasko · 5 years ago
  43. 7c96016 extensions CHANGE support extension's substatements from YIN parser by Radek Krejci · 5 years ago
  44. 7f9b651 common CHANGE new ly_strncmp() by Radek Krejci · 5 years ago
  45. 950f6a5 types CHANGE redesign storing canonical values by Radek Krejci · 5 years ago
  46. 03ff5a7 libyang NEW xpath evaluation by Michal Vasko · 5 years ago
  47. 77a8bcd context CHANGE rename ly_ctx_module_implement() to lys_set_implemented() by Radek Krejci · 5 years ago
  48. c71ac5b schema CHANGE remove context member from lysc_must by Radek Krejci · 5 years ago
  49. a0f704a schema compile CHANGE add context to must and definition module to when by Radek Krejci · 5 years ago
  50. d3acfce schema compile MAINTENANCE better usage of LY_CHECK_GOTO macro by Radek Krejci · 5 years ago
  51. bfb2e14 schema compilation BUGFIX check return code when precompiling extension instances by Radek Krejci · 5 years ago
  52. f56e2a4 schema BUGFIX reflect the way YIN parser stores extension's arguments by Radek Krejci · 5 years ago
  53. 812a5bf schema compile BUGFIX memory leak by Radek Krejci · 5 years ago
  54. b5bc93e schema compile BUGFIX unhandled error when compiling type in leaf by Radek Krejci · 5 years ago
  55. ad5963b extensions CHANGE metadata substatements by Radek Krejci · 5 years ago
  56. 28681fa XML data FEATURE parse/print XML attributes mapped to Metadata annotations by Radek Krejci · 5 years ago
  57. 38d8536 annotation CHANGE WIP parsing XML attributes as YANG metadata annotations by Radek Krejci · 5 years ago
  58. 335332a extensions CHANGE WIP implementation of Metadata annotations by Radek Krejci · 5 years ago
  59. d6b7645 extensions CHANGE base for substatements support in extension instances by Radek Krejci · 5 years ago
  60. 0935f41 extensions FEATURE YANG extension plugins support with NACM as proof-of-concept by Radek Krejci · 5 years ago
  61. 0e59c31 extensions CHANGE base for the extensions plugins API by Radek Krejci · 5 years ago
  62. 0fe9b51 schema compile CHANGE order keys at the beginning of the children list by Radek Krejci · 5 years ago
  63. acc7904 schema compile BUGFIX (another) buffer overflow when generating path for logger by Radek Krejci · 5 years ago
  64. 70ee915 schema compile BUGFIX buffer overflow when generating path for logger by Radek Krejci · 5 years ago
  65. 474f9b8 schema compile CHANGE schema deviating by Radek Krejci · 5 years ago
  66. 462cf25 schema compile BUGFIX setting must's origin module by Radek Krejci · 5 years ago
  67. 4ad42aa MAINTENANCE variable initiation by Radek Krejci · 5 years ago
  68. 1c0c344 tests CHANGE extend tests of default values in schemas by Radek Krejci · 5 years ago
  69. d0ef1af schema compile CHANGE remember the module where default value was defined by Radek Krejci · 5 years ago
  70. a191122 schema compile CHANGE store default values as in lyd_value structure by Radek Krejci · 5 years ago
  71. 7a3f89f data types BUGFIX leafref - more advanced tests and fixes of revealed bugs by Radek Krejci · 5 years ago
  72. 943177f schema compile BUGFIX checking decimal64 values by Radek Krejci · 5 years ago
  73. 6788abc schema compile BUGFIX improve if-feature expression parsing by Radek Krejci · 5 years ago
  74. 327de16 schema compile CHANGE provide path when reporting schema compilation error by Radek Krejci · 5 years ago
  75. b4a4a27 parsers CHANGE clarify function names by Radek Krejci · 5 years ago
  76. 249973a data parsing CHANGE de-duplicate code by Radek Krejci · 5 years ago
  77. aca7403 types FEATURE support identityref data type values by Radek Krejci · 5 years ago
  78. 5819f7c FEATURE patterns evaluation support by Radek Krejci · 5 years ago
  79. e88beef data FEATURE support for validating and parsing decimal64 values by Radek Krejci · 5 years ago
  80. 684faf2 schema compilation BUGFIX handle instantiating of empty grouping without any sibling by Radek Krejci · 5 years ago
  81. 2d7a47b tests CHANGE speedup building by Radek Krejci · 5 years ago
  82. e7b9509 data tree FEATURE initial implementation of YANG data support by Radek Krejci · 5 years ago
  83. f2de0ed schema compile FEATURE validate non-instantiated groupings by Radek Krejci · 5 years ago
  84. ec4da80 schema compile CHANGE hide options into compile context by Radek Krejci · 5 years ago
  85. 99b5b2a schema compile BUGFIX detect circular typedefs by Radek Krejci · 5 years ago
  86. 5457946 CHANGE move from PCRE to PCRE2 by Radek Krejci · 5 years ago
  87. 693262f schema printers FEATURE print compiled schema as YANG (LYS_OUT_YANG_COMPILED) by Radek Krejci · 5 years ago
  88. 92cc851 schema compilation BUGFIX nodes mentioned in leafref path's predicates must be implemented by Radek Krejci · 5 years ago
  89. 1b1e925 schema compilation BUGFIX NULL pointer dereference by Radek Krejci · 5 years ago
  90. 98b1a66 schema compile BUGFIX uninitialized variable by Radek Krejci · 5 years ago
  91. d3ca063 printer YANG FEATURE initial implementation of YANG printer by Radek Krejci · 5 years ago
  92. 65e20e2 schema compile BUGFIX NULL pointer dereference by Radek Krejci · 5 years ago
  93. 43981a3 schema compile DOC update functions description by Radek Krejci · 5 years ago
  94. fc11bd7 schema compile CHANGE Notifications support by Radek Krejci · 5 years ago
  95. bae745f schema compile BUGFIX memory leak by Radek Krejci · 5 years ago
  96. 15e99fc schema compile BUGFIX check return value of lys_parse_nodeid() when resolving uses by Radek Krejci · 5 years ago
  97. bb9b198 BUGFIX memory leaks by Radek Krejci · 5 years ago
  98. 8cce853 schema compile BUGFIX check RPC/action name uniqueness by Radek Krejci · 6 years ago
  99. f538ce5 schema compile CHANGE support for RPC/action in deviations and additional tests by Radek Krejci · 6 years ago
  100. 05b774b schema BUGFIX several tests and bugfixes of lys_getnext() by Radek Krejci · 6 years ago