1. a44bdf2 joinPaths: support adding the trailing slash by Václav Kubernát · 4 years, 5 months ago
  2. 4225b3f libyang: support returning binary data by Jan Kundrát · 4 years, 5 months ago
  3. 8f63fb7 make fillMap reusable for future RPC support by Jan Kundrát · 4 years, 5 months ago
  4. 59acc2f libnetconf C++: add support for user RPCs by Jan Kundrát · 4 years, 6 months ago
  5. a2a4414 NETCONF: support variable-return-type RPCs by Jan Kundrát · 4 years, 5 months ago
  6. b331b55 a typedef for returning "tree of data" by Jan Kundrát · 4 years, 6 months ago
  7. 8704286 Merge "Refactor leafValueFromValue" by Václav Kubernát · 4 years, 6 months ago
  8. e718594 python: support connecting with an interactive password prompt by Jan Kundrát · 4 years, 6 months ago
  9. dab815e NetconfAccess: enable passing libnetconf2 (C++) session directly by Jan Kundrát · 4 years, 6 months ago
  10. e015428 libnetconf-cpp: support specifying callback for keyboard-interactive auth by Jan Kundrát · 4 years, 6 months ago
  11. 02a7115 Refactor leafValueFromValue by Václav Kubernát · 4 years, 6 months ago
  12. cf5c636 Accessing NETCONF servers from Python by Jan Kundrát · 4 years, 6 months ago
  13. 2803b59 Merge changes Ia2ec062e,Iab642afe,Ied6dca1b by Jan Kundrát · 4 years, 6 months ago
  14. b737f42 Remove unimplemented function by Jan Kundrát · 4 years, 6 months ago
  15. 7707cae Parse key values as leaf_data by Václav Kubernát · 4 years, 6 months ago
  16. 1bbac7c Require quotes around string values in set by Václav Kubernát · 4 years, 6 months ago
  17. 777704d Fix leaf_editing test by Václav Kubernát · 4 years, 6 months ago
  18. 72749c6 Change ParserContext::m_curPath to dataPath_ by Václav Kubernát · 4 years, 6 months ago
  19. efcac93 Merge pathToAbsoluteSchemaString and pathToSchemaString by Václav Kubernát · 4 years, 6 months ago
  20. c18ffac Disable space skipping in argument of set by Václav Kubernát · 4 years, 6 months ago
  21. 144729d Add special type for representing special values by Václav Kubernát · 4 years, 6 months ago
  22. 30fc843 Remove duplicate definitions of methods by Václav Kubernát · 4 years, 6 months ago
  23. d812cfb Make NetconfAccess:getItems consistent with lists by Václav Kubernát · 4 years, 6 months ago
  24. 211383d Fix parsing of absolute list-ending paths by Václav Kubernát · 4 years, 6 months ago
  25. 82684cf Fix Parser storing context path wrongly by Václav Kubernát · 4 years, 6 months ago
  26. 152ce22 Fix getItems not returning correct leaf_data_ variant by Václav Kubernát · 4 years, 7 months ago
  27. bbfd1fa Expose escapeListKeyString into the header file by Václav Kubernát · 4 years, 7 months ago
  28. 7edb537 Refactor source files into separate libraries by Václav Kubernát · 4 years, 7 months ago
  29. b52dc25 Fix NetconfAccess not being able to fetch submodules by Václav Kubernát · 4 years, 7 months ago
  30. 5395e71 Fix pathToDataString 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, 8 months ago
  32. 90de950 Fix formatting by Václav Kubernát · 4 years, 8 months ago
  33. 91c638a Merge "Improve error message for enum values" by Václav Kubernát · 4 years, 8 months ago
  34. a38d417 Filter disabled enums in YangSchema::enumValues by Václav Kubernát · 4 years, 8 months ago
  35. bf9c611 Implement fetching of enabled features by Václav Kubernát · 4 years, 8 months ago
  36. 47a3f67 Fix YangSchema::childNodes with paths with choice by Václav Kubernát · 4 years, 8 months ago
  37. e69133a Suggest characters at ends of path fragments by Václav Kubernát · 4 years, 8 months ago
  38. 6971025 Improve error message for enum values by Václav Kubernát · 4 years, 8 months ago
  39. 82bf131 Handle CTRL-C by Václav Kubernát · 4 years, 8 months ago
  40. 280df4a Fix handling of choice statements in YangSchema by Václav Kubernát · 4 years, 8 months ago
  41. a8ce67e Merge changes 1870 and 1923 by Jan Kundrát · 4 years, 9 months ago
  42. 8d8efe8 Update all dependencies by Jan Kundrát · 4 years, 9 months ago
  43. 9456b5c Allow listing all module nodes with moduleName:* by Václav Kubernát · 4 years, 9 months ago
  44. 8e121ff Fix NetconfAccess not treating bools as bools by Václav Kubernát · 4 years, 9 months ago
  45. 6a8d1d9 Add support for leafrefs by Václav Kubernát · 5 years ago
  46. ff45f31 Move StaticSchema-specific stuff to static_schema.hpp by Václav Kubernát · 4 years, 9 months ago
  47. 1446fe1 Fix Parser::availableNodes not caring about absolute paths by Václav Kubernát · 4 years, 9 months ago
  48. 8028f94 Don't suggest paths when leaf values are expected by Václav Kubernát · 4 years, 10 months ago
  49. 509ce65 Clean includes and usings by Václav Kubernát · 5 years ago
  50. c31bd60 Implement the NetconfAccess class by Václav Kubernát · 5 years ago
  51. 77d9f61 Clean up DatastoreAccess' interface by Jan Kundrát · 4 years, 10 months ago
  52. 88c78ca Implement int8, uint8, int16, uint16, int64, uint64 types by Ivona Oboňová · 5 years ago
  53. c43acf7 Fix printing of numbers by Jan Kundrát · 5 years ago
  54. 9b72599 Move leafDataToString to utils by Václav Kubernát · 5 years ago
  55. be22862 Distinguish between creating list instances and presence containers by Václav Kubernát · 5 years ago
  56. 64de37e Merge "Spell "XPath" in its usual spelling" by Jan Kundrát · 5 years ago
  57. 8801259 Spell "XPath" in its usual spelling by Jan Kundrát · 5 years ago
  58. 4c32548 Suggest opening bracket for list keys by Václav Kubernát · 5 years ago
  59. 51853b2 Fix a bug with path completion by Václav Kubernát · 5 years ago
  60. 1bf704e Optimize identity lookup by Václav Kubernát · 5 years ago
  61. 7d82da7 Fix groupings not being properly resolved by Václav Kubernát · 5 years ago
  62. 9d799ac Remove unused method from the Schema class by Václav Kubernát · 5 years ago
  63. f2b91e0 Fix error logging when finding a node by Václav Kubernát · 5 years ago
  64. 6070445 Utility function for RAII-like init/cleanup handling by Jan Kundrát · 5 years ago
  65. c58e4aa Add sysrepo error handling by Václav Kubernát · 5 years ago
  66. eeb3884 Add support for identityref data type by Václav Kubernát · 5 years ago
  67. f5f64f0 Make create/delete accept list instance paths by Václav Kubernát · 5 years ago
  68. 6797df0 Change how create/delete path argument is parsed by Václav Kubernát · 5 years ago
  69. b962105 Fix ParserContext flag not properly resetting by Václav Kubernát · 5 years ago
  70. ab53899 Add support for binary values by Václav Kubernát · 5 years ago
  71. 054cc99 Add help command by Václav Kubernát · 5 years ago
  72. 4f77a25 Change how path completion suggests nodes by Václav Kubernát · 5 years ago
  73. 989b5de Add enum completion by Václav Kubernát · 5 years ago
  74. f97cf0a Merge "Add persistent line history" by Jan Kundrát · 5 years ago
  75. bf083ec Change clang-format option and cleanup the code by Václav Kubernát · 5 years ago
  76. 435706e Add persistent line history by Václav Kubernát · 5 years ago
  77. ac035d6 Fix a bug with path parsing by Václav Kubernát · 5 years ago
  78. a395d33 Switch from linenoise to replxx by Václav Kubernát · 5 years ago
  79. 8f98435 Utilize static fields of commands in grammars by Václav Kubernát · 5 years ago
  80. 5727242 Tab completion for commands by Václav Kubernát · 5 years ago
  81. 5361cca Merge changes If469110d,Ia7919e8f by Jan Kundrát · 5 years ago
  82. 329c6c3 Tab completion for list keys by Václav Kubernát · 5 years ago
  83. 4108e0d Tab completion for paths by Václav Kubernát · 6 years ago
  84. 36075ab Fix includes for GCC 8.2 by Jan Kundrát · 5 years ago
  85. bd17836 Update sysrepo by Jan Kundrát · 5 years ago
  86. 39ae959 Fix path-end list not being added to ParserContext by Václav Kubernát · 5 years ago
  87. 5b80e52 Use linenoise for user input by Václav Kubernát · 5 years ago
  88. d6fd249 Support trailing slashes in paths by Václav Kubernát · 6 years ago
  89. 5c75b25 Allow data path to end with a list for get and ls by Václav Kubernát · 6 years ago
  90. 2eaceb8 Split path_ into schemaPath_ and dataPath_ by Václav Kubernát · 6 years ago
  91. 6d79143 Add discard command by Václav Kubernát · 6 years ago
  92. 6a713d6 Fix setting enums that are typedefs by Václav Kubernát · 6 years ago
  93. 68d4a2c Update the NETCONF stack by Jan Kundrát · 6 years ago
  94. 2a8f433 Correct escaping of list keys with single quotes by Jan Kundrát · 6 years ago
  95. 89728d8 Change syntax for multi-key list indexing by Václav Kubernát · 6 years ago
  96. e7d4aea Add recursive ls by Václav Kubernát · 6 years ago
  97. a6c5fff Request YANG schemas via sysrepo by Václav Kubernát · 6 years ago
  98. e387702 cli: Ignore blank lines by Jan Kundrát · 6 years ago
  99. b6ff0b6 Add get command by Václav Kubernát · 6 years ago
  100. a571e4a Merge "Add commit command" by Jan Kundrát · 6 years ago