1. 17d9cea tree data REFACTOR release build false-positive warnings by Michal Vasko · 8 months ago
  2. c2f215a tree schema BUGFIX extensions in submodules by Michal Vasko · 8 months ago
  3. 6738895 tree data UPDATE support for milti-target leafref links (#2161) by steweg · 8 months ago
  4. f9041a2 context UPDATE support for storing leafref references (#2155) by steweg · 8 months ago
  5. 99a7788 tree data UPDATE xpath trim function by Michal Vasko · 9 months ago
  6. c730448 xpath BUGFIX handle input/output name conflicts by Michal Vasko · 10 months ago
  7. 4001573 parser BUGFIX skip new validation on multi-error by Michal Vasko · 10 months ago
  8. 4d83228 plugins types UPDATE compare callback assumes realtypes are the same by Michal Vasko · 11 months ago
  9. bfc9ce6 plugin types BUGFIX no context logging in plugins types by Michal Vasko · 11 months ago
  10. 1ac8b41 path BUGFIX check deref target in leafref (#2122) by steweg · 11 months ago
  11. f793156 test REFACTOR formatting by Michal Vasko · 11 months ago
  12. 2c1e327 tree data UPDATE new list creation functions by Michal Vasko · 11 months ago
  13. 3f32006 schema compile UPDATE allow both deviate replace and add config by Michal Vasko · 11 months ago
  14. eaef7c9 tree data BUGFIX correct pointer to duplicated parents by Michal Vasko · 11 months ago
  15. c0feb68 tree_data OPTIMIZE optimize creation of children htable by Olivier Matz · 1 year ago
  16. 6a669c1 hash_table UPDATE insert record at the end of the hlist by Olivier Matz · 12 months ago
  17. 75c0019 hash_table REFACTOR simplify collision management by Olivier Matz · 1 year ago
  18. a6139e0 validation BUGFIX subtree validation by Michal Vasko · 12 months ago
  19. 7d603c9 identityref REVERT canonical value in JSON format with prefix by Michal Vasko · 1 year ago
  20. dd03ff1 parser common UPDATE log metadata paths by Michal Vasko · 1 year ago
  21. f7de94a tests UPDATE union leafref to union leafref by Michal Vasko · 1 year ago
  22. 32d3d97 parser json BUGFIX store all parsed nodes by Michal Vasko · 1 year, 1 month ago
  23. 4a1e3e8 parsers UPDATE notification children order irrelevant by Michal Vasko · 1 year, 1 month ago
  24. 5df2852 parsers BUGFIX parsing operation appended to a parent by Michal Vasko · 1 year, 1 month ago
  25. a878a89 parser UPDATE guess opaque node schema nodes by Michal Vasko · 1 year, 1 month ago
  26. a16dbb4 parser xml UPDATE opaq node values by Michal Vasko · 1 year, 1 month ago
  27. 535d21c parser xml BUGFIX xml values always need some prefix data by Michal Vasko · 1 year, 1 month ago
  28. 2b7e161 date and time UPDATE gross errors check by Michal Vasko · 1 year, 2 months ago
  29. e2c8fb8 union UPDATE get errors of all the types by Michal Vasko · 1 year, 2 months ago
  30. 30e75a7 hex string UPDATE canonize yang-types hex-strings by Michal Vasko · 1 year, 2 months ago
  31. d452567 diff BUGFIX keep descendant operations by Michal Vasko · 1 year, 3 months ago
  32. fb51a84 diff BUGFIX single subtree for nested changes in move by Michal Vasko · 1 year, 3 months ago
  33. ee9b948 tree data UPDATE key-less lists are always equivalent by Michal Vasko · 1 year, 3 months ago
  34. 85be65e parsers BUGFIX metadata error logging by Michal Vasko · 1 year, 3 months ago
  35. aa54894 schema compile UPDATE implementing modules in expressions by Michal Vasko · 1 year, 4 months ago
  36. 159f032 schema compile UPDATE error unification by Michal Vasko · 1 year, 4 months ago
  37. e4362cc printer_tree BUGFIX first sibling in top-nodes by aPiecek · 1 year, 6 months ago
  38. fa3f687 printer_tree BUGFIX printing of compiled node by aPiecek · 1 year, 6 months ago
  39. ba67462 printer_tree BUGFIX plugin callbacks can be NULL by aPiecek · 1 year, 6 months ago
  40. 32f067f identityref UPDATE support optional module prefix by Michal Vasko · 1 year, 4 months ago
  41. d8e2fc9 path UPDTAE deref func support in leafref (#2030) by steweg · 1 year, 4 months ago
  42. 583b464 parser json UPDATE support for opaque nodes with invalid-encoded value by Michal Vasko · 1 year, 4 months ago
  43. 5e2742d printer json BUGFIX escaped chars in opaque value by Michal Vasko · 1 year, 4 months ago
  44. 58d89e9 tree data BUGFIX creating parent chain in dup by Michal Vasko · 1 year, 4 months ago
  45. e4a6d01 schema compile BUGFIX when cyclic check by Michal Vasko · 1 year, 4 months ago
  46. 84bf6f4 uncrustify UPDATE use version 0.77.1 by Michal Vasko · 1 year, 4 months ago
  47. 820efe8 parser data UPDATE parsing RESTCONF messages directly by Michal Vasko · 1 year, 4 months ago
  48. 54bf9e2 tests UPDATE anyxml new test by Michal Vasko · 1 year, 5 months ago
  49. b01983e path OPTIMIZE manual path reparse by Michal Vasko · 1 year, 5 months ago
  50. f277d36 tree data UPDATE compare (leaf-)lists in different order by Michal Vasko · 1 year, 5 months ago
  51. 5b414dd tree data UPDATE attempt to parse anyxml value as datatree by Michal Vasko · 1 year, 5 months ago
  52. 3abde69 tests UPDATE binary and yang-types new simple tests by Michal Vasko · 1 year, 6 months ago
  53. 8efac24 hash table REFACTOR use unified struct names by Michal Vasko · 1 year, 6 months ago
  54. 09e0463 json REFACTOR major rewrite of JSON parser by Michal Vasko · 1 year, 6 months ago
  55. 28864d5 schema compile BUGFIX check all union values for a valid one by Michal Vasko · 1 year, 6 months ago
  56. 892355e tests REFACTOR proper types by Michal Vasko · 1 year, 6 months ago
  57. d605c1d schema compile BUGFIX compilation of derived enum or bits type by Michal Vasko · 1 year, 6 months ago
  58. f2a793b schema compile BUGFIX resolving shared union typedef with a leafref by Michal Vasko · 1 year, 6 months ago
  59. 202d816 parser xml BUGFIX multi-err validation fixes by Michal Vasko · 1 year, 7 months ago
  60. 9018996 path FEATURE variables instead of values by Michal Vasko · 1 year, 7 months ago
  61. d595eff schema compile UPDATE inheriting and compiling exts in types by Michal Vasko · 1 year, 7 months ago
  62. 32ca49b path BUGFIX require first node prefix in JSON paths by Michal Vasko · 1 year, 7 months ago
  63. 6727c68 validation OPTIMIZE set log nodes only before an error by Michal Vasko · 1 year, 7 months ago
  64. bfebf66 parser json UPDATE errors shortened by Michal Vasko · 1 year, 7 months ago
  65. c6b8e95 union BUGFIX validating LYB values by Michal Vasko · 1 year, 7 months ago
  66. 87c5d6b parser json BUGFIX skipping objects by Michal Vasko · 1 year, 7 months ago
  67. 5d49f94 tree data UPDATE consider modules in different revisions the same by Michal Vasko · 1 year, 7 months ago
  68. 236cbac log UPDATE store last message by Michal Vasko · 1 year, 7 months ago
  69. f20ad11 tests DOC doxygen header by Michal Vasko · 1 year, 7 months ago
  70. f17bb2a tree data UPDATE portable timezone fix by Michal Vasko · 1 year, 7 months ago
  71. d027f38 validation FEATURE multi-error parsing/validation by Michal Vasko · 1 year, 7 months ago
  72. 62af369 utest UPDATE log check simplification by Michal Vasko · 1 year, 8 months ago
  73. e482bb9 tree schema UPDATE schema mount support for lys_getnext by Michal Vasko · 1 year, 8 months ago
  74. 77b7f90a hash table UPDATE optional cb for HT free by Michal Vasko · 1 year, 8 months ago
  75. 2bf4af4 unrustify UPDATE move to version 0.76 by Michal Vasko · 1 year, 9 months ago
  76. 1b2a3f4 parser xml BUGFIX create-subscription filter attrs support by Michal Vasko · 1 year, 9 months ago
  77. ea0f96c printer xml BUGFIX printing anydata tree without namespace by Michal Vasko · 1 year, 9 months ago
  78. 9925a11 schema compile BUGFIX missing grouping name in msg by Michal Vasko · 1 year, 9 months ago
  79. c8806c8 tree schema BUGFIX resolve parsed exts for main module only by Michal Vasko · 1 year, 10 months ago
  80. ce2e07c parser xml UPDATE allow top-level opaque noes without namespace by Michal Vasko · 1 year, 10 months ago
  81. e3ed7dc parser UPDATE anydata is an inner node by Michal Vasko · 1 year, 10 months ago
  82. 78041d1 lyb UPDATE store enabled features for all the used modules by Michal Vasko · 1 year, 10 months ago
  83. f8ebf13 log UPDATE input logging cleared and updated by Michal Vasko · 1 year, 10 months ago
  84. 2765316 schema mount UPDATE reuse inline mp context when possible by Michal Vasko · 1 year, 10 months ago
  85. 3ef7e25 xpath BUGFIX key predicate nested predicates parsing by Michal Vasko · 1 year, 10 months ago
  86. a353cce xpath BUGFIX child axis does not include siblings by Michal Vasko · 1 year, 10 months ago
  87. b425bb3 parser common BUGFIX proper revision date length check by Michal Vasko · 1 year, 11 months ago
  88. fbd037c plugins exts BUGFIX proper value conversions by Michal Vasko · 1 year, 11 months ago
  89. 03cb487 plugins_exts FEATURE added printer_tree callbacks by aPiecek · 1 year, 11 months ago
  90. a0ba01e structure FEATURE support for augment-structure by Michal Vasko · 1 year, 11 months ago
  91. 193dacd plugins exts CHANGE ext parsing isolated into a callback by Michal Vasko · 2 years ago
  92. 9c3556a plugins exts CHANGE custom cardinality support dropped by Michal Vasko · 2 years ago
  93. b475096 tree schema REFACTOR move ext definitions to plugins_exts header by Michal Vasko · 2 years ago
  94. d0625d7 parser REFACTOR unify context naming by Michal Vasko · 2 years ago
  95. c0c64ae tree schema CHANGE plugin record in parsed extensions by Michal Vasko · 2 years ago
  96. 0b50f6b structure FEATURE support for augment-structure by Michal Vasko · 2 years ago
  97. edb0fa5 structure FEATURE support for ietf-yang-structure-ext by Michal Vasko · 2 years ago
  98. a4dfb3c log UPDATE always log the schema node if fits by Michal Vasko · 1 year, 11 months ago
  99. dbf3e65 log UPDATE parser data path print by Michal Vasko · 1 year, 11 months ago
  100. 8f1073c printer_tree BUGFIX united tree for '@' nodes by aPiecek · 2 years ago