1. 7ea0a31 tree printer: BUGFIX: uses print by Michal Vasko · 9 years ago
  2. e1fa858 schema tree FEATURE: free uses nodes with refines. by Radek Krejci · 9 years ago
  3. 3bde87f yin parser: FEATURE: support uses's refine substatement (RFC 6020 sec. 7.12.2) by Radek Krejci · 9 years ago
  4. e0dbb52 tree printer: BUGFIX: redundant space print by Michal Vasko · 9 years ago
  5. e9a975e tree printer: BUGFIX: uses max child name length checking by Michal Vasko · 9 years ago
  6. 1441046 tree printer: BUGFIX: corrected detecting siblings by Michal Vasko · 9 years ago
  7. 7bce32d tree printer: BUGFIX: state list does not have to have keys by Michal Vasko · 9 years ago
  8. 8d479bd tree printer: NEW: included submodules print by Michal Vasko · 9 years ago
  9. 315f70b tree printer: NEW: anyxml print by Michal Vasko · 9 years ago
  10. 7470511 yin parser FEATURE support usess forward references to groupings. by Radek Krejci · 9 years ago
  11. 1e9b999 yin parser BUGFIX resolving unique statement by Radek Krejci · 9 years ago
  12. f388693 yin parser BUGFIX resolving belongs-to by Radek Krejci · 9 years ago
  13. b388c15 yin parser BUGFIX resolving config flag under the case and uses statements by Radek Krejci · 9 years ago
  14. 449afde tree printer: NEW: leaf, leaf-list type, choice print by Michal Vasko · 9 years ago
  15. 8bc9ca0 yin parser: FEATURE: place grouping copy under the uses node by Radek Krejci · 9 years ago
  16. 537cf38 trees BUGFIX memory leaks by Radek Krejci · 9 years ago
  17. 8eaf9bd yin parser: BUGFIX: temporarily allow parsing models with unknown elements by Radek Krejci · 9 years ago
  18. b832928 yin parser: BUGFIX: parsing error-message and error-app-tag elements by Radek Krejci · 9 years ago
  19. 5ed10f1 tree printer: NEW: source by Michal Vasko · 9 years ago
  20. add79f8 schema tree: BUGFIX: copy-paste error causing double free by Radek Krejci · 9 years ago
  21. 8bf9936 yin parser: BUGFIX: accessing pointer after free by Radek Krejci · 9 years ago
  22. 5c7bff4 yin parser: BUGFIX: uninitialized variable by Radek Krejci · 9 years ago
  23. a26eb0c yin parser: BUGFIX: memory leak by Radek Krejci · 9 years ago
  24. 77d1dc6 yin parser: CHANGE: review code and validity checks according to RFC 6020 sec 7.11 by Radek Krejci · 9 years ago
  25. 863c285 yin parser: FEATURE: support anyxml (RFC 6020 sec 7.10) by Radek Krejci · 9 years ago
  26. 5dea2d5 yin parser: BUGFIX: uninitialized variable by Radek Krejci · 9 years ago
  27. e3d2ee0 tree printer: NEW by Michal Vasko · 9 years ago
  28. b4cf202 yin parser: CHANGE: review code and validity checks according to RFC 6020 sec 7.9 by Radek Krejci · 9 years ago
  29. a1e97df yin parser: BUGFIX: copy-paste error by Radek Krejci · 9 years ago
  30. d47904a yin parser: BUGFIX: gix LOGVAL calling (had invalid number of parameters) by Radek Krejci · 9 years ago
  31. d33ca10 yin parser: BUGFIX: fix uses's name checking by Radek Krejci · 9 years ago
  32. 345ad74 yin parser: CHANGE: review code and validity checks according to RFC 6020 sec 7.7 by Radek Krejci · 9 years ago
  33. 78fc30e yin parser: BUGFIX: fix checking result of strtoul() by Radek Krejci · 9 years ago
  34. 17e93f9 yin parser: BUGFIX: init variables and correct types by Radek Krejci · 9 years ago
  35. 1e3f890 yin parser: CHANGE: comment strict checking for unknown statements by Radek Krejci · 9 years ago
  36. ccdec64 yin parser: BUGFIX: fix logic of checking check_default() function return value by Radek Krejci · 9 years ago
  37. f4f4d9f yin parser: BUGFIX: units has attribute "name", not "value" by Radek Krejci · 9 years ago
  38. 8b4f23c yin parser: CHANGE: review code and validity checks according to RFC 6020 sec 7.7 by Radek Krejci · 9 years ago
  39. 4c31f12 yin parser: CHANGE: review code and validity checks according to RFC 6020 sec 7.6 by Radek Krejci · 9 years ago
  40. 800af70 yin parser: CHANGE: review code and validity checks according to RFC 6020 sec 7.4 and 7.5 by Radek Krejci · 9 years ago
  41. eac3553 libyang: CHANGE: review code and validity checks according to RFC 6020 sec 7.2 and 7.3 by Radek Krejci · 9 years ago
  42. 0af1387 yin parser: FEATURE: parse belongs-to statement in submodules by Radek Krejci · 9 years ago
  43. 76e5a1b yin parser BUGFIX Copy paste error. by Radek Krejci · 9 years ago
  44. ce7fb78 libyang: CHANGE: review code and validity checks according to RFC 6020 sec 7.1 by Radek Krejci · 9 years ago
  45. 68cc9cc Merge branch 'master' of https://github.com/CESNET/libyang by Radek Krejci · 9 years ago
  46. 812b10a libyang CHANGE error messages cleanup by Radek Krejci · 9 years ago
  47. 8dfe289 xml parser: CHANGE: use improved logger for validation issues by Radek Krejci · 9 years ago
  48. 3045cf3 logger: CHANGE: make logger functions more useful by Radek Krejci · 9 years ago
  49. 1f45ed1 Fix typo in README by Radek Krejčí · 9 years ago
  50. f6e5e18 yin parser: FEATURE: check for data model uniqueness in context by Radek Krejci · 9 years ago
  51. 3327750 yin parser: CHANGE: search for imported/included data models in wrking dir by Radek Krejci · 9 years ago
  52. efaeba3 yin parser: FEATURE: support submodules (via include statement) by Radek Krejci · 9 years ago
  53. efdd0ce CHANGE: directory structure to allow better splitting of parsers/printers code by Radek Krejci · 9 years ago
  54. e0b0c5f context: CHANGE: avoid Time of Check Time of Use Issue by Radek Krejci · 9 years ago
  55. 76c45d3 yin parser: BUGFIX: uninitializeed variable by Radek Krejci · 9 years ago
  56. d2b7c57 context: BUGFIX: memory leak by Radek Krejci · 9 years ago
  57. a125461 yin parser: BUGFIX: unused value by Radek Krejci · 9 years ago
  58. 39ebd8e xml parser: BUGFIX: use of uninitialized variable by Radek Krejci · 9 years ago
  59. c1265a6 xml parser: BUGFIX: wrong usage of logical AND instead of bitwise AND by Radek Krejci · 9 years ago
  60. dcf9d92 yin parser: BUGFIX: copy-paste error by Radek Krejci · 9 years ago
  61. bcf46db xml parser: BUGFIX: fix sizeof usage by Radek Krejci · 9 years ago
  62. fb30fcd context: BUGFIX: improve return value checks when opening data model files by Radek Krejci · 9 years ago
  63. 3a734ed yin parser: BUGFIX: NULL dereference by Radek Krejci · 9 years ago
  64. e1f1391 parsers: BUGFIX: review inlinking a node from various lists by Radek Krejci · 9 years ago
  65. 699805e xml parser: BUGFIX: NULL check before dereferencing pointer by Radek Krejci · 9 years ago
  66. 1e143ad yin parser: MAINTENANCE: remove unnecessary tests by Radek Krejci · 9 years ago
  67. c7c9a6c yin parser: basic support for uses statement by Radek Krejci · 9 years ago
  68. d7f0d01 yin parser: FEATURE: parse keys in list statement by Radek Krejci · 9 years ago
  69. 667b97f yin parser: BUGFIX: add a check for return value by Radek Krejci · 9 years ago
  70. 6f0c6f9 xml parser: BUGFIX: memory leak by Radek Krejci · 9 years ago
  71. 04581c6 yin parser: support identityref type by Radek Krejci · 10 years ago
  72. 277a447 yanglint: fix memory leak by Radek Krejci · 10 years ago
  73. 6793db0 yin parser: identities support by Radek Krejci · 10 years ago
  74. 25d782a yin parser: process enumeration type by Radek Krejci · 10 years ago
  75. 5a06554 yanglint: add new tool by Radek Krejci · 10 years ago
  76. b0594bf yin parser: add some additional validation tests to the module statement by Radek Krejci · 10 years ago
  77. bb3257d yin parser: basic system for printing validation errors by Radek Krejci · 10 years ago
  78. da04f4a yin parser: initial version by Radek Krejci · 10 years ago
  79. 06a704e MAINTENANCE: reorganize file structure by Radek Krejci · 10 years ago
  80. 674e1f8 FEATURE: namespace support by Radek Krejci · 10 years ago
  81. 4ea0838 FEATURE: zerocopy insert into dictionary by Radek Krejci · 10 years ago
  82. f0023a9 FEATURE: XML DOM tree printer into IO streams by Radek Krejci · 10 years ago
  83. ee62758 FEATURE: dictionary for storing strings by Radek Krejci · 10 years ago
  84. 9c16b33 BUGFIX: writing out of boundary of allocated memory by Radek Krejci · 10 years ago
  85. a4a8406 FEATURE: support CDSect by Radek Krejci · 10 years ago
  86. 521008e FEATURE: handle attribute values in the same way as element content by Radek Krejci · 10 years ago
  87. 05e37a3 CHANGE: unify used processed length type to unsigned int by Radek Krejci · 10 years ago
  88. 709fee6 xml parser: FEATURE: parse predefined entity and character references in text by Radek Krejci · 10 years ago
  89. 0211730 FEATURE: initial version of the XML parser for libyang by Radek Krejci · 10 years ago
  90. a512878 CHANGE: skip argument check in ly_log() by Radek Krejci · 10 years ago
  91. 85e61cf FEATURE: Add new error numbers used by parser. by Radek Krejci · 10 years ago
  92. 6ea9a8b BUGFIX: fix ly_log() usage in logger macros by Radek Krejci · 10 years ago
  93. 2cb3054 FEATURE: Make only API functions visible from library by Radek Krejci · 10 years ago
  94. 9b4ca39 FEATURE: library logger by Radek Krejci · 10 years ago
  95. a254220 DOC: update README for building process by Radek Krejci · 10 years ago
  96. e74ea8c BUILD: add project description file for CMake by Radek Krejci · 10 years ago
  97. c33010b DOX: basic Doxyfile for generating API documentation by Radek Krejci · 10 years ago
  98. 54ea8de FEATURE: basic definitions for XML parser by Radek Krejci · 10 years ago
  99. bddc015 doc: update libyang description in README file by Radek Krejci · 10 years ago
  100. 134d857 Initial commit by Tomas Cejka · 10 years ago