1. bda3719 tree printer BUGFIX submodule does not have any data anymore by Michal Vasko · 9 years ago
  2. 43b9d95 yin parser BUGFIX pass the correct (sub)module to parsing functions by Michal Vasko · 9 years ago
  3. daea821 yin parser BUGFIX NULL pointer dereference by Radek Krejci · 9 years ago
  4. 5d11285 printers BUGFIX wrong transform functions used by Michal Vasko · 9 years ago
  5. 661b20a transform BUGFIX some ending characters were forgotten by Michal Vasko · 9 years ago
  6. 7a536e6 Merge branch 'master' into devel by Radek Krejci · 9 years ago
  7. 729d291 resolve BUGFIX typos by Michal Vasko · 9 years ago
  8. 7178e69 resolve FEATURE augment unres by Michal Vasko · 9 years ago
  9. 7efcc38 yin parser BUGFIX uniqe statement was not resolved in case of config false list by Radek Krejci · 9 years ago
  10. dd318c2 Merge branch 'devel' of https://github.com/CESNET/libyang into devel by Radek Krejci · 9 years ago
  11. 461efb9 yin parser BUGFIX uniqe statement was not resolved in case of config false list by Radek Krejci · 9 years ago
  12. 25cb6c6 yang printer BUGFIX encode special characters by Michal Vasko · 9 years ago
  13. c8e3ce0 yang printer BUGFIX import formatting by Michal Vasko · 9 years ago
  14. 3f053ef printers FEATURE do not print enum/bit values if auto-assigned by Michal Vasko · 9 years ago
  15. e3c48a9 validation BUGFIX mandatory checking by Radek Krejci · 9 years ago
  16. e2f1221 validation BUGFIX mandatory checking by Radek Krejci · 9 years ago
  17. 87bb46b yin printer MAINTENANCE static function parameter order unified by Michal Vasko · 9 years ago
  18. b8c07b8 yin parser BUGFIX memory leak when schema data contains invalid XML by Radek Krejci · 9 years ago
  19. 0d7b247 schema parsers BUGFIX handle "unbounded" as a valid value for max-elements by Radek Krejci · 9 years ago
  20. 8460eb9 Merge branch 'devel' of https://github.com/CESNET/libyang into devel by Michal Vasko · 9 years ago
  21. 97d8c6d context BUGFIX check deviation duplicates in yanglib by Michal Vasko · 9 years ago
  22. 53a42af yin parser BUGFIX modules with deviation must have implemented conformance-type by Michal Vasko · 9 years ago
  23. 60f4b45 yin parser BUGFIX instead deviation target store the module by Michal Vasko · 9 years ago
  24. 9bb061b resolve BUGFIX properly check return values of resolve_*_schema_nodeid by Michal Vasko · 9 years ago
  25. f258043 schema tree BUGFIX NULL pointer dereference by Radek Krejci · 9 years ago
  26. c878678 Merge branch 'devel' of https://github.com/CESNET/libyang into devel by Radek Krejci · 9 years ago
  27. 63318e8 schema tree BUGFIX NULL pointer dereference by Radek Krejci · 9 years ago
  28. 27ab822 yin parser & resolve BUGFIX not all submodules have to be resolved by Michal Vasko · 9 years ago
  29. 5ff7882 yin parser BUGFIX cover all cases when including submodules by Michal Vasko · 9 years ago
  30. d338329 Merge branch 'devel' of https://github.com/CESNET/libyang into devel by Michal Vasko · 9 years ago
  31. d9f7ec5 context CHANGE use implicit yang module to represent YANG attributes by Radek Krejci · 9 years ago
  32. 9c4c99d yin parser BUGFIX check that a submodule was not yet included by another submodule by Michal Vasko · 9 years ago
  33. a7789a8 schema tree BUGFIX resolving module prefix in a submodule by Michal Vasko · 9 years ago
  34. e290563 yin parser BUGFIX error checks by Michal Vasko · 9 years ago
  35. 3edeaf7 schema CHANGE resolve_schema_nodeid split into several functions by Michal Vasko · 9 years ago
  36. 40f69b3 tree printer FEATURE print augment definitions by Radek Krejci · 9 years ago
  37. bbbc79e tree printer CHANGE for augment nodes print their module name as prefix by Radek Krejci · 9 years ago
  38. d49202f tree printer FEATURE print augment definitions by Radek Krejci · 9 years ago
  39. 7d184a4 schema tree MAINTENANCE remove unused global variable by Radek Krejci · 9 years ago
  40. 54653d5 Merge branch 'devel' of https://github.com/CESNET/libyang into devel by Radek Krejci · 9 years ago
  41. f92a728 yin parser BUGFIX must deviation module by Michal Vasko · 9 years ago
  42. dc48e7f yin parser MAINTENANCE make it clear that the context is always the same by Michal Vasko · 9 years ago
  43. 627975a schema tree CHANGE do not change models order in lys_free by Michal Vasko · 9 years ago
  44. b746fff schema tree CHANGE do not free imported models of a model that failed parsing by Michal Vasko · 9 years ago
  45. 9f258e4 yin parser CHANGE proper actions on parsing failure by Michal Vasko · 9 years ago
  46. b40b451 yin parser BUGFIX do not free deviation on fail, it is freed later by Michal Vasko · 9 years ago
  47. 662f1c0 tree printer CHANGE for augment nodes print their module name as prefix by Radek Krejci · 9 years ago
  48. bb6d487 daat parser BUGFIX calling lyd_validate() on empty data trees by Radek Krejci · 9 years ago
  49. 931468f data parser BUGFIX handle retturn code of lyxml_parse_mem() by Radek Krejci · 9 years ago
  50. 1eb39c9 yin parser BUGFIX accept empty strings in text/value elements of description, reference, etc. by Radek Krejci · 9 years ago
  51. 1daa7a4 daat parser BUGFIX calling lyd_validate() on empty data trees by Radek Krejci · 9 years ago
  52. 88b3bad data parser BUGFIX handle retturn code of lyxml_parse_mem() by Radek Krejci · 9 years ago
  53. 218436d yin parser BUGFIX accept empty strings in text/value elements of description, reference, etc. by Radek Krejci · 9 years ago
  54. ad73b6f yin parser BUGFIX check for multiple base statements in identity definition by Radek Krejci · 9 years ago
  55. ec21507 data tree CHANGE moving detection in lyd_insert*() by Radek Krejci · 9 years ago
  56. 6b66fe0 data tree BUGFIX lyd_insert_*() on nodes already connected somewhere by Radek Krejci · 9 years ago
  57. c886a2a data tree CHANGE moving detection in lyd_insert*() by Radek Krejci · 9 years ago
  58. 20a5f29 data tree BUGFIX lyd_insert_*() on nodes already connected somewhere by Radek Krejci · 9 years ago
  59. 563427e parsers CHANGE make lineno thread-safe by Radek Krejci · 9 years ago
  60. 38efcf2 BUGFIX memory leak by Radek Krejci · 9 years ago
  61. 1d7f8d2 BUGFIX memory leak by Radek Krejci · 9 years ago
  62. cdccf5c build BUGFIX add missing math library to link with by Radek Krejci · 9 years ago
  63. 10b7a69 CHANGE remove unnecessary macro _XOPEN_SOURCE by Radek Krejci · 9 years ago
  64. 821608a BUGFIX correct included header files by Radek Krejci · 9 years ago
  65. 2f83dc8 ly_errno BUGFIX pthread_once() is called once in process, not in each thread by Radek Krejci · 9 years ago
  66. 843f419 CHANGE add own get_current_dir_name() implementation for non GNU systems by Radek Krejci · 9 years ago
  67. 3d42f5e BUGFIX correct include statements by Radek Krejci · 9 years ago
  68. 89658b3 build BUGFIX add missing math library to link with by Radek Krejci · 9 years ago
  69. 31c5d82 CHANGE remove unnecessary macro _XOPEN_SOURCE by Radek Krejci · 9 years ago
  70. 1611d40 BUGFIX correct included header files by Radek Krejci · 9 years ago
  71. 57eb664 ly_errno BUGFIX pthread_once() is called once in process, not in each thread by Radek Krejci · 9 years ago
  72. 15acd04 CHANGE add own get_current_dir_name() implementation for non GNU systems by Radek Krejci · 9 years ago
  73. 4f9fd68 HACK "memory leak" of ly_errno in main thread by Radek Krejci · 9 years ago
  74. fd8c59b HACK "memory leak" of ly_errno in main thread by Radek Krejci · 9 years ago
  75. eebc145 Merge branch 'yin_printer' into devel by Michal Vasko · 9 years ago
  76. ff2813c yin printer BUGFIX typo by Michal Vasko · 9 years ago
  77. a63ca34 yin printer FEATURE printer implemented by Michal Vasko · 9 years ago
  78. 1bb7a5a yang printer BUGFIX corrected JSON values to schema transformation by Michal Vasko · 9 years ago
  79. 43271ee yang printer BUGFIX print top-level state node config by Michal Vasko · 9 years ago
  80. 044a8da data tree BUGFIX memory leak by Radek Krejci · 9 years ago
  81. bdfb1e0 yin parser BUGFIX identityref base needs to be transformed by Michal Vasko · 9 years ago
  82. ea73354 common FEATURE new transform functions by Michal Vasko · 9 years ago
  83. a2264b6 data tree BUGFIX memory leak by Radek Krejci · 9 years ago
  84. 2d710f3 yin parser MAINTENANCE formatting by Michal Vasko · 9 years ago
  85. 8655acc VERSION bump version to 0.5.32 by Radek Krejci · 9 years ago
  86. febcbfb dict CHANGE make dictionary thread-safe by Radek Krejci · 9 years ago
  87. fa0b5e0 schema tree CHANGE improve work with private objects in lys_node by Radek Krejci · 9 years ago
  88. 6a1ab6f data tree FEATURE lyd_get_list_keys() function by Michal Vasko · 9 years ago
  89. 6ed199c xpath CHANGE functions not publicly visible anymore by Michal Vasko · 9 years ago
  90. 105cef1 data tree FEATURE function lyd_get_node() by Michal Vasko · 9 years ago
  91. 93fab98 data parser OPTIMIZATION new LYD_OPT_TRUSTED option to skip validation checks by Radek Krejci · 9 years ago
  92. 40f17b9 data parser CHANGE store instance-identifier target by Radek Krejci · 9 years ago
  93. bd9e8d2 context CHANGE update used ietf-yang-library to revision 2016-02-01 (draft 04) by Radek Krejci · 9 years ago
  94. 4ce42be data validation FEATURE validate instance-identifier value by Radek Krejci · 9 years ago
  95. 804836a data parser BUGFIX resolving predicates in instance-identifiers by Radek Krejci · 9 years ago
  96. 722b007 all CHANGE unify naming conventions by Radek Krejci · 9 years ago
  97. def5002 doc CHANGE add the missing documentation by Radek Krejci · 9 years ago
  98. 7eb1213 schema tree BUGFIX NULL pointer dereference by Radek Krejci · 9 years ago
  99. 2342cf6 data parser CHANGE make data parser accept empty data by Radek Krejci · 9 years ago
  100. 7d9f46a threads CHANGE make ly_errno thread-safe by Radek Krejci · 9 years ago