1. e3bd2f3 data parser DOC lyd_validate_value() by Radek Krejci · 7 years ago
  2. fa39df9 data parser BUGFIX negative values of unsigned integers by Radek Krejci · 7 years ago
  3. 5866c23 resolve BUGFIX decimal64 parsing overflow by Michal Vasko · 7 years ago
  4. e9eb1f6 Merge branch 'fix_emptyinstid' into devel by Michal Vasko · 7 years ago
  5. ff690e7 resolve BUGFIX invalid path in inst-id is fine if not required by Michal Vasko · 7 years ago
  6. b374440 libyang NEW ly_ctx_get_node function again in api by Michal Vasko · 7 years ago
  7. 1b6ca96 CHANGE use json format for instance-identifier by Michal Vasko · 7 years ago
  8. 374c270 Fix for Decimal64 by mohitarora24 · 7 years ago
  9. 034cb10 parsers BUGFIX handling empty instanceid values by Radek Krejci · 7 years ago fix_emptyinstid
  10. 3d679d7 MAINTENANCE fix warnings from gcc7 by Radek Krejci · 7 years ago
  11. 5057671 libyang CHANGE api functions xpath format unified by Michal Vasko · 7 years ago
  12. b3c31bd printers BUGFIX actually return an error on printing error by Michal Vasko · 7 years ago
  13. f35e14b xpath BUGFIX merge snode sets after evaluation by Michal Vasko · 7 years ago
  14. 7ceea85 xpath OPTIMIZE useless to copy all the previously traversed nodes by Michal Vasko · 7 years ago
  15. 3809091 Merge branch 'devel' of https://github.com/cesnet/libyang into devel by Michal Vasko · 7 years ago
  16. 2f28ae5 xpath BUGFIX support for xpath length 256 and more by Michal Vasko · 7 years ago
  17. 28170e2 xpath CHANGE schema xpath evaluates function arguments by Michal Vasko · 7 years ago
  18. f919919 xpath MAINTENANCE added some safe asserts by Michal Vasko · 7 years ago
  19. f87f07d schema parsers BUGFIX parsing range values on 32b system by Radek Krejci · 7 years ago
  20. 76317bf Merge branch 'devel' of https://github.com/CESNET/libyang into devel by Radek Krejci · 7 years ago
  21. 07c18d9 schema parsers BUGFIX remove invalid assert by Radek Krejci · 7 years ago
  22. 1731577 resolve BUGFIX augment path nodes do not inherit prefixes from parent by Michal Vasko · 7 years ago
  23. 3ba2d79 resolve CHANGE added specific leafref resolve fail message by Michal Vasko · 7 years ago
  24. 45ddfce resolve REFACTOR redundant function side effect by Michal Vasko · 7 years ago
  25. fc381d4 tree parsers BUGFIX NULL dereference in extensions processing by Radek Krejci · 7 years ago
  26. 86ae1f2 resolve CHANGE use standard XPath for leafref evaluation by Michal Vasko · 7 years ago
  27. 3c60cbb resolve MAINTENANCE variable renaming and refactoring by Michal Vasko · 7 years ago
  28. a62800d Merge branch 'devel' of https://github.com/cesnet/libyang into devel by Michal Vasko · 7 years ago
  29. f359b02 resolve BUGFIX another batch of xpath prefix fixes by Michal Vasko · 7 years ago
  30. 2eca0de CHANGE print warning when a module is imported multiple times with different prefixes by Radek Krejci · 7 years ago
  31. 9ff79aa schema tree CHANGE xpath functions api change and clarification by Michal Vasko · 7 years ago
  32. fff6098 xpath BUGFIX proper predicate end searching by Michal Vasko · 7 years ago
  33. f355731 data tree DOC function description updated by Michal Vasko · 7 years ago
  34. 2c423b5 libyang DOC xpath examples and description updated by Michal Vasko · 7 years ago
  35. 1510431 xpath BUGFIX unprefixed nodes module by Michal Vasko · 7 years ago
  36. 41cb7c3 xpath CHANGE use proper context node for error messages by Michal Vasko · 7 years ago
  37. 82d652e xpath CHANGE do not print internal errors on invalid modules by Michal Vasko · 7 years ago
  38. bb08db3 BUGFIX dereferencing NULL pointer by Radek Krejci · 7 years ago
  39. a548161 xpath BUGFIX proper node module checking by Michal Vasko · 7 years ago
  40. c5c55ca resolve CHANGE copy leafrefs in unions in typedefs by Michal Vasko · 7 years ago
  41. b4ab1cb schema tree MAINTEANNCE formatting by Michal Vasko · 7 years ago
  42. adeddfc yin parser MAINTENANCE allocate only if non-zero size by Michal Vasko · 7 years ago
  43. 96df97c fixup! BUGFIX positional xpath arguments evaluate on child axis by Michal Vasko · 7 years ago
  44. ab4c170 BUGFIX positional xpath arguments evaluate on child axis by Michal Vasko · 7 years ago
  45. db4e9ff context CHANGE extend ly_ctx_unset_searchdirs() to remove specific searchpath by Radek Krejci · 7 years ago
  46. 05f1598 schema parsers CHANGE ignore 0-length revision and handle it as NULL by Radek Krejci · 7 years ago
  47. 426ea2b context CHANGE remove ly_ctx_get_searchdir() and add ly_ctx_get_searchidrs() by Radek Krejci · 7 years ago
  48. f505cd1 YANG parser BUGFIX accessing freed memory by Radek Krejci · 7 years ago
  49. 5f9127b log CHANGE provide previous verbosity level when setting up new one by Radek Krejci · 7 years ago
  50. abacdb5 docs BUGFIX typo by Radek Krejci · 7 years ago
  51. 9bf4aa0 resolve BUGFIX resolving augments more times is legal by Michal Vasko · 7 years ago
  52. 8d86f6b extension BUGFIX content of complex extension is not copied when copying grouping node to data tree by fanchanghu · 7 years ago
  53. dea17dd schema tree MAINTENANCE add assert to make sure that key value is correctly parsed by Radek Krejci · 7 years ago
  54. c699e42 schema tree BUGFIX NULL pointer dereference by Radek Krejci · 7 years ago
  55. b1f6909 data tree BUGFIX memory leaks by Radek Krejci · 7 years ago
  56. 81c38b8 schema BUGFIX accessing freed memory by Radek Krejci · 7 years ago
  57. 29eac3d CHANGE add version, deviated, disabled and implemented members into lys_submodule by Radek Krejci · 7 years ago
  58. 863b44d MAINTENANCE use macros for checking memory allocation result by Radek Krejci · 7 years ago
  59. a8d111f CHANGE improve checking for memory allocation errors by Radek Krejci · 7 years ago
  60. be29113 printers BUGFIX do not print groupings twice by Michal Vasko · 7 years ago
  61. a98048c CHANGE print warning when a key has a default value by Radek Krejci · 7 years ago
  62. 91ff459 validation BUGFIX go through typedefs and unions by Michal Vasko · 7 years ago
  63. 93def38 CHANGE increase limit of unresolved items inside grouping by Radek Krejci · 7 years ago
  64. bb51303 data tree BUGFIX change leaf value in its canonical form by Michal Vasko · 8 years ago
  65. da741b6 data tree MAINTENANCE functionality separated into a function by Michal Vasko · 8 years ago
  66. bb52044 resolve CHANGE unimplemented augment tree resolving by Michal Vasko · 8 years ago
  67. f6fac5e data FEATURE lyd_validate_value() function for single data value validation without creating any node by Radek Krejci · 8 years ago
  68. 5e5b8b7 xpath BUGFIX log node for resolved augments is target by Michal Vasko · 8 years ago
  69. c74c642 log BUGFIX skipping prefixes for uses by Michal Vasko · 8 years ago
  70. 44ab146 all CHANGE assign target to all augments, error if not possible by Michal Vasko · 8 years ago
  71. 1d46b16 xpath CHANGE move when context node resolving to another function by Michal Vasko · 8 years ago
  72. f730899 xpath BUGFIX wrong root for schema augment expressions by Michal Vasko · 8 years ago
  73. c0b5216 data tree BUGFIX submodule used instead of module by Michal Vasko · 8 years ago
  74. 3245793 info printer CHANGE print all submodule information for main module by Michal Vasko · 8 years ago
  75. 3960835 resolve BUGFIX always use main module when resolving by Michal Vasko · 8 years ago
  76. 5848b03 info printer BUGFIX use another function for absolute nodeids by Michal Vasko · 8 years ago
  77. c35d2a7 resolve BUGFIX resolving leafrefs must be done after when by Michal Vasko · 8 years ago
  78. a358f94 xml parser BUGFIX missing data module callback call by Michal Vasko · 8 years ago
  79. e767658 parser yang MAINTANCE change format new lines (unix format) by PavolVican · 8 years ago
  80. 558159c parser yang BUGFIX missing swap temporary variable when parsing extension instance by PavolVican · 8 years ago
  81. a875656 xml parser BUGFIX memory leak in parsing actions with DESTRUCT by Michal Vasko · 8 years ago
  82. 283bf38 xpath BUGFIX parsing unterminated xpath strings by Michal Vasko · 8 years ago
  83. 2c16a8f data manipulation BUGFIX inserting well known attributes when ietf-netconf schema not present by Radek Krejci · 8 years ago
  84. 1f58e2d Merge branch 'devel' of https://github.com/CESNET/libyang into devel by Radek Krejci · 8 years ago
  85. 9e6af73 parsers CHANGE handling idenittyref's values defined in non-implemented schemas by Radek Krejci · 8 years ago
  86. 3d5e529 log BUGFIX always use module names, never submodule by Michal Vasko · 8 years ago
  87. 98a1e2d data validation BUGFIX resolving identityref by Radek Krejci · 8 years ago
  88. 8120679 data tree BUGFIX creating special filter attributes by Michal Vasko · 8 years ago
  89. c2283b7 data validation BUGFIX memory leaks by Radek Krejci · 8 years ago
  90. 2449b39 YIN parser BUGFIX uninitialized variable by Radek Krejci · 8 years ago
  91. 3a866cd schema tree BUGFIX dead code / NULL dereference by Radek Krejci · 8 years ago
  92. 1a9c361 schema parsers BUGFIX prefixed unique statement values by Radek Krejci · 8 years ago
  93. 2d051a1 CHANGE number of internal modules made public by Michal Vasko · 8 years ago
  94. bdcaf24 schema parsers CHANGE add missing path info into erro messages when resolving uses's refines by Radek Krejci · 8 years ago
  95. 2d3c811 schema parsers BUGFIX checking min-elements to be smaller than max-elements by Radek Krejci · 8 years ago
  96. 2924566 schema tree BUGFIX load imported modules as imported by Michal Vasko · 8 years ago
  97. 6f28e0f resolve BUGFIX check that instid lists have keys by Michal Vasko · 8 years ago
  98. 5b19066 schema parsers BUGFIX implicit ietf-netconf's annotations were not added via import and ly_ctx_load_module() by Radek Krejci · 8 years ago
  99. 7f1d47e schema parsers BUGFIX uninitialized variables (schema structure members) by Radek Krejci · 8 years ago
  100. 5138e9f schema tree BUGFIX apply destructor onto private data in extension instances by Radek Krejci · 8 years ago