1. e534c13 YIN parser FEATURE partial support for YANG extensions by Radek Krejci · 8 years ago
  2. c8c2253 schema parsers BUGFIX resolving submodules' augments when module is set to be implement by Radek Krejci · 8 years ago
  3. b314231 schema parsing CHANGE try to differentiate XPath errors by Radek Krejci · 8 years ago
  4. 9ee20c3 xpath CHANGE provide more information when XPath resolving fails by Radek Krejci · 8 years ago
  5. df46e22 schema trees BUGFIX resolving augments to non-implemented modules by Radek Krejci · 8 years ago
  6. b07da47 schema parsers BUGFIX uninitialized variable by Radek Krejci · 8 years ago
  7. 7b9f566 schema parsers BUGFIX inheriting config flags when instantiating grouping inside not yet resolved augment by Radek Krejci · 8 years ago
  8. 3c48d04 schema parsers BUGFIX checking XPath in instantiated grouping by Radek Krejci · 8 years ago
  9. 9693540 schema parsers BUGFIX allow actions instantiation in uses-stmt by Radek Krejci · 8 years ago
  10. 0621404 schema parsers BUGFIX memory leak by Radek Krejci · 8 years ago
  11. fe3a138 schema MAINTENANCE add assert to make sure we do not add input/output on top-level by Radek Krejci · 8 years ago
  12. 5c08a99 schema parsers BUGFIX instantiating lists from groupings by Radek Krejci · 8 years ago
  13. 5167320 parsers CHANGE make difference between canonical and lexical forms of values by Radek Krejci · 8 years ago
  14. 9ad23f4 data tree CHANGE modify lyd_leaf_type() by Radek Krejci · 8 years ago
  15. 00a0e71 log BUGFIX keep ly_errno and ly_vecode after destroying the context by Radek Krejci · 8 years ago
  16. c0c8230 schema parser BUGFIX change warnings when module name/revision does not match filename by Radek Krejci · 8 years ago
  17. d80c860 schema parsing FEATURE check for consistency between schema filename and module by Radek Krejci · 8 years ago
  18. 41a349b schema tree CHANGE implicitely create input/output nodes in rpc/action by Radek Krejci · 8 years ago
  19. 2467a49 log CHANGE internal storage for multiple error messages by Radek Krejci · 8 years ago
  20. d2ac35f schema parser BUGFIX inheriting config-stmt under uses by Radek Krejci · 8 years ago
  21. 85a54be schemas BUGFIX maintain backlinks in case of removing module(s) from context by Radek Krejci · 8 years ago
  22. 9de2c04 schemas BUGFIX guard dependencies between features by Radek Krejci · 8 years ago
  23. a889c1f schema CHANGE improve enabling all features in lys_features_enable() via "*" by Radek Krejci · 8 years ago
  24. 0a0b1fc schema tree FEATURE new lys_path() function by Radek Krejci · 8 years ago
  25. 9e635ac xpath BUGFIX check xpath in resolved augments/uses by Michal Vasko · 8 years ago
  26. 680f8b4 schema tree BUGFIX get_siblings uses and grouping handling by Michal Vasko · 8 years ago
  27. 4cf7dba schema tree BUGFIX handle siblings in uses by Michal Vasko · 8 years ago
  28. affc37f schema tree BUGFIX copy all information in identityref by Michal Vasko · 8 years ago
  29. e9914d1 schema tree CHANGE outer subtree dependency flag now also for leafref by Michal Vasko · 8 years ago
  30. 0cc2b74 parser BUGFIX wrong assert by Pavol Vican · 8 years ago
  31. e022a56 schema tree CHANGE config values by Michal Vasko · 8 years ago
  32. 47a1b0a parser BUGFIX bad check for shortcase choice by Pavol Vican · 8 years ago
  33. a1911b9 schema tree BUGFIX do not apply augments twice by Michal Vasko · 8 years ago
  34. cbb473e schema parsers CHANGE check for leafref's and its target's features compatibility by Radek Krejci · 8 years ago
  35. b15cae2 printers & data tree CHANGE print and validate inline notifications by Michal Vasko · 8 years ago
  36. 0fa54e9 schema parsers CHANGE prefer implemented modules when searching for augment, deviation and leafref targets by Radek Krejci · 8 years ago
  37. 27fe55e all CHANGE follow conformance mechanism described in YANg 1.1 by Radek Krejci · 8 years ago
  38. b94a5e4 xpath CHANGE move to YANG 1.1 accessible trees by Michal Vasko · 8 years ago
  39. db1da03 schema tree CHANGE schema xpath requires rpc output flag by Michal Vasko · 8 years ago
  40. f06fb5b libyang REFACTOR 2 functions renamed by Michal Vasko · 8 years ago
  41. 46a4bf9 schema tree NEW lys_xpath_node function by Michal Vasko · 8 years ago
  42. d9af8d2 xpath BUGFIX invalid logic when checking return value by Radek Krejci · 8 years ago
  43. 4961daf Merge branch 'devel' of https://github.com/CESNET/libyang into devel by Radek Krejci · 8 years ago
  44. 508a50d parsers CHANGE rpc, action, notif YANG 1.1 xpath accessible tree handling by Michal Vasko · 8 years ago
  45. a1c33bf data tree CHANGE improve lyd_insert(), lyd_insert_after() and lyd_insert_before() by Radek Krejci · 8 years ago
  46. f80e5e0 Merge branch 'devel' of https://github.com/CESNET/libyang into devel by Pavol Vican · 8 years ago
  47. 855ca62 parser BUGFIX checks in refine by Pavol Vican · 8 years ago
  48. 878e38d schema tree BUGFIX properly duplicate new identref type by Michal Vasko · 8 years ago
  49. d328219 schema tree BUGFIX free based identity array by Michal Vasko · 8 years ago
  50. 2b4f6ca Merge branch 'leaflistdefaults' into devel by Radek Krejci · 8 years ago
  51. 9317515 parser BUGFIX check config leafref by Pavol Vican · 8 years ago
  52. 3e4f645 Merge branch 'devel' into leaflistdefaults by Radek Krejci · 8 years ago
  53. 868516f Merge branch 'condmandatory' into devel by Radek Krejci · 8 years ago
  54. 4616582 data validation CHANGE rewrite mandatory checking by Radek Krejci · 8 years ago
  55. e1e351e parsers BUGFIX check that state nodes have no configuration children by Michal Vasko · 8 years ago
  56. 72a2920 Merge branch 'devel' into condmandatory by Radek Krejci · 8 years ago
  57. 64d0b76 parser BUGFIX free deviation by Pavol Vican · 8 years ago
  58. 1623c7d Merge branch 'devel' into leaflistdefaults by Radek Krejci · 8 years ago
  59. 8328da8 schema tree BUGFIX node switch corner cases by Michal Vasko · 8 years ago
  60. 4582601 data trees CHANGE anydata/anyxml content handling by Radek Krejci · 8 years ago
  61. bf2abff all CHANGE basic support for anydata by Radek Krejci · 8 years ago
  62. 3e7c73a parser yang CHANGE YANG 1.1 allow multiple default statements in refine by Pavol Vican · 8 years ago
  63. 38321d0 parser yang CHANGE YANG 1.1 support default statement in leaf-list by Pavol Vican · 8 years ago
  64. 98a5584 lys_xpath_atomize() BUGFIX incorrect return code check (ly_set_add()) by Radek Krejci · 8 years ago
  65. d5a5c28 yin parser CHANGE supposrt default statement in leaf-list by Radek Krejci · 8 years ago
  66. 972724f schema tree CHANGE extend lys_getnext() to handle containers by Radek Krejci · 8 years ago
  67. d09d1a5 schema parsers CHANGE check that all unique targets are of the same config type by Radek Krejci · 8 years ago
  68. 7cff97e schema parser CHANGE free must array in notification, input and output statements by Pavol Vican · 8 years ago
  69. 64051ae data validation CHANGE reflect when condition when checking for mandatory nodes by Radek Krejci · 8 years ago
  70. 018f1f5 yin parser CHANGE support for multiple bases in identity by Radek Krejci · 8 years ago
  71. f1ee2e2 yin parser, validation CHANGE if-feature in identity, enum, bit by Radek Krejci · 8 years ago
  72. 89563fc parser CHANGE do not publish imports to other modules by Michal Vasko · 8 years ago
  73. f23bcc5 Merge branch 'devel' of https://github.com/CESNET/libyang into devel by Radek Krejci · 8 years ago
  74. 2866978 schema tree BUGFIX zero import unused values by Michal Vasko · 8 years ago
  75. 57302ae schema tree BUGFIX deviating module import copying by Michal Vasko · 8 years ago
  76. 8bfe381 yin parser & printers FEATURE import/include dsc, ref substatements by Michal Vasko · 8 years ago
  77. 69b8d92 parsers BUGFIX if-feature expression resolver by Radek Krejci · 8 years ago
  78. 264ae35 data validation BUGFIX checking top level mandatory elements by Radek Krejci · 8 years ago
  79. 9d0d9a2 Merge branch 'master' into devel by Radek Krejci · 8 years ago
  80. 8519de0 validation BUGFIX print available data node info in case of LYE_NOMAX by Radek Krejci · 8 years ago
  81. 8548e08 schema tree CHANGE lys_xpath_atomize returns a set of schema nodes by Michal Vasko · 8 years ago
  82. 5d63140 Merge branch 'master' into devel by Michal Vasko · 8 years ago
  83. 3767fb2 unres MAINTENANCE unres_schema_add_ return values by Michal Vasko · 8 years ago
  84. 5b3492c xpath FEATURE new lys_xpath_atomize function by Michal Vasko · 8 years ago
  85. 3a5501d schema parsers BUGFIX resolving leafref's path by Radek Krejci · 8 years ago
  86. 9ff0a92 schema parsers CHANGE reimplement YANg 1.1 if-feature by Radek Krejci · 8 years ago
  87. b1b1944 all FEATURE action data manipulation and validation by Michal Vasko · 8 years ago
  88. 48a573d schema tree FEATURE leafrefs can reference leaf-lists as well by Michal Vasko · 8 years ago
  89. 3def867 resolve BUGFIX if-feature bugfixes by Michal Vasko · 8 years ago
  90. ca7cbc4 parsers/printers FEATURE action parsing/printing by Michal Vasko · 8 years ago
  91. 44fb638 tree schema FEATURE action Y1.1 statement added by Michal Vasko · 8 years ago
  92. c5c26b0 parsers FEATURE if-feature Y1.1 expressions by Michal Vasko · 8 years ago
  93. f347abc schema parser CHANGE better handling of ly_errno by Radek Krejci · 8 years ago
  94. 8c3b4b6 schema parser BUGFIX checking decimal64 boundaries by Radek Krejci · 8 years ago
  95. d3f28c6 Merge branch 'set_optimization' by Radek Krejci · 8 years ago
  96. dbc1526 yin parser BUGFIX better handling of unresolved augments when freeing schema structure by Radek Krejci · 8 years ago
  97. d8fb03c schema parser FEATURE check for circular chain of leafrefs by Radek Krejci · 8 years ago
  98. 09891a2 ly_set OPTIMIZE allow optimized use of ly_set by Radek Krejci · 8 years ago
  99. f5e940a schema tree BUGFIX typo by Michal Vasko · 8 years ago
  100. a99c163 schema tree BUGFIX external prefix dict leak by Michal Vasko · 8 years ago