1. 88ccd58 context UPDATE use hash table instead of pkey for errors by Michal Vasko · 1 year, 6 months ago
  2. 8efac24 hash table REFACTOR use unified struct names by Michal Vasko · 1 year, 6 months ago
  3. e4508d3 VERSION bump to version 2.1.62 by Michal Vasko · 1 year, 6 months ago
  4. 92fd162 SOVERSION bump to version 2.34.4 by Michal Vasko · 1 year, 6 months ago
  5. b3cc895 date and time BUGFIX unknown timezone storing by Michal Vasko · 1 year, 6 months ago
  6. d550160 VERSION bump to version 2.1.61 by Michal Vasko · 1 year, 6 months ago
  7. 540ba0c SOVERSION bump to version 2.34.3 by Michal Vasko · 1 year, 6 months ago
  8. e50b98d tree data BUGFIX account for DST in timezone offset by Michal Vasko · 1 year, 6 months ago
  9. 5a71327 parser json BUGFIX invalid metadata by Michal Vasko · 1 year, 6 months ago
  10. b677d8e parser json BUGFIX condition typo by Michal Vasko · 1 year, 6 months ago
  11. 395a7d9 VERSION bump to version 2.1.60 by Michal Vasko · 1 year, 6 months ago
  12. ed8c8ff SOVERSION bump to version 2.34.2 by Michal Vasko · 1 year, 6 months ago
  13. 09e0463 json REFACTOR major rewrite of JSON parser by Michal Vasko · 1 year, 6 months ago
  14. c7515f5 VERSION bump to version 2.1.59 by Michal Vasko · 1 year, 6 months ago
  15. 266588c SOVERSION bump to version 2.34.1 by Michal Vasko · 1 year, 6 months ago
  16. 28864d5 schema compile BUGFIX check all union values for a valid one by Michal Vasko · 1 year, 6 months ago
  17. af4afff VERSION bump to version 2.1.58 by Michal Vasko · 1 year, 6 months ago
  18. 51625ed SOVERSION bump to version 2.34.0 by Michal Vasko · 1 year, 6 months ago
  19. 8193b07 doc UPDATE bin pointer value note by Michal Vasko · 1 year, 6 months ago
  20. f9943e4 context UPDATE context module hashing function by Michal Vasko · 1 year, 6 months ago
  21. ceb1055 VERSION bump to version 2.1.57 by Michal Vasko · 1 year, 6 months ago
  22. beedf1a SOVERSION bump to version 2.33.5 by Michal Vasko · 1 year, 6 months ago
  23. 7b0500d tree data BUGFIX comparing opaq and inner nodes by Michal Vasko · 1 year, 6 months ago
  24. 4f406e5 VERSION bump to version 2.1.56 by Michal Vasko · 1 year, 6 months ago
  25. e71e7fb SOVERSION bump to version 2.33.4 by Michal Vasko · 1 year, 6 months ago
  26. 5de2154 tree data UPDATE allow using llist predicate for state leaf-lists by Michal Vasko · 1 year, 6 months ago
  27. 9a4e5b2 Merge branch 'devel' by Michal Vasko · 1 year, 6 months ago v2.1.55
  28. 892355e tests REFACTOR proper types by Michal Vasko · 1 year, 6 months ago
  29. 2d3232b VERSION bump to version 2.1.55 by Michal Vasko · 1 year, 6 months ago
  30. 3a7e4c6 SOVERSION bump to version 2.33.3 by Michal Vasko · 1 year, 6 months ago
  31. f47f357 schema compile UPDATE identityref derived type without bases by Michal Vasko · 1 year, 6 months ago
  32. d605c1d schema compile BUGFIX compilation of derived enum or bits type by Michal Vasko · 1 year, 6 months ago
  33. 785fb32 VERSION bump to version 2.1.54 by Michal Vasko · 1 year, 6 months ago
  34. 04d6b6c SOVERSION bump to version 2.33.2 by Michal Vasko · 1 year, 6 months ago
  35. f2a793b schema compile BUGFIX resolving shared union typedef with a leafref by Michal Vasko · 1 year, 6 months ago
  36. 7dd8176 schema compile REFACTOR redunant union leafref copy by Michal Vasko · 1 year, 7 months ago
  37. 81421fb VERSION bump to version 2.1.53 by Michal Vasko · 1 year, 7 months ago
  38. a28e943 SOVERSION bump to version 2.33.1 by Michal Vasko · 1 year, 7 months ago
  39. 50da8cd tree data BUGFIX multi-validation syntax error by Michal Vasko · 1 year, 7 months ago
  40. f256051 tree data new REFACTOR explicit temp return variable by Michal Vasko · 1 year, 7 months ago
  41. 0a8fcc2 tree data DOC lyd_new_path return values by Michal Vasko · 1 year, 7 months ago
  42. a4dce76 VERSION bump to version 2.1.52 by Michal Vasko · 1 year, 7 months ago
  43. dbdd5b8 SOVERSION bump to version 2.33.0 by Michal Vasko · 1 year, 7 months ago
  44. af5a8dd validation FEATURE operational datastore validation by Michal Vasko · 1 year, 7 months ago
  45. b5a113c docs: lyd_path() on disconnected nodes by Jan Kundrát · 1 year, 7 months ago
  46. 09a1259 VERSION bump to version 2.1.51 by Michal Vasko · 1 year, 7 months ago
  47. 9c0e23a SOVERSION bump to version 2.32.3 by Michal Vasko · 1 year, 7 months ago
  48. 202d816 parser xml BUGFIX multi-err validation fixes by Michal Vasko · 1 year, 7 months ago
  49. 6a5e469 parser json BUGFIX multi-err validation for list without keys by Michal Vasko · 1 year, 7 months ago
  50. 58a1a70 parser xml BUGFIX proper xmlctx next on multi-error validation by Michal Vasko · 1 year, 7 months ago
  51. 1524f1a parser xml BUGFIX handle multi-error validation fatal error by Michal Vasko · 1 year, 7 months ago
  52. 6765a6e json UPDATE limit nested arrays as well by Michal Vasko · 1 year, 7 months ago
  53. 5c528d8 parser json BUGFIX multi-error fatal error handling by Michal Vasko · 1 year, 7 months ago
  54. b5b9e2b VERSION bump to version 2.1.50 by Michal Vasko · 1 year, 7 months ago
  55. b72a787 SOVERSION bump to version 2.32.2 by Michal Vasko · 1 year, 7 months ago
  56. 9018996 path FEATURE variables instead of values by Michal Vasko · 1 year, 7 months ago
  57. e8f9c02 yanglint DOC schema mount examples documented by Michal Vasko · 1 year, 7 months ago
  58. 2993f78 VERSION bump to version 2.1.49 by Michal Vasko · 1 year, 7 months ago
  59. 957b657 SOVERSION bump to version 2.32.1 by Michal Vasko · 1 year, 7 months ago
  60. cfa1a96 parser common BUGFIX handle missing YANG strings by Michal Vasko · 1 year, 7 months ago
  61. 7572486 VERSION bump to version 2.1.48 by Michal Vasko · 1 year, 7 months ago
  62. d7ba276 SOVERSION bump to version 2.32.0 by Michal Vasko · 1 year, 7 months ago
  63. d96e237 tree data FEATURE generic XPath evaluation function by Michal Vasko · 1 year, 7 months ago
  64. 82df24a lyb BUGFIX memory leak by Michal Vasko · 1 year, 7 months ago
  65. 3c8ab37 VERSION bump to version 2.1.47 by Michal Vasko · 1 year, 7 months ago
  66. 0e939bc SOVERSION bump to version 2.31.11 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. 45cc60f distro rpm BUGFIX CMake issues on Rocky 8 by Jakub Ružička · 1 year, 7 months ago
  69. d57c888 distro rpm BUGFIX CMake issues on Rocky 8 by Jakub Ružička · 1 year, 7 months ago
  70. 30e5210 VERSION bump to version 2.1.46 by Michal Vasko · 1 year, 7 months ago
  71. bdf9d97 SOVERSION bump to version 2.31.10 by Michal Vasko · 1 year, 7 months ago
  72. 32ca49b path BUGFIX require first node prefix in JSON paths by Michal Vasko · 1 year, 7 months ago
  73. a28343b VERSION bump to version 2.1.45 by Michal Vasko · 1 year, 7 months ago
  74. 5b82b48 SOVERSION bump to version 2.31.9 by Michal Vasko · 1 year, 7 months ago
  75. 6727c68 validation OPTIMIZE set log nodes only before an error by Michal Vasko · 1 year, 7 months ago
  76. 55ebbfb VERSION bump to version 2.1.44 by Michal Vasko · 1 year, 7 months ago
  77. e9a1179 SOVERSION bump to version 2.31.8 by Michal Vasko · 1 year, 7 months ago
  78. 514f698 parser json BUGFIX infinite loop in multi-error parsing by Michal Vasko · 1 year, 7 months ago
  79. bfebf66 parser json UPDATE errors shortened by Michal Vasko · 1 year, 7 months ago
  80. b5bba13 distro UPDATE readme formatting improved by Michal Vasko · 1 year, 7 months ago
  81. 5a23cd6 distro UPDATE readme formatting improved by Michal Vasko · 1 year, 7 months ago
  82. 6346639 VERSION bump to version 2.1.43 by Michal Vasko · 1 year, 7 months ago
  83. 4d3d1eb SOVERSION bump to version 2.31.7 by Michal Vasko · 1 year, 7 months ago
  84. c6b8e95 union BUGFIX validating LYB values by Michal Vasko · 1 year, 7 months ago
  85. 6628410 union REFACTOR formatting by Michal Vasko · 1 year, 7 months ago
  86. e733eb7 VERSION bump to version 2.1.42 by Michal Vasko · 1 year, 7 months ago
  87. ae033e7 SOVERSION bump to version 2.31.6 by Michal Vasko · 1 year, 7 months ago
  88. 87c5d6b parser json BUGFIX skipping objects by Michal Vasko · 1 year, 7 months ago
  89. cfcfd67 tree schema BUGFIX avoid redundant message by Michal Vasko · 1 year, 7 months ago
  90. 275cc95 VERSION bump to version 2.1.41 by Michal Vasko · 1 year, 7 months ago
  91. 27deb0d SOVERSION bump to version 2.31.5 by Michal Vasko · 1 year, 7 months ago
  92. ce55b46 tree data BUGFIX use context for logging by Michal Vasko · 1 year, 7 months ago
  93. 13c5b21 tree data BUGFIX dup parent in different ctx by Michal Vasko · 1 year, 7 months ago
  94. 5d49f94 tree data UPDATE consider modules in different revisions the same by Michal Vasko · 1 year, 7 months ago
  95. 695a7f2 diff BUGFIX creating diff for trees in different ctx by Michal Vasko · 1 year, 7 months ago
  96. c83c054 VERSION bump to version 2.1.40 by Michal Vasko · 1 year, 7 months ago
  97. 3160c99 SOVERSION bump to version 2.31.4 by Michal Vasko · 1 year, 7 months ago
  98. dc668d2 schema compile UPDATE do not implement 2 same modules by Michal Vasko · 1 year, 7 months ago
  99. 30ace50 VERSION bump to version 2.1.39 by Michal Vasko · 1 year, 7 months ago
  100. 97c3f49 SOVERSION bump to version 2.31.3 by Michal Vasko · 1 year, 7 months ago