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