1. abd34fb doc UPDATE updates and improvements by Michal Vasko · 7 months ago
  2. d4cde64 libyang UPDATE optional value validation and context type plugins (#2171) by steweg · 7 months ago
  3. d9ad7a3 context UPDATE remove deprecated explicit latests flag removal by Michal Vasko · 8 months ago
  4. f9041a2 context UPDATE support for storing leafref references (#2155) by steweg · 8 months ago
  5. d8e2fc9 path UPDTAE deref func support in leafref (#2030) by steweg · 1 year, 4 months ago
  6. 0ace61d doc UPDATE minor update by Michal Vasko · 1 year, 5 months ago
  7. f332f03 context UPDATE modules' enabled features and imp state part of hash by Michal Vasko · 1 year, 5 months ago
  8. f9943e4 context UPDATE context module hashing function by Michal Vasko · 1 year, 6 months ago
  9. 0ab8b30 yanglint FEATURE schema mount support (#1901) by ekinzie · 2 years ago
  10. 61ad1ff parser json FEATURE support for nested ext instances with data by Michal Vasko · 2 years, 7 months ago
  11. ddd7659 plugins ext FEATURE initial schema-mount support by Michal Vasko · 2 years, 8 months ago
  12. 34bb928 Use semicolon as a directory delimiter on Windows by Jan Kundrát · 2 years, 9 months ago
  13. c53a7ec MSVC: handle symbol visibility by Jan Kundrát · 2 years, 10 months ago
  14. 1817df8 doc UPDATE explicit data freeing function mention by Michal Vasko · 2 years, 10 months ago
  15. c56d637 context UPDATE new flag for enabling features of imports by Michal Vasko · 3 years ago
  16. 704f8e9 libyang MAINTENANCE header file dependencies by aPiecek · 3 years, 1 month ago
  17. d4911ee schema helpers CHANGE added LYS_MOD_IMPORTED_REV by aPiecek · 3 years, 2 months ago
  18. a51ef07 context CHANGE always return non-const module by Michal Vasko · 3 years, 3 months ago
  19. b0445f2 libyang DOC spelling correction in headers by aPiecek · 3 years, 3 months ago
  20. 082c7dc printer tree BUGFIX implicit case in compiled tree by aPiecek · 3 years, 4 months ago
  21. 01db7de context FEATURE allow explicit context compilation by Michal Vasko · 3 years, 5 months ago
  22. 5a5e7f8 libyang DOC add brief thread information by Michal Vasko · 3 years, 5 months ago
  23. 2814832 context DOC typo by Michal Vasko · 3 years, 5 months ago
  24. 90ed21e schema CHANGE remove private_destructor parameter from ly_ctx_destroy() by Radek Krejci · 3 years, 5 months ago
  25. 9922ea9 context FEATURE added LY_CTX_SET_PRIV_PARSED by aPiecek · 3 years, 5 months ago
  26. 474ee43 context DOC removed internal flag comment by aPiecek · 3 years, 5 months ago
  27. 390b272 context FEATURE add ly_ctx_new_ylpath and path by Tadeáš Vintrlík · 3 years, 6 months ago
  28. 794ab4b context FEATURE allow custom content-id in yang-library data by Michal Vasko · 3 years, 6 months ago
  29. 7711410 libyang MAINTENANCE cleanup header includes by Radek Krejci · 3 years, 7 months ago
  30. 8dc3199 context FEATURE ly_ctx_get_submodule functions by Michal Vasko · 3 years, 7 months ago
  31. 14ed9cd libyang REFACTOR general cast cleanup by Michal Vasko · 3 years, 8 months ago
  32. 2415f88 schema BUGFIX allow do not touch features settings by Radek Krejci · 3 years, 8 months ago
  33. bb9d224 docs BUGFIX allign description and the argument name by Radek Krejci · 3 years, 9 months ago
  34. fba9c62 doc FEATURE transition manual by Radek Krejci · 3 years, 11 months ago
  35. bc5644c schema REFACTOR unify functions to search on schema tree by Radek Krejci · 4 years ago
  36. 0a60f1d context REFACTOR rename function for backward compatibility by Radek Krejci · 4 years ago
  37. 7b1ad1a schema tree REFACTOR evaluate features during compilation by Michal Vasko · 3 years, 11 months ago
  38. 25d6ad0 context FEATURE flag for implementing referenced modules by Michal Vasko · 4 years ago
  39. 8678fa4 doc FEATURE high level documentation including transition manual by Radek Krejci · 4 years, 1 month ago
  40. 6229db0 context REFACTOR rename data_path to path by Michal Vasko · 4 years ago
  41. 857189e libyang FEATURE introduce and use new ly_bool type by Radek Krejci · 4 years, 1 month ago
  42. 1deb5be libyang REFACTOR use size-specific int types instead of generic types (#1177) by Radek Krejci · 4 years, 1 month ago
  43. b2786d7 context REFACTOR typedef for module data freeing callback by Michal Vasko · 4 years, 1 month ago
  44. 0f96988 libyang FORMAT uncrustify format of all sources by Radek Krejci · 4 years, 1 month ago
  45. e58f97f context CHANGE redesign ly_ctx_unset_searchdir*() functions by Radek Krejci · 4 years, 1 month ago
  46. de79e22 context FETAURE internal module count of a context by Michal Vasko · 4 years, 1 month ago
  47. 308d0a7 context FEATURE ly_ctx_get_node() function by Michal Vasko · 4 years, 2 months ago
  48. 3a41dff libyang REFACTOR return values and options changes by Michal Vasko · 4 years, 2 months ago
  49. ca376bd headers MAINTENANCE headers/include cleanup by Radek Krejci · 4 years, 3 months ago
  50. f0e1ba5 parsers CHANGE redesign API of all the parsers by Radek Krejci · 4 years, 4 months ago
  51. 57c10cd context FETAURE yang-library data generation by Michal Vasko · 4 years, 4 months ago
  52. b36053d parser xml CHANGE major refactorization by Michal Vasko · 4 years, 6 months ago
  53. 52785a2 context DOC add context usage overview by Radek Krejci · 5 years ago
  54. 77a8bcd context CHANGE rename ly_ctx_module_implement() to lys_set_implemented() by Radek Krejci · 5 years ago
  55. 3fa46b6 context CHANGE unify names of the context options manipulation functions by Radek Krejci · 5 years ago
  56. 474f9b8 schema compile CHANGE schema deviating by Radek Krejci · 5 years ago
  57. e7b9509 data tree FEATURE initial implementation of YANG data support by Radek Krejci · 5 years ago
  58. ed5acc5 yanglint FEATURE initial version of yanglint(1) by Radek Krejci · 5 years ago
  59. 0af4629 schema compile CHANGE better handling of features by Radek Krejci · 6 years ago
  60. e9e987e schema tree CHANGE provide more control on latest revision selection by Radek Krejci · 6 years ago
  61. 086c713 schema parsers FEATURE processing imports and includes by Radek Krejci · 6 years ago
  62. d33273d YANG parser CHANGE support for including submodules by Radek Krejci · 6 years ago
  63. b7db73a schemas FEATURE add schema getters from the context by Radek Krejci · 6 years ago
  64. 6caa6ab filesystem MAINTENANCE move public ly_ctx* functions into context.h by Radek Krejci · 6 years ago
  65. ad57350 context BUGFIX add context.c into a build system and fix issues by Radek Krejci · 6 years ago
  66. 0af5f5d context CHANGE basic context implementation by Radek Krejci · 6 years ago
  67. 5aeea3a initial commit by Radek Krejci · 6 years ago