1. d64a843 VERSION bump version to 0.9.50 by Radek Krejci · 9 years ago
  2. 3eb96c7 test FEATURE test explicit with-defaults mode by Radek Krejci · 9 years ago
  3. aa3c18d data tree FEATURE add missing 'explicit' with-defaults mode by Radek Krejci · 9 years ago
  4. fad8593 trees CHANGE simplify LY_TREE_DFS_END macro by Radek Krejci · 9 years ago
  5. 6df6e79 VERSION bump version to 0.9.49 by Radek Krejci · 9 years ago
  6. 4177150 schema tree CHANGE add flag LYS_INCL_STATUS by Radek Krejci · 9 years ago
  7. 989790c schema tree CHANGE improve check of refine-stmt by Radek Krejci · 9 years ago
  8. 32c7bd6 schema tree CHANGE new flag LYS_CONFIG_SET by Radek Krejci · 9 years ago
  9. 4372b4e schema tree CHANGE extend flags member in lys_node structures by Radek Krejci · 9 years ago
  10. 0f04a6c schema tree CHANGE remove magic constants and use macros by Radek Krejci · 9 years ago
  11. 323aa8a VERSION bump to version 0.9.48 by Michal Vasko · 9 years ago
  12. 3a61161 xml BUGFIX consider content "" as no content in dumping by Michal Vasko · 9 years ago
  13. e00b789 xml BUGFIX set content to "" also in elems <elem></elem> by Michal Vasko · 9 years ago
  14. 90a550a all MAINTENANCE todo cleanup by Radek Krejci · 9 years ago
  15. b4e72e5 doc CHANGE update features list by Radek Krejci · 9 years ago
  16. 4a5877b VERSION bump version to 0.9.47 by Radek Krejci · 9 years ago
  17. 3cc1096 log CHANGE print appropriate path type according to processed tree by Radek Krejci · 9 years ago
  18. 201d395 VERSION bump to version 0.9.46 by Michal Vasko · 9 years ago
  19. 8c41964 data tree CHANGE allow creating list keys by Michal Vasko · 9 years ago
  20. 4e48921 data tree BUGFIX allow creating empty anyxmls by Michal Vasko · 9 years ago
  21. 4491384 tree CHANGE guarantee that a leaf value is non-null by Michal Vasko · 9 years ago
  22. 3a55a8a data tree CHANGE forbid changing value of a key by Michal Vasko · 9 years ago
  23. 80bd80d context BUGFIX validate yang library data as a separate subtree by Michal Vasko · 9 years ago
  24. fcba01b VERSION bump version to 0.9.45 by Radek Krejci · 9 years ago
  25. 6910a03 trees FEATURE make public several internal functions by Radek Krejci · 9 years ago
  26. 1b922b3 VERSION bump version to 0.9.44 by Radek Krejci · 9 years ago
  27. cced938 xml parser CHANGE be more strict when checking edit-config's insert by Radek Krejci · 9 years ago
  28. 76622c9 VERSION bump to version 0.9.43 by Michal Vasko · 9 years ago
  29. 2b1eaf1 log CHANGE print data unique paths instead schema ones by Michal Vasko · 9 years ago
  30. 4bf9e5f VERSION bump version to 0.9.42 by Radek Krejci · 9 years ago
  31. 42b4441 tests UPDATE reflect changed paths in mandatory check error messages by Radek Krejci · 9 years ago
  32. 29ac4f9 validation BUGFIX improve mandatory check error messages by Radek Krejci · 9 years ago
  33. c7c35b1 log BUGFIX printing root path ('/') in the first message by Radek Krejci · 9 years ago
  34. 8f55ad9 tests BUGFIX test data are configuration data (without status) by Radek Krejci · 9 years ago
  35. 25d68e2 test UPDATE test missing top level mandatory elements by Radek Krejci · 9 years ago
  36. 7531aa2 validation BUGFIX checking for missing mandatory top level items by Radek Krejci · 9 years ago
  37. 880cd07 VERSION bump to version 0.9.41 by Michal Vasko · 9 years ago
  38. 05ed842 schema tree CHANGE try to print data nodes where possible by Michal Vasko · 9 years ago
  39. cbcc1af data tree MAINTENANCE function returns numbers by Michal Vasko · 9 years ago
  40. c66c6d8 resolve MAINTENANCE message formatting by Michal Vasko · 9 years ago
  41. a675e16 log CHANGE unique constraint fail message changed by Michal Vasko · 9 years ago
  42. 6414aac log CHANGE err path building separated into a function by Michal Vasko · 9 years ago
  43. 3de0d38 VERSION bump version to 0.9.40 by Radek Krejci · 9 years ago
  44. cac768f tests CHANGE update test for mandatory data by Radek Krejci · 9 years ago
  45. 03fe812 tests BUGFIX specify correct data type by Radek Krejci · 9 years ago
  46. e8da2e0 data validation BUGFIX reflect data type when checking for mandatory elements by Radek Krejci · 9 years ago
  47. cf82e93 data validation BUGFIX mandatory elements were not checked in top-level containers by Radek Krejci · 9 years ago
  48. 96e2085 data validation BUGFIX searching for instances of mandatory elements by Radek Krejci · 9 years ago
  49. 9f53c0c VERSION bump to version 0.9.39 by Michal Vasko · 9 years ago
  50. a540df2 validation CHANGE list instance duplication check by Michal Vasko · 9 years ago
  51. 1ab8456 VERSION bump version to 0.9.38 by Pavol Vican · 9 years ago
  52. 77f60fb tests CHANGE test for checking invalid path in schema's by Pavol Vican · 9 years ago
  53. 18b1021 parser BUGFIX unique by Pavol Vican · 9 years ago
  54. e4670c0 VERSION bump version to 0.9.37 by Radek Krejci · 9 years ago
  55. 2ec15f7 tests TODO design of a new test for checking invalid path in schema's unique-stmt by Radek Krejci · 9 years ago
  56. a1df168 yang parser BUGFIX reallocate schema string for use by flex by Radek Krejci · 9 years ago
  57. 76fed2b data tree BUGFIX getting default values for unique-stmt checking by Radek Krejci · 9 years ago
  58. 01f2178 Merge branch 'devel' of https://github.com/CESNET/libyang into devel by Radek Krejci · 9 years ago
  59. b55026f VERSION bump to version 0.9.36 by Michal Vasko · 9 years ago
  60. dc3e385 tests FEATURE mandatory test by Michal Vasko · 9 years ago
  61. 09c2b6e log BUGFIX path generation fixed for both data and schema trees by Michal Vasko · 9 years ago
  62. 89f8d88 data tree FEATURE new internal function lyd_node_module by Michal Vasko · 9 years ago
  63. f369c93 log BUGFIX forgotten error value in ecode2vecode by Michal Vasko · 9 years ago
  64. f3c71de schema parser BUGFIX check that unique expression does not reference list by Radek Krejci · 9 years ago
  65. c781f6d VERSION bump to version 0.9.35 by Michal Vasko · 9 years ago
  66. 104f58c yanglint BUGFIX typos by Michal Vasko · 9 years ago
  67. 84f821a validation CHANGE ly_check_mandatory now logs directly by Michal Vasko · 9 years ago
  68. caa241c data tree BUGFIX cover situation when nodes are in submodules by Michal Vasko · 9 years ago
  69. e670cf3 resolve BUGFIX forgotten len_ran_intv structure change by Michal Vasko · 9 years ago
  70. f7042ec resolve MAINTENANCE useless memset by Michal Vasko · 9 years ago
  71. d6adbaa resolve MAINTENANCE code duplication by Michal Vasko · 9 years ago
  72. 2471e7f resolve BUGFIX always properly display specific instid error by Michal Vasko · 9 years ago
  73. aeb5180 resolve CHANGE resolve_len_ran_interval functionality changed by Michal Vasko · 9 years ago
  74. 6ac6828 log CHANGE some errors made more specific by Michal Vasko · 9 years ago
  75. 1366114 log FEATURE specific model error-app-tag set and provided to user by Michal Vasko · 9 years ago
  76. 772767b log MAINTENANCE removed obsolete LYE_LINE by Michal Vasko · 9 years ago
  77. 060aa5c common MAINTENANCE redundant global variable zeroing by Michal Vasko · 9 years ago
  78. d2dcc1c VERSION bump version to 0.9.34 by Pavol Vican · 9 years ago
  79. 1938d88 yang BUGFIX missing initialization of scanner for lexical analysis by Pavol Vican · 9 years ago
  80. 5c3e73f VERSION bump version to 0.9.33 by Pavol Vican · 9 years ago
  81. 933aa5a yang BUGFIX type statement by Pavol Vican · 9 years ago
  82. e6108e9 yang CHANGE repalce macro YYERROR to YYABORT by Pavol Vican · 9 years ago
  83. 84a2736 VERSION bump version to 0.9.32 by Radek Krejci · 9 years ago
  84. 72614bf data parser BUGFIX detect multiple instances of 'operation' attribute by Radek Krejci · 9 years ago
  85. 03c5eb4 VERSION bump version to 0.9.31 by Radek Krejci · 9 years ago
  86. 3a75448 tests FEATURE test for checking unique constraints by Radek Krejci · 9 years ago
  87. cc217a6 data parser BUGFIX handling shorthand case when searching in schema tree by Radek Krejci · 9 years ago
  88. 967508c validation BUGFIX checking for multiple cases by Radek Krejci · 9 years ago
  89. 7b23c09 VERSION bump version to 0.9.30 by Radek Krejci · 9 years ago
  90. 2ae9887 xml parser BUGFIX use of uninitiated variable by Radek Krejci · 9 years ago
  91. 5da4eb6 validation BUGFIX handling nontrivial paths in unique by Radek Krejci · 9 years ago
  92. bdf9236 data resolving BUGFIX correct handling of shorthand cases in shema paths by Radek Krejci · 9 years ago
  93. dcc7dee VERSION bump version to 0.9.29 by Pavol Vican · 9 years ago
  94. 948aff8 yang BUGFIX rpc input and output by Pavol Vican · 9 years ago
  95. 02c891b VERSION bump version to 0.9.28 by Pavol Vican · 9 years ago
  96. 93dbabe Merge branch 'yang_test' into devel by Pavol Vican · 9 years ago
  97. 4ca887b yang UPDATE the generated files BISON and FLEX by Pavol Vican · 9 years ago
  98. 4049e59 test CHANGE add support yang parser to test_tree_schema by Pavol Vican · 9 years ago
  99. 949708b test CHANGE add support yang parser to test_libyang by Pavol Vican · 9 years ago
  100. d0272d2 yang BUGFIX double free by Pavol Vican · 9 years ago