1. 03ff5a7 libyang NEW xpath evaluation by Michal Vasko · 5 years ago
  2. 335332a extensions CHANGE WIP implementation of Metadata annotations by Radek Krejci · 5 years ago
  3. d6b7645 extensions CHANGE base for substatements support in extension instances by Radek Krejci · 5 years ago
  4. 26ea143 yin parser CHANGE addition information in some error messages and documentation fixes by David Sedlák · 5 years ago
  5. 2c0d5ef Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
  6. 76c9801 data BUGFIX support multibyte characters in string value with length restrictions by Radek Krejci · 5 years ago
  7. 1538a84 schema parsers CHANGE improvements in error messages by David Sedlák · 5 years ago
  8. e6cd89e yin parser CHANGE check relative order of module and submodule subelements by David Sedlák · 5 years ago
  9. 8d552d6 yin parser CHANGE use generic macros for linked lists by David Sedlák · 5 years ago
  10. 43801c9 yin parser CHANGE split yin_parse_enum_bit into two simpler functions by David Sedlák · 5 years ago
  11. 7f2b6ca Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
  12. 4ffcec8 yin parser CHANGE add support for deviate element by David Sedlák · 5 years ago
  13. 474f9b8 schema compile CHANGE schema deviating by Radek Krejci · 5 years ago
  14. 0995fe9 Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
  15. 0c2bab9 yin parser CHANGE add support for include element by David Sedlák · 5 years ago
  16. 83ba28f Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
  17. 13a57b6 data types CHANGE printer plugin by Radek Krejci · 5 years ago
  18. c62a72f common CHANGE move enumerations of YANG_POSITION and YANG_VALUE closer to each other by David Sedlák · 5 years ago
  19. 4546aa6 common FEATURE ly_strcat() to concatenate strings by Radek Krejci · 5 years ago
  20. a1a6f77 Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
  21. 084289f data types CHANGE validate instance-identifier values by Radek Krejci · 5 years ago
  22. 0dee2d2 Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
  23. 3ffbc52 yin parser CHANGE use generic function for content parsing in already implemented functions by David Sedlák · 5 years ago
  24. d6e5689 yin parser CHANGE generalize subelement parsing by David Sedlák · 5 years ago
  25. 6a9a0c0 log BUGFIX expecting parameter which was not supposed to be passed with the LY_VCODE_XP_INEXPR message by Radek Krejci · 5 years ago
  26. 11900c8 yin parser CHANGE add support for extension and status elements by David Sedlák · 5 years ago
  27. c53e742 Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
  28. 327de16 schema compile CHANGE provide path when reporting schema compilation error by Radek Krejci · 5 years ago
  29. f3c7005 types CHANGE preparation for predicates support in instance-identifier values by Radek Krejci · 5 years ago
  30. b4a4a27 parsers CHANGE clarify function names by Radek Krejci · 5 years ago
  31. 249973a data parsing CHANGE de-duplicate code by Radek Krejci · 5 years ago
  32. 916b190 yin parser CHANGE resolve logging TODOs by David Sedlák · 5 years ago
  33. e88beef data FEATURE support for validating and parsing decimal64 values by Radek Krejci · 5 years ago
  34. 0a1d0d4 YANG parser BUGFIX improve checking of input data when parsing by Radek Krejci · 5 years ago
  35. d7de8f8 build BUGFIX using system-specific header stdc-predef.h by Radek Krejci · 5 years ago
  36. a9dc4ab compatibility BUGFIX detection of get_current_dir_name() presence by Radek Krejci · 5 years ago
  37. e7b9509 data tree FEATURE initial implementation of YANG data support by Radek Krejci · 5 years ago
  38. 58dca37 BUGFIX invalid use of macro parameter in LY_ARRAY_CREATE_GOTO by Radek Krejci · 5 years ago
  39. ccd20f1 schema compile CHANGE partial support for deviations by Radek Krejci · 6 years ago
  40. 00b874b schema compile CHANGE pass augment's and uses's when stmt to their children by Radek Krejci · 6 years ago
  41. 0bcdaed schema CHANGE refactor lys_module structure by Radek Krejci · 6 years ago
  42. d427026 xpath CHANGE provide more informative message in case of invalid XPath expression by Radek Krejci · 6 years ago
  43. 76b3e96 schema compile WIP partial support for uses's refine by Radek Krejci · 6 years ago
  44. a9026eb schema compile CHANGE finished choice and case support, tests added by Radek Krejci · 6 years ago
  45. d05cbd9 schema validation CHANGE checking identity and feature name uniqness by Radek Krejci · 6 years ago
  46. c1c03d6 MAINTENANCE unify Feature Test macros usage by Radek Krejci · 6 years ago
  47. cad716e CHANGE add get_current_dir_name() implementation missing on some platforms by Radek Krejci · 6 years ago
  48. b1a5dcc tests CHANGE more leaf parsing/compilation checks according to RFC by Radek Krejci · 6 years ago
  49. a304538 schema compile CHANGE support for leafref type by Radek Krejci · 6 years ago
  50. 555cb5b schema compile CHANGE support for identityref types by Radek Krejci · 6 years ago
  51. f3f4784 build BUGFIX correctly set hidden visibility of shared objects by Radek Krejci · 6 years ago
  52. 1011365 schema compile CHANGE check some of the differences between YANG 1.0 and 1.1 by Radek Krejci · 6 years ago
  53. 4586a02 schema compile CHANGE support more restrictions for types by Radek Krejci · 6 years ago
  54. 4f28eda schema compilation CHANGE partial support for types by Radek Krejci · 6 years ago
  55. b1646a9 xpath FEATURE start of integrating XPath implementation by Radek Krejci · 6 years ago
  56. 6d9b9b5 yang parser CHANGE refactor yang parser code by Radek Krejci · 6 years ago
  57. faa1eac schema tree CHANGE better checking of name collisions by Radek Krejci · 6 years ago
  58. 6d6e4e4 tree schema CHANGE compile import module information by Radek Krejci · 6 years ago
  59. d33273d YANG parser CHANGE support for including submodules by Radek Krejci · 6 years ago
  60. b7db73a schemas FEATURE add schema getters from the context by Radek Krejci · 6 years ago
  61. 6caa6ab filesystem MAINTENANCE move public ly_ctx* functions into context.h by Radek Krejci · 6 years ago
  62. 2c4e717 schema CHANGE redesign Sized arrays to be usable in a more simple way by Radek Krejci · 6 years ago
  63. 151a5b7 schema tree FEATURE features and if-features compilation and handling functions by Radek Krejci · 6 years ago
  64. 86d106e context FEATURE public API for parsing schemas by Radek Krejci · 6 years ago
  65. e53a8dc schema CHANGE convert 0-terminated arrays to sized-arrays by Radek Krejci · 6 years ago
  66. dd4e8d4 schema tree CHANGE initial schema compilation code by Radek Krejci · 6 years ago
  67. e384647 yang parser CHANGE improve readability by Radek Krejci · 6 years ago
  68. 4f3980b schema tree BUGFIX last array value size 1B is not enough by Michal Vasko · 6 years ago
  69. b416be6 common CHANGE make utf8 getter more generic for other parsers, not only for XML by Radek Krejci · 6 years ago
  70. 633c484 common & yang DOC minor updates by Michal Vasko · 6 years ago
  71. d972c25 xml FEATURE XML attribute parsing function by Radek Krejci · 6 years ago
  72. d91dbaf xml FEATURE xml parser by Radek Krejci · 6 years ago
  73. 531fe5b YANG parser CHANGE make lysp_get_data_line() static and only for YANG parser by Radek Krejci · 6 years ago
  74. f345c01 common CHANGE refactor lysp_check_date() by Radek Krejci · 6 years ago
  75. c59bc97 parsers CHANGE move statements lists from YANG parser by Radek Krejci · 6 years ago
  76. c07921a logger BUGFIX fix LOGVAL macro to handle format strings without arguments by Radek Krejci · 6 years ago
  77. 37d705c common BUGFIX wrong string format used by Michal Vasko · 6 years ago
  78. dac4059 common NEW function for counting newlines by Michal Vasko · 6 years ago
  79. 5825771 log CHANGE message macros updated by Michal Vasko · 6 years ago
  80. 94aa994 logger CHANGE support for validation errors - work in progress by Radek Krejci · 6 years ago
  81. 841d1a9 common NEW lysp_check_date function by Michal Vasko · 6 years ago
  82. ad57350 context BUGFIX add context.c into a build system and fix issues by Radek Krejci · 6 years ago
  83. 50b7014 common CHANGE zero newly allocated array member by Michal Vasko · 6 years ago
  84. 1324b6c common NEW ly_realloc() and macro for new lysp structure array item by Michal Vasko · 6 years ago
  85. b3d0d6b log CHANGE logging macros simplified by Michal Vasko · 6 years ago
  86. 2c22f12 build FEATURE set up build system by Radek Krejci · 6 years ago
  87. 4ab6156 log BUGFIX add missing LOGDBG macro and related functions by Radek Krejci · 6 years ago
  88. 5aeea3a initial commit by Radek Krejci · 6 years ago