1. 8a67eff parser FEATURE set of currently parsed modules by Michal Vasko · 2 years, 10 months ago
  2. f4fa90d schema compile FEATURE disabled bits/enums unres by Michal Vasko · 2 years, 11 months ago
  3. f9122a0 test REFACTOR formatting by Michal Vasko · 2 years, 11 months ago
  4. ac4450e test FEATURE key order tests by Michal Vasko · 2 years, 11 months ago
  5. c130e16 schema compile FEATURE status checks for deviated definitions by Michal Vasko · 3 years ago
  6. 6b8c510 schema compile MAINTENANCE minor improvements by Michal Vasko · 3 years ago
  7. a036a6b xpath UPDATE improve not-found-node warnings in schema by Michal Vasko · 3 years ago
  8. fba7536 xpath FEATURE XPath variable implementation added by aPiecek · 3 years ago
  9. 2a6c53f test MAINTENANCE avoid empty initializers by Michal Vasko · 3 years ago
  10. 22e0f3a libyang MAINTENANCE avoid string longer than 4096 by Michal Vasko · 3 years ago
  11. a0a498b libyang BUGFIX return from void functions by Michal Vasko · 3 years ago
  12. 59e90fc libyang BUGFIX invalid use of void * by Michal Vasko · 3 years ago
  13. dd349cf test REFACTOR fix unused variable warnings by Michal Vasko · 3 years, 1 month ago
  14. c8997c5 schema features BUGFIX error on non-existing feature by Michal Vasko · 3 years, 1 month ago
  15. f3e2db8 schema compile BUGFIX identity in submodules by aPiecek · 3 years, 2 months ago
  16. f4a0a19 schema compile BUGFIX if-feature in identity by aPiecek · 3 years, 2 months ago
  17. 6b3d542 tree schema BUGFIX compilation of identities moved by aPiecek · 3 years, 2 months ago
  18. e2be546 xpath BUGFIX do not parse empty NCNames by Michal Vasko · 3 years, 2 months ago
  19. e02e740 schema compile UPDATE keep deviation not-supported nodes as disabled by Michal Vasko · 3 years, 2 months ago
  20. 2c4d915 schema compile UPDATE improved cyclic when message by Michal Vasko · 3 years, 2 months ago
  21. 84b35fd tests REFACTOR formatting by Michal Vasko · 3 years, 2 months ago
  22. 8297b79 tests CHANGE check for multiple error messages at once by Radek Krejci · 4 years, 1 month ago
  23. c6526b4 schema compile FEATURE check of disabled leafref by aPiecek · 3 years, 2 months ago
  24. d7bd52d schema compile FEATURE check leafref target by aPiecek · 3 years, 3 months ago
  25. 4de7d07 parser schema CHANGE always return non-const modules by Michal Vasko · 3 years, 3 months ago
  26. 0b36561 test NEW collision for grouping, identity, feature by aPiecek · 3 years, 3 months ago
  27. 14d07f0 test MAINTENANCE move collision tests by aPiecek · 3 years, 3 months ago
  28. 28afeef test NEW tests in ::test_typedef() by aPiecek · 3 years, 3 months ago
  29. 4f49a14 test REFACTOR reorganization in ::test_typedef() by aPiecek · 3 years, 3 months ago
  30. 63e080d parser FEATURE added collision check for grouping by aPiecek · 3 years, 3 months ago
  31. c7594b7 schema helpers CHANGE return code and message by aPiecek · 3 years, 3 months ago
  32. ea147b3 schema helpers CHANGE detailed error message by aPiecek · 3 years, 3 months ago
  33. 8d4e75d parser BUGFIX memory-leak due to tpdfs_nodes by aPiecek · 3 years, 3 months ago
  34. c3e2614 schema internal MAINTENANCE removed new_mods set by aPiecek · 3 years, 3 months ago
  35. dfd254d schema compile BUGFIX proper when status inheriting by Michal Vasko · 3 years, 3 months ago
  36. ed725d7 schema compile BUGFIX leafref non-prefixed node module by Michal Vasko · 3 years, 3 months ago
  37. f4258e1 schema compile FEATURE introduction of dependency sets by Michal Vasko · 3 years, 3 months ago
  38. a9f807e schema compile REFACTOR split implementing and compiling schemas by Michal Vasko · 3 years, 3 months ago
  39. 0203b6c schema compile REFACTOR lys_compile improvements by Michal Vasko · 3 years, 3 months ago
  40. df6319c schema compile FEATURE support for glob unres reset by Michal Vasko · 3 years, 3 months ago
  41. dd99258 schema tree REFACTOR pass only new mod set when parsing modules by Michal Vasko · 3 years, 3 months ago
  42. 4e205e8 schema tree REFACTOR always parse and implement separately by Michal Vasko · 3 years, 4 months ago
  43. e8220db schema compile OPTIMIZE separate tasks performed only once by Michal Vasko · 3 years, 4 months ago
  44. 34fa377 printer tree FEATURE printing of node name prefix by aPiecek · 3 years, 4 months ago
  45. b352de7 test MAINTENANCE for printer tree by aPiecek · 3 years, 4 months ago
  46. aa320c9 printer tree BUGFIX status copy in implicit case by aPiecek · 3 years, 4 months ago
  47. 7a28e2f printer tree BUGFIX implicit case if-features by aPiecek · 3 years, 4 months ago
  48. 082c7dc printer tree BUGFIX implicit case in compiled tree by aPiecek · 3 years, 4 months ago
  49. 023f83a doxygen BUGFIX source file headers, file attribute by aPiecek · 3 years, 4 months ago
  50. a85c4fa plugins types FEATURE empty LYB value support by Michal Vasko · 3 years, 5 months ago
  51. 4bb1e37 parser yang BUGFIX parsing path in type statement by aPiecek · 3 years, 5 months ago
  52. 1a09b21 xpath FEATURE distinguish between traversed node and its value by Michal Vasko · 3 years, 5 months ago
  53. b8e43f1 test NEW yang-data for printer tree by aPiecek · 3 years, 5 months ago
  54. aecf751 test NEW printing submodule for printer tree by aPiecek · 3 years, 5 months ago
  55. 7745b28 test NEW printing subtree or node for printer tree by aPiecek · 3 years, 5 months ago
  56. 1c4da36 libyang BUGFIX setting the return code by aPiecek · 3 years, 5 months ago
  57. 40c158c schema compile BUGFIX sooner recompilation by Michal Vasko · 3 years, 5 months ago
  58. 995784f libyang REFACTOR rename lyd_value.canonical to lyd_value._canonical by Radek Krejci · 3 years, 5 months ago
  59. 6d5ba0c libyang FEATURE add lyd_get_value() and lyd_get_meta_value() by Radek Krejci · 3 years, 5 months ago
  60. 224d4b4 libyang CHANGE add LY_VALUE_CANON by Radek Krejci · 3 years, 5 months ago
  61. 8df109d libyang REFACTOR rename LY_PREFIX_FORMAT values by Radek Krejci · 3 years, 5 months ago
  62. e0cd6d9 schema compile BUGFIX modules order when recompiling by Michal Vasko · 3 years, 5 months ago
  63. 30ab8e7 schema compile CHANGE move disabled nodes to global unres by Michal Vasko · 3 years, 5 months ago
  64. 1ccbf54 schema CHANGE more strict recompilation rules by Michal Vasko · 3 years, 5 months ago
  65. 9e50592 test NEW using of lysc node in printer tree by aPiecek · 3 years, 5 months ago
  66. dc8fd57 printer tree BUGFIX section grouping and its nodes by aPiecek · 3 years, 5 months ago
  67. e376b92 test REFACTOR change macros in printer tree test by aPiecek · 3 years, 5 months ago
  68. 774ce40 xpath FEATURE improve invalid xpath character error by Michal Vasko · 3 years, 5 months ago
  69. 90ed21e schema CHANGE remove private_destructor parameter from ly_ctx_destroy() by Radek Krejci · 3 years, 5 months ago
  70. 5676f4e schema compile CHANGE remove possibly false-positive warnings by Michal Vasko · 3 years, 6 months ago
  71. e78faec data tree FEATURE support for lists with duplicate instances by Michal Vasko · 3 years, 6 months ago
  72. ef5f767 tests CHANGE rename config.h to tests_config.h by Radek Krejci · 3 years, 6 months ago
  73. 09fc1a3 utest MAINTAINCE remove uncesary tests for bits type by Radek Iša · 3 years, 6 months ago
  74. 2eac74c parser yin BUGFIX fix checking first character in identitifier by Radek Iša · 3 years, 6 months ago
  75. 447abb8 utest MAINTAINCE remove string test. by Radek Iša · 3 years, 7 months ago
  76. 859a15a libyang REFACTOR separate macros to edit sized arrays and linked list by Radek Krejci · 3 years, 7 months ago
  77. 85ac831 schema BUGFIX processing extension instance argument by Radek Krejci · 3 years, 7 months ago
  78. ab43086 schema CHANGE remove LYEXT_PARENT duplicating ly_stmt by Radek Krejci · 3 years, 7 months ago
  79. 37b04a3 tests MAINTENANCE remove unused and misleading values by Radek Krejci · 3 years, 7 months ago
  80. 39b7fc2 schema CHANGE always store extension's parent statement by Radek Krejci · 3 years, 7 months ago
  81. 5984d22 test MAINTENANCE code formating by Radek Krejci · 3 years, 7 months ago
  82. fc596f9 libyang CHANGE unify the statement enumerations by Radek Krejci · 3 years, 7 months ago
  83. fc2cd07 ext instance REFACTOR generic ext instance parsing by Michal Vasko · 3 years, 7 months ago
  84. 7997d5a printers REFACTOR remove redundant parameters by Michal Vasko · 3 years, 7 months ago
  85. eccf660 schema REFACTOR simplify and unify statements lists by Radek Krejci · 3 years, 8 months ago
  86. 996f077 tests BUGFIX use enum values instead of hexadecimal numeric values by Radek Krejci · 3 years, 8 months ago
  87. e180ed0 dict FEATURE detect errors in lydict_remove by Michal Vasko · 3 years, 8 months ago
  88. 0776795 tests REFACTOR remove (mark) the unnecesarry tests on int8 by Radek Iša · 3 years, 8 months ago
  89. 20ddf8b tests CHANGE added unit tests for tree printer by aPiecek · 3 years, 9 months ago
  90. 544e58a schema tree BUGFIX input/output nodes should not be skipped by Michal Vasko · 3 years, 8 months ago
  91. 9a3823e schema CHANGE move when statement from common schema node structure by Radek Krejci · 3 years, 8 months ago
  92. 01180ac schema CHANGE unify naming of children nodes in schema nodes by Radek Krejci · 3 years, 8 months ago
  93. 2a9fc65 schema CHANGE unify actions, inouts and notification with lys*_node by Radek Krejci · 3 years, 8 months ago
  94. d09b762 schema tree BUGFIX case nodes should inherit config by Michal Vasko · 3 years, 8 months ago
  95. df54913 libyang MAINTENANCE source code formatting by Radek Krejci · 3 years, 8 months ago
  96. 589c547 tests CHANGE add tests for including submodules by Radek Krejci · 3 years, 8 months ago
  97. ddace2c libyang REFACTOR avoid connection between context and log location storage by Radek Krejci · 3 years, 9 months ago
  98. 1640e80 tests REFACTOR simplify using customizable input handler by Radek Krejci · 3 years, 9 months ago
  99. dd713ce input CHANGE optimize newlines counting in input handler by Radek Krejci · 3 years, 9 months ago
  100. 2efc45b libyang REFACTOR simplify logging and extend location information by Radek Krejci · 3 years, 9 months ago