1. a9d4d64 parser json BUGFIX finish anydata parsing by Michal Vasko · 2 years, 8 months ago
  2. c8c94eb xpath BUGFIX evaluation of * on schema by Michal Vasko · 2 years, 8 months ago
  3. d57b664 schema compile BUGFIX uses when parsed module by Michal Vasko · 2 years, 8 months ago
  4. 8589d0a parser xml BUGFIX missing value hint for XML opaq attrs by Michal Vasko · 2 years, 8 months ago
  5. fee29a9 tree data BUGFIX update value for opaq nodes in merge by Michal Vasko · 2 years, 8 months ago
  6. 12a38a4 plugins types BUGFIX local module of dflt ident without prefix by Michal Vasko · 2 years, 8 months ago
  7. 7a88a4e schema compile BUGFIX config flag for grouping nodes in augment by Michal Vasko · 2 years, 8 months ago
  8. f9bed93 parser json BUGFIX invalid memory access by Michal Vasko · 2 years, 8 months ago
  9. fda52ac schema compile UPDATE internal module another rev implement by Michal Vasko · 2 years, 8 months ago
  10. ca6832d diff UPDATE more internal errors made specific by Michal Vasko · 2 years, 8 months ago
  11. 1076528 diff UPDATE specific messages for errors in diff by Michal Vasko · 2 years, 8 months ago
  12. 8b83209 parser json BUGFIX skip unknown meta for data nodes by Michal Vasko · 2 years, 8 months ago
  13. 3cb9fb2 tree schema FEATURE use latest module caching by Michal Vasko · 2 years, 8 months ago
  14. 4e28fbc xpath1.0 BUGFIX correct handling of value length 0 by Michal Vasko · 2 years, 8 months ago
  15. e5ff367 parser xml BUGFIX avoid invalid memory access by Michal Vasko · 2 years, 9 months ago
  16. 0472624 tree data BUGFIX avoid freeing invalid value by Michal Vasko · 2 years, 9 months ago
  17. 9f1b447 tree data BUGFIX path for node with opaque parent by Michal Vasko · 2 years, 9 months ago
  18. ba8c1b2 instanceid BUGFIX nested types for LYB by Michal Vasko · 2 years, 9 months ago
  19. ca0b23b printer & parser json BUGFIX anyxml node by Michal Vasko · 2 years, 9 months ago
  20. d4f8249 parser xml BUGFIX typo by Michal Vasko · 2 years, 9 months ago
  21. e601aaa parser xml BUGFIX action needs operation node as well by Michal Vasko · 2 years, 9 months ago
  22. c2da307 parser json BUGFIX do not open next element on data skip by Michal Vasko · 2 years, 9 months ago
  23. c486d21 schema compile UPDATE use compiled module as current mod for unique by Michal Vasko · 2 years, 9 months ago
  24. d80c6e4 parser yin BUGFIX ext instance has no stmt order restrictions by Michal Vasko · 2 years, 9 months ago
  25. c998948 inet_* functions on Windows by Jan Kundrát · 2 years, 9 months ago
  26. 7e5036d tests: Plugins are not supported on Windows, yet by Jan Kundrát · 2 years, 9 months ago
  27. a3ea193 Use semicolon as a directory delimiter on Windows by Jan Kundrát · 2 years, 9 months ago
  28. 79ad014 Windows: use binary I/O everywhere by Jan Kundrát · 2 years, 9 months ago
  29. 111ce78 MSVC: there's no mmap() on Windows by Jan Kundrát · 2 years, 10 months ago
  30. e8fa5de MSVC: extract file name from FD by Jan Kundrát · 2 years, 10 months ago
  31. 8e63fe6 MSVC: implement some of the atomic operations via MSVC' Interlocked ops by Jan Kundrát · 2 years, 10 months ago
  32. c6e39de MSVC: handle symbol visibility by Jan Kundrát · 2 years, 10 months ago
  33. c1a1d03 MSVC: handle THREAD_LOCAL by Jan Kundrát · 2 years, 10 months ago
  34. aac59c2 Allow building on platforms without `struct tm.tm_gmtoff`, `timezone`, `daylight` by Jan Kundrát · 2 years, 10 months ago
  35. a2fd210 include: make self-sufficient by Jan Kundrát · 2 years, 10 months ago
  36. 67544fe parser yang BUGFIX extension instance statement order by Michal Vasko · 2 years, 9 months ago
  37. 9716ca7 schema compile REFACTOR local function made static by Michal Vasko · 2 years, 9 months ago
  38. 80a5b0c xpath BUGFIX empty ptr access by Michal Vasko · 2 years, 9 months ago
  39. 0245d50 xpath BUGFIX handle root context node by Michal Vasko · 2 years, 9 months ago
  40. 279539d tree data FEATURE function lyd_find_xpath3 by Michal Vasko · 2 years, 9 months ago
  41. 62b7f76 xpath BUGFIX current() result for root ctx node by Michal Vasko · 2 years, 9 months ago
  42. 88d3759 validation BUGFIX keep order of node_when nodes by Michal Vasko · 2 years, 9 months ago
  43. d320337 printer json BUGFIX close array only if opened by Michal Vasko · 2 years, 10 months ago
  44. 40b8059 parser json BUGFIX lydctx may be NULL on error by Michal Vasko · 2 years, 10 months ago
  45. 9e6420b printer yin BUGFIX use parent flag for when print by Michal Vasko · 2 years, 10 months ago
  46. a3afbfe parser FEATURE set of currently parsed modules by Michal Vasko · 2 years, 10 months ago
  47. 22cd9ea date and time BUGFIX handle DST when moving timestamp to UTC by Michal Vasko · 2 years, 10 months ago
  48. 0110cc9 validation BUGFIX ignore unresolved when when adding implicit nodes by Michal Vasko · 2 years, 10 months ago
  49. 4865f1b tree schema BUGFIX macro NULL handling by Michal Vasko · 2 years, 10 months ago
  50. a5af776 xpath BUGFIX uninitialized variable access by Michal Vasko · 2 years, 10 months ago
  51. 9d41411 xpath BUGFIX faulty logic when moving all the nodes in a set by Michal Vasko · 2 years, 10 months ago
  52. b6b2530 printer json BUGFIX assert when printing nested list instance by Michal Vasko · 2 years, 10 months ago
  53. 486f5b3 validation BUGFIX hanlde all unexpected node types by Michal Vasko · 2 years, 10 months ago
  54. 6c680ca validation BUGFIX memory leak by Michal Vasko · 2 years, 10 months ago
  55. 9264b0f Get rid of volatile in favor of atomics by Václav Kubernát · 2 years, 10 months ago
  56. 6574f8a log DOC minor update by Michal Vasko · 2 years, 10 months ago
  57. 05181e9 config BUGFIX include-time compiler attributes by Michal Vasko · 2 years, 10 months ago
  58. da6eb32 config BUGFIX extension and types plugin dir swapped by Michal Vasko · 2 years, 10 months ago
  59. 1d80a53 libyang UPDATE handle different contexts in functions by Michal Vasko · 2 years, 10 months ago
  60. cc2d75e schema compile BUGFIX iteration skipping items by Michal Vasko · 2 years, 10 months ago
  61. 1d7d6e5 date and time BUGFIX support for unknown timezone by Michal Vasko · 2 years, 10 months ago
  62. f8b1b0d tree schema BUGFIX dep set feature dependency by Michal Vasko · 2 years, 10 months ago
  63. ce94923 doc UPDATE explicit data freeing function mention by Michal Vasko · 2 years, 11 months ago
  64. f4fa90d schema compile FEATURE disabled bits/enums unres by Michal Vasko · 2 years, 11 months ago
  65. aa95652 xpath UPDATE print context node for xpath warnings by Michal Vasko · 2 years, 11 months ago
  66. 5e60e87 tree data DOC improve attribute docs by Michal Vasko · 2 years, 11 months ago
  67. 183b911 printer json BUGFIX union realtype value print by Michal Vasko · 2 years, 11 months ago
  68. d2f404f tree data helpers BUGFIX move iterator by Michal Vasko · 2 years, 11 months ago
  69. 824d083 tree data BUGFIX handle opaque nodes in lists by Michal Vasko · 2 years, 11 months ago
  70. 102b79b printer lyb REFACTOR return value check by Michal Vasko · 2 years, 11 months ago
  71. a5e4163 parser lyb BUGFIX double free by Michal Vasko · 2 years, 11 months ago
  72. efa96e6 parser lyb BUGFIX simple children skip by Michal Vasko · 2 years, 11 months ago
  73. a41826a tree data helpers BUGFIX unknown top-level opaque node by Michal Vasko · 2 years, 11 months ago
  74. 41decbf xpath REFACTOR false-positive uninitialized value by Michal Vasko · 2 years, 11 months ago
  75. 106f086 tree data FEATURE lyd_new_path() relative paths for opaque parents by Michal Vasko · 2 years, 11 months ago
  76. 5b12ae4 path REFACTOR redundant code by Michal Vasko · 2 years, 11 months ago
  77. 8023979 path BUGFIX check for schema parent for relative paths by Michal Vasko · 2 years, 11 months ago
  78. 17d0c5c diff BUGFIX delete merge lost changes by Michal Vasko · 2 years, 11 months ago
  79. c2b0ee0 lyb BUGFIX avoid special zero metadata by Michal Vasko · 2 years, 11 months ago
  80. ec8f427 schema compile amend BUGFIX deviated node needs pointers to operations by Michal Vasko · 2 years, 11 months ago
  81. 4ad69e7 xpath FEATURE optional error on non-matching schema xpath by Michal Vasko · 2 years, 11 months ago
  82. f922e8f tree data DOC mention why merge target is in-out param by Michal Vasko · 3 years ago
  83. aecb11f context BUGFIX ctx set options inval arg by Michal Vasko · 3 years ago
  84. c56d637 context UPDATE new flag for enabling features of imports by Michal Vasko · 3 years ago
  85. a91d87e schema compile BUGFIX safe iteration by Michal Vasko · 3 years ago
  86. c130e16 schema compile FEATURE status checks for deviated definitions by Michal Vasko · 3 years ago
  87. 6b8c510 schema compile MAINTENANCE minor improvements by Michal Vasko · 3 years ago
  88. 9474763 docs: lyd_validate_*(): clarify the extent of possible data modification by Jan Kundrát · 3 years ago
  89. 080155c tree data DOC typo by Michal Vasko · 3 years ago
  90. 0884d21 path UPDATE option for limiting the acccessible tree by Michal Vasko · 3 years ago
  91. 3bda573 tree data MAINTENANCE unused variable by Michal Vasko · 3 years ago
  92. ef53c81 tree schema FEATURE schema node module owner func by Michal Vasko · 3 years ago
  93. a036a6b xpath UPDATE improve not-found-node warnings in schema by Michal Vasko · 3 years ago
  94. 4ec4bc0 tree schema DOC typo by Michal Vasko · 3 years ago
  95. fba7536 xpath FEATURE XPath variable implementation added by aPiecek · 3 years ago
  96. df23eee tree_data FEATURE add XPath variable bindings by aPiecek · 3 years ago
  97. 6da713d xpath DOC added or edited comments on structures by aPiecek · 3 years ago
  98. ff49d76 xpath DOC change explanation of repeat structure by aPiecek · 3 years ago
  99. 96dc1e3 xpath DOC moved to the beginning of the file by aPiecek · 3 years ago
  100. afdf27b xpath REFACTOR remove dead code (break) by aPiecek · 3 years ago