1. a0d2aaa tests: do not hardcode paths under /tmp by Jan Kundrát · 2 years, 9 months ago
  2. aecb11f context BUGFIX ctx set options inval arg by Michal Vasko · 3 years ago
  3. fba7536 xpath FEATURE XPath variable implementation added by aPiecek · 3 years ago
  4. adc1e4f xpath BUGFIX added lyxp_set_free_content() by aPiecek · 3 years ago
  5. fff4dca xpath BUGFIX in eval_predicate by aPiecek · 3 years ago
  6. db08ce5 xpath BUGFIX ignore module for * by Michal Vasko · 3 years ago
  7. 8759f3c tests MAINTENANCE avoid function pointer cast by Michal Vasko · 3 years ago
  8. 22e0f3a libyang MAINTENANCE avoid string longer than 4096 by Michal Vasko · 3 years ago
  9. 7980d9c tests MAINTENANCE char overflow by Michal Vasko · 3 years ago
  10. dd349cf test REFACTOR fix unused variable warnings by Michal Vasko · 3 years, 1 month ago
  11. d4911ee schema helpers CHANGE added LYS_MOD_IMPORTED_REV by aPiecek · 3 years, 2 months ago
  12. 9f8c7e7 schema_helpers BUGFIX circular dependence check by aPiecek · 3 years, 2 months ago
  13. 8ca21bd tree_schema REFACTOR latest_revision as bit option by aPiecek · 3 years, 2 months ago
  14. e2be546 xpath BUGFIX do not parse empty NCNames by Michal Vasko · 3 years, 2 months ago
  15. 8297b79 tests CHANGE check for multiple error messages at once by Radek Krejci · 4 years, 1 month ago
  16. 4de7d07 parser schema CHANGE always return non-const modules by Michal Vasko · 3 years, 3 months ago
  17. f4258e1 schema compile FEATURE introduction of dependency sets by Michal Vasko · 3 years, 3 months ago
  18. a9f807e schema compile REFACTOR split implementing and compiling schemas by Michal Vasko · 3 years, 3 months ago
  19. df6319c schema compile FEATURE support for glob unres reset by Michal Vasko · 3 years, 3 months ago
  20. dd99258 schema tree REFACTOR pass only new mod set when parsing modules by Michal Vasko · 3 years, 3 months ago
  21. 4e205e8 schema tree REFACTOR always parse and implement separately by Michal Vasko · 3 years, 4 months ago
  22. 11001a7 tests BUGFIX do not check dlerror() error message (#1625) by Wesley Coakley · 3 years, 3 months ago
  23. 0ba088e json BUGFIX integer under/overflow checks by aPiecek · 3 years, 3 months ago
  24. 28e101a json BUGFIX in ::lyjson_number_is_zero() by aPiecek · 3 years, 3 months ago
  25. 76034c3 json BUGFIX in ::lyjson_number() by aPiecek · 3 years, 4 months ago
  26. e8220db schema compile OPTIMIZE separate tasks performed only once by Michal Vasko · 3 years, 4 months ago
  27. 350a6bf json BUGFIX in lyjson_number by aPiecek · 3 years, 4 months ago
  28. a40b466 json BUGFIX parsing number with E0 by aPiecek · 3 years, 4 months ago
  29. 023f83a doxygen BUGFIX source file headers, file attribute by aPiecek · 3 years, 4 months ago
  30. e3f828d common CHANGE ly_value_prefix_next returns LY_ERR by aPiecek · 3 years, 5 months ago
  31. 9392369 xpath BUGFIX derived-from and derived-from-or-self functions by Michal Vasko · 3 years, 5 months ago
  32. 94927eb json BUGFIX limit for number encoded as a string by aPiecek · 3 years, 5 months ago
  33. 58e46a5 json BUGFIX negative exp fraction number by aPiecek · 3 years, 5 months ago
  34. fcfec0f utest CHANGE testing of LY_CTX_SET_PRIV_PARSED by aPiecek · 3 years, 5 months ago
  35. 6d5ba0c libyang FEATURE add lyd_get_value() and lyd_get_meta_value() by Radek Krejci · 3 years, 5 months ago
  36. ad8d0f5 context FEATURE explicit compilation when creating from yanglib data by Michal Vasko · 3 years, 5 months ago
  37. 01db7de context FEATURE allow explicit context compilation by Michal Vasko · 3 years, 5 months ago
  38. ddbc481 libyang MAINTENANCE code formatting by Radek Krejci · 3 years, 5 months ago
  39. 90ed21e schema CHANGE remove private_destructor parameter from ly_ctx_destroy() by Radek Krejci · 3 years, 5 months ago
  40. bb96b80 utest NEW testing of LY_CTX_SET_PRIV_PARSED by aPiecek · 3 years, 5 months ago
  41. ea26818 tests FEATURE test for ly_ctx_new_ylmem and path by Tadeáš Vintrlík · 3 years, 6 months ago
  42. 4a4d1e0 schema BUGFIX accessing extension plugins by Radek Krejci · 3 years, 6 months ago
  43. 12a28c7 libyang MAINTENANCE code formatting by Radek Krejci · 3 years, 6 months ago
  44. f0d8123 utest NEW for ly_value_prefix_next function by aPiecek · 3 years, 6 months ago
  45. 4f2e3e5 extensions CHANGE use the validate callback of extension plugin by Radek Krejci · 3 years, 6 months ago
  46. 5902be9 tests FEATURE basic external plugins tests by Radek Krejci · 3 years, 6 months ago
  47. ef5f767 tests CHANGE rename config.h to tests_config.h by Radek Krejci · 3 years, 6 months ago
  48. 794ab4b context FEATURE allow custom content-id in yang-library data by Michal Vasko · 3 years, 6 months ago
  49. 447abb8 utest MAINTAINCE remove string test. by Radek Iša · 3 years, 7 months ago
  50. 85a5523 tests BUGFIX fix binnary test case. In this case parsed data should be empty string. Fix xml test by change checking parameter from name to value. by Radek Iša · 3 years, 7 months ago
  51. be27c91 hash table CHANGE accept NULL dict values by Michal Vasko · 3 years, 7 months ago
  52. 400e967 xpath BUGFIX pass xcontext explicitly by Michal Vasko · 3 years, 8 months ago
  53. 2651268 schema tree CHANGE lys_find_xpath variant with no context node by Michal Vasko · 3 years, 8 months ago
  54. ddace2c libyang REFACTOR avoid connection between context and log location storage by Radek Krejci · 3 years, 9 months ago
  55. 2efc45b libyang REFACTOR simplify logging and extend location information by Radek Krejci · 3 years, 9 months ago
  56. d54412f libyang CHANGE extend input handler by line counter by Radek Krejci · 3 years, 9 months ago
  57. 56ca9e4 utests data REFACTOR put repetitive commands into macros by Radek Iša · 4 years ago