1. 26d224e tests CHANGE reflect limitation introduced by previous bugfix by Radek Krejci · 7 years ago
  2. 848be47 tests NEW when condition with prefixed value failed by Peter Feige · 7 years ago
  3. 24affa0 libyang CHANGE hash table updates, data hashing by Michal Vasko · 7 years ago
  4. cd3e55f testcase for issue #465 by Peter Feige · 7 years ago
  5. 7d3ad5a hash table CHANGE completely rewritten by Michal Vasko · 7 years ago
  6. 3fde9ee test case to verify fix for lyd_free_value() issue mentioned in PR#468 by Frank Rimpler · 7 years ago
  7. 70bf8e5 libyang CHANGE split type base and type flags by Michal Vasko · 7 years ago
  8. 4f7ec5f tests BUGFIX use user types by Michal Vasko · 7 years ago
  9. 43c4983 schema parsers CHANGE improve check for revision date by Radek Krejci · 7 years ago
  10. af537ff build CHANGE just warn if building callgrind tests on debug by Michal Vasko · 7 years ago
  11. c04173b schema tree CHANGE flag LYS_XPATH_DEP for conf and state deps by Michal Vasko · 7 years ago
  12. c6cd3f0 libyang NEW support for user type plugins by Michal Vasko · 7 years ago
  13. 72677a6 Merge pull request #445 from CESNET/yang-data-extensions by Michal Vasko · 7 years ago
  14. 57f6090 test CHANGE check create node of yang-data extension from lyd_new_path, when data tree exists by PavolVican · 7 years ago yang-data-extensions
  15. eb827b7 xml CHANGE do not escape " in element data, only in attribute data by Radek Krejci · 7 years ago
  16. 0fa7759 tests ADD yang-data test by PavolVican · 7 years ago
  17. b0bbf5f parser BUGFIX do not overwrite filepath of models by Michal Vasko · 7 years ago
  18. 10d6f2f log CHANGE provide user with first err item instead the last by Michal Vasko · 7 years ago
  19. 53b7da0 libyang CHANGE bind errors and store them in a context by Michal Vasko · 7 years ago
  20. cb45f47 schema tree CHANGE make lys_getnext() behave exactly as described by Michal Vasko · 7 years ago
  21. 3c0eb75 data tree CHANGE proper default values handling by Michal Vasko · 7 years ago
  22. 0fc0997 tree printer BUGFIX minor fixes by Michal Vasko · 7 years ago
  23. 568b195 tree printer CHANGE new tree-rfc format and some other options added by Michal Vasko · 7 years ago
  24. 7890116 TEST update tests with new ietf-yang-library by Michal Vasko · 7 years ago
  25. 59990ac schema tree CHANGE lys_path now includes prefixes for all nodes by Michal Vasko · 7 years ago
  26. fb98dc4 CHANGE unify loading schemas and do not duplicate code by Michal Vasko · 7 years ago
  27. 66313c1 tests BUGFIX error codes changed by Michal Vasko · 7 years ago
  28. 823fbe0 schema tree BUGFIX removing not-supported deviation from augment by Michal Vasko · 7 years ago
  29. d52a078 tests CHANGE context tests added and improved by Michal Vasko · 7 years ago
  30. ea3f2ae fixup! tests CHANGE use foreign identity by Michal Vasko · 7 years ago
  31. 85d5b52 tests CHANGE use foreign identity by Michal Vasko · 7 years ago
  32. 4fdfab2 parser & printer CHANGE xpath1.0 type correct handling by Michal Vasko · 7 years ago
  33. 5e893ee test MAINTENANCE code formatting by Michal Vasko · 7 years ago
  34. bcce9f6 test case to verify solution for issue #395 (update) by Frank Rimpler · 7 years ago
  35. fd17c44 test case to verify solution for issue #395 by Frank Rimpler · 7 years ago
  36. 8867006 test case enhancements for leafref feature check: check correct conformance-type by Frank Rimpler · 7 years ago
  37. 7c1c22e Merge pull request #378 from frimpler/imp_aug by Michal Vasko · 7 years ago
  38. 051197c remove files for another pending test case by Frank Rimpler · 7 years ago
  39. 2509533 common CHANGE data2schema function extended to support almost all xpaths by Michal Vasko · 7 years ago
  40. c76772d test case for leafref resolution problem by Frank Rimpler · 7 years ago
  41. c0596c1 testcase and solution for an augment resolution issue by Frank Rimpler · 7 years ago
  42. 6ca0bfe tests BUILD build callgrind tests only in release build type by Michal Vasko · 7 years ago
  43. cd958c6 tests CHANGE now only relevant parts of code are profiled by Michal Vasko · 7 years ago
  44. 1e07eae libyang BUGFIX schema path cannot include uses by Michal Vasko · 7 years ago
  45. fd7a5c7 cmake: Do not write to the source directory by Jan Kundrát · 7 years ago
  46. 05a662e tests MAINTENANCE remove unnecessary code by Radek Krejci · 7 years ago
  47. 8f98526 correct typing mistake in schema files, add a possible solution by Frank Rimpler · 7 years ago
  48. d3cbb0b Merge branch 'devel' of https://github.com/CESNET/libyang into refine_grouping by Frank Rimpler · 7 years ago
  49. ee10f8c common CHANGE basic support for predicates in data2schema by Michal Vasko · 7 years ago
  50. d6de07b test case to verify a correction for grouping/augment resolution in correlation with refines by Frank Rimpler · 7 years ago
  51. 4070273 libyang NEW function for generating schema paths from data paths by Michal Vasko · 7 years ago
  52. 2e94898 fixup! tests NEW callgrind target running benchmarks with callgrind by Michal Vasko · 7 years ago
  53. ad403f9 fixup! tests NEW callgrind target running benchmarks with callgrind by Michal Vasko · 7 years ago
  54. 22fdd75 tests NEW callgrind target running benchmarks with callgrind by Michal Vasko · 7 years ago
  55. 15a4337 parser CHANGE skip some checks in context with trusted flag by Michal Vasko · 7 years ago
  56. 1ade633 Merge branch 'schemaopt' into devel by Radek Krejci · 7 years ago
  57. ddac622 test CHANGE augment leafref if-feature test also for yin by Michal Vasko · 7 years ago
  58. c47eebb add unit test to trigger crash + feature resolve problem with leafref in augments by Frank Rimpler · 7 years ago
  59. a3ca4b9 resolve BUGFIX remove invalid restriction of intid keys order by Michal Vasko · 7 years ago
  60. 3a3b200 schema tree BUGFIX refining if-feature by Radek Krejci · 7 years ago
  61. 3121600 Merge branch 'frimpler-devel' into devel by Radek Krejci · 7 years ago
  62. 5cc6963 tests MAINTENANCE simplify test's cmake config by Radek Krejci · 7 years ago
  63. bbd2651 tests CHANGE set MALLOC_CHECK_=3 for all (non-valgrind) tests by Radek Krejci · 7 years ago
  64. 2a503f5 CMakeLists.txt: add MALLOC_CHECK_ to environment w/o replacing LIBYANG_EXTENSIONS_PLUGINS_DIR by Frank Rimpler · 7 years ago
  65. c4db1c7 fix duplicate free in yang parser by Frank Rimpler · 7 years ago
  66. b39dfce tests BUGFIX reflect changed conformance status of ietf-datastore by Radek Krejci · 7 years ago
  67. 2a6e06e Merge branch 'devel' into schemaopt by Radek Krejci · 7 years ago
  68. f40a090 Add unit test i.o. to trigger a double free error in libyang parser by Frank Rimpler · 7 years ago
  69. cfb0422 tests CHANGE test new (extended) format of searchpaths in ly_ctx_new() by Radek Krejci · 7 years ago
  70. e2807ea schema parsers CHANGE status inheritance in uses by Radek Krejci · 7 years ago
  71. c1c2c65 tests BUGFIX add forgotten status test source file by Radek Krejci · 7 years ago
  72. 2cc2532 schema parsers CHANGE better checking and inheritence of status by Radek Krejci · 7 years ago
  73. cdcace7 log BUGFIX provide prefix on top-level nodes by Radek Krejci · 7 years ago
  74. dfb00d6 libyang CHANGE allow using different versions of ietf-yang-library by Radek Krejci · 7 years ago
  75. d57525c Merge branch 'devel' into schemaopt by Radek Krejci · 7 years ago
  76. fcd974b parser CHANGE compile flag enabled_cache updated by Michal Vasko · 7 years ago
  77. 4814fb0 libyang CHANGE use compiler thread-local variables by Michal Vasko · 7 years ago
  78. 8609f49 test BUGFIX invalid xpath should not cause an error by Michal Vasko · 7 years ago
  79. 5866c23 resolve BUGFIX decimal64 parsing overflow by Michal Vasko · 7 years ago
  80. 5057671 libyang CHANGE api functions xpath format unified by Michal Vasko · 7 years ago
  81. 4834b59 tests CHANGE check patterns optimizations in schema by Radek Krejci · 7 years ago
  82. dd3263a context FEATURE introduce context options by Radek Krejci · 7 years ago
  83. 1510431 xpath BUGFIX unprefixed nodes module by Michal Vasko · 7 years ago
  84. a548161 xpath BUGFIX proper node module checking by Michal Vasko · 7 years ago
  85. 96df97c fixup! BUGFIX positional xpath arguments evaluate on child axis by Michal Vasko · 7 years ago
  86. db4e9ff context CHANGE extend ly_ctx_unset_searchdirs() to remove specific searchpath by Radek Krejci · 7 years ago
  87. 426ea2b context CHANGE remove ly_ctx_get_searchdir() and add ly_ctx_get_searchidrs() by Radek Krejci · 7 years ago
  88. 696ac83 test BUGFIX missing schemas commit by Michal Vasko · 8 years ago
  89. bb52044 resolve CHANGE unimplemented augment tree resolving by Michal Vasko · 8 years ago
  90. a51f3ad test BUGFIX wrong testing use-case corrected by Michal Vasko · 8 years ago
  91. f6fac5e data FEATURE lyd_validate_value() function for single data value validation without creating any node by Radek Krejci · 8 years ago
  92. 7285265 tests CHANGE add valgrind suppression file for ldopen()'s still reachable bytes by Radek Krejci · 8 years ago
  93. 3c60caa test CHANGE valgrind tests should end with 1 on error by Michal Vasko · 8 years ago
  94. 9e6af73 parsers CHANGE handling idenittyref's values defined in non-implemented schemas by Radek Krejci · 8 years ago
  95. 98a1e2d data validation BUGFIX resolving identityref by Radek Krejci · 8 years ago
  96. 1a9c361 schema parsers BUGFIX prefixed unique statement values by Radek Krejci · 8 years ago
  97. b0cd394 build BUGFIX fix RPath usage on OS X by Radek Krejci · 8 years ago
  98. 1cc6d24 tests NEW another lyd_merge test by Michal Vasko · 8 years ago
  99. a2b1d75 tests NEW another merge test by Michal Vasko · 8 years ago
  100. da9f839 context CHANGE support multiple search paths by Radek Krejci · 8 years ago