1. fad2864 yanglint CHANGE extend xpath command to allow specify the type of input data by Radek Krejci · 8 years ago
  2. 7281a76 yanglint CHANGE include ietf-yang-library data when parsing complete datastore by Radek Krejci · 8 years ago
  3. f0431c3 VERSION bump version to 0.11.30 by Radek Krejci · 8 years ago
  4. 3d9c4da yanglint FEATURE add man page for yanglint and install yanglint as a system tool by Radek Krejci · 8 years ago
  5. feb903c yanglint FEATURE parse data in non-interactive mode by Radek Krejci · 8 years ago
  6. 5b44af4 parser BUGFIX resolving leafref by Radek Krejci · 8 years ago
  7. ba8e7c4 data parser CHANGE remove no more valid assert by Radek Krejci · 8 years ago
  8. fb7156e data parser CHANGE keep all empty containers being parsed despite the data tree type by Radek Krejci · 8 years ago
  9. 2b1774d data parser BUGFIX getting base type of leafref when it is not being resolved by Radek Krejci · 8 years ago
  10. fdf44d2 VERSION bump version to 0.11.29 by Radek Krejci · 8 years ago
  11. a968721 log BUGFIX ly_err_free() cannot access thread-specific err storage by Radek Krejci · 8 years ago
  12. 98b5f95 libyang DOC module callback use described by Michal Vasko · 8 years ago
  13. 4ef8d26 VERSION bump to version 0.11.28 by Michal Vasko · 8 years ago
  14. 541dff4 xpath BUGFIX proper error on invalid when augment module by Michal Vasko · 8 years ago
  15. ab53571 VERSION bump version to 0.11.27 by Radek Krejci · 8 years ago
  16. e3df15e log CHANGE simplify printing LYE_PATH message by Radek Krejci · 8 years ago
  17. cf58c17 VERSION bump to version 0.11.26 by Michal Vasko · 8 years ago
  18. 9390977 xpath CHANGE verify number of xpath function parameters while parsing by Michal Vasko · 8 years ago
  19. b52d1d3 VERSION bump version to 0.11.25 by Radek Krejci · 8 years ago
  20. 00a0e71 log BUGFIX keep ly_errno and ly_vecode after destroying the context by Radek Krejci · 8 years ago
  21. 9f6aadf VERSION bump version to 0.11.24 by Radek Krejci · 8 years ago
  22. 8b76a4a log BUGFIX clean the errors list by Radek Krejci · 8 years ago
  23. afc3077 VERSION bump version to 0.11.23 by Radek Krejci · 8 years ago
  24. f71f48f schema parser BUGFIX inheriting config flags in augment by Radek Krejci · 8 years ago
  25. 4c5fbd3 schema parser BUGFIX check for default with mandatory statements by Radek Krejci · 8 years ago
  26. 4bc1848 Merge branch 'devel' of https://github.com/CESNET/libyang into devel by Radek Krejci · 8 years ago
  27. 42aa0ab libyang DOC added information about special libyang data trees by Michal Vasko · 8 years ago
  28. bb33c15 VERSION bump to version 0.11.22 by Michal Vasko · 8 years ago
  29. 1633862 tree printer BUGFIX proper sibling detection by Michal Vasko · 8 years ago
  30. ff5e33f yanglint BUGFIX unify message printing in yanglint non-interactive mode by Radek Krejci · 8 years ago
  31. 4862fb0 schema parser MAINTENANCE information about missing search path is more verbose message than warning by Radek Krejci · 8 years ago
  32. c0c8230 schema parser BUGFIX change warnings when module name/revision does not match filename by Radek Krejci · 8 years ago
  33. 1444598 VERSION bump to version 0.11.21 by Michal Vasko · 8 years ago
  34. 56d082c common CHANGE properly parse expressions when transforming schema2json and back by Michal Vasko · 8 years ago
  35. ace4d24 VERSION bump version to 0.11.20 by Radek Krejci · 8 years ago
  36. 06ecfea log CHANGE include agmented target path into the path of erroring augment element by Radek Krejci · 8 years ago
  37. 4949e6a VERSION bump version to 0.11.19 by Radek Krejci · 8 years ago
  38. d80c860 schema parsing FEATURE check for consistency between schema filename and module by Radek Krejci · 8 years ago
  39. 68b873b tests BUGFIX wrong json bool output by Michal Vasko · 8 years ago
  40. e3caf44 VERSION bump to version 0.11.18 by Michal Vasko · 8 years ago
  41. 1758ff6 lyd_print_mem print string when using boolean or decimal64 type by 严军喜10079489 · 8 years ago
  42. fcafa5a VERSION bump to version 0.11.17 by Michal Vasko · 8 years ago
  43. 9089c8d tree printer BUGFIX detection of augment nodes by Michal Vasko · 8 years ago
  44. 3ac3435 common BUGFIX added characters that can preceed an identifier by Michal Vasko · 8 years ago
  45. 794e941 VERSION bump version to 0.11.16 by Radek Krejci · 8 years ago
  46. 41a349b schema tree CHANGE implicitely create input/output nodes in rpc/action by Radek Krejci · 8 years ago
  47. 9a909bd log CHANGE provide more descriptive error when parsing submodule instead of module by Radek Krejci · 8 years ago
  48. a23a484 VERSION bump version to 0.11.15 by Radek Krejci · 8 years ago
  49. 2467a49 log CHANGE internal storage for multiple error messages by Radek Krejci · 8 years ago
  50. 339da03 VERSION bump version to 0.11.14 by Pavol Vican · 8 years ago
  51. 9c3318f parser yin BUGFIX copy-paste mistake by Pavol Vican · 8 years ago
  52. 6ab09d8 parser yang BUGFIX read UTF-8 characters by Pavol Vican · 8 years ago
  53. d55f109 data tree DOC var arg clarification by Michal Vasko · 8 years ago
  54. cdf719b VERSION bump version to 0.11.13 by Radek Krejci · 8 years ago
  55. d2ac35f schema parser BUGFIX inheriting config-stmt under uses by Radek Krejci · 8 years ago
  56. db91586 VERSION bump version to 0.11.12 by Radek Krejci · 8 years ago
  57. cbddb20 Merge branch 'devel' of https://github.com/CESNET/libyang into devel by Radek Krejci · 8 years ago
  58. bf4e465 schema parser CHANGE simplify module importing by Radek Krejci · 8 years ago
  59. 0109f72 VERSION bump to version 0.11.11 by Michal Vasko · 8 years ago
  60. 4f1b663 VERSION bump to version 0.9.10 by Michal Vasko · 8 years ago
  61. 6966ea6 resolve BUGFIX clear vars if more predicates by Michal Vasko · 8 years ago
  62. f2758c9 VERSION bump to version 0.11.9 by Michal Vasko · 8 years ago
  63. 3039c74 xpath BUGFIX do not cast schema nodes to anything by Michal Vasko · 8 years ago
  64. 5f241a9 VERSION bump version to 0.11.8 by Pavol Vican · 8 years ago
  65. 933df6f parser yang BUGFIX read key_arg_str by Pavol Vican · 8 years ago
  66. 8542c07 VERSION bump version to 0.11.7 by Radek Krejci · 8 years ago
  67. 1e48c95 log BUGFIX memory leak by Radek Krejci · 8 years ago
  68. d973244 yanglint BUGFIX resource leak - rewriting variable with open file by Radek Krejci · 8 years ago
  69. 4fd7ef2 yanglint BUGFIX dereferencing NULL pointer (passing NULL into fclose()) by Radek Krejci · 8 years ago
  70. dbda8e4 yanglint BUGFIX unintended free by Radek Krejci · 8 years ago
  71. 3e11229 MAINTENANCE typo by Radek Krejci · 8 years ago
  72. 99e6d9a MAINTENANCE add missing prototype of public ly_set_contains() function by Radek Krejci · 8 years ago
  73. da0e8fa VERSION bump version to 0.11.6 by Radek Krejci · 8 years ago
  74. 85a54be schemas BUGFIX maintain backlinks in case of removing module(s) from context by Radek Krejci · 8 years ago
  75. 4a55a4e VERSION bump version to 0.11.5 by Radek Krejci · 8 years ago
  76. fafbc8b Merge branch 'devel' of https://github.com/CESNET/libyang into devel by Radek Krejci · 8 years ago
  77. 9de2c04 schemas BUGFIX guard dependencies between features by Radek Krejci · 8 years ago
  78. 0fb3e69 VERSION bump to version 0.11.4 by Michal Vasko · 8 years ago
  79. ee385fa resolve BUGFIX leaf-list value comparison by Michal Vasko · 8 years ago
  80. a889c1f schema CHANGE improve enabling all features in lys_features_enable() via "*" by Radek Krejci · 8 years ago
  81. 1e68f8f VERSION bump to version 0.11.3 by Michal Vasko · 8 years ago
  82. acb87b6 resolve BUGFIX existing leaf-list predicate parsing by Michal Vasko · 8 years ago
  83. c353b8a VERSION bump version to 0.11.2 by Radek Krejci · 8 years ago
  84. cb7e5aa schema parser BUGFIX order of resolving unresolved items by Radek Krejci · 8 years ago
  85. 6892c27 schema parsing BUGFIX resolving path arguments (leafrefs) by Radek Krejci · 8 years ago
  86. 0d9c8d4 Merge branch 'devel' of https://github.com/CESNET/libyang into devel by Radek Krejci · 8 years ago
  87. 42f30c0 tests BUGFIX forgotten files commit by Michal Vasko · 8 years ago
  88. 0a0b1fc schema tree FEATURE new lys_path() function by Radek Krejci · 8 years ago
  89. f3f1149 VERSION bump to version 0.11.1 by Michal Vasko · 8 years ago
  90. afa7a64 json parser & printer CHANGE all data types now supported by Michal Vasko · 8 years ago
  91. 42a7157 VERSION bump to version 0.11.0 by Michal Vasko · 8 years ago
  92. 6216f27 printer CHANGE flag for netconf-style xml message print by Michal Vasko · 8 years ago
  93. 945b96b liybang FEATURE action reply support by Michal Vasko · 8 years ago
  94. 7a9bc64 VERSION bump version to 0.10.227 by Radek Krejci · 8 years ago
  95. a606951 tests BUGFIX add missing files for testing ly_ctx_remove_module() by Radek Krejci · 8 years ago
  96. 2ad534d VERSION bump version to 0.10.226 by Radek Krejci · 8 years ago
  97. 082c84f default values BUGFIX LYD_OPT_NOAUTODEL on default nodes by Radek Krejci · 8 years ago
  98. 8c107fe context CHANGE allow removing schemas from the context by Radek Krejci · 8 years ago
  99. da01650 VERSION bump to version 0.10.225 by Michal Vasko · 8 years ago
  100. 9e635ac xpath BUGFIX check xpath in resolved augments/uses by Michal Vasko · 8 years ago