1. 78e3c56 Update README.md by Radek Krejci · 3 years, 10 months ago
  2. f4d9729 ci CHANGE add GitHub Actions config files by Radek Krejci · 3 years, 10 months ago
  3. 59e3ed2 ci CHANGE remove standard Travis CI builds by Radek Krejci · 3 years, 10 months ago
  4. cc9688c tests CHANGE do not use "/home" when testing searchpaths by Radek Krejci · 3 years, 10 months ago
  5. 9dc7ea1 travis MAINTAINCE set debug mode if no mode was specified by Radek Iša · 3 years, 10 months ago
  6. ce5096a travis MAINTAINCE change the way of flag coverage propagation by Radek Iša · 3 years, 10 months ago
  7. 2227c66 build BUGFIX Add yanglint tests only when ENABLE_BUILD_TESTS is set by Radek Iša · 3 years, 10 months ago
  8. abec96f build BUGFIX fix disabling test when CMocka is missing. Add warning message when tests is disabled and coverage is enabled by Radek Iša · 3 years, 10 months ago
  9. a1395bb build BUGFIX instead variable CMAKE_C_FLAGS_COVERAGE, use directly variable CMAKE_C_FLAGS by Radek Iša · 3 years, 10 months ago
  10. 12ba04b test MAINTAINCE add enum test for autoassing negative number. add enum and bits test for autoassing nubers biger that higgest allready assigned number by Radek Iša · 3 years, 10 months ago
  11. 14b357e STYLE repair style by command make format by Radek Iša · 3 years, 10 months ago
  12. ca013ee schema compile BUGFIX fix owerflow uint32_t when LY_TYPE_BITS compiling by Radek Iša · 3 years, 10 months ago
  13. 038b60d schema compile BUGFIX fix owerflow int32_t when LY_TYPE_ENUM compiling by Radek Iša · 3 years, 10 months ago
  14. 5cf3bff yanglint CHANGE temporarily disable yanglint's interactive test by Radek Krejci · 3 years, 10 months ago
  15. 0d7809b yanglint BUGFIX some of the error messages are actually just warnings by Radek Krejci · 3 years, 10 months ago
  16. f2afd67 yanglint BUGFIX memory leak by Radek Krejci · 3 years, 10 months ago
  17. 8f45abc data BUGFIX free incomplete data in case of error in lyd_find_xpath() by Radek Krejci · 3 years, 10 months ago
  18. 89757c1 yanglint BUGFIX uninitialized variables by Radek Krejci · 3 years, 10 months ago
  19. 540ce98 yanglint BUGFIX handling output to file in print command by Radek Krejci · 3 years, 10 months ago
  20. b397613 schema tree BUGFIX use return value by Michal Vasko · 3 years, 10 months ago
  21. 12606ee schema compile REFACTOR resolve unres at the end of module compilation by Michal Vasko · 3 years, 10 months ago
  22. f8dc59a libyang BUGFIX set feature macro for strdup() on OSX by Radek Krejci · 3 years, 10 months ago
  23. 6e32ffc travis CHANGE install expect and shunit2 on OS X by Radek Krejci · 3 years, 10 months ago
  24. b3b3afc cmake BUGFIX find expect by Michal Vasko · 3 years, 10 months ago
  25. eb04261 cmake MAINTENANCE strip output of uncrutify version by Michal Vasko · 3 years, 10 months ago
  26. 08c8b27 schema tree FEATURE allow changing enabled features by Michal Vasko · 3 years, 10 months ago
  27. 6fb4c04 schema compile BUGFIX compile uses in input/output by Michal Vasko · 3 years, 10 months ago
  28. c5d6486 schema tree BUGFIX actually implement modules if needed by Michal Vasko · 3 years, 10 months ago
  29. 0550b76 schema tree REFACTOR lysp_load_module function cleanup by Michal Vasko · 3 years, 10 months ago
  30. 606d567 plugins types FEATURE detailed message on invalid identityref value by Michal Vasko · 3 years, 10 months ago
  31. 831422b data tree BUGFIX null pointer access by Michal Vasko · 3 years, 10 months ago
  32. 54b5028 tests BUGFIX do not validate opaque nodes by Michal Vasko · 3 years, 10 months ago
  33. 97ea163 xpath BUGFIX inherit module for JSON node names by Michal Vasko · 3 years, 10 months ago
  34. bf42e83 xpath BUGFIX unresolved value is valid by Michal Vasko · 3 years, 10 months ago
  35. 6a66ffb validation BUGFIX wrong variable by Michal Vasko · 3 years, 10 months ago
  36. bd4db89 validation BUGFIX mandatory nodes with when by Michal Vasko · 3 years, 10 months ago
  37. fcdf301 data tree DOC mention lyd_owner_module works with opaque nodes by Michal Vasko · 3 years, 10 months ago
  38. d5cfa6e data tree REFACTOR lyd_has_when -> lysc_has_when by Michal Vasko · 3 years, 10 months ago
  39. f01fd0b schema compile REFACTOR code duplication by Michal Vasko · 3 years, 10 months ago
  40. 29dd11e schema compile BUGFIX set DISABLED flag when compiling augment children by Michal Vasko · 3 years, 10 months ago
  41. 14c6789 compile schema BUGFIX removing act/notif memory problems by Michal Vasko · 3 years, 10 months ago
  42. 8b36bca plugins types FEATURE log module if ident not found by Michal Vasko · 3 years, 10 months ago
  43. b736cff plugins types BUGFIX crash on no identities in a module by Michal Vasko · 3 years, 10 months ago
  44. d040b90 plugins types FORMAT boolean expr parentheses by Michal Vasko · 3 years, 10 months ago
  45. bbd974a plugins type REFACTOR unify param names by Michal Vasko · 3 years, 10 months ago
  46. d456cf6 path BUGFIX allow inner lists without predicates by Michal Vasko · 3 years, 10 months ago
  47. 177d0ed log FEATURE optionally store ly_err errors in ctx by Michal Vasko · 3 years, 10 months ago
  48. 1de593f context CHANGE do not implement ietf-yang-metadata by Michal Vasko · 3 years, 10 months ago
  49. e868acc yanglint FEATURE add tests for yanglint(1) by Radek Krejci · 3 years, 10 months ago
  50. e9f13b1 yanglint REFACTOR reflect changes in libyang 2.0 in yanglint by Radek Krejci · 3 years, 11 months ago
  51. 92769a7 tests CHANGE expand headers test also to yanglint and yangre tools by Radek Krejci · 3 years, 10 months ago
  52. 545b487 schema FEATURE schema format autodetection from input handler by Radek Krejci · 3 years, 10 months ago
  53. 01a937f schema BUGFIX enable forgotten support for searching YIN schemas by Radek Krejci · 3 years, 10 months ago
  54. 4001a10 yangre MAINTENANCE source formatting by Radek Krejci · 3 years, 10 months ago
  55. cb293a3 build CHANGE move the tools' cmake specs into a standalone CMakeLists files by Radek Krejci · 3 years, 10 months ago
  56. 17ede7a XML printer BUGFIX initial indentation was 2 spaces by Radek Krejci · 3 years, 10 months ago
  57. 25fe3dd schema BUGFIX correct searching nodes in operations in ly_path_compile() by Radek Krejci · 3 years, 11 months ago
  58. c271ff9 schema MAINTENANCE clarify error message text by Radek Krejci · 3 years, 11 months ago
  59. d68ba1b constext BUGFIX incorrect node being created in ly_ctx_get_yanglib_data() by Radek Krejci · 3 years, 11 months ago
  60. ebdaed0 log CHANGE unify API of logger control functions by Radek Krejci · 3 years, 11 months ago
  61. 79856c4 JSON data parser BUGFIX skipping multilevel unknown data by Radek Krejci · 3 years, 10 months ago
  62. fb6c9dd xpath BUGFIX tree dfs does not set elem to NULL when finished by Michal Vasko · 3 years, 10 months ago
  63. dcacf2f validation BUGFIX autodelete leftover defaults of cases by Michal Vasko · 3 years, 10 months ago
  64. 08fd613 data tree BUGFIX opaque node handling by Michal Vasko · 3 years, 10 months ago
  65. 92239c7 data tree DOC add missing doxygen by Michal Vasko · 3 years, 10 months ago
  66. bcf4d7d data tree BUGFIX create default nodes in existing cases by Michal Vasko · 3 years, 10 months ago
  67. 3af81bc data tree BUGFIX store predicate only if valid by Michal Vasko · 3 years, 10 months ago
  68. 1a66a5d data tree BUGFIX free temporary meta by Michal Vasko · 3 years, 10 months ago
  69. 610553d data tree BUGFIX set out param by Michal Vasko · 3 years, 10 months ago
  70. dc1470c plugins types BUGFIX empty dynamic value leak by Michal Vasko · 3 years, 10 months ago
  71. 159b887 out BUGFIX buffered lyb data leak by Michal Vasko · 3 years, 10 months ago
  72. 2b94e4b data BUGFIX check JSON BMP character length by Juraj Vijtiuk · 3 years, 10 months ago
  73. 81bc551 validation BUGFIX add meta for userord diff nodes from validation by Michal Vasko · 3 years, 10 months ago
  74. 51d21b8 data tree BUFGIX set attr module by Michal Vasko · 3 years, 10 months ago
  75. 29134f8 data tree BUGFIX add actual realtype for union by Michal Vasko · 3 years, 10 months ago
  76. 53d4842 diff FEATURE check required meta when adding into diff by Michal Vasko · 3 years, 10 months ago
  77. bb27df3 libyang MAINTENANCE source formatting by Radek Krejci · 3 years, 10 months ago
  78. 2f51094 data tree DOC lyd_merge examples by Michal Vasko · 3 years, 10 months ago
  79. 9350901 json parser BUGFIX memory leak by Michal Vasko · 3 years, 10 months ago
  80. ad92b67 data tree REFACTOR opaq name and its module information structure by Michal Vasko · 3 years, 10 months ago
  81. 713148b xml parser BUGFIX wrong param by Michal Vasko · 3 years, 10 months ago
  82. 501af03 data tree REFACTOR adjust opaque node and attr members by Michal Vasko · 3 years, 11 months ago
  83. ba69670 data tree FEATURE lyd_new_meta2 function by Michal Vasko · 3 years, 11 months ago
  84. 0fdcd24 lyb parser FORMAT typo by Michal Vasko · 3 years, 11 months ago
  85. 6b5cb2a data tree REFACTOR unify value prefix storing by Michal Vasko · 3 years, 11 months ago
  86. c0e58e8 diff FEATURE diff merge defaults flag by Michal Vasko · 3 years, 11 months ago
  87. 4b715ca diff FEATURE add orig-default meta for all changed leaves by Michal Vasko · 3 years, 11 months ago
  88. 871a025 data tree CHANGE preserve default flags in diff nodes by Michal Vasko · 3 years, 11 months ago
  89. 3655924 tests CHANGE add fuzz regression test for checking top-level object in JSON by Juraj Vijtiuk · 3 years, 11 months ago
  90. cd5f622 JSON parser BUGFIX check for the top-level object by Radek Krejci · 3 years, 10 months ago
  91. cdad712 xpath FEATURE ignore when state for lyd_find_xpath by Michal Vasko · 3 years, 11 months ago
  92. 8207e7e data tree FEATURE lyd_has_when function by Michal Vasko · 3 years, 11 months ago
  93. 2612319 data tree BUGFIX inserting before first node by Michal Vasko · 3 years, 11 months ago
  94. ee38a5d lyb parser REFACTOR formatting by Michal Vasko · 3 years, 11 months ago
  95. 610e93b diff BUGFIX orig-default meta is mandatory for leaf replace by Michal Vasko · 3 years, 11 months ago
  96. a24b9af transition DOC add paragraph about validation flags by Michal Vasko · 3 years, 11 months ago
  97. 0f3377d data parser CHANGE remove trusted flag by Michal Vasko · 3 years, 11 months ago
  98. 8612bc8 types BUGFIX checking integer's range by Radek Krejci · 3 years, 11 months ago
  99. 3c2dd6c diff MAINTENANCE safety check for coverity by Michal Vasko · 3 years, 11 months ago
  100. c205843 xpath BUGFIX inverted results of "!=" operator by Michal Vasko · 3 years, 11 months ago