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