1. 0791199 tree FEATURE check identifier uniqueness of the augmenting data in the target node by Radek Krejci · 9 years ago
  2. 10c760e tree FEATURE integrate identifier uniqueness check into lys_node_addchild() by Radek Krejci · 9 years ago
  3. c07187d release BUGFIX release target undefined line variables by Michal Vasko · 9 years ago
  4. 104a93d Merge branch 'resolve_sibling' into devel by Michal Vasko · 9 years ago
  5. 5809090 resolve CHANGE resolve_child -> resolve_sibling by Michal Vasko · 9 years ago
  6. 591e0b2 schema tree CHANGE LYS_AUGMENT enum gets value 1 by Michal Vasko · 9 years ago
  7. b7f5e41 tree BUGFIX check return value and handle failure by Radek Krejci · 9 years ago
  8. 374b94e tree BUGFIX NULL pointer dereference by Radek Krejci · 9 years ago
  9. 0b5805d tree BUGFIX memory leaks by Radek Krejci · 9 years ago
  10. 7f40ce3 data tree FEATURE checking for presence of mandatory elements by Radek Krejci · 9 years ago
  11. 55e1eb2 schema tree BUGFIX freeing old augment structure by Michal Vasko · 9 years ago
  12. 51054ca unres CHANGE grouping resolution by Michal Vasko · 9 years ago
  13. 71e1aa8 schema tree CHANGE groupings NACM inheritance change by Michal Vasko · 9 years ago
  14. 25b9fd3 data tree CHANGE implement data parser options by Radek Krejci · 9 years ago
  15. 1d82ef6 tree CHANGE rename variables and internal functions following changed naming conventions by Radek Krejci · 9 years ago
  16. f8c128d schema tree BUGFIX ly_mnode_dup fix by Michal Vasko · 9 years ago
  17. d12f57b schema tree BUGFIX duplicating and freeing lys_node* structures by Radek Krejci · 9 years ago
  18. c68a2a2 schema tree MAINTENANCE comments added by Michal Vasko · 9 years ago
  19. d23ce59 schema tree BUGFIX dup_unres return value must be checked by Michal Vasko · 9 years ago
  20. 41de735 schema tree BUGFIX augment children fix by Michal Vasko · 9 years ago
  21. f02e374 several CHANGE code refactoring by Michal Vasko · 9 years ago
  22. e7fc19c log CHANGE error code names changed by Michal Vasko · 9 years ago
  23. 48061fb tree CHANGE make function to check if schema node enabled public by Radek Krejci · 9 years ago
  24. a52656e schema tree DOC finish unification of structure naming by Radek Krejci · 9 years ago
  25. b804869 schema tree DOC finished schema tree structures documentation by Radek Krejci · 9 years ago
  26. 12e3084 resolve CHANGE error messages added by Michal Vasko · 9 years ago
  27. 7651257 tree CHANGE unify naming, add/update augment, refine, deviation description by Radek Krejci · 9 years ago
  28. 1574a8d schema tree CHANGE review type and typedef structures by Radek Krejci · 9 years ago
  29. a9167ef tree CHANGE unify naming of schema and data in/out formats by Radek Krejci · 9 years ago
  30. c3d9f8c all CHANGE redesign and splitting of the library by Michal Vasko · 9 years ago
  31. 9566b09 data tree DOC update structures description and do some changes in API by Radek Krejci · 9 years ago
  32. 0e1d1a6 data tree CHANGE make lyd_free() public by Radek Krejci · 9 years ago
  33. e98bb4b tree CHANGE API for manipulation and access to schema features by Radek Krejci · 9 years ago
  34. bc9cf93 api CHANGE hide lys_free() to free a particular schema by Radek Krejci · 9 years ago
  35. 96a10da api CHANGE use const values by Radek Krejci · 9 years ago
  36. 912da45 parsers CHANGE shorten function names and unify naming by Radek Krejci · 9 years ago
  37. 63a91a9 parsers CHANGE hide decision about module type (import/implement) by Radek Krejci · 9 years ago
  38. d8aa32d yin parser & info printer FEATURE implemented flag by Michal Vasko · 9 years ago
  39. 0f5ecd4 Merge branch 'master' of https://github.com/CESNET/libyang by Michal Vasko · 9 years ago
  40. 3f1098b schema tree CHANGE resolve path & instid prototype change by Michal Vasko · 9 years ago
  41. 2dbed4c json printer BUGFIX improve check of last node by Radek Krejci · 9 years ago
  42. c82396e json printer CHANGE instid print conforming to RFC draft by Michal Vasko · 9 years ago
  43. f54f2f8 schema tree BUGFIX memory leak by Michal Vasko · 9 years ago
  44. ab8e440 xml parser & json printer FEATURE all data nodes print by Michal Vasko · 9 years ago
  45. 8ed7530 xml parser MAINTENANCE code refactoring by Michal Vasko · 9 years ago
  46. f1b9c36 schema tree FEATURE instid position predicate validation by Michal Vasko · 9 years ago
  47. 63ee3d4 schema tree CHANGE preserve order of elements by Michal Vasko · 9 years ago
  48. 493bea7 xml parser & json printer FEATURE instance-identifier type by Michal Vasko · 9 years ago
  49. 5d34dea schema tree MEANITENANCE missed newline by Michal Vasko · 9 years ago
  50. 5a98815 data tree FEATURE support leafrefs by Radek Krejci · 9 years ago
  51. 52f791c data tree BUGFIX check input in public function by Radek Krejci · 9 years ago
  52. 520d473 yanglint FEATURE basic data load and print by Michal Vasko · 9 years ago
  53. e3d724f yin parser CHANGE move generic functions into internal tree implementation by Radek Krejci · 9 years ago
  54. 7511f40 data parser FEATURE support decimal64 type for leafs/leaf-lists by Radek Krejci · 9 years ago
  55. 3e3affe data parser FEATURE support bits type for leafs/leaf-lists by Radek Krejci · 9 years ago
  56. e474847 xml data parser/printer FEATURE basic support for leaf/leaflists by Radek Krejci · 9 years ago
  57. b20c62d xml parser FEATURE basic functionality of xml data parser by Radek Krejci · 9 years ago
  58. 25b3961 schema tree BUGFIX memory leak by Michal Vasko · 9 years ago
  59. 2367e7c schema tree NEW get features of a model by Michal Vasko · 9 years ago
  60. 4c5989d schema tree BUGFIX disabling features passes 0, not 1 by Michal Vasko · 9 years ago
  61. fbbcdb5 schema tree MAINTENANCE move strnodetype() to common by Michal Vasko · 9 years ago
  62. 92f4b2e schema tree CHANGE handle paths ending with '/' by Michal Vasko · 9 years ago
  63. 69b4291 schema tree BUGFIX input & output nodes must be treted specially by Michal Vasko · 9 years ago
  64. a7f4a0e tree BUGFIX fix module check in resolve_schema_nodeid() by Radek Krejci · 9 years ago
  65. 3bf80ca schema tree BUGFIX nodes in submodule fixed by Michal Vasko · 9 years ago
  66. db7f229 schema tree BUGFIX resolve_schema_nodeid rewritten by Michal Vasko · 9 years ago
  67. c7c8553 tree MAINTENANCE cover the rest types in type free/dup function by Radek Krejci · 9 years ago
  68. e4c366b yin parser FEATURE support union type by Radek Krejci · 9 years ago
  69. eb00f51 yin parser FEATURE deviation support (RFC 6020, sec. 7.18.3) by Radek Krejci · 9 years ago
  70. dba4287 Merge branch 'master' of https://github.com/CESNET/libyang by Radek Krejci · 9 years ago
  71. 3b2b041 schema tree: BUGFIX: with strncmp the length must match too by Michal Vasko · 9 years ago
  72. 2118196 tree BUGFIX free rpc and notification structure of modules by Radek Krejci · 9 years ago
  73. 82f3324 tree MAINTENANCE remove duplicated code by Radek Krejci · 9 years ago
  74. af989e6 schema tree: BUGFIX: resolve_schema_nodeid fix by Michal Vasko · 9 years ago
  75. f9401c3 yin parser FEATURE support substatements in decimal64 type by Radek Krejci · 9 years ago
  76. 425adf0 schema tree BUGFIX accessing NULL pointer by Radek Krejci · 9 years ago
  77. 86b8445 tree schema: BUGFIX: schema_nodeid() rpc, notification traversal by Michal Vasko · 9 years ago
  78. 3ea4299 tree schema: BUGFIX: strncmp() use fixed by Michal Vasko · 9 years ago
  79. 6fcb9dd tree BUGFIX memory leak by Radek Krejci · 9 years ago
  80. f286013 yin parser FEATURE support range restriction for integer types by Radek Krejci · 9 years ago
  81. 7e97c35 tree FEATURE allow enable/disable features in schemas by Radek Krejci · 9 years ago
  82. dc4c141 yin parser FEATURE support path definition for leafref type by Radek Krejci · 9 years ago
  83. 4a7b5ee yin parser BUGFIX add missing dup code for identityref type by Radek Krejci · 9 years ago
  84. af35142 yin parser FEATURE support require-instance statemnt in instance-identifier type by Radek Krejci · 9 years ago
  85. 5fbc916 yin parser FEATURE support pattern restrictions in string type by Radek Krejci · 9 years ago
  86. 3733a80 yin parser BUGFIX add missing dup functionality for binary, bits and enum types by Radek Krejci · 9 years ago
  87. 0bd5db4 yin parser CHANGE unify structures for restriction information by Radek Krejci · 9 years ago
  88. 00768f4 yin parser BUGFIX add missing "when" content duplications by Radek Krejci · 9 years ago
  89. 994b6f6 yin parser FEATURE add support for bits derived types by Radek Krejci · 9 years ago
  90. b0af6ba yin parser FEATURE support when statement by Radek Krejci · 9 years ago
  91. 3cf9e22 yin parser FEATURE support YANG feature definitions and if-feature statements by Radek Krejci · 9 years ago
  92. 6f6ac23 schema tree: CHANGE: resolve_nodeid special augment, uses, choice treatment by Michal Vasko · 9 years ago
  93. a158c68 schema tree: BUGFIX: schema-nodeid resolution fixed by Michal Vasko · 9 years ago
  94. dce5145 context BUGFIX freeing data models from context by Radek Krejci · 9 years ago
  95. a339069 yin parser MAINTENANCE review identities part (RFC 6020, 7.16) by Radek Krejci · 9 years ago
  96. f5be10f yin parser FEATURE top level augments support by Radek Krejci · 9 years ago
  97. a7d0be6 schema tree: OPTIMIZE: do not allocate dynamic memory by Michal Vasko · 9 years ago
  98. a01e543 tree BUGFIX add missing break; in case branch by Radek Krejci · 9 years ago
  99. 6e4ffbb MAINTENANCE apply coding style rules to the source codes by Radek Krejci · 9 years ago
  100. 0ea4103 yin parser: NEW: notification parsing by Michal Vasko · 9 years ago