1. 79e50cb tests CHANGE use logger in unit tests for yin parser by David Sedlák · 5 years ago
  2. b1ce3f8 yin parser MAINTENANCE update file headers by David Sedlák · 5 years ago
  3. 6882673 yin parser CHANGE remove dead code after previous changes by David Sedlák · 5 years ago
  4. 392af4f tests CHANGE add unit test for yin_parse_module function by David Sedlák · 5 years ago
  5. c67dcaa tests CHANGE store input for whole test in one string by David Sedlák · 5 years ago
  6. 13b5c11 tests CHANGE remove duplicit test by David Sedlák · 5 years ago
  7. dfafff7 Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
  8. da63c08 tests CHANGE add unit test for yin_parse_import function by David Sedlák · 5 years ago
  9. fad79c9 xml parser CHANGE corner case behavior for earlier detection of end-of-input by Radek Krejci · 5 years ago
  10. 6e50afd Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
  11. d9d3a31 tests CHANGE add unit test for parse_namespace yin parser function by David Sedlák · 5 years ago
  12. aca7403 types FEATURE support identityref data type values by Radek Krejci · 5 years ago
  13. 8f5bce0 tests CHANGE add unit test for parse_text_element yin parser internal function by David Sedlák · 5 years ago
  14. f2c721d xml parser CHANGE do not eat closing elements by lyxml_get_string() by Radek Krejci · 5 years ago
  15. ecf5eb8 Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
  16. 7e9eacd types FEATURE support empty data type values by Radek Krejci · 5 years ago
  17. e3d2b1e types FEATURE support boolean data types by Radek Krejci · 5 years ago
  18. 5819f7c FEATURE patterns evaluation support by Radek Krejci · 5 years ago
  19. 673cd2e tests CHANGE add limit tests for decimal64 values by Radek Krejci · 5 years ago
  20. e88beef data FEATURE support for validating and parsing decimal64 values by Radek Krejci · 5 years ago
  21. 64c95e6 data FEATURE support for validating and parsing enumeration values by Radek Krejci · 5 years ago
  22. 4e199f5 YANG parser BUGFIX check for empty statement argument where identifier expected by Radek Krejci · 5 years ago
  23. 684faf2 schema compilation BUGFIX handle instantiating of empty grouping without any sibling by Radek Krejci · 5 years ago
  24. 429d6fc types BUGFIX detection of canonical form of bits value by Radek Krejci · 5 years ago
  25. 849a62a data FEATURE support for validating and parsing bits values by Radek Krejci · 5 years ago
  26. 51cddef types FEATURE support for integer built-in types in data by Radek Krejci · 5 years ago
  27. e92210c data types BUGFIX several tests and bugfixes for parsing binary values from XML by Radek Krejci · 5 years ago
  28. 90a719e test BUGFIX add missing test source files by Radek Krejci · 5 years ago
  29. 339e2de xml parser CHANGE handle mixed XML content by Radek Krejci · 5 years ago
  30. 17dca99 XML parser CHANGE make lyxml_ns_rm() return just void, since it just frees by Radek Krejci · 5 years ago
  31. 8cfd46e types BUGFIX checking for binary type restrictions by Radek Krejci · 5 years ago
  32. 8c1054b build CHANGE coverage information by Radek Krejci · 5 years ago
  33. 0a1d0d4 YANG parser BUGFIX improve checking of input data when parsing by Radek Krejci · 5 years ago
  34. 2d7a47b tests CHANGE speedup building by Radek Krejci · 5 years ago
  35. bbbbda9 tests BUGFIX include compatibility code to run in different environments by Radek Krejci · 5 years ago
  36. 4916573 tests BUGFIX reflect the recent changes of the XML parser in its tests by Radek Krejci · 5 years ago
  37. 509e259 tests CHANGE add first simple test for XML YANG data parser by Radek Krejci · 5 years ago
  38. 17a78d8 xml CHANGE hide namespace handling into the XML parser by Radek Krejci · 5 years ago
  39. e7b9509 data tree FEATURE initial implementation of YANG data support by Radek Krejci · 5 years ago
  40. f3939c9 Add fuzz harness for libyang2 by Juraj Vijtiuk · 5 years ago
  41. f2de0ed schema compile FEATURE validate non-instantiated groupings by Radek Krejci · 5 years ago
  42. 0bfec16 set CHANGE do not print error message for invalid arguments in freeing functions by Radek Krejci · 5 years ago
  43. 99b5b2a schema compile BUGFIX detect circular typedefs by Radek Krejci · 5 years ago
  44. 2390fb5 context CHANGE refactor ly_ctx_get_module_iter() by Radek Krejci · 5 years ago
  45. 5457946 CHANGE move from PCRE to PCRE2 by Radek Krejci · 5 years ago
  46. ffb410f tests CHANGE tests for printers of compiled YANG schema by Radek Krejci · 5 years ago
  47. 897ad2e printers CHANGE return number of printed bytes instead of LY_ERR value by Radek Krejci · 5 years ago
  48. 693262f schema printers FEATURE print compiled schema as YANG (LYS_OUT_YANG_COMPILED) by Radek Krejci · 5 years ago
  49. 92cc851 schema compilation BUGFIX nodes mentioned in leafref path's predicates must be implemented by Radek Krejci · 5 years ago
  50. d3ca063 printer YANG FEATURE initial implementation of YANG printer by Radek Krejci · 5 years ago
  51. 3fbc987 xml BUGFIX incorrect length used to allocate memory by Radek Krejci · 5 years ago
  52. 32b6ecd tests CHANGE additional tests of refining actions/notifications from groupings by Radek Krejci · 5 years ago
  53. d5a2b9d lys_getnext() BUGFIX several bugs when searching for action/notification nodes by Radek Krejci · 5 years ago
  54. fc11bd7 schema compile CHANGE Notifications support by Radek Krejci · 5 years ago
  55. 3a077b9 context CHANGE refactor search dir check by Radek Krejci · 5 years ago
  56. c5c31bb xml BUGFIX detect unknown XML section by Radek Krejci · 5 years ago
  57. e0734d2 xml BUGFIX handling namespaces in parent/child elements of the same name by Radek Krejci · 5 years ago
  58. 70d4b0e Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
  59. a740695 yin parser REFACTOR use function to parse yin attributes by David Sedlák · 5 years ago
  60. cd0c951 yin parser work in progress by David Sedlák · 5 years ago
  61. 0daba9a yin parser ADD xmlns support to text elements and namespace element by David Sedlák · 6 years ago
  62. 1873013 yin parser CHANGE preparation for namespace and extension support by David Sedlák · 6 years ago
  63. 3d0a82b xml parser CHANGE don't expect null terminated string as uri in lyxml_ns_add by David Sedlák · 6 years ago
  64. e8fb7dd build CHANGE be mroe strict for compiler to build code coverage and add some docs in README by Radek Krejci · 6 years ago
  65. 6208cfa build FEATURE provide locally generated code coverage report by Radek Krejci · 6 years ago
  66. 7e084f9 tests BUGFIX free context properly by David Sedlák · 6 years ago
  67. 68a1af1 tests REFACTOR unit tests for yin_parser by David Sedlák · 6 years ago
  68. 0a1d667 tests CHANGE lyxml_get_string now reads ending >, reflect this change in parsing test by David Sedlák · 6 years ago
  69. b3bed7a tests ADD parsing of simple xml structure by David Sedlák · 6 years ago
  70. b308214 Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 6 years ago
  71. 28e8cb5 xml parser CHANGE simplify processing of element tag termination by Radek Krejci · 6 years ago
  72. 8cce853 schema compile BUGFIX check RPC/action name uniqueness by Radek Krejci · 6 years ago
  73. f538ce5 schema compile CHANGE support for RPC/action in deviations and additional tests by Radek Krejci · 6 years ago
  74. b0e4937 tests CHANGE enhance lys_getnext() tests by Radek Krejci · 6 years ago
  75. b4adbf1 tests BUGFIX YANG parser's augment test not used by Radek Krejci · 6 years ago
  76. d0676f1 tests MAINTENANCE fix copy-pasted doxygen file header by Radek Krejci · 6 years ago
  77. 05b774b schema BUGFIX several tests and bugfixes of lys_getnext() by Radek Krejci · 6 years ago
  78. b9726b2 tests BUGFIX commit forgotten test source file by Radek Krejci · 6 years ago
  79. 6eeb58f schema compile CHANGE initial support for RPC/actions by Radek Krejci · 6 years ago
  80. 3d92956 schema compile CHANGE make leafref targets implemented by Radek Krejci · 6 years ago
  81. 33f7289 schema compile CHANGE support for type deviation by Radek Krejci · 6 years ago
  82. 551b12c schema compile CHANGE support deviation of min/max-elements by Radek Krejci · 6 years ago
  83. f1421c2 schema compile CHANGE support for deviation of mandatory property by Radek Krejci · 6 years ago
  84. 93dcc39 schema compile CHANGE support deviation of config property by Radek Krejci · 6 years ago
  85. 88ef64b test CHANGE enhance deviation tests by Radek Krejci · 6 years ago
  86. 7af6424 schema compile CHANGE suppoert deviation of unique statements by Radek Krejci · 6 years ago
  87. b4532d1 tests CHANGE enhance deviation tests by Radek Krejci · 6 years ago
  88. 736fd0d yin parser ADD import parsing partialy by David Sedlák · 6 years ago
  89. 733988a schema compile BUGFIX augments with mandatory nodes by Radek Krejci · 6 years ago
  90. 468a94f tests CHANGE enhance deviation tests by Radek Krejci · 6 years ago
  91. ccd20f1 schema compile CHANGE partial support for deviations by Radek Krejci · 6 years ago
  92. 9220612 match_keyword BUGFIX lenght of keyword must be also checked by David Sedlák · 6 years ago
  93. 3017da4 yin parser uses new tree schema structures by David Sedlák · 6 years ago
  94. 8dd03ad Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 6 years ago
  95. 3641f56 schema compile CHANGE support for uses's augments by Radek Krejci · 6 years ago
  96. 09a1fc5 schema compile CHANGE check for circular reference of features by Radek Krejci · 6 years ago
  97. 3822263 schema compile CHANGE check for identity circular dependency by Radek Krejci · 6 years ago
  98. 5a7c4a5 tests CHANGE extend tests for augment statement in YANG by Radek Krejci · 6 years ago
  99. fe90963 schema compile CHANGE simplify mandatory nodes flagging by Radek Krejci · 6 years ago
  100. 00b874b schema compile CHANGE pass augment's and uses's when stmt to their children by Radek Krejci · 6 years ago