1. 6a02770 data tree DOC struct lyd_node_leaf_list value and value_type explained by Michal Vasko · 8 years ago
  2. 6d08ab4 VERSION bump to version 0.9.147 by Michal Vasko · 8 years ago
  3. 34826ae data tree BUGFIX change leaf to NULL value by Michal Vasko · 8 years ago
  4. edecf23 VERSION bump to version 0.9.146 by Michal Vasko · 8 years ago
  5. 4d1b1dc data tree BUGFIX clear leaf dflt flag if value changes by Michal Vasko · 8 years ago
  6. 3be3556 schema tree BUGFIX typo by Michal Vasko · 8 years ago
  7. f4f1fbe tests FEATURE merge test by Michal Vasko · 8 years ago
  8. 75ddb08 VERSION bump to version 0.9.145 by Michal Vasko · 8 years ago
  9. 1848e4f tests CHANGE json test extended with numbers by Michal Vasko · 8 years ago
  10. 1e676ca json parser FEATURE parsing numbers in 0.0E/e0 format by Michal Vasko · 8 years ago
  11. e38b3e0 VERSION bump version to 0.9.144 by Radek Krejci · 8 years ago
  12. 804279d tests FEATURE add some tests about including submodules by Radek Krejci · 8 years ago
  13. 6826b55 schema parsers BUGFIX remove generic error message replacing the specific one by Radek Krejci · 8 years ago
  14. 83e3f5b schema parser BUGFIX correct return codes when processing includes by Radek Krejci · 8 years ago
  15. 08c6783 VERSION bump version to 0.9.143 by Radek Krejci · 8 years ago
  16. fc8d832 yin parser BUGFIX assigning enum values by Radek Krejci · 8 years ago
  17. fc8d539 info printer CHANGE print number values with enumeration by Radek Krejci · 8 years ago
  18. 8c2f178 info printer CHANGE unify printed base and derived type names by Radek Krejci · 8 years ago
  19. b8f98c1 schema parser BUGFIX propagating included and imported modules into main module structure by Radek Krejci · 8 years ago
  20. 6fcb104 VERSION bump version to 0.9.142 by Radek Krejci · 8 years ago
  21. 3440cc5 schema parser BUGFIX do not store config flag into the uses by Radek Krejci · 8 years ago
  22. a881e3e schema parser BUGFIX checking validity of uses's augment changing config flag by Radek Krejci · 8 years ago
  23. 3c14e24 VERSION bump version to 0.9.141 by Pavol Vican · 8 years ago
  24. d925607 Merge branch 'master' of https://github.com/CESNET/libyang by Pavol Vican · 8 years ago
  25. da6f981 yang BUGFIX overflow counter on enum statement by Pavol Vican · 8 years ago
  26. bd24774 yang BUGFIX missing character '+' in lexical parser (flex) by Pavol Vican · 8 years ago
  27. 69fe4cf schema parser MAINTENANCE remove unnecessary cast by Radek Krejci · 8 years ago
  28. 4464d34 VERSION bump version to 0.9.140 by Radek Krejci · 8 years ago
  29. 31fb8be doc CHANGE clarify docs about "implemented" modules by Radek Krejci · 8 years ago
  30. 108a17d context BUGFIX mark schema loaded by ly_ctx_load_module() as implemented by Radek Krejci · 8 years ago
  31. 0320341 context CHANGE special (more generic) handling of internal schemas by Radek Krejci · 8 years ago
  32. 94f251d schema parser BUGFIX incorrect length of filename when searching for schema file by Radek Krejci · 8 years ago
  33. f2cd101 VERSION bump version to 0.9.139 by Radek Krejci · 8 years ago
  34. 4008842 schema parser BUGFIX searching for schema file(s) by Radek Krejci · 8 years ago
  35. 7000b8d VERSION bump version to 0.9.138 by Radek Krejci · 8 years ago
  36. bc75ff1 Merge branch 'includesfix' by Radek Krejci · 8 years ago
  37. 8124a06 yang BUGFIX wrong parsing string in unknown statement by Pavol Vican · 8 years ago
  38. dff1aff CHANGE knownissues fiale added again by Michal Vasko · 8 years ago
  39. fe965ea yang BUGFIX uninitialized variables by Pavol Vican · 8 years ago
  40. c2a180f parsers BUGFIX avoid false setting of ly_errno by Radek Krejci · 8 years ago
  41. d52195b yin parser BUGFIX import substatements by Radek Krejci · 8 years ago
  42. 76e15e1 schema parser BUGFIX use of potentially uninitialized variables by Radek Krejci · 8 years ago
  43. 2786283 tests BUGFIX correct expected result in tree_schema test by Radek Krejci · 8 years ago
  44. 02b58b1 tests MAINTENANCE remove old revision of ietf-yang-types module by Radek Krejci · 8 years ago
  45. 3820692 tests FEATURE test importing modules in schemas by Radek Krejci · 8 years ago
  46. 4dcd339 schema parser CHANGE importing/including the modules by Radek Krejci · 8 years ago
  47. 4c5d362 schema parser CHANGE searching for schema files in current dir and searchpath by Radek Krejci · 8 years ago
  48. f347abc schema parser CHANGE better handling of ly_errno by Radek Krejci · 8 years ago
  49. 9629915 yin parser BUGFIX typo when parsing if-feature statement by Radek Krejci · 8 years ago
  50. 62301fb test_ietf MAINTENANCE remove empty line by Radek Krejci · 8 years ago
  51. 151b8cc schema parser CHANGE improve circular dependency detection by Radek Krejci · 8 years ago
  52. 0fd4974 CHANGE allow error message without setting up the ly_errno value by Radek Krejci · 8 years ago
  53. be4e46c CHANGE allow to completely switch off messaging by LY_LLSILENT verbose level by Radek Krejci · 8 years ago
  54. 5b2c8a8 schema parser CHANGE optimize include checking by Radek Krejci · 8 years ago
  55. 75b9f8f schema parser CONFORMANCE allow multiple import of the same module by Radek Krejci · 8 years ago
  56. 3577147 VERSION bump version to 0.9.137 by Radek Krejci · 8 years ago
  57. 8c3b4b6 schema parser BUGFIX checking decimal64 boundaries by Radek Krejci · 8 years ago
  58. bb8375a parser MAINTENANCE array is used only locally by Michal Vasko · 8 years ago
  59. c9d078c VERSION bump to version 0.9.136 by Michal Vasko · 8 years ago
  60. 0aee5c1 parser CHANGE transform unicode char blocks into char ranges by Michal Vasko · 8 years ago
  61. c6325ff VERSION bump version to 0.9.135 by Radek Krejci · 8 years ago
  62. 458720e DOC added KnownIssues document by Radek Krejci · 8 years ago
  63. d3f28c6 Merge branch 'set_optimization' by Radek Krejci · 8 years ago
  64. 262cb31 VERSION bump version to 0.9.134 by Radek Krejci · 8 years ago
  65. dbc1526 yin parser BUGFIX better handling of unresolved augments when freeing schema structure by Radek Krejci · 8 years ago
  66. 62ea46b xml parser BUGFIX invalid string comparison by Radek Krejci · 8 years ago
  67. 9f1e853 yin parser BUGFIX double free by Radek Krejci · 8 years ago
  68. 43f548d schema parser BUGFIX inheriting config flags in used groupings by Radek Krejci · 8 years ago
  69. ac648b5 VERSION bump version to 0.9.133 by Radek Krejci · 8 years ago
  70. 9bbf710 schema parser BUGFIX uint64's upper bound check by Radek Krejci · 8 years ago
  71. 9b4ad5c parser MAINTENANCE typo in comment by Radek Krejci · 8 years ago
  72. a1ebf86 VERSION bump version to 0.9.132 by Radek Krejci · 8 years ago
  73. be90a90 data tree FEATURE new lyd_validate_leafref() function by Radek Krejci · 8 years ago
  74. a483e38 with-defaults CHANGE allow lyd_wd_add() on inner nodes by Radek Krejci · 8 years ago
  75. 7ac284e VERSION bump version to 0.9.131 by Radek Krejci · 8 years ago
  76. d8fb03c schema parser FEATURE check for circular chain of leafrefs by Radek Krejci · 8 years ago
  77. 0c2fa3a data parser BUGFIX leafref node as the target of another leafref by Radek Krejci · 8 years ago
  78. 08a1105 BUGFIX resolving leafref paths by Radek Krejci · 8 years ago
  79. 231d302 BUGFIX referencing NULL pointer when generating path for log message by Radek Krejci · 8 years ago
  80. ec10627 VERSION bump version to 0.9.130 by Radek Krejci · 8 years ago
  81. 3dc5dbb Merge branch 'newlinefix' by Radek Krejci · 8 years ago
  82. a98769c yang BUGFIX read newline (CRLF) by Pavol Vican · 8 years ago
  83. c2e83a3 fix commit bc18a9d. It should be also changed in yang.y.in. by Pavol Vican · 8 years ago
  84. 09891a2 ly_set OPTIMIZE allow optimized use of ly_set by Radek Krejci · 8 years ago
  85. 893d45a VERSION bump to version 0.9.129 by Michal Vasko · 8 years ago
  86. adbe1af data tree MAINTENANCE redundant cases removed by Michal Vasko · 8 years ago
  87. 94eab90 VERSION bump version to 0.9.128 by Radek Krejci · 8 years ago
  88. 054d5ac schema parser BUGFIX memory leak when resolving unique statement by Radek Krejci · 8 years ago
  89. f5e940a schema tree BUGFIX typo by Michal Vasko · 8 years ago
  90. c378b07 data tree BUGFIX bits leaf has value_str just like any leaf by Michal Vasko · 8 years ago
  91. ede9c47 resolve BUGFIX schema unres memory leak by Michal Vasko · 8 years ago
  92. 3f9d9c0 parser BUGFIX insert prefixes into dictionary by Michal Vasko · 8 years ago
  93. bf70464 tests BUGFIX memory leaks by Michal Vasko · 8 years ago
  94. a99c163 schema tree BUGFIX external prefix dict leak by Michal Vasko · 8 years ago
  95. 280d057 data tree BUGFIX string leaf dup dict leak by Michal Vasko · 8 years ago
  96. 408ab2f yang parser BUGFIX accessing freed memory by Radek Krejci · 8 years ago
  97. 220523d Merge branch 'dictfix' of https://github.com/CESNET/libyang into dictfix by Radek Krejci · 8 years ago
  98. 5b61c6d yin parser BUGFIX memory leak by Michal Vasko · 8 years ago
  99. f9a312c yin parser BUGFIX double free by Radek Krejci · 8 years ago
  100. ae0bce8 yin parser BUGFIX type name (if had a prefix) dictionary bug by Michal Vasko · 8 years ago