1. 222476c hash table CHANGE new debug category for hash table changes by Michal Vasko · 5 years ago
  2. 8fe2bc6 log BUGFIX memory leak by Michal Vasko · 5 years ago
  3. e48303c data tree CHANGE when validating nested op, do not validate parents by Michal Vasko · 5 years ago
  4. e0ffe59 data tree CHANGE do not duplicate nodes when validating by Michal Vasko · 5 years ago
  5. 2beb1f9 data tree CHANGE accept NULL as set item by Michal Vasko · 5 years ago
  6. 5182b34 data tree CHANGE add diff support for notif/rpc/action by Michal Vasko · 5 years ago
  7. fec8eef removed tabs by Peter Schoenmaker · 5 years ago
  8. a8a682b cleaned up formatting by Peter Schoenmaker · 5 years ago
  9. 96294c6 fixed formatting issues by Peter Schoenmaker · 5 years ago
  10. e90320a fixed duplidate namespaces in anydata with xml printer, and added test by Peter Schoenmaker · 5 years ago
  11. ed79390 data tree CHANGE nested notif/action validation refactored by Michal Vasko · 5 years ago
  12. 08da336 Merge pull request #947 from fredgan/refactor_const_string by Michal Vasko · 5 years ago
  13. 6a1f55e xml REFACTOR replace const string namespace with MACRO by fredgan · 5 years ago
  14. 2db5f9e lyb parser BUGFIX when model count is zero don't call malloc() by Barbaros Tokaoglu · 5 years ago
  15. d6162b7 resolve BUGFIX wrong node for nested default value checking by Michal Vasko · 5 years ago
  16. c10f4df yin parser BUGFIX properly clean up after must parsing failure by Michal Vasko · 5 years ago
  17. 56c1428 resolve BUGFIX do not unlink prepared when autodele nodes by Michal Vasko · 5 years ago
  18. ed85795 Merge pull request #935 from amandeepsethi/bugFix by Michal Vasko · 5 years ago
  19. 3f66130 Fix for multiple anyxml siblings not duplicated by Amandeep Singh Sethi · 5 years ago
  20. aa227c0 yin parser BUGFIX deviation statement default and mandatory coredump by fredgan · 5 years ago
  21. d237318 schema tree CHANGE new API function for iffeature value checking by Michal Vasko · 5 years ago
  22. eb2a5e7 data tree BUGFIX allow changing value of a disconnected leaf by Michal Vasko · 5 years ago
  23. fa1ea6b lyb parser BUGFIX handle negative decimal64 numbers < 1 by Michal Vasko · 5 years ago
  24. 86754f9 BUGFIX refine statement support YANG1.1 specification by fredgan · 5 years ago
  25. 6dcdc8c xpath CHANGE attrobute support for identity functions by Michal Vasko · 5 years ago
  26. 425036c xpath MAINTENANCE canonization fixed by Michal Vasko · 5 years ago
  27. e21de27 data tree BUGFIX rpc and rpc-reply must always be sorted by Michal Vasko · 5 years ago
  28. cb0bb70 LYB parser BUGFIX correctly cast integer constant to unsigned integer by Bi-Ruei, Chiu · 5 years ago
  29. 957619a yang-types BUGFIX Invalid value assignment by Bi-Ruei, Chiu · 5 years ago
  30. 5a03962 XML printer BUGFIX remove unexpected variadic parameter by Bi-Ruei, Chiu · 5 years ago
  31. a0ee749 libyang BUGFIX do not use void* for size calculation by Bi-Ruei, Chiu · 5 years ago
  32. 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
  33. 7396490 yang read string BUGFIX special characters read error by fredgan · 5 years ago
  34. b97fa1b xpath BUGFIX accept boolean values as canonical by Michal Vasko · 5 years ago
  35. a63afef xpath CHANGE canonize values if compared to node values by Michal Vasko · 5 years ago
  36. 6e3a457 data tree BUGFIX do not rely on specific internal module order by Michal Vasko · 5 years ago
  37. f930464 Merge pull request #904 from fredgan/anydata_coredump by Michal Vasko · 5 years ago
  38. a8ce5fe fix one anyxml/anydata coredump by fredgan · 5 years ago
  39. 75e3580 printer: ignore EAGAIN and EINTR errno in callback by Robin Jarry · 5 years ago
  40. c79c951 data tree BUGFIX fix options to behave as described by Michal Vasko · 5 years ago
  41. 794973c xpath BUGFIX wrong parameter number check for concat by Michal Vasko · 5 years ago
  42. 53bd02f data tree BUGFIX free node still with parent pointer by Michal Vasko · 5 years ago
  43. 113cae5 resolve BUGFIX store backlinks of all referenced nodes by Michal Vasko · 5 years ago
  44. 79b844c JSON parser CHANGE respect STRICT flag and if not set, ignore unknown data by Radek Krejci · 5 years ago
  45. d5545e9 schema parsers BUGFIX duplicating iffeature expression data by Radek Krejci · 5 years ago
  46. 63495df schema parsers BUGFIX creating implicit cases when augmenting choice by Radek Krejci · 5 years ago
  47. c777742 Introduce API tracing for debug logging by GalaxyGorilla · 5 years ago
  48. df6ec7b context CHANGE load internal modules from API normally by Michal Vasko · 5 years ago
  49. 1a3f1e0 data tree BUGFIX do not check mandatory nodes if trusted by Michal Vasko · 5 years ago
  50. a94e7b2 Merge pull request #885 from fredgan/fix_misspellings by Michal Vasko · 5 years ago
  51. 31f56fd fix some misspellings by fredgan · 5 years ago
  52. ae2667a xpath CHANGE support for deref() for leafref in schema by Michal Vasko · 5 years ago
  53. 4757980 resolve BUGFIX ext leafref path detection by Michal Vasko · 5 years ago
  54. 7447a01 xpath OPTIMIZE remove predicate nodes all at once by Michal Vasko · 5 years ago
  55. e892a77 xpath BUGFIX detect schema xpath in output by Michal Vasko · 5 years ago
  56. 8f2ffd5 parser BUGFIX require-instance is forbidden in derived types by Michal Vasko · 5 years ago
  57. 1fbe50a parsers BUGFIX inherit require-instance from parent type by Michal Vasko · 5 years ago
  58. 56d03b8 Merge branch 'devel' by Michal Vasko · 5 years ago
  59. 0108f6d schema tree BUGFIX resolve leafrefs in augments by Michal Vasko · 5 years ago
  60. 90845bd resolve leafref BUGFIX invalid depth check by Radek Krejci · 5 years ago
  61. cfd1ccb XML printer MAINTENANCE remove unused global variables by Radek Krejci · 5 years ago
  62. 404acb6 resolve DOC clarify nonstandart construct by Radek Krejci · 5 years ago
  63. 674b8e6 hash table BUGFIX cast multiplicators before multiplication by Radek Krejci · 5 years ago
  64. aa7860b data tree BUGFIX missing arguments for the format strings by Radek Krejci · 5 years ago
  65. 82233d7 schema tree BUGFIX check augment leafrefs by Michal Vasko · 5 years ago
  66. fba2881 context BUGFIX handle corner case of schema loading by Michal Vasko · 5 years ago
  67. b6b824c Merge branch 'fix_issue_877' of https://github.com/fredgan/libyang into fredgan-fix_issue_877 by Radek Krejci · 5 years ago
  68. 835dbfa fix issue #877 by fredgan · 5 years ago
  69. 3f117e2 xml printer BUGFIX parse lyb anydata as trusted by Michal Vasko · 5 years ago
  70. 3568994 resolve CHANGE do not resolve ext dep leafref and instid by Michal Vasko · 5 years ago
  71. 5dcfea9 data tree BUGFIX proper hash update for lyd_insert_before/after by Michal Vasko · 5 years ago
  72. c17f9e1 resolve BUGFIX setting ext dep flag for leafref by Michal Vasko · 5 years ago
  73. 8d5678e parsers BUGFIX updating hash of keyless lists by Radek Krejci · 5 years ago
  74. 83fbe2f Revert "JSON parser BUGFIX maintaining hash tables with record of keyless list" by Radek Krejci · 5 years ago
  75. 22f7ee9 data tree BUGFIX do not remove nodes from parent if they have no hash by Michal Vasko · 5 years ago
  76. 534e271 data tree BUGFIX keep src leaf when merging by Michal Vasko · 5 years ago
  77. f64d75e plugins BUGFIX null pointer dereference by Michal Vasko · 5 years ago
  78. de3a8ff resolve BUGFIX default identref in foreign groupings by Michal Vasko · 5 years ago
  79. 4a9645f JSON parser BUGFIX maintaining hash tables with record of keyless list by Radek Krejci · 5 years ago
  80. 4efd25f plugins BUGFIX freeing union user type by Michal Vasko · 5 years ago
  81. bb24f28 resolve BUGFIX proper check if a type is derived by Michal Vasko · 5 years ago
  82. a82d0e3 Merge pull request #845 from dota17/master by Michal Vasko · 5 years ago
  83. f7ebc20 fix the potential dead loop in ly_ctx_new() by dota17 · 5 years ago
  84. 3fbb6e3 remove unused variable char *cwd by dota17 · 5 years ago
  85. a104cc2 user types BUGFIX accept any valid timezone shift by Michal Vasko · 5 years ago
  86. 03f188b JSON parser BUGFIX empty type value with possible whitespaces by Radek Krejci · 5 years ago
  87. 3b8032b xpath BUGFIX order of the printf's format parameters in warning message by Radek Krejci · 5 years ago
  88. e45bdee MAINTENANCE: format (ly_)strlen_utf8() by Radek Krejci · 5 years ago
  89. 1902c41 bugfix: use unicode character(treated as utf-8 encoding) count for length constraint by fanchanghu · 5 years ago
  90. d4db5b3 data tree BUGFIX avoid duplicating a key twice by Michal Vasko · 5 years ago
  91. ae97a8e lyb printer BUGFIX rpc/rpc-reply are not printer flags by Michal Vasko · 5 years ago
  92. 42dad95 lyb printer CHANGE fail on big length only if it is written by Michal Vasko · 5 years ago
  93. 9e451f9 resolve BUGFIX resolving leafref in an unresolved augment by Michal Vasko · 5 years ago
  94. 54723f0 fix typos by Alanscut · 5 years ago
  95. 134fa34 libyang CHANGE updated ietf-yang-library revision by Michal Vasko · 5 years ago
  96. a541ed1 validation CHANGE enforce unique only among siblings by Michal Vasko · 5 years ago
  97. a204901 schema tree BUGFIX grouping parent detection fixed by Michal Vasko · 5 years ago
  98. 4f0052c xml printer CHANGE support printing lyb data trees by Michal Vasko · 5 years ago
  99. 701beff printer lyb BUGFIX print length of anydata lyb tree first by Michal Vasko · 5 years ago
  100. 1175ce4 log BUGFIX handle top-level uses when printing node path by Michal Vasko · 5 years ago