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