1. 0884d21 path UPDATE option for limiting the acccessible tree by Michal Vasko · 3 years, 1 month ago
  2. a036a6b xpath UPDATE improve not-found-node warnings in schema by Michal Vasko · 3 years, 1 month ago
  3. fba7536 xpath FEATURE XPath variable implementation added by aPiecek · 3 years, 1 month ago
  4. df23eee tree_data FEATURE add XPath variable bindings by aPiecek · 3 years, 1 month ago
  5. adc1e4f xpath BUGFIX added lyxp_set_free_content() by aPiecek · 3 years, 1 month ago
  6. fff4dca xpath BUGFIX in eval_predicate by aPiecek · 3 years, 1 month ago
  7. db08ce5 xpath BUGFIX ignore module for * by Michal Vasko · 3 years, 1 month ago
  8. e9391c7 validation UPDATE support for specific eapptag and message by Michal Vasko · 3 years, 1 month ago
  9. 34de73a tests MAINTENANCE merge dec64 test files by Michal Vasko · 3 years, 2 months ago
  10. 151ae6c libyang MAINTENANCE variadic macros with no parameters by Michal Vasko · 3 years, 2 months ago
  11. 2a6c53f test MAINTENANCE avoid empty initializers by Michal Vasko · 3 years, 2 months ago
  12. 8759f3c tests MAINTENANCE avoid function pointer cast by Michal Vasko · 3 years, 2 months ago
  13. 22e0f3a libyang MAINTENANCE avoid string longer than 4096 by Michal Vasko · 3 years, 2 months ago
  14. 7980d9c tests MAINTENANCE char overflow by Michal Vasko · 3 years, 2 months ago
  15. a0a498b libyang BUGFIX return from void functions by Michal Vasko · 3 years, 2 months ago
  16. 59e90fc libyang BUGFIX invalid use of void * by Michal Vasko · 3 years, 2 months ago
  17. 3c6cf2f test lyb NEW added tests leaflist, list, any by aPiecek · 3 years, 2 months ago
  18. 848e580 test BUGFIX segfault prevention in utests.h by aPiecek · 3 years, 2 months ago
  19. fbfcba4 test lyb REFACTOR check sequence to macro by aPiecek · 3 years, 2 months ago
  20. 4fd9192 xml BUGFIX line restore after data skip by Michal Vasko · 3 years, 2 months ago
  21. dd349cf test REFACTOR fix unused variable warnings by Michal Vasko · 3 years, 2 months ago
  22. 4a4bfe8 test REFACTOR move type tests into separate files by Michal Vasko · 3 years, 2 months ago
  23. 1a85d33 json BUGFIX proper array parse and print by Michal Vasko · 3 years, 3 months ago
  24. ea304e3 lyb FEATURE printer/parser works with LY_VALUE_LYB by aPiecek · 3 years, 3 months ago
  25. 3ecd4bf plugin union BUGFIX store and parse LYB data by aPiecek · 3 years, 3 months ago
  26. c7c4d5a plugin ipv4/6_prefix BUGFIX value_len in print clb by aPiecek · 3 years, 3 months ago
  27. 507562c plugin instanceid BUGFIX lyplg_type_lypath_new() by aPiecek · 3 years, 3 months ago
  28. a0319a1 plugin enumeration BUGFIX store LYB value by aPiecek · 3 years, 3 months ago
  29. d251b5f plugin binary BUGFIX empty value by aPiecek · 3 years, 3 months ago
  30. c8997c5 schema features BUGFIX error on non-existing feature by Michal Vasko · 3 years, 3 months ago
  31. 18a844e validation BUGFIX in ::lyd_validate_subtree() by aPiecek · 3 years, 3 months ago
  32. f3e2db8 schema compile BUGFIX identity in submodules by aPiecek · 3 years, 3 months ago
  33. f4a0a19 schema compile BUGFIX if-feature in identity by aPiecek · 3 years, 3 months ago
  34. 6b3d542 tree schema BUGFIX compilation of identities moved by aPiecek · 3 years, 3 months ago
  35. d4911ee schema helpers CHANGE added LYS_MOD_IMPORTED_REV by aPiecek · 3 years, 4 months ago
  36. 9f8c7e7 schema_helpers BUGFIX circular dependence check by aPiecek · 3 years, 4 months ago
  37. 8ca21bd tree_schema REFACTOR latest_revision as bit option by aPiecek · 3 years, 4 months ago
  38. e2be546 xpath BUGFIX do not parse empty NCNames by Michal Vasko · 3 years, 3 months ago
  39. 54ba891 parser BUGFIX printf format or param problems by Michal Vasko · 3 years, 4 months ago
  40. e02e740 schema compile UPDATE keep deviation not-supported nodes as disabled by Michal Vasko · 3 years, 4 months ago
  41. 4eab562 parser json BUGFIX do not print empty node prefixes by Michal Vasko · 3 years, 4 months ago
  42. 8d15122 tests FEATURE case validation test by Michal Vasko · 3 years, 4 months ago
  43. e137fc4 xml FEATURE support for special xml attr prefix by Michal Vasko · 3 years, 4 months ago
  44. 2c4d915 schema compile UPDATE improved cyclic when message by Michal Vasko · 3 years, 4 months ago
  45. 84b35fd tests REFACTOR formatting by Michal Vasko · 3 years, 4 months ago
  46. 8297b79 tests CHANGE check for multiple error messages at once by Radek Krejci · 4 years, 3 months ago
  47. 02ed9d8 parser BUGFIX any content parsing by Michal Vasko · 3 years, 4 months ago
  48. aa14a0c yang printer CHANGE some tunning of printer to unify output with pyang by Radek Krejci · 4 years, 2 months ago
  49. c6526b4 schema compile FEATURE check of disabled leafref by aPiecek · 3 years, 4 months ago
  50. d7bd52d schema compile FEATURE check leafref target by aPiecek · 3 years, 4 months ago
  51. 4de7d07 parser schema CHANGE always return non-const modules by Michal Vasko · 3 years, 4 months ago
  52. 0b36561 test NEW collision for grouping, identity, feature by aPiecek · 3 years, 4 months ago
  53. 14d07f0 test MAINTENANCE move collision tests by aPiecek · 3 years, 4 months ago
  54. 28afeef test NEW tests in ::test_typedef() by aPiecek · 3 years, 5 months ago
  55. 4f49a14 test REFACTOR reorganization in ::test_typedef() by aPiecek · 3 years, 5 months ago
  56. 63e080d parser FEATURE added collision check for grouping by aPiecek · 3 years, 5 months ago
  57. c7594b7 schema helpers CHANGE return code and message by aPiecek · 3 years, 5 months ago
  58. ea147b3 schema helpers CHANGE detailed error message by aPiecek · 3 years, 5 months ago
  59. 8d4e75d parser BUGFIX memory-leak due to tpdfs_nodes by aPiecek · 3 years, 5 months ago
  60. c3e2614 schema internal MAINTENANCE removed new_mods set by aPiecek · 3 years, 5 months ago
  61. dfd254d schema compile BUGFIX proper when status inheriting by Michal Vasko · 3 years, 5 months ago
  62. ed725d7 schema compile BUGFIX leafref non-prefixed node module by Michal Vasko · 3 years, 5 months ago
  63. ffc92bf lyb BUGFIX last opaque string must have length by Michal Vasko · 3 years, 5 months ago
  64. 6d61855 plugin types BUGFIX ::ly_err_new() format emphasis by aPiecek · 3 years, 5 months ago
  65. 45791ad xml parser & printer FEATURE support for special filter attrs by Michal Vasko · 3 years, 5 months ago
  66. da8fbbf parser xml BUGFIX full xml context backup by Michal Vasko · 3 years, 5 months ago
  67. f4258e1 schema compile FEATURE introduction of dependency sets by Michal Vasko · 3 years, 5 months ago
  68. a9f807e schema compile REFACTOR split implementing and compiling schemas by Michal Vasko · 3 years, 5 months ago
  69. 0203b6c schema compile REFACTOR lys_compile improvements by Michal Vasko · 3 years, 5 months ago
  70. df6319c schema compile FEATURE support for glob unres reset by Michal Vasko · 3 years, 5 months ago
  71. dd99258 schema tree REFACTOR pass only new mod set when parsing modules by Michal Vasko · 3 years, 5 months ago
  72. 4e205e8 schema tree REFACTOR always parse and implement separately by Michal Vasko · 3 years, 5 months ago
  73. 11001a7 tests BUGFIX do not check dlerror() error message (#1625) by Wesley Coakley · 3 years, 5 months ago
  74. 0ba088e json BUGFIX integer under/overflow checks by aPiecek · 3 years, 5 months ago
  75. d443e4b plugins types FEATURE xpath1.0 strict prefix inherit by Michal Vasko · 3 years, 5 months ago
  76. 4f07c3e hash table BUGFIX key_part with zero length by aPiecek · 3 years, 5 months ago
  77. 28e101a json BUGFIX in ::lyjson_number_is_zero() by aPiecek · 3 years, 5 months ago
  78. 76034c3 json BUGFIX in ::lyjson_number() by aPiecek · 3 years, 5 months ago
  79. e8220db schema compile OPTIMIZE separate tasks performed only once by Michal Vasko · 3 years, 5 months ago
  80. 350a6bf json BUGFIX in lyjson_number by aPiecek · 3 years, 6 months ago
  81. 34fa377 printer tree FEATURE printing of node name prefix by aPiecek · 3 years, 6 months ago
  82. b352de7 test MAINTENANCE for printer tree by aPiecek · 3 years, 6 months ago
  83. aa320c9 printer tree BUGFIX status copy in implicit case by aPiecek · 3 years, 6 months ago
  84. 7a28e2f printer tree BUGFIX implicit case if-features by aPiecek · 3 years, 6 months ago
  85. 082c7dc printer tree BUGFIX implicit case in compiled tree by aPiecek · 3 years, 6 months ago
  86. cd3f617 data tree FEATURE data merge with callback by Michal Vasko · 3 years, 6 months ago
  87. c5f36a7 parser json BUGFIX added condition for opaq node by aPiecek · 3 years, 6 months ago
  88. 9cdb9e6 parser xml BUGFIX in function lydxml_data_skip by aPiecek · 3 years, 6 months ago
  89. a40b466 json BUGFIX parsing number with E0 by aPiecek · 3 years, 6 months ago
  90. 49e2a3a json parser BUGFIX duplicate in lydjson_subtree_r by aPiecek · 3 years, 6 months ago
  91. b7b29e6 json BUGFIX opaq node cannot have an empty name by aPiecek · 3 years, 6 months ago
  92. 023f83a doxygen BUGFIX source file headers, file attribute by aPiecek · 3 years, 6 months ago
  93. aa0ee62 plugins types FEATURE fixed size values by Michal Vasko · 3 years, 6 months ago
  94. e3f828d common CHANGE ly_value_prefix_next returns LY_ERR by aPiecek · 3 years, 6 months ago
  95. 8642163 test FEATURE set CET timezone for all the tests by Michal Vasko · 3 years, 6 months ago
  96. 15dc9fa plugins types FEATURE ipv4/v6-prefix LYB value support by Michal Vasko · 3 years, 6 months ago
  97. c07732c plugins types REFACTOR remove explicit support for hex string by Michal Vasko · 3 years, 7 months ago
  98. a85c4fa plugins types FEATURE empty LYB value support by Michal Vasko · 3 years, 7 months ago
  99. 8abe331 plugins types FEATURE date-and-time LYB value support by Michal Vasko · 3 years, 7 months ago
  100. 5c900d6 plugins types CHANGE print the offending length string by Michal Vasko · 3 years, 7 months ago