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