1. 6e9f97a YANG schema: refactor schema search dirs support by Jan Kundrát · 6 months ago
  2. f59b83c Port to libyang-cpp and sysrepo-cpp API change to std::string by Jan Kundrát · 2 years, 3 months ago
  3. cfdb922 Migrate to libyang2 by Václav Kubernát · 3 years ago
  4. d8408e0 Allow immediately executing RPC with no input by Václav Kubernát · 3 years, 7 months ago
  5. b4e5b18 Cleanup formatting by Václav Kubernát · 3 years, 7 months ago
  6. a878960 Add datastore support for YANG actions by Václav Kubernát · 4 years ago
  7. e7248b2 Add support for executing RPCs by Václav Kubernát · 4 years ago
  8. 59e4ee4 Add [[nodiscard]] attribute where meaningful by Václav Kubernát · 4 years ago
  9. 912b949 Remove unused overloads in Schema by Václav Kubernát · 4 years, 1 month ago
  10. 2db124c Rework ParserContext temporary list context path by Václav Kubernát · 4 years, 1 month ago
  11. 5b8a8f3 Add support for leaflist by Václav Kubernát · 4 years, 1 month ago
  12. 76ba4ec Fix leafTypeName returning names of primitive types by Václav Kubernát · 4 years, 1 month ago
  13. 95b0887 Change return value of Schema::childNodes by Václav Kubernát · 4 years, 2 months ago
  14. 3a823f4 Merge Schema::childNodes and Schema::moduleNodes by Václav Kubernát · 4 years, 2 months ago
  15. a1c4c9e Add info about status to describe by Václav Kubernát · 4 years, 2 months ago
  16. b1a75c6 Add info about default values to describe by Václav Kubernát · 4 years, 2 months ago
  17. 0599e9f Add info about config false leafs to describe by Václav Kubernát · 4 years, 2 months ago
  18. 13b23d7 Rework Schema::units into Schema::leafType by Václav Kubernát · 4 years, 2 months ago
  19. 3a99f00 Rework yang::LeafDataType by Václav Kubernát · 4 years, 3 months ago
  20. 6fcd028 Add Schema::leaftypeName by Václav Kubernát · 4 years, 4 months ago
  21. c386679 Add Schema::leafIsKey by Václav Kubernát · 4 years, 4 months ago
  22. bd5e3c2 Add leafrefPath(const std::string&) by Václav Kubernát · 4 years, 4 months ago
  23. ad87ece Add leafrefBaseType(const std::string&) by Václav Kubernát · 4 years, 4 months ago
  24. f0fe769 Rename leafrefBase to leafrefBaseType by Václav Kubernát · 4 years, 4 months ago
  25. 9bf3685 Add Schema::leaftype(const std::string&) by Václav Kubernát · 4 years, 4 months ago
  26. 1e09bd6 Add node-info getters to Schema by Václav Kubernát · 4 years, 4 months ago
  27. 2a14139 Reimplement Schema::is* methods with Schema::nodeType by Václav Kubernát · 4 years, 4 months ago
  28. 34ee85a Add Schema::nodeType method by Václav Kubernát · 4 years, 4 months ago
  29. 1d50a5b NetconfAccess: reuse netconf libyang context by Václav Kubernát · 4 years, 5 months ago
  30. b52dc25 Fix NetconfAccess not being able to fetch submodules by Václav Kubernát · 4 years, 7 months ago
  31. 75877de Remove first argument of Schema::isModule by Václav Kubernát · 4 years, 7 months ago
  32. bf9c611 Implement fetching of enabled features by Václav Kubernát · 4 years, 8 months ago
  33. 47a3f67 Fix YangSchema::childNodes with paths with choice by Václav Kubernát · 4 years, 8 months ago
  34. 280df4a Fix handling of choice statements in YangSchema by Václav Kubernát · 4 years, 8 months ago
  35. 9456b5c Allow listing all module nodes with moduleName:* by Václav Kubernát · 4 years, 9 months ago
  36. 6a8d1d9 Add support for leafrefs by Václav Kubernát · 5 years ago
  37. 509ce65 Clean includes and usings by Václav Kubernát · 5 years ago
  38. c31bd60 Implement the NetconfAccess class by Václav Kubernát · 5 years ago
  39. 9d799ac Remove unused method from the Schema class by Václav Kubernát · 5 years ago
  40. eeb3884 Add support for identityref data type by Václav Kubernát · 5 years ago
  41. 989b5de Add enum completion by Václav Kubernát · 5 years ago
  42. 2eaceb8 Split path_ into schemaPath_ and dataPath_ by Václav Kubernát · 6 years ago
  43. e7d4aea Add recursive ls by Václav Kubernát · 6 years ago
  44. a6c5fff Request YANG schemas via sysrepo by Václav Kubernát · 6 years ago
  45. 4ed0e9f Use namespaced libyang-cpp by Jan Kundrát · 6 years ago
  46. 0d4db44 Implement YangSchema subclass by Václav Kubernát · 6 years ago