1. 20555d8 data tree CHANGE validation can output diff of changes it made by Michal Vasko · 6 years ago
  2. a310a45 Revert "extensions BUGFIX support for more than 256 extensions in one statement" by Michal Vasko · 6 years ago
  3. 42ddd0f extensions BUGFIX support for more than 256 extensions in one statement by Michal Vasko · 6 years ago
  4. 185b527 libyang BUGFIX unique checking refactored by Michal Vasko · 6 years ago
  5. 0f43706 resolve BUGFIX traverse modules for implemented refs at the end by Michal Vasko · 6 years ago
  6. 53b7da0 libyang CHANGE bind errors and store them in a context by Michal Vasko · 7 years ago
  7. dce5f97 schema tree CHANGE check for arrays size limitations by Radek Krejci · 7 years ago
  8. 0b96311 schema tree CHANGE add xpath_dep flags for specific msut and when also by Michal Vasko · 7 years ago
  9. e446b09 resolve BUGFIX do not delete false when data when not possible to check when by Michal Vasko · 7 years ago
  10. b374440 libyang NEW ly_ctx_get_node function again in api by Michal Vasko · 7 years ago
  11. 5057671 libyang CHANGE api functions xpath format unified by Michal Vasko · 7 years ago
  12. 45ddfce resolve REFACTOR redundant function side effect by Michal Vasko · 7 years ago
  13. f359b02 resolve BUGFIX another batch of xpath prefix fixes by Michal Vasko · 7 years ago
  14. bb52044 resolve CHANGE unimplemented augment tree resolving by Michal Vasko · 8 years ago
  15. 44ab146 all CHANGE assign target to all augments, error if not possible by Michal Vasko · 8 years ago
  16. 9e6af73 parsers CHANGE handling idenittyref's values defined in non-implemented schemas by Radek Krejci · 8 years ago
  17. 1a9c361 schema parsers BUGFIX prefixed unique statement values by Radek Krejci · 8 years ago
  18. dc300b0 libyang MAINTENANCE shorthand case handling obsolete by Michal Vasko · 8 years ago
  19. ab08f0f schema parsers BUGFIX checking default values by Radek Krejci · 8 years ago
  20. a571d94 metadata CHANGE parse value acording to annotation's type by Radek Krejci · 8 years ago
  21. db0e817 parser yang CHANGE support module statement in extension instance by PavolVican · 8 years ago
  22. 7f64de4 Merge branch 'devel' into extensions by Radek Krejci · 8 years ago
  23. 83a4bac context CHANGE re-adding module links by Radek Krejci · 8 years ago
  24. 8d6b742 extensions FEATURE basic support for complex extensions by Radek Krejci · 8 years ago
  25. a7db970 extensions BUGFIX keep the correct module for the postponed extensions resolving by Radek Krejci · 8 years ago
  26. 2b999ac schema parsers BUGFIX resolving posponed extension instances by Radek Krejci · 8 years ago
  27. 89870ee Merge branch 'devel' into extensions by Radek Krejci · 8 years ago
  28. 3cfa318 resolve CHANGE flag to allow ext deps to not be satisfied by Michal Vasko · 8 years ago
  29. 1069de7 Merge branch 'devel' into extensions by Radek Krejci · 8 years ago
  30. fd6c650 data tree BUGFIX make lyd_leaf_type do what it is actually supposed to by Michal Vasko · 8 years ago
  31. 80056d5 extensions FEATURE allow inheritance of the extension instances by Radek Krejci · 8 years ago
  32. 80c6b44 extensions BUGFIX initiating extension instance structure by Radek Krejci · 8 years ago
  33. 43ce4b7 schema CHANGE YANG extensions support by Radek Krejci · 8 years ago
  34. 05a7ba5 Merge branch 'devel' into extensions by Radek Krejci · 8 years ago
  35. e3886bb libyang CHANGE parsing/validation significantly refactored by Michal Vasko · 8 years ago
  36. 0aa821a extensions CHANGE code and API simplification by Radek Krejci · 8 years ago
  37. e534c13 YIN parser FEATURE partial support for YANG extensions by Radek Krejci · 8 years ago
  38. df46e22 schema trees BUGFIX resolving augments to non-implemented modules by Radek Krejci · 8 years ago
  39. 1899d6a data parsers CHANGE refactor data type resolving by Radek Krejci · 8 years ago
  40. fb7156e data parser CHANGE keep all empty containers being parsed despite the data tree type by Radek Krejci · 8 years ago
  41. 9de2c04 schemas BUGFIX guard dependencies between features by Radek Krejci · 8 years ago
  42. cb7e5aa schema parser BUGFIX order of resolving unresolved items by Radek Krejci · 8 years ago
  43. 082c84f default values BUGFIX LYD_OPT_NOAUTODEL on default nodes by Radek Krejci · 8 years ago
  44. d24dd01 resolve BUGFIX decimal64 numbers cannot start or end with '.' by Michal Vasko · 8 years ago
  45. 6df9413 resolve BUGFIX consider trusted flag when adding default values by Michal Vasko · 8 years ago
  46. 4d1f048 parser CHANGE internally always work with full decimal64 precision by Michal Vasko · 8 years ago
  47. 148df95 Merge branch 'devel' of https://github.com/cesnet/libyang into devel by Michal Vasko · 8 years ago
  48. c8c810c resolve CHANGE validate must in input, output, notif by Michal Vasko · 8 years ago
  49. 2bd52da data validation CHANGE remove unused function parameter by Radek Krejci · 8 years ago
  50. 7de36cf yin parser CHANGE support leafrefs and empty in union by Radek Krejci · 8 years ago
  51. 8d26e5c libyang CHANGE ly_ctx_get_node2 function removed by Michal Vasko · 8 years ago
  52. 508a50d parsers CHANGE rpc, action, notif YANG 1.1 xpath accessible tree handling by Michal Vasko · 8 years ago
  53. 878e38d schema tree BUGFIX properly duplicate new identref type by Michal Vasko · 8 years ago
  54. f2d4396 parser & printer CHANGE identref can have multiple bases in YANG 1.1 by Michal Vasko · 8 years ago
  55. 4616582 data validation CHANGE rewrite mandatory checking by Radek Krejci · 8 years ago
  56. e00d231 schema parsers CHANGE checking for allowed place for mandatory statement by Radek Krejci · 8 years ago
  57. d09d1a5 schema parsers CHANGE check that all unique targets are of the same config type by Radek Krejci · 8 years ago
  58. 018f1f5 yin parser CHANGE support for multiple bases in identity by Radek Krejci · 8 years ago
  59. 69b8d92 parsers BUGFIX if-feature expression resolver by Radek Krejci · 8 years ago
  60. a9c8e99 resolve MAINTENANCE rename function to fit the purpose by Michal Vasko · 8 years ago
  61. c79c6b1 schema parsers CHANGE add check for feature's circular dependencies by Radek Krejci · 8 years ago
  62. 5d63140 Merge branch 'master' into devel by Michal Vasko · 8 years ago
  63. 3a5501d schema parsers BUGFIX resolving leafref's path by Radek Krejci · 8 years ago
  64. 9ff0a92 schema parsers CHANGE reimplement YANg 1.1 if-feature by Radek Krejci · 8 years ago
  65. c5c26b0 parsers FEATURE if-feature Y1.1 expressions by Michal Vasko · 8 years ago
  66. 7b54f7e resolve CHANGE ly_ctx_get_node accepts leaf/leaf-list predicates by Michal Vasko · 9 years ago
  67. c428084 json parser CHANGE remove empty non-presence containers after parsing is done by Michal Vasko · 9 years ago
  68. f3c71de schema parser BUGFIX check that unique expression does not reference list by Radek Krejci · 9 years ago
  69. e670cf3 resolve BUGFIX forgotten len_ran_intv structure change by Michal Vasko · 9 years ago
  70. aeb5180 resolve CHANGE resolve_len_ran_interval functionality changed by Michal Vasko · 9 years ago
  71. cc217a6 data parser BUGFIX handling shorthand case when searching in schema tree by Radek Krejci · 9 years ago
  72. 9fd98e2 context FEATURE funtion ly_ctx_get_node2() by Michal Vasko · 9 years ago
  73. 13eb4ac resolve CHANGE treat leaf-lists specially by Michal Vasko · 9 years ago
  74. f22869f Merge branch 'autodel' into devel by Radek Krejci · 9 years ago
  75. 0c0086a parser FEATURE remove empty non-presence containers by Radek Krejci · 9 years ago
  76. 2411b94 data tree FEATURE lyd_new_path can be used for RPC output by Michal Vasko · 9 years ago
  77. 2f5aceb Merge branch 'when-stmt' into devel by Michal Vasko · 9 years ago
  78. 01696bf data tree OPTIMIZE add node into unres list for must only if it really has must by Radek Krejci · 9 years ago
  79. 0b7704f data parser CHANGE when conditions resolving by Radek Krejci · 9 years ago
  80. 48464ed parsers CHANGE remove line information by Radek Krejci · 9 years ago
  81. 22448d3 resolve FEATURE parsing and resolving simple schema nodeid paths by Michal Vasko · 9 years ago
  82. 03b71f7 data tree FEATURE auto-delete for when-stmt by Radek Krejci · 9 years ago
  83. 010e54b CHANGE allow hiding validation issues by Radek Krejci · 9 years ago
  84. 3547c53 context FEATURE ly_ctx_get_node can resolve relative expressions as well by Michal Vasko · 9 years ago
  85. e733d68 resolve FEATURE resolve_json_schema can parse and verify list key predicates by Michal Vasko · 9 years ago
  86. 0b85aa8 resolve BUGFIX unique resolve return value by Michal Vasko · 9 years ago
  87. 8de098c all DOC white space by Michal Vasko · 9 years ago
  88. 54f6fb3 MAINTENANCE correct license text in source codes by Radek Krejci · 9 years ago
  89. adb5761 parsers FEATURE error information when validation fails by Radek Krejci · 9 years ago
  90. 7178e69 resolve FEATURE augment unres by Michal Vasko · 9 years ago
  91. 3edeaf7 schema CHANGE resolve_schema_nodeid split into several functions by Michal Vasko · 9 years ago
  92. c071c54 schema tree CHANGE processing submodules by Radek Krejci · 9 years ago
  93. 1e62a09 api CHANGE use const where should be by Michal Vasko · 9 years ago
  94. 88c2954 resolve BUGFIX derived type resolution by Michal Vasko · 9 years ago
  95. 581ce77 parser BUGFIX parsing unique statement by Radek Krejci · 9 years ago
  96. f39142b resolve MAINTENANCE functions renamed to reflext updates by Michal Vasko · 9 years ago
  97. f6dfae0 resolve CHANGE resolve_sibling -> lys_getsibling by Michal Vasko · 9 years ago
  98. 83a6c46 Merge branch 'xpath' into devel by Michal Vasko · 9 years ago
  99. bf19d25 validation FEATURE must condition checking by Michal Vasko · 9 years ago
  100. cf02470 validation FEATURE when conditions checking by Michal Vasko · 9 years ago