1. c3f5573 schema features BUGFIX evalue all if-features, not just the first by Michal Vasko · 3 years, 2 months ago
  2. 2588b95 xpath BUGFIX bit-is-set comparison on value, not defined bits by Michal Vasko · 3 years, 2 months ago
  3. 6e7b317 union BUGFIX clear invalid subvalues by Michal Vasko · 3 years, 2 months ago
  4. 775fbd0 tree schema BUGFIX non-compiled modules in dep set creation by Michal Vasko · 3 years, 2 months ago
  5. e558f79 log FEATURE new dep sets debug group by Michal Vasko · 3 years, 2 months ago
  6. 919954a xpath BUGFIX avoid using non-compiled modules by Michal Vasko · 3 years, 2 months ago
  7. 36ce6b2 validation BUGFIX avoid using invalid set by Michal Vasko · 3 years, 2 months ago
  8. caf608d parser json BUGFIX when/exts/default flag check missing by Michal Vasko · 3 years, 2 months ago
  9. f9b6834 tree data REFACTOR data unres sets naming unified by Michal Vasko · 3 years, 2 months ago
  10. 41e630c validation MAINTENANCE cast problems by Michal Vasko · 3 years, 2 months ago
  11. 11ac39a tree schema BUGFIX hash table ht params are pointers to values by Michal Vasko · 3 years, 2 months ago
  12. 2c4e117 path MAINTENANCE redundant feature macro by Michal Vasko · 3 years, 2 months ago
  13. 54ba891 parser BUGFIX printf format or param problems by Michal Vasko · 3 years, 2 months ago
  14. 73d77ab parser BUGFIX always convert to long long by Michal Vasko · 3 years, 2 months ago
  15. c10488f json BUGFIX type mismatch by Michal Vasko · 3 years, 2 months ago
  16. 69d0ca1 parser json BUGFIX detect empty metadata names by Michal Vasko · 3 years, 2 months ago
  17. 6f08e96 schema compile UPDATE check xpath in disabled nodes by Michal Vasko · 3 years, 2 months ago
  18. e02e740 schema compile UPDATE keep deviation not-supported nodes as disabled by Michal Vasko · 3 years, 2 months ago
  19. 4eab562 parser json BUGFIX do not print empty node prefixes by Michal Vasko · 3 years, 2 months ago
  20. 02cf266 parser json MAINTENANCE redundant variable by Michal Vasko · 3 years, 2 months ago
  21. 5d54ad7 parser json UPDATE do not create data nodes below opaq nodes by Michal Vasko · 3 years, 2 months ago
  22. e137fc4 xml FEATURE support for special xml attr prefix by Michal Vasko · 3 years, 2 months ago
  23. 66d508c tree data FEATURE function for unlinking siblings by Michal Vasko · 3 years, 2 months ago
  24. 81008a5 parsers UPDATE always try to parse data node normally by Michal Vasko · 3 years, 2 months ago
  25. c825ed7 diff BUGFIX skip opaque nodes by Michal Vasko · 3 years, 2 months ago
  26. 8543070 parser json BUGFIX null array and opaque flag by Michal Vasko · 3 years, 2 months ago
  27. 9da78cf data tree UPDATE parse unknown op nodes as opaque by Michal Vasko · 3 years, 2 months ago
  28. 709f9a5 tree schema BUGFIX separate single-item dep set creation by Michal Vasko · 3 years, 2 months ago
  29. 10b6b1c schema compile BUGFIX proper uses status flag compile/inherit by Michal Vasko · 3 years, 2 months ago
  30. 60edc2f schema compile BUGFIX no recursive cyclic when check by Michal Vasko · 3 years, 2 months ago
  31. 2c4d915 schema compile UPDATE improved cyclic when message by Michal Vasko · 3 years, 2 months ago
  32. 27d2b1b validation BUGFIX unresolved term nodes may be under false when by Michal Vasko · 3 years, 2 months ago
  33. 423ba3f xpath BUGFIX handle non-term nodes in deref by Michal Vasko · 3 years, 2 months ago
  34. 19034e2 validation BUGFIX final validation of specific module data only by Michal Vasko · 3 years, 2 months ago
  35. a1db234 validation MAINTENANCE int error for non-evaluated when in must by Michal Vasko · 3 years, 2 months ago
  36. 598063b validation BUGFIX keeping track of first top-level sibling by Michal Vasko · 3 years, 2 months ago
  37. 0e72b7a validation BUGFIX validate only specific module subtrees by Michal Vasko · 3 years, 2 months ago
  38. 8bd9cc7 tree data BUGFIX uniinitialized variable by Michal Vasko · 3 years, 2 months ago
  39. dca9f12 xpath BUGFIX skip opaque nodes by Michal Vasko · 3 years, 2 months ago
  40. be04af4 tree schema BUGFIX existing module is not a parsing error by Michal Vasko · 3 years, 2 months ago
  41. c9eb3ca data tree FEATURE function for simple evaluation of xpath by Michal Vasko · 3 years, 2 months ago
  42. 6ee6f43 parser FEATURE support for faster ordered parsing by Michal Vasko · 3 years, 2 months ago
  43. 8e24ab4 data parser DOC minor update by Michal Vasko · 3 years, 2 months ago
  44. 56d8860 lyb parser BUGFIX do not validate any content by Michal Vasko · 3 years, 2 months ago
  45. c64661b schema CHANGE add summarizing error messages when module parsing failed by Radek Krejci · 4 years, 1 month ago
  46. 02ed9d8 parser BUGFIX any content parsing by Michal Vasko · 3 years, 2 months ago
  47. 3a70862 data tree OPTIMIZE minor optimization by Michal Vasko · 3 years, 2 months ago
  48. aa14a0c yang printer CHANGE some tunning of printer to unify output with pyang by Radek Krejci · 4 years, 1 month ago
  49. 8081a81 data tree DOC missing group open by Michal Vasko · 3 years, 2 months ago
  50. 6598824 schema compile DOC do not link static functions by Michal Vasko · 3 years, 2 months ago
  51. 03fbaed parser REFACTOR specific data parsers defined together by Michal Vasko · 3 years, 2 months ago
  52. 84d7fd7 doc BUGFIX internal docs' issues reported by doxygen by Radek Krejci · 3 years, 2 months ago
  53. 35a3b1d xpath BUGFIX skip non-implemented modules by Michal Vasko · 3 years, 2 months ago
  54. 0c29672 schema compile BUGFIX handle implemented non-compiled modules by Michal Vasko · 3 years, 2 months ago
  55. a23e1d9 schema compile MAINTENANCE remove redundant code by Michal Vasko · 3 years, 2 months ago
  56. feb2351 schema compile MAINTENANCE remove redundant asserts by Michal Vasko · 3 years, 2 months ago
  57. c6526b4 schema compile FEATURE check of disabled leafref by aPiecek · 3 years, 2 months ago
  58. d7bd52d schema compile FEATURE check leafref target by aPiecek · 3 years, 3 months ago
  59. 732cd14 schema compile REFACTOR to lys_type_leafref_next by aPiecek · 3 years, 3 months ago
  60. d0237d4 xml parser FEATURE verb messages when skipping/creating opaque nodes by Michal Vasko · 3 years, 2 months ago
  61. 24fc4d1 path REFACTOR implement leafref modules beforehand by Michal Vasko · 3 years, 2 months ago
  62. bd77766 out BUGFIX trim print and opque nodes by Michal Vasko · 3 years, 3 months ago
  63. a2756f0 data tree BUGFIX opaque parent handling by Michal Vasko · 3 years, 3 months ago
  64. 1d991fd xml parser BUGFIX rpc-reply children must be all parsed by Michal Vasko · 3 years, 3 months ago
  65. a9309bb schema MAINTENANCE warnings in release build by Michal Vasko · 3 years, 3 months ago
  66. 4de7d07 parser schema CHANGE always return non-const modules by Michal Vasko · 3 years, 3 months ago
  67. 1dd384e out BUGFIX empty container printing by Michal Vasko · 3 years, 3 months ago
  68. 2c1ff6a tree schema BUGFIX missing param by Michal Vasko · 3 years, 3 months ago
  69. a918a63 data tree BUGFIX creating keys clarification by Michal Vasko · 3 years, 3 months ago
  70. a51ef07 context CHANGE always return non-const module by Michal Vasko · 3 years, 3 months ago
  71. 2ca9f9e src MAINTENANCE release build type warnings by Michal Vasko · 3 years, 3 months ago
  72. 9cf6242 data tree FEATURE duplicating attributes of opaque nodes by Michal Vasko · 3 years, 3 months ago
  73. b0534f9 data tree REFACTOR formatting by Michal Vasko · 3 years, 3 months ago
  74. bb51279 lyb parser BUGFIX parse attributes with all data hints by Michal Vasko · 3 years, 3 months ago
  75. 486e4f9 lyb parser BUGFIX init var to append to by Michal Vasko · 3 years, 3 months ago
  76. e4e0d6c json BUGFIX labs() in lyjson_exp_number by aPiecek · 3 years, 3 months ago
  77. 56be92a parser MAINTENANCE main_ctx is never NULL by aPiecek · 3 years, 3 months ago
  78. 63e080d parser FEATURE added collision check for grouping by aPiecek · 3 years, 3 months ago
  79. 75b83a0 parser BUGFIX inserting to tpdfs_nodes by aPiecek · 3 years, 3 months ago
  80. c7594b7 schema helpers CHANGE return code and message by aPiecek · 3 years, 3 months ago
  81. e1fbd95 schema helpers MAINTENANCE lysp_check_dup_typedefs by aPiecek · 3 years, 3 months ago
  82. ea147b3 schema helpers CHANGE detailed error message by aPiecek · 3 years, 3 months ago
  83. f620307 schema helpers CHANGE increase hash table alloc by aPiecek · 3 years, 3 months ago
  84. dc12b9f schema helpers REFACTOR inserting to hash table by aPiecek · 3 years, 3 months ago
  85. 8d4e75d parser BUGFIX memory-leak due to tpdfs_nodes by aPiecek · 3 years, 3 months ago
  86. c3e2614 schema internal MAINTENANCE removed new_mods set by aPiecek · 3 years, 3 months ago
  87. b0445f2 libyang DOC spelling correction in headers by aPiecek · 3 years, 3 months ago
  88. 69bd24a schema compile BUGFIX invalid memory access by Michal Vasko · 3 years, 3 months ago
  89. 208e6d6 data tree FEATURE creating lists with binary/canon values by Michal Vasko · 3 years, 3 months ago
  90. 4911eeb path FEATURE support number key values in predicates by Michal Vasko · 3 years, 3 months ago
  91. 8e35138 schema compile BUGFIX removed assert by aPiecek · 3 years, 3 months ago
  92. 5c7a832 tree data CHANGE keep const when casting by Michal Vasko · 3 years, 3 months ago
  93. a6cf80a schema compile BUGFIX deviate remove shorthand case by Michal Vasko · 3 years, 3 months ago
  94. 741bb56 xpath BUGFIX invalid assert removed by Michal Vasko · 3 years, 3 months ago
  95. dfd254d schema compile BUGFIX proper when status inheriting by Michal Vasko · 3 years, 3 months ago
  96. 23864e0 schema compile REFACTOR formatting by Michal Vasko · 3 years, 3 months ago
  97. 6e63ca9 context REFACTOR improve verb message by Michal Vasko · 3 years, 3 months ago
  98. ed725d7 schema compile BUGFIX leafref non-prefixed node module by Michal Vasko · 3 years, 3 months ago
  99. 41369bd schema compile DOC fix default value simplementing new modules by Michal Vasko · 3 years, 3 months ago
  100. 426aa7e schema compile BUGFIX dev node copy double free in extensions by Michal Vasko · 3 years, 3 months ago