1. 53b7da0 libyang CHANGE bind errors and store them in a context by Michal Vasko · 7 years ago
  2. 75702cd fixup! schema tree BUGFIX properly handle submodules in lys_getnext() by Michal Vasko · 7 years ago
  3. 4a6f621 schema tree BUGFIX properly handle submodules in lys_getnext() by Michal Vasko · 7 years ago
  4. f6eadf5 data tree BUGFIX check uses and choice if-features when creating defaults by Michal Vasko · 7 years ago
  5. cb45f47 schema tree CHANGE make lys_getnext() behave exactly as described by Michal Vasko · 7 years ago
  6. c58a3cb log MAINTENANCE error message improved by Michal Vasko · 7 years ago
  7. 3c0eb75 data tree CHANGE proper default values handling by Michal Vasko · 7 years ago
  8. 03d8cd2 tree printer BUGFIX proper uint64_t constants by Michal Vasko · 7 years ago
  9. c830836 tree printer BUGFIX bit-shifting constant overflow by Michal Vasko · 7 years ago
  10. 8038954 libyang MAINTENANCE asserts added for coverity by Michal Vasko · 7 years ago
  11. 248fdb3 XML printer BUGFIX printing namespaces of the data in anydata nodes by Radek Krejci · 7 years ago
  12. e5a7d3b Merge branch 'bugfix' of https://github.com/ustcpxy/libyang into devel by Michal Vasko · 7 years ago
  13. 53e027f according to review comments, the namespaces should be extracted from literal aslo by Derek Pan · 7 years ago
  14. cdb3f06 resolve CHANGE make schema nodeid "." and "*" match all namespaces by Michal Vasko · 7 years ago
  15. 9723426 resolve BUGFIX relative schema ndoeid used start node as sibling by Michal Vasko · 7 years ago
  16. 0fc0997 tree printer BUGFIX minor fixes by Michal Vasko · 7 years ago
  17. 568b195 tree printer CHANGE new tree-rfc format and some other options added by Michal Vasko · 7 years ago
  18. 0fd75a2 xml parser CHANGE always ignore whitespaces in nodes with children by Michal Vasko · 7 years ago
  19. 24189d0 do not extract namespaces from literals by Derek Pan · 7 years ago
  20. 2409740 Merge branch 'devel' of https://github.com/cesnet/libyang into devel by Michal Vasko · 7 years ago
  21. eb3bd0e CHANGE ietf-yang-library model updated from a draft in LC by Michal Vasko · 7 years ago
  22. 0b295dd Merge branch 'devel' of https://github.com/CESNET/libyang into devel by Radek Krejci · 7 years ago
  23. 91b2dcc common BUGFIX do not copy quotes twice by Michal Vasko · 7 years ago
  24. 57e0f1e handle the nested xpath in transform_json2xml by Derek Pan · 7 years ago
  25. 8a6735d Merge branch 'swig_changes' into devel by Radek Krejci · 7 years ago
  26. 65aca41 schema tree FEATURE lys_is_key() function to get know if a node is key of a list by Radek Krejci · 7 years ago
  27. 4dc868f doc BUGFIX doxygen format of the schema node flags table by Radek Krejci · 7 years ago
  28. c85d17f data tree BUGFIX memory leak by Michal Vasko · 7 years ago
  29. 6be951e common CHANGE handle nested xpaths by Michal Vasko · 7 years ago
  30. d245e0b libyang DOC path functions description updated by Michal Vasko · 7 years ago
  31. c683acd context CHANGE rename ly_ctx_get_node2() to ly_ctx_find_path() by Radek Krejci · 7 years ago
  32. d02e30e schema tree BUGFIX wrong parameters of unres by Michal Vasko · 7 years ago
  33. 749ebf5 context FEATURE add ly_ctx_get_node2() by Radek Krejci · 7 years ago
  34. 395b0a0 parser CHANGE lys_path uses options instead of a flag by Michal Vasko · 7 years ago
  35. 59990ac schema tree CHANGE lys_path now includes prefixes for all nodes by Michal Vasko · 7 years ago
  36. 5bf8e21 xml parser CHANGE error message invalid text content improved by Michal Vasko · 7 years ago
  37. 10681e8 parsers BUGFIX memory-leaked submodule by Michal Vasko · 7 years ago
  38. a972812 parsers BUGFIX invalid reads of freed memory by Michal Vasko · 7 years ago
  39. 20fb2cd info printer BUGFIX enumeration derived type segfault by Michal Vasko · 7 years ago
  40. 31a2d32 CHANGE use correct schema node for leaf default check by Michal Vasko · 7 years ago
  41. 6d6281f parser MAINTENANCE added an assert by Michal Vasko · 7 years ago
  42. fb98dc4 CHANGE unify loading schemas and do not duplicate code by Michal Vasko · 7 years ago
  43. 62d5a6b xml CHANGE handle special "xml" attribute namespace by Michal Vasko · 7 years ago
  44. 5768db9 parser BUGFIX inaccurate error codes fixed by Michal Vasko · 7 years ago
  45. a1074a5 schema tree BUGFIX unsupported deviation of a node under uses by Michal Vasko · 7 years ago
  46. 85c63f4 json parser BUGFIX accept empty data by Michal Vasko · 7 years ago
  47. 823fbe0 schema tree BUGFIX removing not-supported deviation from augment by Michal Vasko · 7 years ago
  48. ca6801f context BUGFIX initialize thread-local ctx in api functions by Michal Vasko · 7 years ago
  49. 6e2951d yang parser BUGFIX double free by Michal Vasko · 7 years ago
  50. 60d400b context BUGFIX yang-library data tree changed by Michal Vasko · 7 years ago
  51. e59c109 common BUGFIX always check that xpath does not end prematurely by Michal Vasko · 7 years ago
  52. d864d4c common CHANGE use data callback when transforming paths by Michal Vasko · 7 years ago
  53. e5cafbf fixup! parser & printer CHANGE xpath1.0 type correct handling by Michal Vasko · 7 years ago
  54. 4fdfab2 parser & printer CHANGE xpath1.0 type correct handling by Michal Vasko · 7 years ago
  55. 563cfea data tree CHANGE new function lyd_set_merge by Michal Vasko · 7 years ago
  56. cb20267 data tree BUGFIX parsed operation could get deleted by false when by Michal Vasko · 7 years ago
  57. 988a9cb data tree BUGFIX typo by Michal Vasko · 7 years ago
  58. bd02610 resolve BUGFIX add missing warning messages by Michal Vasko · 7 years ago
  59. e921285 resolve BUGFIX detect unresolved augment also in non-implemented modules by Michal Vasko · 7 years ago
  60. 5e35131 xpath BUGFIX wrong return value by Michal Vasko · 7 years ago
  61. 2c05f1b xpath BUGFIX unary expressions must be handled separately by Michal Vasko · 7 years ago
  62. 9ab3b44 data tree BUGFIX possible illegal pointer cleared by Michal Vasko · 7 years ago
  63. 7c1c22e Merge pull request #378 from frimpler/imp_aug by Michal Vasko · 7 years ago
  64. 12fb64e replace lys_main_module by lys_node_module by Frank Rimpler · 7 years ago
  65. 2509533 common CHANGE data2schema function extended to support almost all xpaths by Michal Vasko · 7 years ago
  66. d8eb599 Merge branch 'devel' into imp_aug by Frank Rimpler · 7 years ago
  67. 326560b xpath BUGFIX special * path is not limited to context module by Michal Vasko · 7 years ago
  68. e89038b common BUGFIX too many log parameters by Michal Vasko · 7 years ago
  69. 7f4d958 Merge branch 'devel' of https://github.com/CESNET/libyang into imp_aug by Frank Rimpler · 7 years ago
  70. a5c577d xpath BUGFIX all namespace internal expression logic was wrong by Michal Vasko · 7 years ago
  71. 0ec2cc5 schema parsers BUGFIX replacing type by deviation by Radek Krejci · 7 years ago
  72. e99e015 XML data parser BUGFIX checking that non-terminal nodes does not contain text data by Radek Krejci · 7 years ago
  73. 3096a80 XML data parser BUGFIX with LYD_OPT_STRICT check that non-terminal nodes does not contain text data by Radek Krejci · 7 years ago
  74. c0596c1 testcase and solution for an augment resolution issue by Frank Rimpler · 7 years ago
  75. 764c8c4 xpath OPTIMIZE evaluation optimizations by Michal Vasko · 7 years ago
  76. a13ed9b parser BUGFIX dollar signs in patterns must be escaped for pcre by Michal Vasko · 7 years ago
  77. d3545ed data tree BUGFIX always set ly_errno on api functio fail by Michal Vasko · 7 years ago
  78. 95e00a4 YANG parser CHANGE ommit module parse fail message when parsing submodule file by Radek Krejci · 7 years ago
  79. 4cfb3e9 Merge branch 'readdir' of https://github.com/jktjkt/libyang into jktjkt-readdir by Radek Krejci · 7 years ago
  80. 1e07eae libyang BUGFIX schema path cannot include uses by Michal Vasko · 7 years ago
  81. fb2fab9 readdir: d_type might be always DT_UNKNOWN by Jan Kundrát · 7 years ago
  82. 4456491 schema parsers BUGFIX searching for the latest revision of the module by Radek Krejci · 7 years ago
  83. b4248be Merge branch 'devel' of https://github.com/CESNET/libyang into devel by Radek Krejci · 7 years ago
  84. e9473a9 schema parsers CHANGE avoid duplicities in searchpaths by Radek Krejci · 7 years ago
  85. 95ed90b yin parser BUGFIX initialize cache because it may not even be filled before freeing by Michal Vasko · 7 years ago
  86. e378c0e libyang DOC typo by Michal Vasko · 7 years ago
  87. 6b293d1 data tree CHANGE lyd_new_path can now create default nodes by Michal Vasko · 7 years ago
  88. 307d8b5 data tree MAINTENANCE formatting by Michal Vasko · 7 years ago
  89. e4dce29 schema parsers BUGFIX path of the node affected by status inconsistency by Radek Krejci · 7 years ago
  90. e4f9dcd JSON parser BUGFIX parsing reply data in JSON format by Radek Krejci · 7 years ago
  91. 1fe4179 JSON parser BUGFIX double free by Radek Krejci · 7 years ago
  92. a4c107d schema parsers BUGFIX signness of the variables used for comparison by Radek Krejci · 7 years ago
  93. 58523dc schema parsers BUGFIX NULL pointer dereference by Radek Krejci · 7 years ago
  94. 894cc3a extensions BUGFIX searching for extension plugins by Radek Krejci · 7 years ago
  95. aa6b2a1 schema parsers CHANGE resolving uses's augments by Radek Krejci · 7 years ago
  96. 4056680 Merge branch 'refine_grouping' of https://github.com/frimpler/libyang into frimpler-refine_grouping by Radek Krejci · 7 years ago
  97. 5ba0510 schema parsers BUGFIX checking identityref values in XPaths by Radek Krejci · 7 years ago
  98. 62f7aad schema parsers BUGFIX handle duplicities in unresolved items by Radek Krejci · 7 years ago
  99. 8f98526 correct typing mistake in schema files, add a possible solution by Frank Rimpler · 7 years ago
  100. ee10f8c common CHANGE basic support for predicates in data2schema by Michal Vasko · 7 years ago