1. 225376f dict BUGFIX memory leaks by Radek Krejci · 9 years ago
  2. adb5761 parsers FEATURE error information when validation fails by Radek Krejci · 9 years ago
  3. 7a17a46 yin parser & tree schema BUGFIX uninitialzed ret by Michal Vasko · 9 years ago
  4. 2e7241e parser CHANGE do not free submodule on parsing failure by Michal Vasko · 9 years ago
  5. 4f0dad0 all REFACTOR use functions for module/submodule getting by Michal Vasko · 9 years ago
  6. 77dc565 yin parser REFACTOR syntax checks part of condition parsing by Michal Vasko · 9 years ago
  7. 1d337e1 yin parser REFACTOR if-featire parsing put into function by Michal Vasko · 9 years ago
  8. cd07422 yin parser BUGFIX pass the correct (sub)module to parsing functions by Michal Vasko · 9 years ago
  9. daea821 yin parser BUGFIX NULL pointer dereference by Radek Krejci · 9 years ago
  10. 7178e69 resolve FEATURE augment unres by Michal Vasko · 9 years ago
  11. dd318c2 Merge branch 'devel' of https://github.com/CESNET/libyang into devel by Radek Krejci · 9 years ago
  12. 461efb9 yin parser BUGFIX uniqe statement was not resolved in case of config false list by Radek Krejci · 9 years ago
  13. 3f053ef printers FEATURE do not print enum/bit values if auto-assigned by Michal Vasko · 9 years ago
  14. b8c07b8 yin parser BUGFIX memory leak when schema data contains invalid XML by Radek Krejci · 9 years ago
  15. 0d7b247 schema parsers BUGFIX handle "unbounded" as a valid value for max-elements by Radek Krejci · 9 years ago
  16. 53a42af yin parser BUGFIX modules with deviation must have implemented conformance-type by Michal Vasko · 9 years ago
  17. 60f4b45 yin parser BUGFIX instead deviation target store the module by Michal Vasko · 9 years ago
  18. 9bb061b resolve BUGFIX properly check return values of resolve_*_schema_nodeid by Michal Vasko · 9 years ago
  19. 27ab822 yin parser & resolve BUGFIX not all submodules have to be resolved by Michal Vasko · 9 years ago
  20. 5ff7882 yin parser BUGFIX cover all cases when including submodules by Michal Vasko · 9 years ago
  21. 9c4c99d yin parser BUGFIX check that a submodule was not yet included by another submodule by Michal Vasko · 9 years ago
  22. e290563 yin parser BUGFIX error checks by Michal Vasko · 9 years ago
  23. 3edeaf7 schema CHANGE resolve_schema_nodeid split into several functions by Michal Vasko · 9 years ago
  24. f92a728 yin parser BUGFIX must deviation module by Michal Vasko · 9 years ago
  25. dc48e7f yin parser MAINTENANCE make it clear that the context is always the same by Michal Vasko · 9 years ago
  26. 9f258e4 yin parser CHANGE proper actions on parsing failure by Michal Vasko · 9 years ago
  27. b40b451 yin parser BUGFIX do not free deviation on fail, it is freed later by Michal Vasko · 9 years ago
  28. 218436d yin parser BUGFIX accept empty strings in text/value elements of description, reference, etc. by Radek Krejci · 9 years ago
  29. ad73b6f yin parser BUGFIX check for multiple base statements in identity definition by Radek Krejci · 9 years ago
  30. bdfb1e0 yin parser BUGFIX identityref base needs to be transformed by Michal Vasko · 9 years ago
  31. 2d710f3 yin parser MAINTENANCE formatting by Michal Vasko · 9 years ago
  32. fa0b5e0 schema tree CHANGE improve work with private objects in lys_node by Radek Krejci · 9 years ago
  33. 722b007 all CHANGE unify naming conventions by Radek Krejci · 9 years ago
  34. c655602 schema parser CHANGE move some generic function from YIN parser by Radek Krejci · 9 years ago
  35. c071c54 schema tree CHANGE processing submodules by Radek Krejci · 9 years ago
  36. 253035f all BUGFIX proper memory allocation return value check by Michal Vasko · 9 years ago
  37. fe8582c Merge branch 'tree_compat' into devel by Radek Krejci · 9 years ago
  38. cf50998 schema parser CHANGE add missing status check following RFC 6020 7.19.2 by Radek Krejci · 9 years ago
  39. 7d74ebc yin parser BUGFIX avoid possible segfaults by Radek Krejci · 9 years ago
  40. bdf51ef yin parser BUGFIX fixed mandatory statement checks in (sub)module by Michal Vasko · 9 years ago
  41. 70f92c3 xml REFACTOR lyxml_read_ and lyxml_dump_ renamed to match parse/print names by Michal Vasko · 9 years ago
  42. 0fb58e9 yin parser BUGFIX enum name must not be empty by Michal Vasko · 9 years ago
  43. 2d26a02 yin parser BUGFIX bit name should be an identifier by Michal Vasko · 9 years ago
  44. d4e78dc yin parser BUGFIX enum and bits name is not an identifier by Radek Krejci · 9 years ago
  45. 345da0a xml CHANGE lyxml_unlink API function by Michal Vasko · 9 years ago
  46. 99b0aad context FEATURE callback for retrieving import/include models by Michal Vasko · 9 years ago
  47. 1e62a09 api CHANGE use const where should be by Michal Vasko · 9 years ago
  48. e29c662 yin parser BUGFIX wrong variables in errors by Michal Vasko · 9 years ago
  49. 88c2954 resolve BUGFIX derived type resolution by Michal Vasko · 9 years ago
  50. 5b64da2 yin parser BUGFIX wrong variable used by Michal Vasko · 9 years ago
  51. 581ce77 parser BUGFIX parsing unique statement by Radek Krejci · 9 years ago
  52. f2e1a99 yin parser BUGFIX reallocating models list to wrong size by Michal Vasko · 9 years ago
  53. c94283a yin parser BUGFIX transform ident base to JSON instead ident name by Michal Vasko · 9 years ago
  54. 5e7d9ca yin parser BUGFIX another operator priority problem by Michal Vasko · 9 years ago
  55. 979ad5b yin parser BUGFIX operator priority fix by Michal Vasko · 9 years ago
  56. 799806d Merge branch 'json_expr' into devel by Michal Vasko · 9 years ago
  57. 1dca688 Revert "REVERT to version 0.2.55." by Michal Vasko · 9 years ago
  58. fc5744d xml private REFACTOR renamed to xml internal to fit tree internal by Michal Vasko · 9 years ago
  59. f3930de yin parser CHANGE in module parsing skip NS checking when temorarily unlinking by Michal Vasko · 9 years ago
  60. 1b882eb context FEATURE include, import circular dependencies check by Michal Vasko · 9 years ago
  61. 105aa75 parser BUGFIX module file search messages fixed by Michal Vasko · 9 years ago
  62. 41912fe dict CHANGE split dictionary API to private and public part by Radek Krejci · 9 years ago
  63. e0b627e yin parser MAINTENANCE verbose message should start with capitals by Michal Vasko · 9 years ago
  64. 2f7925f yin parser CHANGE parse augments separately and last by Michal Vasko · 9 years ago
  65. 7ffc305 yin parser CHANGE do not parse notifications and rpcs separately by Michal Vasko · 9 years ago
  66. 534f844 yin parser BUGFIX do not move the string twice by Michal Vasko · 9 years ago
  67. 0160ffe yin parser BUGFIX added missing error messages by Michal Vasko · 9 years ago
  68. fba1526 common BUGFIX we need to distinguish between schema and data in transforming by Michal Vasko · 9 years ago
  69. 2d851a9 tree schema CHANGE feature, ident, uses in JSON by Michal Vasko · 9 years ago
  70. a8b2595 schema tree CHANGE refine, deviation target-node in JSON by Michal Vasko · 9 years ago
  71. 488c19e schema tree CHANGE augment target uses JSON by Michal Vasko · 9 years ago
  72. b362b4c yin parser BUGFIX type name resolution fix by Michal Vasko · 9 years ago
  73. a5835e9 REVERT to version 0.2.55. by Michal Vasko · 9 years ago
  74. 0fb82c6 schema tree CHANGE type name store in JSON now by Michal Vasko · 9 years ago
  75. f989338 xpath BUGFIX all expression are stored in JSON format by Michal Vasko · 9 years ago
  76. 5974c1f Merge branch 'devel' into netconf by Radek Krejci · 9 years ago
  77. 83a6c46 Merge branch 'xpath' into devel by Michal Vasko · 9 years ago
  78. 0d20459 yin parser & schema tree CHANGE must check by Michal Vasko · 9 years ago
  79. fcdac17 yin parser & schema tree CHANGE when check by Michal Vasko · 9 years ago
  80. 0308dd6 schema tree BUGFIX freeing when condition by Michal Vasko · 9 years ago
  81. c6704c8 xml FEATURE provide public API to a simple XML parser by Radek Krejci · 9 years ago
  82. 3d46812 parsers FEATURE support get-filter-element-attributes extension by Radek Krejci · 9 years ago
  83. e0c5984 yin parser BUGFIX do not inherit NACM from groupings by Michal Vasko · 9 years ago
  84. 184521f resolve CHANGE logging improved by Michal Vasko · 9 years ago
  85. e867c85 yin parser BUGFIX use of uninitialized variable by Radek Krejci · 9 years ago
  86. f7eee89 yin parser BUGFIX missing log message added by Michal Vasko · 9 years ago
  87. 29fc018 parsers REFACTOR minor refactoring changes by Michal Vasko · 9 years ago
  88. 0d343d1 several BUGFIX missing log messages added by Michal Vasko · 9 years ago
  89. e4e8fbd parsers CHANGE replace regex with PCRE by Michal Vasko · 9 years ago
  90. 1d87a92 schema tree CHANGE augment got module pointer to fit better lys_node by Michal Vasko · 9 years ago
  91. 97dc219 Merge branch 'devel' into res_data_separate by Michal Vasko · 9 years ago
  92. f8879c2 xml CHANGE in unlink_element handle namespaces some way by Michal Vasko · 9 years ago
  93. 0bd29d1 resolve REFACTOR rename *unres_* to *unres_schema_* by Michal Vasko · 9 years ago
  94. 13b1583 schema tree BUGFIX internal mods freeing by Michal Vasko · 9 years ago
  95. 3ab70fc resolve CHANGE functions return an additional value by Michal Vasko · 9 years ago
  96. 6dc53a2 source REFACTOR refactor parse.* source files by Radek Krejci · 9 years ago
  97. 998a0b8 source CHANGE make source file names unique by Radek Krejci · 9 years ago[Renamed (99%) from src/parser/yin.c]
  98. 10c760e tree FEATURE integrate identifier uniqueness check into lys_node_addchild() by Radek Krejci · 9 years ago
  99. a954450 yin parser CHANGE add debug messages to see what is happening by Radek Krejci · 9 years ago
  100. c07187d release BUGFIX release target undefined line variables by Michal Vasko · 9 years ago