1. eaef7c9 tree data BUGFIX correct pointer to duplicated parents by Michal Vasko · 11 months ago
  2. 534eb3f set UPDATE ordered index remove by Michal Vasko · 11 months ago
  3. 7e4a6c7 tree data BUGFIX missing macro by Michal Vasko · 12 months ago
  4. 21c11c2 tree data UPDATE schema node getter func by Michal Vasko · 12 months ago
  5. 838829d tree data UPDATE additional support for opaque nodes by Michal Vasko · 12 months ago
  6. da09abf common BUGFIX always set number of bytes by Michal Vasko · 12 months ago
  7. 989cdb4 tree data BUGFIX check for valid UTF-8 strings by Michal Vasko · 12 months ago
  8. 8b4f22f common BUGFIX print only the invalid character by Michal Vasko · 12 months ago
  9. be9136a common OPTIMIZE minor optimizations by Michal Vasko · 12 months ago
  10. 5911880 hash table REFACTOR use return value by Michal Vasko · 12 months ago
  11. c0feb68 tree_data OPTIMIZE optimize creation of children htable by Olivier Matz · 1 year ago
  12. 78e96d8 tree_data OPTIMIZE don't check dups on htable insertion by Olivier Matz · 1 year ago
  13. 6ad93d9 hash_table FEATURE new api to insert without lookup by Olivier Matz · 12 months ago
  14. 6a669c1 hash_table UPDATE insert record at the end of the hlist by Olivier Matz · 12 months ago
  15. 75c0019 hash_table REFACTOR simplify collision management by Olivier Matz · 1 year ago
  16. a6139e0 validation BUGFIX subtree validation by Michal Vasko · 12 months ago
  17. 04a89c2 validation BUGFIX check previous instances for duplicates as well by Michal Vasko · 12 months ago
  18. 0820b5b doc UPDATE clarify subtree parsing validation by Michal Vasko · 12 months ago
  19. 5339b4f path BUGFIX use predicate iterator by Michal Vasko · 12 months ago
  20. c6a1fe6 dict UPDATE avoid comparison of the exact same strings by Michal Vasko · 12 months ago
  21. de17be1 dict BUGFIX check whole compared string by Michal Vasko · 12 months ago
  22. a4e5eb4 printer json BUGFIX opaque leaf-list attribute print by Michal Vasko · 1 year ago
  23. 7d603c9 identityref REVERT canonical value in JSON format with prefix by Michal Vasko · 1 year ago
  24. d3b351a tree data UPDATE standard functions from static functions (#2101) by Irfan · 1 year ago
  25. 539d6a9 tree data BUGFIX path of nodes in an operation by Michal Vasko · 1 year ago
  26. dd03ff1 parser common UPDATE log metadata paths by Michal Vasko · 1 year ago
  27. 273727c log UPDATE add line number to paths by Michal Vasko · 1 year ago
  28. 0320543 log BUGFIX handle append to empty string by Michal Vasko · 1 year ago
  29. cd9c00b log REFACTOR func for data path generation by Michal Vasko · 1 year ago
  30. 510554a tree schema UPDATE func for getting leafref target by Michal Vasko · 1 year ago
  31. 0ee30a8 printer json BUGFIX nested union value print by Ilyes Ben Hamouda · 1 year, 1 month ago
  32. 9c8125e printer xml BUGFIX opaque nodes without namespace by Michal Vasko · 1 year ago
  33. 35c145a Windows: accept backslashes in file names by Jan Kundrát · 1 year, 1 month ago
  34. 026737b refactor: one place to verify correct schema file name by Jan Kundrát · 1 year, 1 month ago
  35. 32d3d97 parser json BUGFIX store all parsed nodes by Michal Vasko · 1 year, 1 month ago
  36. 4a1e3e8 parsers UPDATE notification children order irrelevant by Michal Vasko · 1 year, 1 month ago
  37. ef19c77 parser json BUGFIX invalid assert by Michal Vasko · 1 year, 1 month ago
  38. 687609f tree data BUGFIX freed node access by Michal Vasko · 1 year, 1 month ago
  39. 0dc4a26 tree data UPDATE forbid freeing keys of lists by Michal Vasko · 1 year, 1 month ago
  40. 5df2852 parsers BUGFIX parsing operation appended to a parent by Michal Vasko · 1 year, 1 month ago
  41. 222be68 xpath BUGFIX proper support for opaque nodes by Michal Vasko · 1 year, 1 month ago
  42. 420cc25 tree data BUGFIX lyd_owner_module behavior now consistent by Michal Vasko · 1 year, 1 month ago
  43. dc9e27b validation BUGFIX proper skip of validating opaque nodes by Michal Vasko · 1 year, 1 month ago
  44. 9d9b88d tree data BUGFIX opaque error for nested opaque nodes by Michal Vasko · 1 year, 1 month ago
  45. 6a0bb25 tree data BUGFIX keep opaque nodes at the data end by Michal Vasko · 1 year, 1 month ago
  46. 60d929e tree data REFACTOR unified return by Michal Vasko · 1 year, 1 month ago
  47. b25cbfc parser json BUGFIX finish parsing meta with expected status by Michal Vasko · 1 year, 1 month ago
  48. a878a89 parser UPDATE guess opaque node schema nodes by Michal Vasko · 1 year, 1 month ago
  49. a26babd tree data BUGFIX opaque node keys checking by Michal Vasko · 1 year, 1 month ago
  50. e50a0b5 tree data REFACTOR variable reuse by Michal Vasko · 1 year, 1 month ago
  51. fbd0da4 xpath UPDATE clarify when opaque nodes are considered by Michal Vasko · 1 year, 1 month ago
  52. ccd1fa6 tree data UPDATE improve error path by Michal Vasko · 1 year, 1 month ago
  53. ef71b39 xpath BUGFIX proper set clean by Michal Vasko · 1 year, 1 month ago
  54. a16dbb4 parser xml UPDATE opaq node values by Michal Vasko · 1 year, 1 month ago
  55. 123f1c0 validation BUGFIX missing hash insert by Michal Vasko · 1 year, 1 month ago
  56. e271a31 tree data OPTIMIZE faster opaque node search by Michal Vasko · 1 year, 1 month ago
  57. d8a5201 tree data UPDATE lyd_find_sibling_* must ignore opaque nodes by Michal Vasko · 1 year, 1 month ago
  58. ffc05ea printer BUGFIX fix for ly_realloc() failure in ly_vprint_() by Barbaros Tokaoglu · 1 year, 1 month ago
  59. 4f33116 diff BUGFIX handle merging opaque diff nodes by Michal Vasko · 1 year, 1 month ago
  60. 2e3af13 printer yang UPDATE print newlines in musts and whens by Michal Vasko · 1 year, 1 month ago
  61. 38266a4 parser yang BUGFIX avoid storing \r char by Michal Vasko · 1 year, 1 month ago
  62. f760bba instanceid REFACTOR uninit var warning by Michal Vasko · 1 year, 1 month ago
  63. 7b3a00e libyang REFACTOR add more compiler printf attributes by Michal Vasko · 1 year, 1 month ago
  64. 535d21c parser xml BUGFIX xml values always need some prefix data by Michal Vasko · 1 year, 1 month ago
  65. 5bb196d xml REFACTOR avoid uint overflow by Michal Vasko · 1 year, 1 month ago
  66. 438f378 parser yang BUGFIX encoded newline by Michal Vasko · 1 year, 1 month ago
  67. 2ec0d8f Do not interpret string formatting twice by Jan Kundrát · 1 year, 1 month ago
  68. 6fbf07b tree data BUGFIX even JSON supports operations now by Michal Vasko · 1 year, 1 month ago
  69. 33b9308 parser json BUGFIX proper cleanup by Michal Vasko · 1 year, 1 month ago
  70. 2b7e161 date and time UPDATE gross errors check by Michal Vasko · 1 year, 1 month ago
  71. 00be3d8 union BUGFIX memory leak by Michal Vasko · 1 year, 2 months ago
  72. e2c8fb8 union UPDATE get errors of all the types by Michal Vasko · 1 year, 2 months ago
  73. 30e75a7 hex string UPDATE canonize yang-types hex-strings by Michal Vasko · 1 year, 2 months ago
  74. 9a46347 tree data BUGFIX inserting data for several ext instances by Michal Vasko · 1 year, 2 months ago
  75. 6235e15 parser xml UPDATE hints for elements without a value by Michal Vasko · 1 year, 2 months ago
  76. bafb92c Merge pull request #2074 from hugeping/printer_tree-segfault by aPiecek · 1 year, 2 months ago
  77. 3931115 tree data BUGFIX handling opaque nodes by Michal Vasko · 1 year, 2 months ago
  78. 369c66e printer_tree: avoid NULL pointer dereference in trp_ext_is_present() by Peter Kosyh · 1 year, 2 months ago
  79. f06d19d xpath BUGFIX proper set free by Michal Vasko · 1 year, 2 months ago
  80. 513b87d xpath BUGFIX adding hash of the root node by Michal Vasko · 1 year, 2 months ago
  81. 946b70c parser yang BUGFIX allow in/out without substatements by Michal Vasko · 1 year, 2 months ago
  82. f30bcf1 tree data BUGFIX iterator var by Michal Vasko · 1 year, 2 months ago
  83. f87fbdf tree data BUGFIX creating implicit nodes by Michal Vasko · 1 year, 2 months ago
  84. b87e9a1 log UPDATE avoid returning NULL by Michal Vasko · 1 year, 2 months ago
  85. e420765 log UPDATE return string even on no error by Michal Vasko · 1 year, 2 months ago
  86. b5b883c log UPDATE error codes to string functions by Michal Vasko · 1 year, 2 months ago
  87. dab9cc9 doc UPDATE missing member description by Michal Vasko · 1 year, 2 months ago
  88. 0b1d076 tree schema BUGFIX out param handling on error by Michal Vasko · 1 year, 2 months ago
  89. cd7e4ad nacm BUGFIX extension records by lePici · 1 year, 3 months ago
  90. 21a58fe parser_json BUGFIX unitialized variable ext by lePici · 1 year, 3 months ago
  91. 074d9a1 tree data BUGFIX new path requires prefix for first node by Michal Vasko · 1 year, 3 months ago
  92. 2be7c8a diff BUGFIX no descendants for user-ord lists by Michal Vasko · 1 year, 3 months ago
  93. 9af4091 diff BUGFIX keep user-ord changes order by Michal Vasko · 1 year, 3 months ago
  94. d452567 diff BUGFIX keep descendant operations by Michal Vasko · 1 year, 3 months ago
  95. fb51a84 diff BUGFIX single subtree for nested changes in move by Michal Vasko · 1 year, 3 months ago
  96. ee9b948 tree data UPDATE key-less lists are always equivalent by Michal Vasko · 1 year, 3 months ago
  97. f048ba5 parser xml REFACTOR move status check into func by Michal Vasko · 1 year, 3 months ago
  98. 85be65e parsers BUGFIX metadata error logging by Michal Vasko · 1 year, 3 months ago
  99. 6459269 parser data UPDATE allow action element for actions by Michal Vasko · 1 year, 3 months ago
  100. aa54894 schema compile UPDATE implementing modules in expressions by Michal Vasko · 1 year, 4 months ago