1. 8104fd4 validation FEATURE optional diff creation by Michal Vasko · 4 years, 2 months ago
  2. 33185cb diff BUGFIX insufficient includes/feature macro for strdup on OSX by Radek Krejci · 4 years, 2 months ago
  3. 7f769d7 libyang MAINTENANCE init variables by Radek Krejci · 4 years, 2 months ago
  4. 204c54c diff BUGFIX add missing include of compat.h by Radek Krejci · 4 years, 2 months ago
  5. 200f106 libyang BUGFIX check return code of asprintf() by Radek Krejci · 4 years, 2 months ago
  6. 82fa8d4 trees BUGFIX checking failure of the called functions by Radek Krejci · 4 years, 2 months ago
  7. e6323f6 diff FEATURE merge diff by Michal Vasko · 4 years, 3 months ago
  8. 25a3282 data tree FEATURE dup and find for metadata by Michal Vasko · 4 years, 3 months ago
  9. 61551fa data tree FEATURE dedicated any value setting function by Michal Vasko · 4 years, 3 months ago
  10. 4ba6aef data tree BUGFIX do not remove dflt from nodes by Michal Vasko · 4 years, 3 months ago
  11. 0b24538 data tree BUGFIX wrong variable used by Michal Vasko · 4 years, 3 months ago
  12. b3ddccb data tree BUGFIX use ENOT for false compare by Michal Vasko · 4 years, 3 months ago
  13. cb017cc xml BUGFIX heap oob crash issues in lyxml_parse_value (#1129) by Juraj Vijtiuk · 4 years, 3 months ago
  14. d59035b diff REFACTOR put diff into separate source/header by Michal Vasko · 4 years, 3 months ago
  15. 26e8001 validation CHANGE validating single module data by Michal Vasko · 4 years, 3 months ago
  16. fbed4ea validation BUGFIX import fix by Michal Vasko · 4 years, 3 months ago
  17. 6d49766 data parser MAINTENANCE minor fixes by Michal Vasko · 4 years, 3 months ago
  18. ed4fcfe libyang MAINTENANCE fox uninitialized vars warnings by Michal Vasko · 4 years, 3 months ago
  19. 63f3d84 libyang REFACTOR parsed/printed bytes in in/out structs by Michal Vasko · 4 years, 3 months ago
  20. cb1b7c0 xpath MAINTENANCE simplify node replace in moveto_node_hash by Michal Vasko · 4 years, 3 months ago
  21. 99c7164 xpath BUGFIX wrong malloc size by Michal Vasko · 4 years, 3 months ago
  22. 0d55bc3 xpath MAINTENANCE redundant code removed by Michal Vasko · 4 years, 3 months ago
  23. 1e5d561 lyb parser BUGFIX meta_value is freed after use by Michal Vasko · 4 years, 3 months ago
  24. e614320 compile schema BUGFIX check duplicates for augmented/deviated by arrays by Michal Vasko · 4 years, 3 months ago
  25. fd69e1d libyang REFACTOR rename sized array size to count by Michal Vasko · 4 years, 3 months ago
  26. bb84467 validation DOC added doxygen for static functions by Michal Vasko · 4 years, 3 months ago
  27. 119dddd Merge branch 'libyang2' of https://github.com/cesnet/libyang into libyang2 by Michal Vasko · 4 years, 3 months ago
  28. 33ff942 schema tree FEATURE pre-compile identities by Michal Vasko · 4 years, 3 months ago
  29. f6923e8 libyang BUGFIX memory leaks by Radek Krejci · 4 years, 3 months ago
  30. b124784 libyang BUGFIX uninitialized variables by Radek Krejci · 4 years, 3 months ago
  31. f6d14cb libyang BUGFIX NULL-pointer dereference by Radek Krejci · 4 years, 3 months ago
  32. 7931b19 data parser CHANGE unify API with schema parser and use input handler by Radek Krejci · 4 years, 3 months ago
  33. 8de005f types CHANGE unify return error code when validating type and the value by Radek Krejci · 4 years, 3 months ago
  34. ad97c5f libyang BUGFIX cleanup of headers includes by Radek Krejci · 4 years, 3 months ago
  35. 60ea635 data tree FEATURE binary LYB printer and parser by Michal Vasko · 4 years, 3 months ago
  36. 66d9997 printer CHANGE return LY_ERR in a standard way from ly_write_skipped() by Michal Vasko · 4 years, 3 months ago
  37. a3af598 schema tree FEATURE store augmented_by modules by Michal Vasko · 4 years, 3 months ago
  38. 0409164 data tree BUGFIX opaq node handling by Michal Vasko · 4 years, 3 months ago
  39. 2172574 data tree FEATURE function for metadata comparison by Michal Vasko · 4 years, 3 months ago
  40. b130f33 printers BUGFIX signed return value by Michal Vasko · 4 years, 3 months ago
  41. 5ab0d5c xml parser BUGFIX assign parents to meta/attrs by Michal Vasko · 4 years, 3 months ago
  42. 5aa44c0 compat FEATURE use standalone compat "library" by Michal Vasko · 4 years, 3 months ago
  43. e893ddd data tree FEATURE functions for creating and applying diff by Michal Vasko · 4 years, 3 months ago
  44. f55ae20 xml BUGFIX always set correct EOF status by Michal Vasko · 4 years, 3 months ago
  45. 7d1e62a printers BUGFIX incorrect use of fclose() in ly_out_new_fd() by Radek Krejci · 4 years, 3 months ago
  46. d975f86 schema tree FEATURE function for user-rodered list checking by Michal Vasko · 4 years, 3 months ago
  47. a29a576 data tree REFACTOR rename attr to meta by Michal Vasko · 4 years, 3 months ago
  48. c57d9a9 data tree MAINTENANCE simplify key check by Michal Vasko · 4 years, 3 months ago
  49. 654bc85 data tree BUGFIX insert inval arg check by Michal Vasko · 4 years, 3 months ago
  50. 5bfd4be data tree FEATURE option to skip list key children by Michal Vasko · 4 years, 3 months ago
  51. 2acb5a6 parser xml BUGFIX skip unknown elements only if not opaq by Michal Vasko · 4 years, 3 months ago
  52. 6cd9b6b data tree BUGFIX do not hash twice when duplicating by Michal Vasko · 4 years, 3 months ago
  53. 7c4cf1e validation BUGFIX appending to empty data tree by Michal Vasko · 4 years, 3 months ago
  54. aa7f4fa xml parser BUGFIX skip elements for non-strict parsing by Michal Vasko · 4 years, 3 months ago
  55. 4490d31 data tree FEATURE lyd_merge() implemented by Michal Vasko · 4 years, 3 months ago
  56. f6df0a0 data tree FEATURE implement LYD_DUP_WITH_FLAGS by Michal Vasko · 4 years, 3 months ago
  57. 1a2bf2e data tree BUGFIX compare leaves with their real types by Michal Vasko · 4 years, 3 months ago
  58. a8f9eb3 data tree BUGFIX lyd_new_path return value by Michal Vasko · 4 years, 3 months ago
  59. 03190fd plugin types BUGFIX comparing values in an union by Michal Vasko · 4 years, 3 months ago
  60. 8cef523 xml MAINTENANCE docs added by Michal Vasko · 4 years, 3 months ago
  61. 00cbf53 data tree FEATURE lyd_new_path() and lyd_change_term() by Michal Vasko · 4 years, 3 months ago
  62. 84ce7b1 printers CHANGE provide error information from ly_out constructors by Radek Krejci · 4 years, 3 months ago
  63. ca376bd headers MAINTENANCE headers/include cleanup by Radek Krejci · 4 years, 3 months ago
  64. 26da522 printers CHANGE add alternative API by Radek Krejci · 4 years, 4 months ago
  65. 099fd21 printer CHANGE move ly_out_flush() into public API by Radek Krejci · 4 years, 4 months ago
  66. 2aae375 printer BUGFIX close underlying file in case of freeing LY_OUT_FILEPATH output handler by Radek Krejci · 4 years, 4 months ago
  67. c5a12e1 printers CHANGE reset (clean) output content by ly_out_reset() by Radek Krejci · 4 years, 4 months ago
  68. baeb838 printers CHANGE modify basic printers' functions to provide number of printed bytes by Radek Krejci · 4 years, 4 months ago
  69. f0e1ba5 parsers CHANGE redesign API of all the parsers by Radek Krejci · 4 years, 4 months ago
  70. 004d315 path FEATURE new compiled path structure (#1108) by Michal Vasko · 4 years, 3 months ago
  71. db4f9e4 printer BUGFIX ignore NP state containers for explicit print by Michal Vasko · 4 years, 4 months ago
  72. 3e48bf3 xpath REFACTOR individual equal and non-equal tokens by Michal Vasko · 4 years, 4 months ago
  73. 24cddf8 xpath MAINTENANCE make print_token() non-static by Michal Vasko · 4 years, 4 months ago
  74. 535ea9f libyang CHANGE headers includes cleanup using include-what-you-use tool (#1098) by Radek Krejci · 4 years, 4 months ago
  75. 1467635 xpath MAINTENANCE minor refactorization by Michal Vasko · 4 years, 4 months ago
  76. 57c10cd context FETAURE yang-library data generation by Michal Vasko · 4 years, 4 months ago
  77. db51a8d xpath BUGFIX handle no set by Michal Vasko · 4 years, 4 months ago
  78. 97e76fd xpath BUGFIX always get the implemented module by Michal Vasko · 4 years, 4 months ago
  79. 3cf8fbf xpath BUGFIX sorting empty sets by Michal Vasko · 4 years, 4 months ago
  80. 40a0008 schema compile BUGFIX do not escape ^ and $ in [] by Michal Vasko · 4 years, 4 months ago
  81. cbff3e9 data tree BUGFIX ignore LY_EINCOMPLETE when creating term nodes by Michal Vasko · 4 years, 4 months ago
  82. f872e20 data tree CHANGE use either schema or data node for logging by Michal Vasko · 4 years, 4 months ago
  83. b00f3cf data tree MAINTENANCE improve error on inner node creation by Michal Vasko · 4 years, 4 months ago
  84. 3544d1e data tree CHANGE use schema node for printing by Michal Vasko · 4 years, 4 months ago
  85. be8031d types plugins FEATURE print non-matching pattern by Michal Vasko · 4 years, 4 months ago
  86. cf296c8 models FEATURE use RFC revisions for standard models by Michal Vasko · 4 years, 4 months ago
  87. 0a33b04 schema compilation BUGFIX prefix resolving of identityref's bases by Radek Krejci · 4 years, 4 months ago
  88. d86997b tree data FEATURE lyd_new_meta function by Michal Vasko · 4 years, 4 months ago
  89. 28d7843 tree schema FEATURE use LY_ENOT for false feature state by Michal Vasko · 4 years, 4 months ago
  90. 519fd60 schema tree FEATURE lys_atomize_xpath API function by Michal Vasko · 4 years, 4 months ago
  91. 61ac2f6 xpath BUGFIX special top-level paths by Michal Vasko · 4 years, 4 months ago
  92. 19a3060 doc FEATURE mention special xpath constant search requirements by Michal Vasko · 4 years, 4 months ago
  93. c2f1129 data tree FEATURE support white-spaces in "keys" predicate by Michal Vasko · 4 years, 4 months ago
  94. 241f6b5 libyang CHANGE rename ambiguous lyp_ prefixed functions and structures by Radek Krejci · 4 years, 4 months ago
  95. 2ff0d57 doc BUGFIX trees information organization by Radek Krejci · 4 years, 4 months ago print_info
  96. a5bba31 printers CHANGE rewrite printers mechanism by Radek Krejci · 4 years, 9 months ago
  97. 4fa6ebf info printer MAINTENANCE rename LYS_OUTPUT_NO_SUBST to LYS_OUTPUT_NO_SUBSTMT by Radek Krejci · 4 years, 10 months ago
  98. d8c0f5e schema CHANGE allow printing compiled schema node/subtree by Radek Krejci · 4 years, 10 months ago
  99. 09e8d0a schema CHANGE add lys_find_node() to resolve schema path by Radek Krejci · 4 years, 10 months ago
  100. 4965553 Merge pull request #1088 from CESNET/change_tests_splittage by Michal Vasko · 4 years, 4 months ago