1. f13b87b libyang REFACTOR avoid constant literals by Radek Krejci · 3 years, 10 months ago
  2. 6a9cb0f YANG parser BUGFIX correct use of realloc() - use ly_realloc() instead. by Radek Krejci · 3 years, 10 months ago
  3. 405cc9e schema compile FEATURE two step unres resolution by Michal Vasko · 3 years, 10 months ago
  4. 69e6bbb yang parser FEATURE skip all superfluous characters by Michal Vasko · 3 years, 11 months ago
  5. afac782 libyang REFACTOR printer -> in, parser -> out by Michal Vasko · 4 years ago
  6. 5d24f6c libyang REFACTOR use lysp_module instead of lys_module as mod_def by Michal Vasko · 4 years ago
  7. 6973015 uncrustify FORMAT set various uncrustify options by Michal Vasko · 4 years ago
  8. 891d753 uncrustify FORMAT minor problems in recent changes by Michal Vasko · 4 years ago
  9. c3781c3 schema tree REFACTOR compatibility of lysp_module and lysp_submodule by Michal Vasko · 4 years ago
  10. e9c050f schema tree FEATURE support deviation type prefixes by Michal Vasko · 4 years ago
  11. 7f45cf2 libyang REFACTOR applying deviations, augments, and refines (#1217) by Michal Vasko · 4 years ago
  12. f027df7 schema parsers BUGFIX setting correct return error code by Radek Krejci · 4 years ago
  13. 011e4aa dictionary REFACTOR unify functions pattern to return LY_ERR by Radek Krejci · 4 years, 1 month ago
  14. 96e48da schema BUGFIX correct yang-version value for 1.0 by Radek Krejci · 4 years, 1 month ago
  15. 857189e libyang FEATURE introduce and use new ly_bool type by Radek Krejci · 4 years, 1 month ago
  16. ba03a5a set CHANGE make ly_set* functions return LY_ERR values by Radek Krejci · 4 years, 1 month ago
  17. 1deb5be libyang REFACTOR use size-specific int types instead of generic types (#1177) by Radek Krejci · 4 years, 1 month ago
  18. 22df3f0 uncrustify FEATURE all spacing connected to * by Michal Vasko · 4 years, 1 month ago
  19. d989ba0 uncrustify FEATURE control stmt spacing options by Michal Vasko · 4 years, 1 month ago
  20. 0f96988 libyang FORMAT uncrustify format of all sources by Radek Krejci · 4 years, 1 month ago
  21. 1e008d2 libyang MAINTENANCE change format of the empty loops by Radek Krejci · 4 years, 1 month ago
  22. 7c8439f printers FEATURE submodule print by Michal Vasko · 4 years, 2 months ago
  23. 6b26e74 schema tree BUGFIX accessible tree fixes by Michal Vasko · 4 years, 2 months ago
  24. 63f3d84 libyang REFACTOR parsed/printed bytes in in/out structs 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. ca376bd headers MAINTENANCE headers/include cleanup by Radek Krejci · 4 years, 3 months ago
  27. 004d315 path FEATURE new compiled path structure (#1108) by Michal Vasko · 4 years, 3 months ago
  28. 535ea9f libyang CHANGE headers includes cleanup using include-what-you-use tool (#1098) by Radek Krejci · 4 years, 4 months ago
  29. 7eb54ba libyang CHANGE use LY_ARRAY_SIZE_TYPE for iterator variables in LY_TREE_FOR by Radek Krejci · 4 years, 4 months ago
  30. 1bf0939 parser xml NEW rpc/action parsing by Michal Vasko · 4 years, 6 months ago
  31. b36053d parser xml CHANGE major refactorization by Michal Vasko · 4 years, 6 months ago
  32. b83af8a parser BUGFIX inout statemets cannot be defined empty by Michal Vasko · 4 years, 9 months ago
  33. 90edde4 yang parser BUGFIX traling whitespace counter by Michal Vasko · 4 years, 10 months ago
  34. ff13cd1 YANG parser BUGFIX parsing double-quoted strings by Radek Krejci · 5 years ago
  35. d49fe11 YANG parser BUGFIX reading escaped characters in quoted strings by fredgan · 5 years ago
  36. 7f9b651 common CHANGE new ly_strncmp() by Radek Krejci · 5 years ago
  37. b9eeb9c common CHANGE add RETVAL argument to LY_LIST_NEW_RET macro by David Sedlák · 5 years ago
  38. 9943524 tests BUGFIX reflect changes in logging and set position type in parser contexts by Radek Krejci · 5 years ago
  39. 335332a extensions CHANGE WIP implementation of Metadata annotations by Radek Krejci · 5 years ago
  40. d6b7645 extensions CHANGE base for substatements support in extension instances by Radek Krejci · 5 years ago
  41. 346fe75 Merge branch 'libyang2' of https://github.com/CESNET/libyang into libyang2 by Radek Krejci · 5 years ago
  42. 0935f41 extensions FEATURE YANG extension plugins support with NACM as proof-of-concept by Radek Krejci · 5 years ago
  43. e8b74df schema parsers BUGFIX check return value of ly_set_add function call by David Sedlák · 5 years ago
  44. 62ca3f4 YANG parser BUGFIX valid YANG UTF8 characters range by Radek Krejci · 5 years ago
  45. 1538a84 schema parsers CHANGE improvements in error messages by David Sedlák · 5 years ago
  46. 60adc09 yang parser CHANGE use generic macros for linked lists by David Sedlák · 5 years ago
  47. 1b62312 schema parsers CHANGE make lys_parse_mem functions compatible with yin_parser_ctx by David Sedlák · 5 years ago
  48. 7f2b6ca Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
  49. 577fb66 common CHANGE remove unused flags from lysp_deviate_del structure by David Sedlák · 5 years ago
  50. 4ad42aa MAINTENANCE variable initiation by Radek Krejci · 5 years ago
  51. 68ef3dc yang parser BUGFIX memory leak by David Sedlák · 5 years ago
  52. 0d6de5a yin parser CHANGE add support for uses element by David Sedlák · 5 years ago
  53. d2ebe57 yang parser CHANGE move parse_finalize_reallocated() to tree_schema_helpers so it can be reused in yin parser by David Sedlák · 5 years ago
  54. d6ce6d7 yang parser BUGFIX allow -0 as value, not as position by David Sedlák · 5 years ago
  55. b9b892c tree schema internal CHANGE remove unused parameter from YANG_CHECK_NONEMPTY macro by David Sedlák · 5 years ago
  56. 07869a5 yin parser CHANGE add support for enum element by David Sedlák · 5 years ago
  57. 129a09c yang parser CHANGE move YANG_CHECK_NONEMPTY to tree_schema_internal.h by David Sedlák · 5 years ago
  58. 6544c18 yang parser CHANGE move validation of enum name to separate function by David Sedlák · 5 years ago
  59. ca36c42 yin parser CHANGE add support for bit element by David Sedlák · 5 years ago
  60. 7a8b247 yang parser BUGFIX incorrect return value 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. 4a65053 yin parser CHANGE validate argument value according to its type by David Sedlák · 5 years ago
  64. 0dee2d2 Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
  65. 2444f8f yang parser BUGFIX argument of argument statement is identifier-arg-str according to YANG ABNF grammar by David Sedlák · 5 years ago
  66. 2f54df5 YANG parser BUGFIX memory leak by Radek Krejci · 5 years ago
  67. b307719 tree schema internal CHANGE rename LOGVAL_YANG macro to LOGVAL_PARSER by David Sedlák · 5 years ago
  68. 5f8f033 internal tree schema CHANGE add lysp_ prefix to match_kw function by David Sedlák · 5 years ago
  69. 1bccdfa tree schema helpers REFACTOR by David Sedlák · 5 years ago
  70. f09e4e8 YANG parser BUGFIX parsing when statement with empty ("") argument by Radek Krejci · 5 years ago
  71. 7fc6829 YANG parser BUGFIX updating pointers to objects stored in sized arrays by Radek Krejci · 5 years ago
  72. abdd806 YANG parser BUGFIX processing keywords (checking their end) by Radek Krejci · 5 years ago
  73. 9006a4e YANG parser BUGFIX handling empty ('') text arguments. by Radek Krejci · 5 years ago
  74. 1302828 YANG parser BUGFIX counting read lines for log messages by Radek Krejci · 5 years ago
  75. 5b93049 YANG parser BUGFIX processing block comments by Radek Krejci · 5 years ago
  76. 4e199f5 YANG parser BUGFIX check for empty statement argument where identifier expected by Radek Krejci · 5 years ago
  77. 0a1d0d4 YANG parser BUGFIX improve checking of input data when parsing by Radek Krejci · 5 years ago
  78. 2d7a47b tests CHANGE speedup building by Radek Krejci · 5 years ago
  79. e7b9509 data tree FEATURE initial implementation of YANG data support by Radek Krejci · 5 years ago
  80. d3ca063 printer YANG FEATURE initial implementation of YANG printer by Radek Krejci · 5 years ago
  81. c091739 YANG parser BUGFIX dereferencing NULL pointer by Radek Krejci · 5 years ago
  82. f29b7c3 YANG parser CHANGE checking for valid combination of buf_store_char() parameters by Radek Krejci · 5 years ago
  83. bb9b198 BUGFIX memory leaks by Radek Krejci · 5 years ago
  84. b07b5c9 BUGFIX possible NULL pointer dereferences by Radek Krejci · 5 years ago
  85. f538ce5 schema compile CHANGE support for RPC/action in deviations and additional tests by Radek Krejci · 6 years ago
  86. 6eeb58f schema compile CHANGE initial support for RPC/actions by Radek Krejci · 6 years ago
  87. 40544fa test CHANGE additional tests for YANG parser by Radek Krejci · 6 years ago
  88. 0bcdaed schema CHANGE refactor lys_module structure by Radek Krejci · 6 years ago
  89. 0904c16 yang parser MAINTENANCE undef local macros by Radek Krejci · 6 years ago
  90. ceaf212 yang parser DOC add missing descriptions for several macros by Radek Krejci · 6 years ago
  91. 2b61048 YANG parser BUGFIX invalid variable used for pointer arithmetics by Radek Krejci · 6 years ago
  92. 76b3e96 schema compile WIP partial support for uses's refine by Radek Krejci · 6 years ago
  93. e86bf77 schema compile CHANGE basic implementation of applying groupings into uses by Radek Krejci · 6 years ago
  94. a9026eb schema compile CHANGE finished choice and case support, tests added by Radek Krejci · 6 years ago
  95. d05cbd9 schema validation CHANGE checking identity and feature name uniqness by Radek Krejci · 6 years ago
  96. 9bb94eb schema compile CHANGE support list compilation by Radek Krejci · 6 years ago
  97. df6cad1 yang parser CHANGE enhance min/max-elements validation by Radek Krejci · 6 years ago
  98. 0e5d838 schema compile CHANGE leaf-list support by Radek Krejci · 6 years ago
  99. b1a5dcc tests CHANGE more leaf parsing/compilation checks according to RFC by Radek Krejci · 6 years ago
  100. 1011365 schema compile CHANGE check some of the differences between YANG 1.0 and 1.1 by Radek Krejci · 6 years ago