1. 3676bfb resolve BUGFIX acces only allocated memory on extension free by Michal Vasko · 6 years ago
  2. 5e16cd2 data tree CHANGE new flag for lyd_dup by Michal Vasko · 6 years ago
  3. 4e610cc resovle BUGFIX handle cyclic typedefs with unions by Michal Vasko · 6 years ago
  4. f2ed536 lyb BUGFIX always make lyb data feature-independent by Michal Vasko · 6 years ago
  5. 32fb499 schema tree BUGFIX do not check features while still resolving schema by Michal Vasko · 6 years ago
  6. 28c2558 yang parser BUGFIX check return value by Michal Vasko · 6 years ago
  7. 2859c9e data tree BUGFIX do not search siblings for relative paths by Michal Vasko · 6 years ago
  8. 05b5650 Make anydata value union a typedef by Václav Kubernát · 6 years ago
  9. 0702075 xpath CHANGE handle all top-level schema xpaths correctly by Michal Vasko · 6 years ago
  10. fe199c6 context BUGFIX if no latest import module is found, use context one by Michal Vasko · 6 years ago
  11. eda0a6d lyb CHANGE always log into context by Michal Vasko · 6 years ago
  12. 299961d resolve BUGFIX handle null arguments variant by Michal Vasko · 6 years ago
  13. 7062735 log BUGFIX grammar error by Michal Vasko · 6 years ago
  14. 60adc98 xpath BUGFIX check maximum xpath string length by Michal Vasko · 6 years ago
  15. b4cee61 yang parser BUGFIX correct misleading error message by Michal Vasko · 6 years ago
  16. 71e43e2 data tree DOC improved rpcreply parsing variable arguments by Michal Vasko · 6 years ago
  17. c93bc2d data tree BUGFIX relative path node creation fixes by Michal Vasko · 6 years ago
  18. dc45fe7 Merge pull request #707 from opensourcerouting/os_and_pkg_fixes by Michal Vasko · 6 years ago
  19. 65db376 data tree BUGFIX notifications can also be merged by Michal Vasko · 6 years ago
  20. bd4c4ff lyb Fix byte order ops for Solaris by David Lamparter · 6 years ago
  21. 9b14f18 lyb fix endian.h location for FreeBSD by Martin Winter · 6 years ago
  22. 6a2597e data tree DOC updated diff values meaning by Michal Vasko · 6 years ago
  23. 0d921ef unres_schema_find BUGFIX out of range by Соколов Пётр · 6 years ago
  24. cfbba92 data tree CHANGE allow nodes without hash to be merged by Michal Vasko · 6 years ago
  25. 58c8a4c lyb printer CHANGE forbid printing non-top-level nodes by Michal Vasko · 6 years ago
  26. fb1582f lyb parser BUGFIX skipping unknown nodes by Michal Vasko · 6 years ago
  27. 97a72d5 data tree BUGFIX handle LYD_OPT_DATA 0x0 flag correctly by Michal Vasko · 6 years ago
  28. 73304a2 data tree CHANGE make parameter const by Michal Vasko · 6 years ago
  29. a95aff3 data tree BUGFIX do not free linked nodes by Michal Vasko · 6 years ago
  30. e32c0f2 lyb parser BUGFIX parsing union with a user type fix by Michal Vasko · 6 years ago
  31. 11ae1ff log BUGFIX correctly get top-level node module by Michal Vasko · 6 years ago
  32. a091aad data tre OPTIMIZE efficient lyd_dup_withsiblings on top-level by Michal Vasko · 6 years ago
  33. 969b050 schema tree BUGFIX fatal error on -1 returned by Michal Vasko · 6 years ago
  34. dc26b93 schema tree BUGFIX connect augment children at the end by Michal Vasko · 6 years ago
  35. d0826ca validation CHANGE leafref validation fix by Michal Vasko · 6 years ago
  36. b000329 lyb printer BUGFIX correctly finish all full chunks by Michal Vasko · 6 years ago
  37. c2a2524 lyb parser BUGFIX clear leafref validity flag by Michal Vasko · 6 years ago
  38. 0bc2c67 validation BUGFIX do not resolve nodes for all data types by Michal Vasko · 6 years ago
  39. 299aef1 resolve CHANGE support ext deps for standard data too by Michal Vasko · 6 years ago
  40. 7b2a582 lyb parser CHANGE consider when on all existing nodes to be true by Michal Vasko · 6 years ago
  41. 906ff2f xml printer BUGFIX printing default top-level leaves by Michal Vasko · 6 years ago
  42. 20555d8 data tree CHANGE validation can output diff of changes it made by Michal Vasko · 6 years ago
  43. a5c958f xml BUGFIX make sure namespaces are not copied twice by Michal Vasko · 6 years ago
  44. f713cc0 schema tree BUGFIX check grouping children with respect to uses parent by Michal Vasko · 6 years ago
  45. 993af1e data tree CHANGE function for validating specific modules by Michal Vasko · 6 years ago
  46. f41c25e data tree CHANGE node freeing refactored by Michal Vasko · 6 years ago
  47. fc582a6 Merge pull request #682 from NoobAruna/NoobAruna-patch-1 by Michal Vasko · 6 years ago
  48. 2e80aff resolve MAINTENANCE formatting by Michal Vasko · 6 years ago
  49. ec06ed4 resolve BUGFIX handle lefref predicates going to top-level by Michal Vasko · 6 years ago
  50. 5ca5509 Update resolve.c by NoobAruna · 6 years ago
  51. b728c9f extensions BUGFIX reflect change from commit 01cdea196 by Radek Krejci · 6 years ago
  52. 1c19bcd libyang BUGFIX don't access LYS_EXT ->parent by David Lamparter · 6 years ago
  53. 503d172 libyang BUGFIX undersized realloc() by David Lamparter · 6 years ago
  54. 8655fb2 lyb printer BUGFIX iter typo by Michal Vasko · 6 years ago
  55. 11c72ef data tree BUGFIX do not check default values on move by Michal Vasko · 6 years ago
  56. 96c262f data tree BUGFIX we must always unlink the sibling on move by Michal Vasko · 6 years ago
  57. fc0b960 schema tree BUGFIX consider choices when looking for augment targets by Michal Vasko · 6 years ago
  58. 156d037 data tree BUGFIX allow only empty leaves in edit, not leaf-lists by Michal Vasko · 6 years ago
  59. 0234026 validation CHANGE skip more checks with trusted flag by Michal Vasko · 6 years ago
  60. d1a7382 xpath BUGFIX checking leafrefs in grouping should pass without warnings by Michal Vasko · 6 years ago
  61. 1d81621 xpath BUGFIX target in a leafref in a grouping will not be set by Michal Vasko · 6 years ago
  62. f932949 data tree CHANGE allow creation of empty leaves by Michal Vasko · 6 years ago
  63. b4b31f6 log BUGFIX correctly handle logging input strings with '%' by Michal Vasko · 6 years ago
  64. 7d15c3a printer & parser CHANGE be strict about data tree files by Michal Vasko · 6 years ago
  65. 978ea6d lyb printer MAINTENANCE formatting and a message improvement by Michal Vasko · 6 years ago
  66. b2ba097 common BUGFIX always create a hash of desired length by Michal Vasko · 6 years ago
  67. a310a45 Revert "extensions BUGFIX support for more than 256 extensions in one statement" by Michal Vasko · 6 years ago
  68. 01fc23a lyb MAINTENANCE prevent infinite loop by Michal Vasko · 6 years ago
  69. 8142689 lyb BUGFIX enum byte size check by Michal Vasko · 6 years ago
  70. 42ddd0f extensions BUGFIX support for more than 256 extensions in one statement by Michal Vasko · 6 years ago
  71. c40a209 resolve BUGFIX only leafrefs can be unresolvable in a grouping by Michal Vasko · 6 years ago
  72. b0c2835 parser BUGFIX do not set flag before identity resolution by Michal Vasko · 6 years ago
  73. 85225a2 data tree CHANGE new options for duplicating nodes by Michal Vasko · 6 years ago
  74. bfb109e data tree CHANGE do not remove empty containers during validation by Michal Vasko · 6 years ago
  75. 8af8220 resolve BUGFIX auto-delete behavior according to RFCs by Michal Vasko · 6 years ago
  76. 78dc9c2 plugins NEW add extension loading by pointer by David Lamparter · 6 years ago
  77. 7d89492 resolve BUGFIX some default values in groupings cannot be checked by Michal Vasko · 6 years ago
  78. 00f28a7 resolve BUGFIX added missing message by Michal Vasko · 6 years ago
  79. 6dbc053 yang parser BUGFIX invalid free by Michal Vasko · 6 years ago
  80. 18f7481 fix spelling errors by David Lamparter · 6 years ago
  81. e41dfe6 libyang BUGFIX actually make symbols hidden by default by Michal Vasko · 6 years ago
  82. 98adcb6 data tree CHANGE do not invalidate leaf if no change occurs by Michal Vasko · 6 years ago
  83. 9fec130 schema tree CHANGE adjust type detection to support old compilers by Michal Vasko · 6 years ago
  84. 7ba3744 parser CHANGE backup old value when parsing a new one by Michal Vasko · 6 years ago
  85. f1c0394 Merge branch 'devel' of https://github.com/cesnet/libyang into devel by Michal Vasko · 6 years ago
  86. 8c1a31a user types BUGFIX support for arbitrary date-and-time precision by Michal Vasko · 6 years ago
  87. ad42851 Merge pull request #652 from opensourcerouting/types-compatible-cpp by Michal Vasko · 6 years ago
  88. b3d6d19 libyang CHANGE add config virtual node to ietf-netconf by Michal Vasko · 6 years ago
  89. 007677e Extend the TYPES_COMPATIBLE macro to understand C++ by Renato Westphal · 6 years ago
  90. a547566 data tree BUGFIX consider when for mandatory choices by Michal Vasko · 6 years ago
  91. 48fdb05 schema tree CHANGE compatibility change by Michal Vasko · 6 years ago
  92. 1b991ea xpath BUGFIX correct hash table handling in helper functions by Michal Vasko · 6 years ago
  93. a3af4e9 parser BUGFIX typo by Michal Vasko · 6 years ago
  94. dc176ef json parser BUGFIX null pointer access by Michal Vasko · 6 years ago
  95. f9e4594 json parser BUGFIX parsing output list nodes by Michal Vasko · 6 years ago
  96. 48c73df schema tree BUGFIX copy req when duplicating a leafref type by Michal Vasko · 6 years ago
  97. 38cec77 schema tree DOC corrected description by Michal Vasko · 6 years ago
  98. 627016e resolve BUGFIX handle lists with config true keys in groupings by Michal Vasko · 6 years ago
  99. d459640 Merge pull request #641 from opensourcerouting/portability-no-c11 by Michal Vasko · 6 years ago
  100. 6ff287d Merge pull request #639 from opensourcerouting/typos by Michal Vasko · 6 years ago