1. cbb473e schema parsers CHANGE check for leafref's and its target's features compatibility by Radek Krejci · 8 years ago
  2. 5acb548 yin parser CHANGE even grouping and augment can have notification in YANG 1.1 by Michal Vasko · 8 years ago
  3. ac1a52c parsers CHANGE allow non-unique leaf-lists in case of non-configuration data by Radek Krejci · 8 years ago
  4. d6353ed yin parser BUGFIX make leafref's require-instance allowed only in YANG 1.1 modules by Radek Krejci · 8 years ago
  5. b4c608c yin praser FEATURE inline notification parsing by Michal Vasko · 8 years ago
  6. 27fe55e all CHANGE follow conformance mechanism described in YANg 1.1 by Radek Krejci · 8 years ago
  7. 7de36cf yin parser CHANGE support leafrefs and empty in union by Radek Krejci · 8 years ago
  8. 038d5d9 yin parser BUGFIX allow type statement only in union, not in the union-derived types by Radek Krejci · 8 years ago
  9. 0550c85 parsers MAINTENANCE minor code optimization/clarification by Radek Krejci · 8 years ago
  10. 2f792db YIN parser CHANGE support choice as a choice shorthand node by Radek Krejci · 8 years ago
  11. b51d593 schema tree BUGFIX inherit fraction-digits information in decimal64 by Radek Krejci · 8 years ago
  12. 2e32282 parser yin BUGFIX default value in deviation by Pavol Vican · 8 years ago
  13. f0046f4 parser yin BUGFIX base in identityref by Pavol Vican · 8 years ago
  14. 508a50d parsers CHANGE rpc, action, notif YANG 1.1 xpath accessible tree handling by Michal Vasko · 8 years ago
  15. 3cb70c7 parser yin BUGFIX cannot be multiple input or output statement by Pavol Vican · 8 years ago
  16. 08ae53e schema tree CHANGE require-instance yin parsing for leafref by Michal Vasko · 8 years ago
  17. f2d4396 parser & printer CHANGE identref can have multiple bases in YANG 1.1 by Michal Vasko · 8 years ago
  18. 2b4f6ca Merge branch 'leaflistdefaults' into devel by Radek Krejci · 8 years ago
  19. 9fc5d64 parser yin BUGFIX missing set NULL after free array of patterns by Pavol Vican · 8 years ago
  20. 5de389c parser BUGFIX value of enum by Pavol Vican · 8 years ago
  21. 3e4f645 Merge branch 'devel' into leaflistdefaults by Radek Krejci · 8 years ago
  22. 09adcc3 parser BUGFIX devition - missing check for max and min elements by Pavol Vican · 8 years ago
  23. 1623c7d Merge branch 'devel' into leaflistdefaults by Radek Krejci · 8 years ago
  24. bf2abff all CHANGE basic support for anydata by Radek Krejci · 8 years ago
  25. 35aa9ea parser yin BUGFIX default statements in refine by Pavol Vican · 8 years ago
  26. 200bf71 yin parser CHANGE allow multiple default statements in refine by Radek Krejci · 8 years ago
  27. 50acb02 Merge branch 'leaflistdefaults' of https://github.com/CESNET/libyang into leaflistdefaults by Pavol Vican · 8 years ago
  28. 85991ec parser yin BUGFIX memoryleak in deviation by Pavol Vican · 8 years ago
  29. 21b2a32 yin parser BUGFIX when deviating type, we want to check defaults not only in leafs but also in leaf-lists by Radek Krejci · 8 years ago
  30. c13db38 schema parsers CHANGE defer grouping instantiation until all types are resolved by Radek Krejci · 8 years ago
  31. d5a5c28 yin parser CHANGE supposrt default statement in leaf-list by Radek Krejci · 8 years ago
  32. 947e034 yin parser BUGFIX copy-paste erro in processing if-features in refine by Radek Krejci · 8 years ago
  33. ba178ed parser yin BUGFIX wrong type of struct (lys_node_anyxml) by Pavol Vican · 8 years ago
  34. e00d231 schema parsers CHANGE checking for allowed place for mandatory statement by Radek Krejci · 8 years ago
  35. d09d1a5 schema parsers CHANGE check that all unique targets are of the same config type by Radek Krejci · 8 years ago
  36. 198d596 Merge branch 'identitybases' into devel by Radek Krejci · 8 years ago
  37. 0d23e7a yin parser CHANGE support for modifier substatement of pattern statement by Radek Krejci · 8 years ago
  38. 018f1f5 yin parser CHANGE support for multiple bases in identity by Radek Krejci · 8 years ago
  39. f1ee2e2 yin parser, validation CHANGE if-feature in identity, enum, bit by Radek Krejci · 8 years ago
  40. 1c5890d yin parser MAINTENANCE int variable to avoid compiler (false positive) warning by Radek Krejci · 8 years ago
  41. 541a45d schema parsers CHANGE improve some of validation errom messages by Radek Krejci · 8 years ago
  42. 69794c6 yin parser BUGFIX dereferencing NULL pointer by Radek Krejci · 8 years ago
  43. e663e01 yin parser FEATURE in YANG 1.1 support enumeration and bits restrictions by Radek Krejci · 8 years ago
  44. 363bd4a yin parser CHANGE allow if-feature statement in refine by Radek Krejci · 8 years ago
  45. 042c9f2 Merge branch 'global_imports' into devel by Radek Krejci · 8 years ago
  46. 1a31efe yin parser CHANGE unify checking for yang-version in case of YANG 1.1 statements by Radek Krejci · 8 years ago
  47. 1933280 yin parser CHANGE support for must statement in notification and input/output by Radek Krejci · 8 years ago
  48. 89563fc parser CHANGE do not publish imports to other modules by Michal Vasko · 8 years ago
  49. 8bfe381 yin parser & printers FEATURE import/include dsc, ref substatements by Michal Vasko · 8 years ago
  50. c79c6b1 schema parsers CHANGE add check for feature's circular dependencies by Radek Krejci · 8 years ago
  51. bb17485 parsers BUGFIX do not allow action in YANG 1.0 by Michal Vasko · 8 years ago
  52. 97b32be parsers BUGFIX do not allow extended if-feature in YANG 1.0 by Michal Vasko · 8 years ago
  53. 5d63140 Merge branch 'master' into devel by Michal Vasko · 8 years ago
  54. 478c465 resolve BUGFIX checking default values in derived types by Michal Vasko · 8 years ago
  55. eac0818 yin parser BUGFIX clear union properly after fail by Michal Vasko · 8 years ago
  56. 3767fb2 unres MAINTENANCE unres_schema_add_ return values by Michal Vasko · 8 years ago
  57. 3a5501d schema parsers BUGFIX resolving leafref's path by Radek Krejci · 8 years ago
  58. 742be35 schema parser BUGFIX keep leaf-ref information (path, link) even in derived types by Radek Krejci · 8 years ago
  59. 71d5183 Merge branch 'master' into devel by Radek Krejci · 8 years ago
  60. 9ff0a92 schema parsers CHANGE reimplement YANg 1.1 if-feature by Radek Krejci · 8 years ago
  61. d6cda45 parser BUGFIX does not check duplicated identifiers in identity by Pavol Vican · 8 years ago
  62. adb3065 yin parser BUGFIX insert new nodes earlier to be able to check identifiers duplicity by Radek Krejci · 8 years ago
  63. c189a95 yin parser BUGFIX insert new nodes earlier to be able to check identifiers duplicity by Radek Krejci · 8 years ago
  64. ca7cbc4 parsers/printers FEATURE action parsing/printing by Michal Vasko · 8 years ago
  65. 44fb638 tree schema FEATURE action Y1.1 statement added by Michal Vasko · 8 years ago
  66. c5c26b0 parsers FEATURE if-feature Y1.1 expressions by Michal Vasko · 8 years ago
  67. 88de3e4 parsers FEATURE parse yang version value 1.1 by Michal Vasko · 8 years ago
  68. 83e3f5b schema parser BUGFIX correct return codes when processing includes by Radek Krejci · 8 years ago
  69. fc8d832 yin parser BUGFIX assigning enum values by Radek Krejci · 8 years ago
  70. b8f98c1 schema parser BUGFIX propagating included and imported modules into main module structure by Radek Krejci · 8 years ago
  71. 3440cc5 schema parser BUGFIX do not store config flag into the uses by Radek Krejci · 8 years ago
  72. d52195b yin parser BUGFIX import substatements by Radek Krejci · 8 years ago
  73. 4dcd339 schema parser CHANGE importing/including the modules by Radek Krejci · 8 years ago
  74. 9629915 yin parser BUGFIX typo when parsing if-feature statement by Radek Krejci · 8 years ago
  75. 5b2c8a8 schema parser CHANGE optimize include checking by Radek Krejci · 8 years ago
  76. 75b9f8f schema parser CONFORMANCE allow multiple import of the same module by Radek Krejci · 8 years ago
  77. 8c3b4b6 schema parser BUGFIX checking decimal64 boundaries by Radek Krejci · 8 years ago
  78. 0aee5c1 parser CHANGE transform unicode char blocks into char ranges by Michal Vasko · 8 years ago
  79. 9f1e853 yin parser BUGFIX double free by Radek Krejci · 8 years ago
  80. 08a1105 BUGFIX resolving leafref paths by Radek Krejci · 8 years ago
  81. 220523d Merge branch 'dictfix' of https://github.com/CESNET/libyang into dictfix by Radek Krejci · 8 years ago
  82. 5b61c6d yin parser BUGFIX memory leak by Michal Vasko · 8 years ago
  83. f9a312c yin parser BUGFIX double free by Radek Krejci · 8 years ago
  84. ae0bce8 yin parser BUGFIX type name (if had a prefix) dictionary bug by Michal Vasko · 8 years ago
  85. 629cdef yin parser BUGFIX accessing freed memory by Radek Krejci · 8 years ago
  86. b42b697 all MAINTENANCE always use macro for string pointer comparison by Michal Vasko · 8 years ago
  87. bc18a9d parsers BUGFIX refine must can also be applied on leaves by Michal Vasko · 9 years ago
  88. 01c6fd2 resolve BUGFIX properly store pointers to leafref targets by Michal Vasko · 9 years ago
  89. 919dbbc yin parser MAINTENANCE print warning if parsing an grouping without data nodes by Michal Vasko · 9 years ago
  90. 5cec331 parsers OPTIMIZE do not print redundant messages by Michal Vasko · 9 years ago
  91. 43c9477 parser BUGFIX handle augments by Michal Vasko · 9 years ago
  92. 2605575 parser BUGFIX two implemented modules fixed by Michal Vasko · 9 years ago
  93. 7da5b0b parsers BUGFIX missing printf parameter by Michal Vasko · 9 years ago
  94. 9eb6dd0 parser CHANGE module conformance, augment and deviation handling improved by Michal Vasko · 9 years ago
  95. fe7e5a7 parsers MAINTENANCE formatting by Michal Vasko · 9 years ago
  96. c428344 api BUGFIX name collision by Radek Krejci · 9 years ago
  97. 0a1aaa4 schema tree CHANGE input and output now have name by Michal Vasko · 9 years ago
  98. 32c7bd6 schema tree CHANGE new flag LYS_CONFIG_SET by Radek Krejci · 9 years ago
  99. 0f04a6c schema tree CHANGE remove magic constants and use macros by Radek Krejci · 9 years ago
  100. 18b1021 parser BUGFIX unique by Pavol Vican · 9 years ago