1. 4e26adc parse json FEATURE support empty lists by Michal Vasko · 2 years, 6 months ago
  2. 8cc3f66 schema mount UPDATE support for creating nested data by Michal Vasko · 2 years, 6 months ago
  3. 4f9da5e tree schema BUGFIX unlinking derived identities on error by Michal Vasko · 2 years, 6 months ago
  4. 5da938a diff BUGFIX created userord nodes by Michal Vasko · 2 years, 7 months ago
  5. 76096ec json BUGFIX yet another major anydata/anyxml refactoring by Michal Vasko · 2 years, 7 months ago
  6. 509d721 tree data BUGFIX possible freed memory access by Michal Vasko · 2 years, 7 months ago
  7. 08d1dc7 binary FEATURE accept base64 values with newlines by Michal Vasko · 2 years, 7 months ago
  8. 8cf6f72 xml FEATURE support for CDATA by Michal Vasko · 2 years, 7 months ago
  9. f9c0a67 tests UPDATE minor improvement by Michal Vasko · 2 years, 7 months ago
  10. b17efe9 MSVC: preserve date-and-time with unspecified TZ by Jan Kundrát · 2 years, 7 months ago
  11. 61ad1ff parser json FEATURE support for nested ext instances with data by Michal Vasko · 2 years, 7 months ago
  12. ddd7659 plugins ext FEATURE initial schema-mount support by Michal Vasko · 2 years, 8 months ago
  13. 6a914fb plugins UPDATE format and macro update by Michal Vasko · 2 years, 8 months ago
  14. 2aa36b4 schema mount NEW initial schema mount code by tadeas-vintrlik · 2 years, 11 months ago
  15. fbc4a25 parser json BUGFIX finish anydata parsing by Michal Vasko · 2 years, 8 months ago
  16. 24bd22f xpath BUGFIX evaluation of * on schema by Michal Vasko · 2 years, 8 months ago
  17. 733d9fd schema compile BUGFIX uses when parsed module by Michal Vasko · 2 years, 8 months ago
  18. f128972 plugins types BUGFIX local module of dflt ident without prefix by Michal Vasko · 2 years, 8 months ago
  19. ecdc222 schema compile BUGFIX config flag for grouping nodes in augment by Michal Vasko · 2 years, 8 months ago
  20. 978532b schema compile UPDATE internal module another rev implement by Michal Vasko · 2 years, 8 months ago
  21. de2e8b2 test UPDATE do not use test source files by Michal Vasko · 2 years, 8 months ago
  22. bbdadda printer & parser json BUGFIX anyxml node by Michal Vasko · 2 years, 9 months ago
  23. 56d8da8 schema compile UPDATE use compiled module as current mod for unique by Michal Vasko · 2 years, 9 months ago
  24. e2789d3 Windows: tests: path handling by Jan Kundrát · 2 years, 9 months ago
  25. d104767 Windows: tests: do not invoke syscalls on an invalid FDs by Jan Kundrát · 2 years, 9 months ago
  26. f4a742f MSVC: tests: fix a naked "negative 2^31 literal" by Jan Kundrát · 2 years, 9 months ago
  27. 323c312 tests: Plugins are not supported on Windows, yet by Jan Kundrát · 2 years, 9 months ago
  28. 34bb928 Use semicolon as a directory delimiter on Windows by Jan Kundrát · 2 years, 9 months ago
  29. b1aa77f Windows: use binary I/O everywhere by Jan Kundrát · 2 years, 9 months ago
  30. 13ed812 MSVC: tests: fix linking with yangobj by Jan Kundrát · 2 years, 9 months ago
  31. 2d2675f MSVC: tests: link with all the compat libraries by Jan Kundrát · 2 years, 9 months ago
  32. 8a4e59e MSVC: do not build fuzz/ and style/ tests on Windows by Jan Kundrát · 2 years, 9 months ago
  33. a3fe12a MSVC: do not link with -lm by Jan Kundrát · 2 years, 10 months ago
  34. e182a27 Allow building on platforms without `struct tm.tm_gmtoff`, `timezone`, `daylight` by Jan Kundrát · 2 years, 10 months ago
  35. a0d2aaa tests: do not hardcode paths under /tmp by Jan Kundrát · 2 years, 9 months ago
  36. a836094 build: format-check: invoke `make` in a portable way by Jan Kundrát · 2 years, 9 months ago
  37. 8a67eff parser FEATURE set of currently parsed modules by Michal Vasko · 2 years, 10 months ago
  38. c2dabc3 date and time BUGFIX support for unknown timezone by Michal Vasko · 2 years, 10 months ago
  39. f4fa90d schema compile FEATURE disabled bits/enums unres by Michal Vasko · 2 years, 11 months ago
  40. f9122a0 test REFACTOR formatting by Michal Vasko · 2 years, 11 months ago
  41. ac4450e test FEATURE key order tests by Michal Vasko · 2 years, 11 months ago
  42. 106f086 tree data FEATURE lyd_new_path() relative paths for opaque parents by Michal Vasko · 2 years, 11 months ago
  43. 17d0c5c diff BUGFIX delete merge lost changes by Michal Vasko · 2 years, 11 months ago
  44. aecb11f context BUGFIX ctx set options inval arg by Michal Vasko · 3 years ago
  45. c130e16 schema compile FEATURE status checks for deviated definitions by Michal Vasko · 3 years ago
  46. 6b8c510 schema compile MAINTENANCE minor improvements by Michal Vasko · 3 years ago
  47. 0884d21 path UPDATE option for limiting the acccessible tree by Michal Vasko · 3 years ago
  48. a036a6b xpath UPDATE improve not-found-node warnings in schema by Michal Vasko · 3 years ago
  49. fba7536 xpath FEATURE XPath variable implementation added by aPiecek · 3 years ago
  50. df23eee tree_data FEATURE add XPath variable bindings by aPiecek · 3 years ago
  51. adc1e4f xpath BUGFIX added lyxp_set_free_content() by aPiecek · 3 years ago
  52. fff4dca xpath BUGFIX in eval_predicate by aPiecek · 3 years ago
  53. db08ce5 xpath BUGFIX ignore module for * by Michal Vasko · 3 years ago
  54. e9391c7 validation UPDATE support for specific eapptag and message by Michal Vasko · 3 years ago
  55. 2e88368 parser json BUGFIX parsing object key-value pair in lydjson_data_skip() by Juraj Vijtiuk · 3 years ago
  56. 34de73a tests MAINTENANCE merge dec64 test files by Michal Vasko · 3 years ago
  57. 151ae6c libyang MAINTENANCE variadic macros with no parameters by Michal Vasko · 3 years ago
  58. 2a6c53f test MAINTENANCE avoid empty initializers by Michal Vasko · 3 years ago
  59. 8759f3c tests MAINTENANCE avoid function pointer cast by Michal Vasko · 3 years ago
  60. 22e0f3a libyang MAINTENANCE avoid string longer than 4096 by Michal Vasko · 3 years ago
  61. 7980d9c tests MAINTENANCE char overflow by Michal Vasko · 3 years ago
  62. a0a498b libyang BUGFIX return from void functions by Michal Vasko · 3 years ago
  63. 59e90fc libyang BUGFIX invalid use of void * by Michal Vasko · 3 years ago
  64. 3c6cf2f test lyb NEW added tests leaflist, list, any by aPiecek · 3 years ago
  65. 848e580 test BUGFIX segfault prevention in utests.h by aPiecek · 3 years ago
  66. fbfcba4 test lyb REFACTOR check sequence to macro by aPiecek · 3 years ago
  67. b54dbdb test FEATURE perf test contains leaflist by aPiecek · 3 years, 1 month ago
  68. 4fd9192 xml BUGFIX line restore after data skip by Michal Vasko · 3 years ago
  69. 46eb15e parser json BUGFIX decrease sublevels when skipping empty arrays and objects in lydjson_data_skip by Juraj Vijtiuk · 3 years, 1 month ago
  70. dd349cf test REFACTOR fix unused variable warnings by Michal Vasko · 3 years, 1 month ago
  71. 4a4bfe8 test REFACTOR move type tests into separate files by Michal Vasko · 3 years, 1 month ago
  72. 1a85d33 json BUGFIX proper array parse and print by Michal Vasko · 3 years, 1 month ago
  73. ea304e3 lyb FEATURE printer/parser works with LY_VALUE_LYB by aPiecek · 3 years, 1 month ago
  74. 3ecd4bf plugin union BUGFIX store and parse LYB data by aPiecek · 3 years, 1 month ago
  75. c7c4d5a plugin ipv4/6_prefix BUGFIX value_len in print clb by aPiecek · 3 years, 1 month ago
  76. 507562c plugin instanceid BUGFIX lyplg_type_lypath_new() by aPiecek · 3 years, 1 month ago
  77. a0319a1 plugin enumeration BUGFIX store LYB value by aPiecek · 3 years, 1 month ago
  78. d251b5f plugin binary BUGFIX empty value by aPiecek · 3 years, 1 month ago
  79. c8997c5 schema features BUGFIX error on non-existing feature by Michal Vasko · 3 years, 1 month ago
  80. 18a844e validation BUGFIX in ::lyd_validate_subtree() by aPiecek · 3 years, 1 month ago
  81. f3e2db8 schema compile BUGFIX identity in submodules by aPiecek · 3 years, 2 months ago
  82. f4a0a19 schema compile BUGFIX if-feature in identity by aPiecek · 3 years, 2 months ago
  83. 6b3d542 tree schema BUGFIX compilation of identities moved by aPiecek · 3 years, 2 months ago
  84. d4911ee schema helpers CHANGE added LYS_MOD_IMPORTED_REV by aPiecek · 3 years, 2 months ago
  85. 9f8c7e7 schema_helpers BUGFIX circular dependence check by aPiecek · 3 years, 2 months ago
  86. 8ca21bd tree_schema REFACTOR latest_revision as bit option by aPiecek · 3 years, 2 months ago
  87. e2be546 xpath BUGFIX do not parse empty NCNames by Michal Vasko · 3 years, 2 months ago
  88. 54ba891 parser BUGFIX printf format or param problems by Michal Vasko · 3 years, 2 months ago
  89. e02e740 schema compile UPDATE keep deviation not-supported nodes as disabled by Michal Vasko · 3 years, 2 months ago
  90. 4eab562 parser json BUGFIX do not print empty node prefixes by Michal Vasko · 3 years, 2 months ago
  91. 8d15122 tests FEATURE case validation test by Michal Vasko · 3 years, 2 months ago
  92. e137fc4 xml FEATURE support for special xml attr prefix by Michal Vasko · 3 years, 2 months ago
  93. 2c4d915 schema compile UPDATE improved cyclic when message by Michal Vasko · 3 years, 2 months ago
  94. 6ee6f43 parser FEATURE support for faster ordered parsing by Michal Vasko · 3 years, 2 months ago
  95. 84b35fd tests REFACTOR formatting by Michal Vasko · 3 years, 2 months ago
  96. 8297b79 tests CHANGE check for multiple error messages at once by Radek Krejci · 4 years, 1 month ago
  97. 02ed9d8 parser BUGFIX any content parsing by Michal Vasko · 3 years, 2 months ago
  98. aa14a0c yang printer CHANGE some tunning of printer to unify output with pyang by Radek Krejci · 4 years, 1 month ago
  99. c6526b4 schema compile FEATURE check of disabled leafref by aPiecek · 3 years, 2 months ago
  100. d7bd52d schema compile FEATURE check leafref target by aPiecek · 3 years, 3 months ago