1. bfee3b7 data tree MAINTENANCE unused vars without cache by Michal Vasko · 4 years, 10 months ago
  2. 647f399 data tree NEW functions for searching in siblings by Michal Vasko · 4 years, 10 months ago
  3. 64ed91d data tree BUGFIX typos by Michal Vasko · 4 years, 10 months ago
  4. d059a6c json parser BUGFIX in non-strict parsing, empty result is fine by Michal Vasko · 4 years, 10 months ago
  5. 7d4c017 parser BUGFIX handle non-matching module and file name with invalid import by Michal Vasko · 4 years, 10 months ago
  6. b3a4b0a data tree BUGFIX merging leaf values by Michal Vasko · 4 years, 10 months ago
  7. 531b7f6 data tree CHANGE also allow leaf-lists without values by Michal Vasko · 4 years, 10 months ago
  8. 8db018b libyang BUGFIX release build errors and warnings by Michal Vasko · 4 years, 11 months ago
  9. 3367250 resolve BUGFIX handle leafref if-feature check with refines by Michal Vasko · 4 years, 11 months ago
  10. 1076550 schema tree MAINTENANCE rename function to fit its purpose by Michal Vasko · 4 years, 11 months ago
  11. 0b1c053 context OPTIMIZE useless to check leafrefs again by Michal Vasko · 4 years, 11 months ago
  12. 9978ed5 parser BUGFIX printing unresolved union value with prefixes by Michal Vasko · 4 years, 11 months ago
  13. 5b58148 hash table BUGFIX skip debug functions if they are disabled by Michal Vasko · 4 years, 11 months ago
  14. 9bc467e parser BUGFIX config deviation add/replace checks by Michal Vasko · 4 years, 11 months ago
  15. b04e5a8 parser BUGFIX forbid empty input/output statements by Michal Vasko · 4 years, 11 months ago
  16. ce22580 yang parser BUGFIX int overflow by Michal Vasko · 4 years, 11 months ago
  17. 1544f48 data tree CHANGE do not cache leafref targets by Michal Vasko · 4 years, 11 months ago
  18. b670e33 parser BUGFIX forbid 1.0 modules to import 1.1 module by revision by Michal Vasko · 4 years, 11 months ago
  19. a586b6e LOGBUG should be called before free by Michal Ruprich · 5 years ago
  20. f54f97f validation BUGFIX redundant validation of rpcreply parents by Michal Vasko · 5 years ago
  21. aa1b0f3 resolve BUGFIX transform default instid of non-implemented module by Michal Vasko · 5 years ago
  22. 338c8e3 data tree BUGFIX remove hash asserts by Michal Vasko · 5 years ago
  23. aab2845 xpath BUGFIX adding node hash that is not yet in set by Michal Vasko · 5 years ago
  24. 9809cae Merge pull request #969 from fredgan/print_subtree_segfault by Michal Vasko · 5 years ago
  25. 7622caf tree printer BUGFIX print subtree segfault. by fredgan · 5 years ago
  26. 946dfdc lyb parser CHANGE allow using an updated module to parse LYB data by Michal Vasko · 5 years ago
  27. 4e7ea7a schema parsers BUGFIX irefining iffeature expression by Radek Krejci · 5 years ago
  28. c252a05 schema tree BUGFIX duplicate name identifier in submodule by Michal Vasko · 5 years ago
  29. cc9f43f Merge pull request #965 from fredgan/fix_bug_of_the_same_name_rpcs by Michal Vasko · 5 years ago
  30. 6980afa parser BUGFIX long identityref default value buffer overflow by Michal Vasko · 5 years ago
  31. f6d684a parser BUGFIX long identity name buffer overflow by Michal Vasko · 5 years ago
  32. 222476c hash table CHANGE new debug category for hash table changes by Michal Vasko · 5 years ago
  33. 98cc927 yang parser BUGFIX the checked statement of rpc_action_notification by fredgan · 5 years ago
  34. 8fe2bc6 log BUGFIX memory leak by Michal Vasko · 5 years ago
  35. e48303c data tree CHANGE when validating nested op, do not validate parents by Michal Vasko · 5 years ago
  36. 22cacfc fix the bug about rpc and notification with the same name. by fredgan · 5 years ago
  37. e0ffe59 data tree CHANGE do not duplicate nodes when validating by Michal Vasko · 5 years ago
  38. 2beb1f9 data tree CHANGE accept NULL as set item by Michal Vasko · 5 years ago
  39. 5182b34 data tree CHANGE add diff support for notif/rpc/action by Michal Vasko · 5 years ago
  40. fec8eef removed tabs by Peter Schoenmaker · 5 years ago
  41. a8a682b cleaned up formatting by Peter Schoenmaker · 5 years ago
  42. 96294c6 fixed formatting issues by Peter Schoenmaker · 5 years ago
  43. e90320a fixed duplidate namespaces in anydata with xml printer, and added test by Peter Schoenmaker · 5 years ago
  44. ed79390 data tree CHANGE nested notif/action validation refactored by Michal Vasko · 5 years ago
  45. 08da336 Merge pull request #947 from fredgan/refactor_const_string by Michal Vasko · 5 years ago
  46. 6a1f55e xml REFACTOR replace const string namespace with MACRO by fredgan · 5 years ago
  47. 2db5f9e lyb parser BUGFIX when model count is zero don't call malloc() by Barbaros Tokaoglu · 5 years ago
  48. d6162b7 resolve BUGFIX wrong node for nested default value checking by Michal Vasko · 5 years ago
  49. c10f4df yin parser BUGFIX properly clean up after must parsing failure by Michal Vasko · 5 years ago
  50. 56c1428 resolve BUGFIX do not unlink prepared when autodele nodes by Michal Vasko · 5 years ago
  51. ed85795 Merge pull request #935 from amandeepsethi/bugFix by Michal Vasko · 5 years ago
  52. 3f66130 Fix for multiple anyxml siblings not duplicated by Amandeep Singh Sethi · 5 years ago
  53. aa227c0 yin parser BUGFIX deviation statement default and mandatory coredump by fredgan · 5 years ago
  54. d237318 schema tree CHANGE new API function for iffeature value checking by Michal Vasko · 5 years ago
  55. eb2a5e7 data tree BUGFIX allow changing value of a disconnected leaf by Michal Vasko · 5 years ago
  56. fa1ea6b lyb parser BUGFIX handle negative decimal64 numbers < 1 by Michal Vasko · 5 years ago
  57. 86754f9 BUGFIX refine statement support YANG1.1 specification by fredgan · 5 years ago
  58. 6dcdc8c xpath CHANGE attrobute support for identity functions by Michal Vasko · 5 years ago
  59. 425036c xpath MAINTENANCE canonization fixed by Michal Vasko · 5 years ago
  60. e21de27 data tree BUGFIX rpc and rpc-reply must always be sorted by Michal Vasko · 5 years ago
  61. cb0bb70 LYB parser BUGFIX correctly cast integer constant to unsigned integer by Bi-Ruei, Chiu · 5 years ago
  62. 957619a yang-types BUGFIX Invalid value assignment by Bi-Ruei, Chiu · 5 years ago
  63. 5a03962 XML printer BUGFIX remove unexpected variadic parameter by Bi-Ruei, Chiu · 5 years ago
  64. a0ee749 libyang BUGFIX do not use void* for size calculation by Bi-Ruei, Chiu · 5 years ago
  65. 748ac31 Merge branch 'bugfix_yang_read_string' of https://github.com/fredgan/libyang into fredgan-bugfix_yang_read_string by Radek Krejci · 5 years ago
  66. 7396490 yang read string BUGFIX special characters read error by fredgan · 5 years ago
  67. b97fa1b xpath BUGFIX accept boolean values as canonical by Michal Vasko · 5 years ago
  68. a63afef xpath CHANGE canonize values if compared to node values by Michal Vasko · 5 years ago
  69. 6e3a457 data tree BUGFIX do not rely on specific internal module order by Michal Vasko · 5 years ago
  70. f930464 Merge pull request #904 from fredgan/anydata_coredump by Michal Vasko · 5 years ago
  71. a8ce5fe fix one anyxml/anydata coredump by fredgan · 5 years ago
  72. 75e3580 printer: ignore EAGAIN and EINTR errno in callback by Robin Jarry · 5 years ago
  73. c79c951 data tree BUGFIX fix options to behave as described by Michal Vasko · 5 years ago
  74. 794973c xpath BUGFIX wrong parameter number check for concat by Michal Vasko · 5 years ago
  75. 53bd02f data tree BUGFIX free node still with parent pointer by Michal Vasko · 5 years ago
  76. 113cae5 resolve BUGFIX store backlinks of all referenced nodes by Michal Vasko · 5 years ago
  77. 79b844c JSON parser CHANGE respect STRICT flag and if not set, ignore unknown data by Radek Krejci · 5 years ago
  78. d5545e9 schema parsers BUGFIX duplicating iffeature expression data by Radek Krejci · 5 years ago
  79. 63495df schema parsers BUGFIX creating implicit cases when augmenting choice by Radek Krejci · 5 years ago
  80. c777742 Introduce API tracing for debug logging by GalaxyGorilla · 5 years ago
  81. df6ec7b context CHANGE load internal modules from API normally by Michal Vasko · 5 years ago
  82. 1a3f1e0 data tree BUGFIX do not check mandatory nodes if trusted by Michal Vasko · 5 years ago
  83. a94e7b2 Merge pull request #885 from fredgan/fix_misspellings by Michal Vasko · 5 years ago
  84. 31f56fd fix some misspellings by fredgan · 5 years ago
  85. ae2667a xpath CHANGE support for deref() for leafref in schema by Michal Vasko · 5 years ago
  86. 4757980 resolve BUGFIX ext leafref path detection by Michal Vasko · 5 years ago
  87. 7447a01 xpath OPTIMIZE remove predicate nodes all at once by Michal Vasko · 5 years ago
  88. e892a77 xpath BUGFIX detect schema xpath in output by Michal Vasko · 5 years ago
  89. 8f2ffd5 parser BUGFIX require-instance is forbidden in derived types by Michal Vasko · 5 years ago
  90. 1fbe50a parsers BUGFIX inherit require-instance from parent type by Michal Vasko · 5 years ago
  91. 56d03b8 Merge branch 'devel' by Michal Vasko · 5 years ago
  92. 0108f6d schema tree BUGFIX resolve leafrefs in augments by Michal Vasko · 5 years ago
  93. 90845bd resolve leafref BUGFIX invalid depth check by Radek Krejci · 5 years ago
  94. cfd1ccb XML printer MAINTENANCE remove unused global variables by Radek Krejci · 5 years ago
  95. 404acb6 resolve DOC clarify nonstandart construct by Radek Krejci · 5 years ago
  96. 674b8e6 hash table BUGFIX cast multiplicators before multiplication by Radek Krejci · 5 years ago
  97. aa7860b data tree BUGFIX missing arguments for the format strings by Radek Krejci · 5 years ago
  98. 82233d7 schema tree BUGFIX check augment leafrefs by Michal Vasko · 5 years ago
  99. fba2881 context BUGFIX handle corner case of schema loading by Michal Vasko · 5 years ago
  100. b6b824c Merge branch 'fix_issue_877' of https://github.com/fredgan/libyang into fredgan-fix_issue_877 by Radek Krejci · 5 years ago