1. b912095 yanglint CHANGE support different data validation in yanglint by Radek Krejci · 9 years ago
  2. c5090c3 data tree CHANGE keep instance-identifier value internally in JSON format by Radek Krejci · 9 years ago
  3. b387c48 resolve OPTIMIZE do not use strndupa, no need for it by Michal Vasko · 9 years ago
  4. 3649331 parse DOC all functions documented by Michal Vasko · 9 years ago
  5. b93d014 yanglint CHANGE allow numeric verb values by Michal Vasko · 9 years ago
  6. 0c888fd several BUGFIX replace asserts with side effects by Michal Vasko · 9 years ago
  7. 4adc10f resolve CHANGE remove augment unres check by Michal Vasko · 9 years ago
  8. a5c4ad6 resolve BUGFIX typo by Michal Vasko · 9 years ago
  9. 5a10543 parse DOC added license by Michal Vasko · 9 years ago
  10. 730dfdf resolve DOC new comments, license included by Michal Vasko · 9 years ago
  11. b1c1251 data tree CHANGE add various modes to parse instance data by Radek Krejci · 9 years ago
  12. ff0e53e log BUGFIX printing n characters from string by Radek Krejci · 9 years ago
  13. 71b795b data tree BUGFIX resolving paths by Radek Krejci · 9 years ago
  14. 25b9fd3 data tree CHANGE implement data parser options by Radek Krejci · 9 years ago
  15. e3c3314 data tree CHANGE code optimization, storing data type by Radek Krejci · 9 years ago
  16. fd4e6e3 context FEATURE add ly_ctx_get_module_by_ns() by Radek Krejci · 9 years ago
  17. ae6817a logger CHANGE start error codes with 0 assigned to success (no error) by Radek Krejci · 9 years ago
  18. 88daf82 data tree BUGFIX check number of instances of non-list nodes by Radek Krejci · 9 years ago
  19. 7ab2515 context CHANGE hide ietf-yang-library getter as context info getter by Radek Krejci · 9 years ago
  20. 1d82ef6 tree CHANGE rename variables and internal functions following changed naming conventions by Radek Krejci · 9 years ago
  21. 704a7a9 tree DESIGN prototypes of new API functions by Radek Krejci · 9 years ago
  22. f06622d schema tree MAINTENANCE comment updated by Michal Vasko · 9 years ago
  23. f8c128d schema tree BUGFIX ly_mnode_dup fix by Michal Vasko · 9 years ago
  24. d04dbea info printer & yanglint FEATURE grouping print by Michal Vasko · 9 years ago
  25. 2e1a7e4 resolve CHANGE resolve_schema_nodeid changed by Michal Vasko · 9 years ago
  26. 53848dd info printer MAINTENANCE use include rather than protoype by Michal Vasko · 9 years ago
  27. dcc7a80 resolve CHANGE resolve_schema_nodeid by Michal Vasko · 9 years ago
  28. 73ae256 parse & resole BUGFIX path-arg resolution fix by Michal Vasko · 9 years ago
  29. 93df9ea info printer CHANGE print prefix for nodes from augments by Michal Vasko · 9 years ago
  30. d12f57b schema tree BUGFIX duplicating and freeing lys_node* structures by Radek Krejci · 9 years ago
  31. 8a8d1bb tree MAINTENANCE code formating by Radek Krejci · 9 years ago
  32. 0d42e9f yin parser & resolve BUGFIX aug does not have to have a parent by Michal Vasko · 9 years ago
  33. b011e6b yanglint CHANGE aligned feature state print by Michal Vasko · 9 years ago
  34. c68a2a2 schema tree MAINTENANCE comments added by Michal Vasko · 9 years ago
  35. d23ce59 schema tree BUGFIX dup_unres return value must be checked by Michal Vasko · 9 years ago
  36. 41de735 schema tree BUGFIX augment children fix by Michal Vasko · 9 years ago
  37. dad1940 resolve CHANGE dup_unres change by Michal Vasko · 9 years ago
  38. 49291b3 yin parser BUGFIX augment resolution by Michal Vasko · 9 years ago
  39. f02e374 several CHANGE code refactoring by Michal Vasko · 9 years ago
  40. 9c1bc64 parse MAINTENANCE function moved by Michal Vasko · 9 years ago
  41. e7fc19c log CHANGE error code names changed by Michal Vasko · 9 years ago
  42. b2daf5b resolve MAINTENANCE move & rename function by Michal Vasko · 9 years ago
  43. 4608ada tree CHANGE RPC's input/output node by Radek Krejci · 9 years ago
  44. 48061fb tree CHANGE make function to check if schema node enabled public by Radek Krejci · 9 years ago
  45. a52656e schema tree DOC finish unification of structure naming by Radek Krejci · 9 years ago
  46. b804869 schema tree DOC finished schema tree structures documentation by Radek Krejci · 9 years ago
  47. 88876dc xml parser BUGFIX assert is no good, we need to execute the function by Michal Vasko · 9 years ago
  48. 45b4231 resolve BUGFIX replace assert with message and break by Michal Vasko · 9 years ago
  49. 1f76a28 resolve FEATURE leafref schema resolution by Michal Vasko · 9 years ago
  50. cc9e12e resolve CHANGE resolve_schema_nodeid changed by Michal Vasko · 9 years ago
  51. e5a1446 parse BUGFIX forgotten error by Michal Vasko · 9 years ago
  52. 1e989c0 parse CHANGE schema-nodeid actually does not allow "." nor ".." by Michal Vasko · 9 years ago
  53. 12e3084 resolve CHANGE error messages added by Michal Vasko · 9 years ago
  54. 7651257 tree CHANGE unify naming, add/update augment, refine, deviation description by Radek Krejci · 9 years ago
  55. 0acbe1b resolving BUGFIX reconnecting augment data into the target node by Radek Krejci · 9 years ago
  56. 5fb25b6 info pinter CHANGE flag printing changed by Michal Vasko · 9 years ago
  57. 2e74dc3 info printer CHANGE union print changed by Michal Vasko · 9 years ago
  58. a91333d resolve BUGFIX type der unres empty base fix by Michal Vasko · 9 years ago
  59. 96929d9 tree printer BUGFIX leaf key checking fixed by Michal Vasko · 9 years ago
  60. ea31f19 yanglint CHANGE list cmd now parses ylib structure by Michal Vasko · 9 years ago
  61. e38af6e yin parser OPTIMIZE move list key resolution by Michal Vasko · 9 years ago
  62. c92338c Merge branch 'apidesign' of https://github.com/CESNET/libyang into apidesign by Michal Vasko · 9 years ago
  63. 4cfcd25 yin parser BUGFIX identity parsing by Michal Vasko · 9 years ago
  64. 2ecf3b2 parser BUGFIX file URI must start with file:// by Michal Vasko · 9 years ago
  65. 1574a8d schema tree CHANGE review type and typedef structures by Radek Krejci · 9 years ago
  66. 70b6d69 context CHANGE do not include URI in internal models by Michal Vasko · 9 years ago
  67. 31f6d66 info printer FEATURE module URI print by Michal Vasko · 9 years ago
  68. 4d7cf3b ylib BUGFIX the first node is a grouping by Michal Vasko · 9 years ago
  69. bfa04e2 ylib BUGFIX fix get_next_sibling by Michal Vasko · 9 years ago
  70. 21181c4 schema tree & ylib FEATURE schema node by Michal Vasko · 9 years ago
  71. 3d0f003 ylib MAINTENANCE submodules are not directly under context by Michal Vasko · 9 years ago
  72. 7a964ce ylib BUGFIX new list needs to have pointers set by Michal Vasko · 9 years ago
  73. 63dd36b ylib BUGFIX dict must always be used by Michal Vasko · 9 years ago
  74. 68cffd7 yin parser BUGFIX typo by Michal Vasko · 9 years ago
  75. 14719b2 context & ylib CHANGE module-set-id node by Michal Vasko · 9 years ago
  76. 8d054e4 context CHANGE every context will include 3 models by Michal Vasko · 9 years ago
  77. ac25bbf ylib CHANGE traversing schema tree fix by Michal Vasko · 9 years ago
  78. a9167ef tree CHANGE unify naming of schema and data in/out formats by Radek Krejci · 9 years ago
  79. 6fcdc90 yanglib BUGFIX include missing internal header file by Radek Krejci · 9 years ago
  80. ccf2735 yanglib BUGFIX loading ietf-yang-library module using redesigned API functions by Radek Krejci · 9 years ago
  81. a4555c9 parser CHANGE add missing source code with common parsers functionality by Radek Krejci · 9 years ago
  82. 5895397 yang lib FEATURE yang library data built by Michal Vasko · 9 years ago
  83. c3d9f8c all CHANGE redesign and splitting of the library by Michal Vasko · 9 years ago
  84. 77441a6 log CHANGE new log messages by Michal Vasko · 9 years ago
  85. 9566b09 data tree DOC update structures description and do some changes in API by Radek Krejci · 9 years ago
  86. 0e1d1a6 data tree CHANGE make lyd_free() public by Radek Krejci · 9 years ago
  87. d9ba3e3 tree DOC schema manipulation description by Radek Krejci · 9 years ago
  88. e98bb4b tree CHANGE API for manipulation and access to schema features by Radek Krejci · 9 years ago
  89. f647e61 context CHANGE handle multiple revisions of the same schema by Radek Krejci · 9 years ago
  90. bc9cf93 api CHANGE hide lys_free() to free a particular schema by Radek Krejci · 9 years ago
  91. 96a10da api CHANGE use const values by Radek Krejci · 9 years ago
  92. 26715a4 DOC some more info about libyang usage and some function descriprion by Radek Krejci · 9 years ago
  93. 912da45 parsers CHANGE shorten function names and unify naming by Radek Krejci · 9 years ago
  94. 63a91a9 parsers CHANGE hide decision about module type (import/implement) by Radek Krejci · 9 years ago
  95. c2e8056 xml reader BUGFIX unknown character infinite loop fix by Michal Vasko · 9 years ago
  96. 6da1a37 xml parser BUGFIX get union type of derived types by Michal Vasko · 9 years ago
  97. 10e8097 yanglint BUGFIX typedef include print by Michal Vasko · 9 years ago
  98. d8aa32d yin parser & info printer FEATURE implemented flag by Michal Vasko · 9 years ago
  99. fd39853 xml data parser BUGFIX matching enum leaf's values by Radek Krejci · 9 years ago
  100. a526964 dict BUGFIX allow storing "" strings by Radek Krejci · 9 years ago