1. d8841b4 Adding some logic for the case when the test string is empty in the file. by Pieter Lewyllie · 7 years ago
  2. bda10b0 VERSION bump version to 0.14.38 by Radek Krejci · 7 years ago
  3. 0ec2cc5 schema parsers BUGFIX replacing type by deviation by Radek Krejci · 7 years ago
  4. fa311af VERSION bump version to 0.14.37 by Radek Krejci · 7 years ago
  5. e99e015 XML data parser BUGFIX checking that non-terminal nodes does not contain text data by Radek Krejci · 7 years ago
  6. 632f61f VERSION bump version to 0.14.36 by Radek Krejci · 7 years ago
  7. 3096a80 XML data parser BUGFIX with LYD_OPT_STRICT check that non-terminal nodes does not contain text data by Radek Krejci · 7 years ago
  8. 0230862 VERSION bump to version 0.14.35 by Michal Vasko · 7 years ago
  9. 6ca0bfe tests BUILD build callgrind tests only in release build type by Michal Vasko · 7 years ago
  10. 764c8c4 xpath OPTIMIZE evaluation optimizations by Michal Vasko · 7 years ago
  11. f88074d VERSION bump to version 0.14.34 by Michal Vasko · 7 years ago
  12. a13ed9b parser BUGFIX dollar signs in patterns must be escaped for pcre by Michal Vasko · 7 years ago
  13. f8fed8a VERSION bump to version 0.14.33 by Michal Vasko · 7 years ago
  14. cd958c6 tests CHANGE now only relevant parts of code are profiled by Michal Vasko · 7 years ago
  15. 5343adf VERSION bump to version 0.14.32 by Michal Vasko · 7 years ago
  16. d3545ed data tree BUGFIX always set ly_errno on api functio fail by Michal Vasko · 7 years ago
  17. 7ce40f9 VERSION bump version to 0.14.31 by Radek Krejci · 7 years ago
  18. 95e00a4 YANG parser CHANGE ommit module parse fail message when parsing submodule file by Radek Krejci · 7 years ago
  19. 265b263 VERSION bump version to 0.14.30 by Radek Krejci · 7 years ago
  20. 4cfb3e9 Merge branch 'readdir' of https://github.com/jktjkt/libyang into jktjkt-readdir by Radek Krejci · 7 years ago
  21. 27a1bdd VERSION bump to version 0.14.29 by Michal Vasko · 7 years ago
  22. 1e07eae libyang BUGFIX schema path cannot include uses by Michal Vasko · 7 years ago
  23. fb2fab9 readdir: d_type might be always DT_UNKNOWN by Jan Kundrát · 7 years ago
  24. 7aaea39 VERSION bump version to 0.14.28 by Radek Krejci · 7 years ago
  25. 4456491 schema parsers BUGFIX searching for the latest revision of the module by Radek Krejci · 7 years ago
  26. b4248be Merge branch 'devel' of https://github.com/CESNET/libyang into devel by Radek Krejci · 7 years ago
  27. e9473a9 schema parsers CHANGE avoid duplicities in searchpaths by Radek Krejci · 7 years ago
  28. de22662 VERSION bump to version 0.14.27 by Michal Vasko · 7 years ago
  29. 95ed90b yin parser BUGFIX initialize cache because it may not even be filled before freeing by Michal Vasko · 7 years ago
  30. e378c0e libyang DOC typo by Michal Vasko · 7 years ago
  31. a7c1868 VERSION bump to version 0.14.26 by Michal Vasko · 7 years ago
  32. 6b293d1 data tree CHANGE lyd_new_path can now create default nodes by Michal Vasko · 7 years ago
  33. 307d8b5 data tree MAINTENANCE formatting by Michal Vasko · 7 years ago
  34. 7f9fc64 VERSION bump version to 0.14.25 by Radek Krejci · 7 years ago
  35. e4dce29 schema parsers BUGFIX path of the node affected by status inconsistency by Radek Krejci · 7 years ago
  36. 41d8d6f VERSION bump version to 0.14.24 by Radek Krejci · 7 years ago
  37. 8a70617 yanglint CHANGE support JSON in rpcreply data file by Radek Krejci · 7 years ago
  38. e4f9dcd JSON parser BUGFIX parsing reply data in JSON format by Radek Krejci · 7 years ago
  39. 1fe4179 JSON parser BUGFIX double free by Radek Krejci · 7 years ago
  40. 9a189c3 yanglint MAINTENANCE missing newline in help print by Radek Krejci · 7 years ago
  41. a4c107d schema parsers BUGFIX signness of the variables used for comparison by Radek Krejci · 7 years ago
  42. f2dc9c3 build BUGFIX building bison files by Radek Krejci · 7 years ago
  43. c128df9 swig BUGFIX paths of the included headers from libyang C sources by Radek Krejci · 7 years ago
  44. 29493da VERSION bump version to 0.14.23 by Radek Krejci · 7 years ago
  45. 13c9350 Merge branch 'dont-clutter-up-build-dir' of https://github.com/jktjkt/libyang into jktjkt-dont-clutter-up-build-dir by Radek Krejci · 7 years ago
  46. 58523dc schema parsers BUGFIX NULL pointer dereference by Radek Krejci · 7 years ago
  47. 894cc3a extensions BUGFIX searching for extension plugins by Radek Krejci · 7 years ago
  48. fd7a5c7 cmake: Do not write to the source directory by Jan Kundrát · 7 years ago
  49. 8391ece VERSION bump version to 0.14.22 by Radek Krejci · 7 years ago
  50. aa6b2a1 schema parsers CHANGE resolving uses's augments by Radek Krejci · 7 years ago
  51. 05a662e tests MAINTENANCE remove unnecessary code by Radek Krejci · 7 years ago
  52. 4056680 Merge branch 'refine_grouping' of https://github.com/frimpler/libyang into frimpler-refine_grouping by Radek Krejci · 7 years ago
  53. 5ba0510 schema parsers BUGFIX checking identityref values in XPaths by Radek Krejci · 7 years ago
  54. 62f7aad schema parsers BUGFIX handle duplicities in unresolved items by Radek Krejci · 7 years ago
  55. 8f98526 correct typing mistake in schema files, add a possible solution by Frank Rimpler · 7 years ago
  56. d3cbb0b Merge branch 'devel' of https://github.com/CESNET/libyang into refine_grouping by Frank Rimpler · 7 years ago
  57. 851412d VERSION bump to evrsion 0.14.21 by Michal Vasko · 7 years ago
  58. ee10f8c common CHANGE basic support for predicates in data2schema by Michal Vasko · 7 years ago
  59. d6de07b test case to verify a correction for grouping/augment resolution in correlation with refines by Frank Rimpler · 7 years ago
  60. 966a025 VERSION bump to version 0.14.20 by Michal Vasko · 7 years ago
  61. 4070273 libyang NEW function for generating schema paths from data paths by Michal Vasko · 7 years ago
  62. 2e94898 fixup! tests NEW callgrind target running benchmarks with callgrind by Michal Vasko · 7 years ago
  63. ad403f9 fixup! tests NEW callgrind target running benchmarks with callgrind by Michal Vasko · 7 years ago
  64. 13d55fd VERSION bump to version 0.14.19 by Michal Vasko · 7 years ago
  65. 22fdd75 tests NEW callgrind target running benchmarks with callgrind by Michal Vasko · 7 years ago
  66. d06a42d VERSION bump to version 0.14.18 by Michal Vasko · 7 years ago
  67. fe3f88f xpath BUGFIX parse the predicate even if there are no nodes for evaluation by Michal Vasko · 7 years ago
  68. 6c70a20 schema tree DOC better description of path accepted by xpath_atomize by Michal Vasko · 7 years ago
  69. 15be7ab VERSION bump version to 0.14.17 by Radek Krejci · 7 years ago
  70. c64b7c6 Merge branch 'devel' of https://github.com/CESNET/libyang into devel by Radek Krejci · 7 years ago
  71. e6bb200 Merge branch 'devel' of https://github.com/cesnet/libyang into devel by Michal Vasko · 7 years ago
  72. 6579cfe readme DOC added cmake options description by Michal Vasko · 7 years ago
  73. 3c4986a C++: BUGFIX invalid assignment by Radek Krejci · 7 years ago
  74. d9bccbb VERSION bump version to 0.14.16 by Radek Krejci · 7 years ago
  75. efc346d Merge pull request #365 from sartura/cpp_v0.3.0 by Radek Krejci · 7 years ago
  76. edc6c08 C++: add infrastructure for C++/Python bindings by Mislav Novakovic · 7 years ago
  77. 93c45fa VERSION bump to version 0.14.15 by Michal Vasko · 7 years ago
  78. 921eb6b common CHANGE use data callback for duplicating data into context by Michal Vasko · 7 years ago
  79. 447267b VERSION bump to version 0.14.14 by Michal Vasko · 7 years ago
  80. bd89eb2 data tree BUGFIX do not consider not finding a model for node_dup an internal error by Michal Vasko · 7 years ago
  81. 95357a6 VERSION bump to version 0.14.13 by Michal Vasko · 7 years ago
  82. 4e558e2 data tree BUGFIX check return value of lyp_parse_value by Michal Vasko · 7 years ago
  83. 08767f7 resolve CHANGE use data callback for unresolved data identityref values by Michal Vasko · 7 years ago
  84. 827a12c VERSION bump to version 0.14.12 by Michal Vasko · 7 years ago
  85. d5274d8 data tree MAINTENANCE always log on error by Michal Vasko · 7 years ago
  86. 718ecdd resolve BUGFIX compare instid values on canonical values by Michal Vasko · 7 years ago
  87. 98f27a3 resolve BUGFIX do not print internal errors on syntactic ones by Michal Vasko · 7 years ago
  88. 47424f2 VERSIOn bump to version 0.14.11 by Michal Vasko · 7 years ago
  89. d59d08e xpath CHANGE warnings enhanced and unified by Michal Vasko · 7 years ago
  90. 3f3c6a8 resolve CHANGE print message about identity in a non-implemented module by Michal Vasko · 7 years ago
  91. c0f27f0 log CHANGE special hide value 255 makes warnings from errors by Michal Vasko · 7 years ago
  92. cb7c656 VERSION bump to version 0.14.10 by Michal Vasko · 7 years ago
  93. ab8adcd resolve BUGFIX unintialized variable warning by Michal Vasko · 7 years ago
  94. 872ebe9 VERSION bump to version 0.14.9 by Michal Vasko · 7 years ago
  95. 88850b7 resolve BUGFIX use character count from successful parsing by Michal Vasko · 7 years ago
  96. 373f773 VERSION bump to version 0.14.8 by Michal Vasko · 7 years ago
  97. 59631dd libyang CHANGE building paths of arbitrary length by Michal Vasko · 7 years ago
  98. 4575954 VERSION bump to version 0.14.7 by Michal Vasko · 7 years ago
  99. 8f3160e schema tree CHANGE reusing of latest revision schemas by Michal Vasko · 7 years ago
  100. 6a9c1fb VERSION bump to version 0.14.6 by Michal Vasko · 7 years ago