1. 62af369 utest UPDATE log check simplification by Michal Vasko · 1 year, 8 months ago
  2. 2bf4af4 unrustify UPDATE move to version 0.76 by Michal Vasko · 1 year, 9 months ago
  3. c8806c8 tree schema BUGFIX resolve parsed exts for main module only by Michal Vasko · 1 year, 10 months ago
  4. f8ebf13 log UPDATE input logging cleared and updated by Michal Vasko · 1 year, 10 months ago
  5. 193dacd plugins exts CHANGE ext parsing isolated into a callback by Michal Vasko · 2 years ago
  6. d0625d7 parser REFACTOR unify context naming by Michal Vasko · 2 years ago
  7. c0c64ae tree schema CHANGE plugin record in parsed extensions by Michal Vasko · 2 years ago
  8. c636ea4 libyang REFACTOR use freeing context by Michal Vasko · 2 years ago
  9. 12ef536 tests REFACTOR do not use static free functions by Michal Vasko · 2 years ago[Renamed (89%) from tests/utests/schema/test_parser_yang.c]
  10. b24145d tree schema UPDATE check for namespace collisions by Michal Vasko · 2 years, 2 months ago
  11. 4f9da5e tree schema BUGFIX unlinking derived identities on error by Michal Vasko · 2 years, 6 months ago
  12. 8a67eff parser FEATURE set of currently parsed modules by Michal Vasko · 2 years, 10 months ago
  13. a0a498b libyang BUGFIX return from void functions by Michal Vasko · 3 years ago
  14. 8297b79 tests CHANGE check for multiple error messages at once by Radek Krejci · 4 years, 1 month ago
  15. 63e080d parser FEATURE added collision check for grouping by aPiecek · 3 years, 3 months ago
  16. 8d4e75d parser BUGFIX memory-leak due to tpdfs_nodes by aPiecek · 3 years, 3 months ago
  17. c3e2614 schema internal MAINTENANCE removed new_mods set by aPiecek · 3 years, 3 months ago
  18. dd99258 schema tree REFACTOR pass only new mod set when parsing modules by Michal Vasko · 3 years, 3 months ago
  19. 4bb1e37 parser yang BUGFIX parsing path in type statement by aPiecek · 3 years, 5 months ago
  20. 90ed21e schema CHANGE remove private_destructor parameter from ly_ctx_destroy() by Radek Krejci · 3 years, 5 months ago
  21. 859a15a libyang REFACTOR separate macros to edit sized arrays and linked list by Radek Krejci · 3 years, 7 months ago
  22. ab43086 schema CHANGE remove LYEXT_PARENT duplicating ly_stmt by Radek Krejci · 3 years, 7 months ago
  23. 39b7fc2 schema CHANGE always store extension's parent statement by Radek Krejci · 3 years, 7 months ago
  24. fc596f9 libyang CHANGE unify the statement enumerations by Radek Krejci · 3 years, 7 months ago
  25. 0776795 tests REFACTOR remove (mark) the unnecesarry tests on int8 by Radek Iša · 3 years, 8 months ago
  26. 01180ac schema CHANGE unify naming of children nodes in schema nodes by Radek Krejci · 3 years, 8 months ago
  27. 2a9fc65 schema CHANGE unify actions, inouts and notification with lys*_node by Radek Krejci · 3 years, 8 months ago
  28. df54913 libyang MAINTENANCE source code formatting by Radek Krejci · 3 years, 8 months ago
  29. ddace2c libyang REFACTOR avoid connection between context and log location storage by Radek Krejci · 3 years, 9 months ago
  30. 1640e80 tests REFACTOR simplify using customizable input handler by Radek Krejci · 3 years, 9 months ago
  31. dd713ce input CHANGE optimize newlines counting in input handler by Radek Krejci · 3 years, 9 months ago
  32. 2efc45b libyang REFACTOR simplify logging and extend location information by Radek Krejci · 3 years, 9 months ago
  33. d54412f libyang CHANGE extend input handler by line counter by Radek Krejci · 3 years, 9 months ago
  34. 33090f9 YANG parser CHANGE move input handler into parser context by Radek Krejci · 3 years, 9 months ago
  35. 56ca9e4 utests data REFACTOR put repetitive commands into macros by Radek Iša · 4 years ago
  36. b4ac5a9 tests MAINTENANCE source code formatting by Radek Krejci · 3 years, 10 months ago
  37. 405cc9e schema compile FEATURE two step unres resolution by Michal Vasko · 3 years, 10 months ago
  38. afac782 libyang REFACTOR printer -> in, parser -> out by Michal Vasko · 4 years ago
  39. 5d24f6c libyang REFACTOR use lysp_module instead of lys_module as mod_def by Michal Vasko · 4 years ago
  40. c3781c3 schema tree REFACTOR compatibility of lysp_module and lysp_submodule by Michal Vasko · 4 years ago
  41. 7f45cf2 libyang REFACTOR applying deviations, augments, and refines (#1217) by Michal Vasko · 4 years ago
  42. 96e48da schema BUGFIX correct yang-version value for 1.0 by Radek Krejci · 4 years, 1 month ago
  43. 1deb5be libyang REFACTOR use size-specific int types instead of generic types (#1177) by Radek Krejci · 4 years, 1 month ago
  44. 7c8439f printers FEATURE submodule print by Michal Vasko · 4 years, 2 months ago
  45. 3a41dff libyang REFACTOR return values and options changes by Michal Vasko · 4 years, 2 months ago
  46. 63f3d84 libyang REFACTOR parsed/printed bytes in in/out structs by Michal Vasko · 4 years, 3 months ago
  47. fd69e1d libyang REFACTOR rename sized array size to count by Michal Vasko · 4 years, 3 months ago
  48. 70593c1 tests CHANGE headers includes cleanup by Radek Krejci · 4 years, 3 months ago
  49. f0e1ba5 parsers CHANGE redesign API of all the parsers by Radek Krejci · 4 years, 4 months ago
  50. 3a4889a tests CHANGE join related schema tests by Radek Krejci · 4 years, 4 months ago[Renamed (95%) from tests/utests/test_parser_yang.c]
  51. 1fd5ad6 tests CHANGE move tests from source view to a units view by Radek Krejci · 4 years, 4 months ago[Renamed from tests/src/test_parser_yang.c]
  52. b36053d parser xml CHANGE major refactorization by Michal Vasko · 4 years, 6 months ago
  53. b83af8a parser BUGFIX inout statemets cannot be defined empty by Michal Vasko · 4 years, 9 months ago
  54. ff13cd1 YANG parser BUGFIX parsing double-quoted strings by Radek Krejci · 5 years ago
  55. d49fe11 YANG parser BUGFIX reading escaped characters in quoted strings by fredgan · 5 years ago
  56. 9943524 tests BUGFIX reflect changes in logging and set position type in parser contexts by Radek Krejci · 5 years ago
  57. d6b7645 extensions CHANGE base for substatements support in extension instances by Radek Krejci · 5 years ago
  58. 1b62312 schema parsers CHANGE make lys_parse_mem functions compatible with yin_parser_ctx by David Sedlák · 5 years ago
  59. 1af868e yin parser CHANGE add support for max-elements element by David Sedlák · 5 years ago
  60. d6ce6d7 yang parser BUGFIX allow -0 as value, not as position by David Sedlák · 5 years ago
  61. 9fb515f yang parser BUGFIX dont't allow position and value statements interchangeably by David Sedlák · 5 years ago
  62. 40bb13b yang parser BUGFIX validate identifier-ref-arg-str properly by David Sedlák · 5 years ago
  63. 4ccd7c3 tests FIX missing file from last commit by David Sedlák · 5 years ago
  64. f09e4e8 YANG parser BUGFIX parsing when statement with empty ("") argument by Radek Krejci · 5 years ago
  65. abdd806 YANG parser BUGFIX processing keywords (checking their end) by Radek Krejci · 5 years ago
  66. 4e199f5 YANG parser BUGFIX check for empty statement argument where identifier expected by Radek Krejci · 5 years ago
  67. 0a1d0d4 YANG parser BUGFIX improve checking of input data when parsing by Radek Krejci · 5 years ago
  68. 2d7a47b tests CHANGE speedup building by Radek Krejci · 5 years ago
  69. bbbbda9 tests BUGFIX include compatibility code to run in different environments by Radek Krejci · 5 years ago
  70. e7b9509 data tree FEATURE initial implementation of YANG data support by Radek Krejci · 5 years ago
  71. d3ca063 printer YANG FEATURE initial implementation of YANG printer by Radek Krejci · 5 years ago
  72. fc11bd7 schema compile CHANGE Notifications support by Radek Krejci · 5 years ago
  73. f538ce5 schema compile CHANGE support for RPC/action in deviations and additional tests by Radek Krejci · 6 years ago
  74. b4adbf1 tests BUGFIX YANG parser's augment test not used by Radek Krejci · 6 years ago
  75. 3822263 schema compile CHANGE check for identity circular dependency by Radek Krejci · 6 years ago
  76. 5a7c4a5 tests CHANGE extend tests for augment statement in YANG by Radek Krejci · 6 years ago
  77. 40544fa test CHANGE additional tests for YANG parser by Radek Krejci · 6 years ago
  78. 0bcdaed schema CHANGE refactor lys_module structure by Radek Krejci · 6 years ago
  79. e86bf77 schema compile CHANGE basic implementation of applying groupings into uses by Radek Krejci · 6 years ago
  80. 9800fb8 schema compile CHANGE anydata and anyxml support by Radek Krejci · 6 years ago
  81. a9026eb schema compile CHANGE finished choice and case support, tests added by Radek Krejci · 6 years ago
  82. 056d0a8 schema compile CHANGE partial support for choice/case nodes by Radek Krejci · 6 years ago
  83. d05cbd9 schema validation CHANGE checking identity and feature name uniqness by Radek Krejci · 6 years ago
  84. 9bb94eb schema compile CHANGE support list compilation by Radek Krejci · 6 years ago
  85. df6cad1 yang parser CHANGE enhance min/max-elements validation by Radek Krejci · 6 years ago
  86. 0e5d838 schema compile CHANGE leaf-list support by Radek Krejci · 6 years ago
  87. 05b1398 tests CHANGE test min/max-elements in yang parser by Radek Krejci · 6 years ago
  88. b1a5dcc tests CHANGE more leaf parsing/compilation checks according to RFC by Radek Krejci · 6 years ago
  89. 19a9610 tree schema MAINTENANCE split source files to keep smaller files to work with by Radek Krejci · 6 years ago
  90. f3f4784 build BUGFIX correctly set hidden visibility of shared objects by Radek Krejci · 6 years ago
  91. 027d580 test CHANGE enhance type tests and fit them with the recent changes by Radek Krejci · 6 years ago
  92. 4f28eda schema compilation CHANGE partial support for types by Radek Krejci · 6 years ago
  93. 313d990 tests CHANGE enhance test to cover some parts of the recent changes by Radek Krejci · 6 years ago
  94. 8c37083 tests CHANGE test yang parser for container by Radek Krejci · 6 years ago
  95. 9ed7a19 schema parsing CHANGE improve content checking of a loaded schema by Radek Krejci · 6 years ago
  96. faa1eac schema tree CHANGE better checking of name collisions by Radek Krejci · 6 years ago
  97. 086c713 schema parsers FEATURE processing imports and includes by Radek Krejci · 6 years ago
  98. d33273d YANG parser CHANGE support for including submodules by Radek Krejci · 6 years ago
  99. b7db73a schemas FEATURE add schema getters from the context by Radek Krejci · 6 years ago
  100. 2c4e717 schema CHANGE redesign Sized arrays to be usable in a more simple way by Radek Krejci · 6 years ago