1. e4a6d01 schema compile BUGFIX when cyclic check by Michal Vasko · 1 year, 4 months ago
  2. b9cbb47 parser json BUGFIX proper module name and its length return by Michal Vasko · 1 year, 4 months ago
  3. 210da63 parser json REFACTOR redundant code by Michal Vasko · 1 year, 4 months ago
  4. 820efe8 parser data UPDATE parsing RESTCONF messages directly by Michal Vasko · 1 year, 4 months ago
  5. 0ace61d doc UPDATE minor update by Michal Vasko · 1 year, 5 months ago
  6. 3ff82dd xpath BUGFIX proper and/or expr skip by Michal Vasko · 1 year, 5 months ago
  7. 2d4d369 doc UPDATE mention flags used in lyd_parse_op() by Michal Vasko · 1 year, 5 months ago
  8. db91fc3 diff UPDATE diff merge opaque node support by Michal Vasko · 1 year, 5 months ago
  9. 44d474d doc REFACTOR formatting by Michal Vasko · 1 year, 5 months ago
  10. 80623c5 parser json UPDATE inherit any schema node for nested data by Michal Vasko · 1 year, 5 months ago
  11. ecb6c53 doc UPDATE clarify all ext plugins are optional by Michal Vasko · 1 year, 5 months ago
  12. 1f9925c printer tree BUGFIX ext printer callbacks are optional by Michal Vasko · 1 year, 5 months ago
  13. 125b07c tree schema BUGFIX replace stored ext_inst if any by Michal Vasko · 1 year, 5 months ago
  14. 90fc1ae tree data BUGFIX memory leak by Michal Vasko · 1 year, 5 months ago
  15. a38adc7 tree data BUGFIX always consider 2 containers equal by Michal Vasko · 1 year, 5 months ago
  16. 9b56033 tree data BUGFIX local timezone depends on the timestamp by Michal Vasko · 1 year, 5 months ago
  17. 642eb92 tree data BUGFIX wrong vars used by Michal Vasko · 1 year, 5 months ago
  18. 831e3bd xpath BUGFIX repeat stored expr types, not indices by Michal Vasko · 1 year, 5 months ago
  19. b01983e path OPTIMIZE manual path reparse by Michal Vasko · 1 year, 5 months ago
  20. f277d36 tree data UPDATE compare (leaf-)lists in different order by Michal Vasko · 1 year, 5 months ago
  21. d990ee5 parser json BUGFIX key detection by Michal Vasko · 1 year, 5 months ago
  22. b81b5eb parser json BUGFIX handle empty list object by Michal Vasko · 1 year, 5 months ago
  23. ae130f5 hash table FEATURE make hash table public by Michal Vasko · 1 year, 5 months ago
  24. 4f7c53d tree schema BUGFIX compile only specially-parsed paths by Michal Vasko · 1 year, 5 months ago
  25. 09fbb81 tree data UPDATE consider parent module as opaque node owner module by Michal Vasko · 1 year, 5 months ago
  26. 5b414dd tree data UPDATE attempt to parse anyxml value as datatree by Michal Vasko · 1 year, 5 months ago
  27. f332f03 context UPDATE modules' enabled features and imp state part of hash by Michal Vasko · 1 year, 5 months ago
  28. 0ff8d63 xpath BUGFIX floor func for schema nodes by Michal Vasko · 1 year, 6 months ago
  29. 9f6dd7c tree data BUGFIX do not overwrite return value by Michal Vasko · 1 year, 6 months ago
  30. 0c36155 tree data UPDATE accept NULL value to validate by Michal Vasko · 1 year, 6 months ago
  31. 1241ebc parser json BUGFIX proper skip of invalid data by Michal Vasko · 1 year, 6 months ago
  32. e0a8ce7 xpath BUGFIX missing xpath tokens by Michal Vasko · 1 year, 6 months ago
  33. 5e9cb23 xpath REFACTOR function for adding ns by Michal Vasko · 1 year, 6 months ago
  34. 2490dc0 libyang REFACTOR redundant TODO removed by Michal Vasko · 1 year, 6 months ago
  35. e0be745 log BUGFIX handle memory problem corner cases by Michal Vasko · 1 year, 6 months ago
  36. 4cca009 log REFACTOR check return value by Michal Vasko · 1 year, 6 months ago
  37. 9844757 context BUGFIX do not assume pthrea_t is a number by Michal Vasko · 1 year, 6 months ago
  38. 48c00d8 log BUGFIX thread-safe context error handling by Michal Vasko · 1 year, 6 months ago
  39. 88ccd58 context UPDATE use hash table instead of pkey for errors by Michal Vasko · 1 year, 6 months ago
  40. 8efac24 hash table REFACTOR use unified struct names by Michal Vasko · 1 year, 6 months ago
  41. b3cc895 date and time BUGFIX unknown timezone storing by Michal Vasko · 1 year, 6 months ago
  42. e50b98d tree data BUGFIX account for DST in timezone offset by Michal Vasko · 1 year, 6 months ago
  43. 5a71327 parser json BUGFIX invalid metadata by Michal Vasko · 1 year, 6 months ago
  44. b677d8e parser json BUGFIX condition typo by Michal Vasko · 1 year, 6 months ago
  45. 09e0463 json REFACTOR major rewrite of JSON parser by Michal Vasko · 1 year, 6 months ago
  46. 28864d5 schema compile BUGFIX check all union values for a valid one by Michal Vasko · 1 year, 6 months ago
  47. 8193b07 doc UPDATE bin pointer value note by Michal Vasko · 1 year, 6 months ago
  48. f9943e4 context UPDATE context module hashing function by Michal Vasko · 1 year, 6 months ago
  49. 7b0500d tree data BUGFIX comparing opaq and inner nodes by Michal Vasko · 1 year, 6 months ago
  50. 5de2154 tree data UPDATE allow using llist predicate for state leaf-lists by Michal Vasko · 1 year, 6 months ago
  51. f47f357 schema compile UPDATE identityref derived type without bases by Michal Vasko · 1 year, 6 months ago
  52. d605c1d schema compile BUGFIX compilation of derived enum or bits type by Michal Vasko · 1 year, 6 months ago
  53. f2a793b schema compile BUGFIX resolving shared union typedef with a leafref by Michal Vasko · 1 year, 6 months ago
  54. 7dd8176 schema compile REFACTOR redunant union leafref copy by Michal Vasko · 1 year, 7 months ago
  55. 50da8cd tree data BUGFIX multi-validation syntax error by Michal Vasko · 1 year, 7 months ago
  56. f256051 tree data new REFACTOR explicit temp return variable by Michal Vasko · 1 year, 7 months ago
  57. 0a8fcc2 tree data DOC lyd_new_path return values by Michal Vasko · 1 year, 7 months ago
  58. af5a8dd validation FEATURE operational datastore validation by Michal Vasko · 1 year, 7 months ago
  59. b5a113c docs: lyd_path() on disconnected nodes by Jan Kundrát · 1 year, 7 months ago
  60. 202d816 parser xml BUGFIX multi-err validation fixes by Michal Vasko · 1 year, 7 months ago
  61. 6a5e469 parser json BUGFIX multi-err validation for list without keys by Michal Vasko · 1 year, 7 months ago
  62. 58a1a70 parser xml BUGFIX proper xmlctx next on multi-error validation by Michal Vasko · 1 year, 7 months ago
  63. 1524f1a parser xml BUGFIX handle multi-error validation fatal error by Michal Vasko · 1 year, 7 months ago
  64. 6765a6e json UPDATE limit nested arrays as well by Michal Vasko · 1 year, 7 months ago
  65. 5c528d8 parser json BUGFIX multi-error fatal error handling by Michal Vasko · 1 year, 7 months ago
  66. 9018996 path FEATURE variables instead of values by Michal Vasko · 1 year, 7 months ago
  67. cfa1a96 parser common BUGFIX handle missing YANG strings by Michal Vasko · 1 year, 7 months ago
  68. d96e237 tree data FEATURE generic XPath evaluation function by Michal Vasko · 1 year, 7 months ago
  69. 82df24a lyb BUGFIX memory leak by Michal Vasko · 1 year, 7 months ago
  70. d595eff schema compile UPDATE inheriting and compiling exts in types by Michal Vasko · 1 year, 7 months ago
  71. 32ca49b path BUGFIX require first node prefix in JSON paths by Michal Vasko · 1 year, 7 months ago
  72. 6727c68 validation OPTIMIZE set log nodes only before an error by Michal Vasko · 1 year, 7 months ago
  73. 514f698 parser json BUGFIX infinite loop in multi-error parsing by Michal Vasko · 1 year, 7 months ago
  74. bfebf66 parser json UPDATE errors shortened by Michal Vasko · 1 year, 7 months ago
  75. c6b8e95 union BUGFIX validating LYB values by Michal Vasko · 1 year, 7 months ago
  76. 6628410 union REFACTOR formatting by Michal Vasko · 1 year, 7 months ago
  77. 87c5d6b parser json BUGFIX skipping objects by Michal Vasko · 1 year, 7 months ago
  78. cfcfd67 tree schema BUGFIX avoid redundant message by Michal Vasko · 1 year, 7 months ago
  79. ce55b46 tree data BUGFIX use context for logging by Michal Vasko · 1 year, 7 months ago
  80. 13c5b21 tree data BUGFIX dup parent in different ctx by Michal Vasko · 1 year, 7 months ago
  81. 5d49f94 tree data UPDATE consider modules in different revisions the same by Michal Vasko · 1 year, 7 months ago
  82. 695a7f2 diff BUGFIX creating diff for trees in different ctx by Michal Vasko · 1 year, 7 months ago
  83. dc668d2 schema compile UPDATE do not implement 2 same modules by Michal Vasko · 1 year, 7 months ago
  84. 1e8746a parser json BUGFIX set return value by Michal Vasko · 1 year, 7 months ago
  85. 567d703 parser xml BUGFIX memory leak by Michal Vasko · 1 year, 7 months ago
  86. 236cbac log UPDATE store last message by Michal Vasko · 1 year, 7 months ago
  87. 4f0b1fc log REFACTOR unused define removed by Michal Vasko · 1 year, 7 months ago
  88. 9697cc6 tree data BUGFIX redundant header removed by Michal Vasko · 1 year, 7 months ago
  89. f17bb2a tree data UPDATE portable timezone fix by Michal Vasko · 1 year, 7 months ago
  90. 560f9de parser json UPDATE return value check by Michal Vasko · 1 year, 7 months ago
  91. 7c6f33f parser xml REFACTOR redundant condition removed by Michal Vasko · 1 year, 7 months ago
  92. d027f38 validation FEATURE multi-error parsing/validation by Michal Vasko · 1 year, 7 months ago
  93. a976492 tree data new BUGFIX missing dot by Michal Vasko · 1 year, 8 months ago
  94. 8976265 printer json BUGFIX avoid invalid error by Michal Vasko · 1 year, 8 months ago
  95. 82ea572 instanceid keys BUGFIX hide callback messages by Michal Vasko · 1 year, 8 months ago
  96. d92c851 printer lyb BUGFIX proper top-leven nodes detection by Michal Vasko · 1 year, 8 months ago
  97. 47dc105 schema features BUGFIX memory leak by Michal Vasko · 1 year, 8 months ago
  98. e482bb9 tree schema UPDATE schema mount support for lys_getnext by Michal Vasko · 1 year, 8 months ago
  99. 4c806de doc REFACTOR minor improvements by Michal Vasko · 1 year, 8 months ago
  100. 271d2e3 tree data OPTIMIZE use hash table for dup inst cache by Michal Vasko · 1 year, 8 months ago