1. bb525b4 NETCONF: list instance queries should hit the ops tree as well by Jan Kundrát · 4 years, 5 months ago
  2. 9f71d77 cmake: modernize dependency management by Jan Kundrát · 4 years, 3 months ago
  3. 4277c89 Merge changes from topic "ci-coverage" by Jan Kundrát · 4 years, 3 months ago
  4. 7618288 CI: compare code coverage changes by Jan Kundrát · 4 years, 3 months ago
  5. e6c0f5c CI: start building with coverage profiling by Jan Kundrát · 4 years, 3 months ago
  6. 20c1748 CI: only build docs once by Jan Kundrát · 4 years, 3 months ago
  7. 2984f44 Add support for union leafs by Václav Kubernát · 4 years, 4 months ago
  8. 2d7b05c Fix StaticSchema::lastNodeOfSchemaPath by Václav Kubernát · 4 years, 3 months ago
  9. 3a99f00 Rework yang::LeafDataType by Václav Kubernát · 4 years, 3 months ago
  10. b6d0275 Add leafref test for YangSchema::leafType by Václav Kubernát · 4 years, 3 months ago
  11. 8681bf6 Merge "CLI: use alphabetical order for command listing in `help`" by Jan Kundrát · 4 years, 3 months ago
  12. 688041f cmake: Fix Boost dependencies by Jan Kundrát · 4 years, 3 months ago
  13. c6a6bc8 CLI: use alphabetical order for command listing in `help` by Jan Kundrát · 4 years, 4 months ago
  14. 882174d Rework leaf_data by Václav Kubernát · 4 years, 3 months ago
  15. 9ae8cc4 Move leaf_data into a separate file by Václav Kubernát · 4 years, 3 months ago
  16. da7fdda Merge support for the `desc` command by Jan Kundrát · 4 years, 4 months ago
  17. 70c10a6 Merge "Skip rpc nodes in YangSchema::childNodes" by Jan Kundrát · 4 years, 4 months ago
  18. 9cfcd87 Add the describe command by Václav Kubernát · 4 years, 5 months ago
  19. 6fcd028 Add Schema::leaftypeName by Václav Kubernát · 4 years, 4 months ago
  20. c386679 Add Schema::leafIsKey by Václav Kubernát · 4 years, 4 months ago
  21. bd5e3c2 Add leafrefPath(const std::string&) by Václav Kubernát · 4 years, 4 months ago
  22. ad87ece Add leafrefBaseType(const std::string&) by Václav Kubernát · 4 years, 4 months ago
  23. f0fe769 Rename leafrefBase to leafrefBaseType by Václav Kubernát · 4 years, 4 months ago
  24. 9bf3685 Add Schema::leaftype(const std::string&) by Václav Kubernát · 4 years, 4 months ago
  25. 1e09bd6 Add node-info getters to Schema by Václav Kubernát · 4 years, 5 months ago
  26. fa81c8c Skip rpc nodes in YangSchema::childNodes by Václav Kubernát · 4 years, 5 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. 0165e6c Make command completion add space suffixes by Václav Kubernát · 4 years, 5 months ago
  30. db26e9a Fix completion suffix logic by Václav Kubernát · 4 years, 5 months ago
  31. 26be33a Fix path completion on schema paths by Václav Kubernát · 4 years, 5 months ago
  32. cb3af40 Separate tab completion of the initial [ for lists by Václav Kubernát · 4 years, 5 months ago
  33. 87856e4 Remove unneeded constructor in leaf_data_class by Václav Kubernát · 4 years, 5 months ago
  34. 4294a85 Unify enum and identityref completion by Václav Kubernát · 4 years, 5 months ago
  35. 7a2f396 Add #pragma once to parser_context.hpp by Václav Kubernát · 4 years, 5 months ago
  36. 8483414 Enable -Wimplicit-fallthrough diagnostic by Václav Kubernát · 4 years, 5 months ago
  37. b79f3ca Allow configuring CLI backend by Václav Kubernát · 4 years, 5 months ago
  38. da8e4b9 Fix NetconfAccess::deletePresenceContainer by Václav Kubernát · 4 years, 5 months ago
  39. cc7a93f Fix NetconfAccess::deleteListInstance by Václav Kubernát · 4 years, 5 months ago
  40. 45e5546 Fix NetconfAccess::listInstances segfault by Václav Kubernát · 4 years, 5 months ago
  41. 90aa62d Merge "Rename .h header files to .hpp" by Václav Kubernát · 4 years, 5 months ago
  42. bd3169c libyang: support working with the decimal64 type by Jan Kundrát · 4 years, 5 months ago
  43. 26b5608 Rename .h header files to .hpp by Václav Kubernát · 4 years, 5 months ago
  44. b46c3e1 Merge "Update the NETCONF stack" by Jan Kundrát · 4 years, 5 months ago
  45. ed37f37 Merge changes Idd613cc8,Iba5bc44f,I0e500bb9 by Jan Kundrát · 4 years, 5 months ago
  46. 1d50a5b NetconfAccess: reuse netconf libyang context by Václav Kubernát · 4 years, 5 months ago
  47. cc2538f Update the NETCONF stack by Jan Kundrát · 4 years, 5 months ago
  48. caa6cb1 Merge changes I439374af,I2c978762,Ib9c0c4d9 by Václav Kubernát · 4 years, 5 months ago
  49. b091dd4 NetconfAccess: do not ignore ops data by Jan Kundrát · 4 years, 5 months ago
  50. a099fb9 netconf-c++: handle empty <data/> for <get/> RPC by Jan Kundrát · 4 years, 5 months ago
  51. f09a092 netconf-c++: simplify <get-config/> implementation by Jan Kundrát · 4 years, 5 months ago
  52. 43908fb Integrate DataQuery by Václav Kubernát · 4 years, 6 months ago
  53. ab612e9 Implement DataQuery by Václav Kubernát · 4 years, 7 months ago
  54. 1acf4f1 tests: Initialize schema once for the whole test by Václav Kubernát · 4 years, 5 months ago
  55. 2a62ef7 python: support container/list creation/deletion by Jan Kundrát · 4 years, 5 months ago
  56. 9138b16 netconf-client: unify filtering API between <get> and <get-config> by Jan Kundrát · 4 years, 5 months ago
  57. 49f2327 Merge changes I0f8252bc,Ibecb71a5,I035ac505 by Václav Kubernát · 4 years, 5 months ago
  58. bd28ec0 Merge changes from topic "rpc" by Jan Kundrát · 4 years, 5 months ago
  59. dbc51c8 python: user-defined RPCs by Jan Kundrát · 4 years, 5 months ago
  60. 6ee8479 DatastoreAccess: add support for generic user-defined RPCs by Jan Kundrát · 4 years, 5 months ago
  61. 69aabe9 Include presence containers in NetconfAccess::getItems by Václav Kubernát · 4 years, 5 months ago
  62. 117f7b5 Fix leaf_data completion by Václav Kubernát · 4 years, 5 months ago
  63. 395d92c Make cli behave more like bash by Václav Kubernát · 4 years, 5 months ago
  64. 1ed4aa3 Change how word splitting works when completing by Václav Kubernát · 4 years, 5 months ago
  65. a44bdf2 joinPaths: support adding the trailing slash by Václav Kubernát · 4 years, 5 months ago
  66. 4225b3f libyang: support returning binary data by Jan Kundrát · 4 years, 5 months ago
  67. 8f63fb7 make fillMap reusable for future RPC support by Jan Kundrát · 4 years, 5 months ago
  68. 59acc2f libnetconf C++: add support for user RPCs by Jan Kundrát · 4 years, 5 months ago
  69. a2a4414 NETCONF: support variable-return-type RPCs by Jan Kundrát · 4 years, 5 months ago
  70. b331b55 a typedef for returning "tree of data" by Jan Kundrát · 4 years, 5 months ago
  71. 8704286 Merge "Refactor leafValueFromValue" by Václav Kubernát · 4 years, 5 months ago
  72. e718594 python: support connecting with an interactive password prompt by Jan Kundrát · 4 years, 5 months ago
  73. dab815e NetconfAccess: enable passing libnetconf2 (C++) session directly by Jan Kundrát · 4 years, 5 months ago
  74. e015428 libnetconf-cpp: support specifying callback for keyboard-interactive auth by Jan Kundrát · 4 years, 5 months ago
  75. 02a7115 Refactor leafValueFromValue by Václav Kubernát · 4 years, 5 months ago
  76. 0177a93 Improve test dependencies by Václav Kubernát · 4 years, 5 months ago
  77. cf5c636 Accessing NETCONF servers from Python by Jan Kundrát · 4 years, 6 months ago
  78. e56234d Bring in pybind11 by Jan Kundrát · 4 years, 6 months ago
  79. e103449 cmake: tests: small cleanup by Jan Kundrát · 4 years, 6 months ago
  80. 8dcf043 Update dependencies by Jan Kundrát · 4 years, 6 months ago
  81. 2803b59 Merge changes Ia2ec062e,Iab642afe,Ied6dca1b by Jan Kundrát · 4 years, 6 months ago
  82. 8569e1b build: make it possible to use stuff in shared libraries by Jan Kundrát · 4 years, 6 months ago
  83. e5378f6 Add missing inter-library dependencies by Jan Kundrát · 4 years, 6 months ago
  84. b737f42 Remove unimplemented function by Jan Kundrát · 4 years, 6 months ago
  85. 7707cae Parse key values as leaf_data by Václav Kubernát · 4 years, 6 months ago
  86. 1bbac7c Require quotes around string values in set by Václav Kubernát · 4 years, 6 months ago
  87. 777704d Fix leaf_editing test by Václav Kubernát · 4 years, 6 months ago
  88. 72749c6 Change ParserContext::m_curPath to dataPath_ by Václav Kubernát · 4 years, 6 months ago
  89. efcac93 Merge pathToAbsoluteSchemaString and pathToSchemaString by Václav Kubernát · 4 years, 6 months ago
  90. c18ffac Disable space skipping in argument of set by Václav Kubernát · 4 years, 6 months ago
  91. 144729d Add special type for representing special values by Václav Kubernát · 4 years, 6 months ago
  92. 30fc843 Remove duplicate definitions of methods by Václav Kubernát · 4 years, 6 months ago
  93. 38c48b0 Merge changes I200f8ccf,Ia4ae1ed3 by Václav Kubernát · 4 years, 6 months ago
  94. d812cfb Make NetconfAccess:getItems consistent with lists by Václav Kubernát · 4 years, 6 months ago
  95. 65038b9 Rename test by Václav Kubernát · 4 years, 6 months ago
  96. f3d0d1f Update the NETCONF stack by Jan Kundrát · 4 years, 6 months ago
  97. 211383d Fix parsing of absolute list-ending paths by Václav Kubernát · 4 years, 6 months ago
  98. 82684cf Fix Parser storing context path wrongly by Václav Kubernát · 4 years, 6 months ago
  99. 7e371d9 Merge "Fix getItems not returning correct leaf_data_ variant" by Václav Kubernát · 4 years, 6 months ago
  100. 00e0b62 Merge "Expose escapeListKeyString into the header file" by Václav Kubernát · 4 years, 6 months ago