- e7f62ae Get rid of leaf_data_identityRef_data by Václav Kubernát · 4 years, 6 months ago
- e118f00 Get rid of leaf_data_binary_data by Václav Kubernát · 4 years, 6 months ago
- 549b08f Fix identityref completion not giving module names by Václav Kubernát · 4 years, 6 months ago
- 4618fa4 Rework path parsing by Václav Kubernát · 4 years, 6 months ago
- 6898544 Fix `binary` data passing via sysrepo and NETCONF by Jan Kundrát · 4 years, 6 months ago
- 0d8abd1 Fix identityref passing through sysrepo and NETCONF by Jan Kundrát · 4 years, 6 months ago
- 6ebcc6c Make splitModuleNode reusable by Jan Kundrát · 4 years, 6 months ago
- dd5945a Rework dataNode parsing by Václav Kubernát · 4 years, 6 months ago
- 60a0ed5 Rework schemaNode parsing by Václav Kubernát · 4 years, 7 months ago
- 82d7463 Fix availableNodes behavior when dealing with submodules by Václav Kubernát · 4 years, 6 months ago
- aaafeae Add more types to YangSchema::nodeType by Václav Kubernát · 4 years, 6 months ago
- e2d629f Unify childNodes between YANG and static Schema by Václav Kubernát · 4 years, 7 months ago
- 95b0887 Change return value of Schema::childNodes by Václav Kubernát · 4 years, 7 months ago
- 8208687 Move ls logic to Interpreter by Václav Kubernát · 4 years, 7 months ago
- 3a823f4 Merge Schema::childNodes and Schema::moduleNodes by Václav Kubernát · 4 years, 7 months ago
- dd769f6 Add pragma once to utils.hpp by Václav Kubernát · 4 years, 7 months ago
- beaa8aa Simplify variant in ls_ by Václav Kubernát · 4 years, 7 months ago
- d0ea9b2 Refactor path parser to a separate file by Václav Kubernát · 4 years, 7 months ago
- a1c4c9e Add info about status to describe by Václav Kubernát · 4 years, 7 months ago
- b1a75c6 Add info about default values to describe by Václav Kubernát · 4 years, 7 months ago
- 0599e9f Add info about config false leafs to describe by Václav Kubernát · 4 years, 7 months ago
- ef08574 Fix copying into for-loop variables by Václav Kubernát · 4 years, 7 months ago
- 13b23d7 Rework Schema::units into Schema::leafType by Václav Kubernát · 4 years, 7 months ago
- 81ddbfd Use yang::LeafRef::m_targetType in describe by Václav Kubernát · 4 years, 7 months ago
- 715c85c cli: Add a command line flag to specify datastore by Václav Kubernát · 4 years, 7 months ago
- 7160a13 Add copy command by Václav Kubernát · 4 years, 7 months ago
- bb525b4 NETCONF: list instance queries should hit the ops tree as well by Jan Kundrát · 4 years, 9 months ago
- 2984f44 Add support for union leafs by Václav Kubernát · 4 years, 9 months ago
- 2d7b05c Fix StaticSchema::lastNodeOfSchemaPath by Václav Kubernát · 4 years, 7 months ago
- 3a99f00 Rework yang::LeafDataType by Václav Kubernát · 4 years, 7 months ago
- c6a6bc8 CLI: use alphabetical order for command listing in `help` by Jan Kundrát · 4 years, 9 months ago
- 882174d Rework leaf_data by Václav Kubernát · 4 years, 8 months ago
- 9ae8cc4 Move leaf_data into a separate file by Václav Kubernát · 4 years, 8 months ago
- da7fdda Merge support for the `desc` command by Jan Kundrát · 4 years, 9 months ago
- 70c10a6 Merge "Skip rpc nodes in YangSchema::childNodes" by Jan Kundrát · 4 years, 9 months ago
- 9cfcd87 Add the describe command by Václav Kubernát · 4 years, 9 months ago
- 6fcd028 Add Schema::leaftypeName by Václav Kubernát · 4 years, 9 months ago
- c386679 Add Schema::leafIsKey by Václav Kubernát · 4 years, 9 months ago
- bd5e3c2 Add leafrefPath(const std::string&) by Václav Kubernát · 4 years, 9 months ago
- ad87ece Add leafrefBaseType(const std::string&) by Václav Kubernát · 4 years, 9 months ago
- f0fe769 Rename leafrefBase to leafrefBaseType by Václav Kubernát · 4 years, 9 months ago
- 9bf3685 Add Schema::leaftype(const std::string&) by Václav Kubernát · 4 years, 9 months ago
- 1e09bd6 Add node-info getters to Schema by Václav Kubernát · 4 years, 9 months ago
- fa81c8c Skip rpc nodes in YangSchema::childNodes by Václav Kubernát · 4 years, 9 months ago
- 2a14139 Reimplement Schema::is* methods with Schema::nodeType by Václav Kubernát · 4 years, 9 months ago
- 34ee85a Add Schema::nodeType method by Václav Kubernát · 4 years, 9 months ago
- 0165e6c Make command completion add space suffixes by Václav Kubernát · 4 years, 9 months ago
- db26e9a Fix completion suffix logic by Václav Kubernát · 4 years, 9 months ago
- 26be33a Fix path completion on schema paths by Václav Kubernát · 4 years, 9 months ago
- cb3af40 Separate tab completion of the initial [ for lists by Václav Kubernát · 4 years, 9 months ago
- 87856e4 Remove unneeded constructor in leaf_data_class by Václav Kubernát · 4 years, 9 months ago
- 4294a85 Unify enum and identityref completion by Václav Kubernát · 4 years, 9 months ago
- 7a2f396 Add #pragma once to parser_context.hpp by Václav Kubernát · 4 years, 9 months ago
- b79f3ca Allow configuring CLI backend by Václav Kubernát · 4 years, 9 months ago
- da8e4b9 Fix NetconfAccess::deletePresenceContainer by Václav Kubernát · 4 years, 9 months ago
- cc7a93f Fix NetconfAccess::deleteListInstance by Václav Kubernát · 4 years, 9 months ago
- 45e5546 Fix NetconfAccess::listInstances segfault by Václav Kubernát · 4 years, 9 months ago
- 90aa62d Merge "Rename .h header files to .hpp" by Václav Kubernát · 4 years, 9 months ago
- bd3169c libyang: support working with the decimal64 type by Jan Kundrát · 4 years, 9 months ago
- 26b5608 Rename .h header files to .hpp by Václav Kubernát · 4 years, 9 months ago
- b46c3e1 Merge "Update the NETCONF stack" by Jan Kundrát · 4 years, 9 months ago
- ed37f37 Merge changes Idd613cc8,Iba5bc44f,I0e500bb9 by Jan Kundrát · 4 years, 9 months ago
- 1d50a5b NetconfAccess: reuse netconf libyang context by Václav Kubernát · 4 years, 9 months ago
- cc2538f Update the NETCONF stack by Jan Kundrát · 4 years, 9 months ago
- caa6cb1 Merge changes I439374af,I2c978762,Ib9c0c4d9 by Václav Kubernát · 4 years, 9 months ago
- b091dd4 NetconfAccess: do not ignore ops data by Jan Kundrát · 4 years, 10 months ago
- a099fb9 netconf-c++: handle empty <data/> for <get/> RPC by Jan Kundrát · 4 years, 9 months ago
- f09a092 netconf-c++: simplify <get-config/> implementation by Jan Kundrát · 4 years, 9 months ago
- 43908fb Integrate DataQuery by Václav Kubernát · 4 years, 10 months ago
- ab612e9 Implement DataQuery by Václav Kubernát · 5 years ago
- 2a62ef7 python: support container/list creation/deletion by Jan Kundrát · 4 years, 10 months ago
- 9138b16 netconf-client: unify filtering API between <get> and <get-config> by Jan Kundrát · 4 years, 10 months ago
- 49f2327 Merge changes I0f8252bc,Ibecb71a5,I035ac505 by Václav Kubernát · 4 years, 10 months ago
- bd28ec0 Merge changes from topic "rpc" by Jan Kundrát · 4 years, 10 months ago
- dbc51c8 python: user-defined RPCs by Jan Kundrát · 4 years, 10 months ago
- 6ee8479 DatastoreAccess: add support for generic user-defined RPCs by Jan Kundrát · 4 years, 10 months ago
- 69aabe9 Include presence containers in NetconfAccess::getItems by Václav Kubernát · 4 years, 10 months ago
- 117f7b5 Fix leaf_data completion by Václav Kubernát · 4 years, 10 months ago
- 395d92c Make cli behave more like bash by Václav Kubernát · 4 years, 10 months ago
- 1ed4aa3 Change how word splitting works when completing by Václav Kubernát · 4 years, 10 months ago
- a44bdf2 joinPaths: support adding the trailing slash by Václav Kubernát · 4 years, 10 months ago
- 4225b3f libyang: support returning binary data by Jan Kundrát · 4 years, 10 months ago
- 8f63fb7 make fillMap reusable for future RPC support by Jan Kundrát · 4 years, 10 months ago
- 59acc2f libnetconf C++: add support for user RPCs by Jan Kundrát · 4 years, 10 months ago
- a2a4414 NETCONF: support variable-return-type RPCs by Jan Kundrát · 4 years, 10 months ago
- b331b55 a typedef for returning "tree of data" by Jan Kundrát · 4 years, 10 months ago
- 8704286 Merge "Refactor leafValueFromValue" by Václav Kubernát · 4 years, 10 months ago
- e718594 python: support connecting with an interactive password prompt by Jan Kundrát · 4 years, 10 months ago
- dab815e NetconfAccess: enable passing libnetconf2 (C++) session directly by Jan Kundrát · 4 years, 10 months ago
- e015428 libnetconf-cpp: support specifying callback for keyboard-interactive auth by Jan Kundrát · 4 years, 10 months ago
- 02a7115 Refactor leafValueFromValue by Václav Kubernát · 4 years, 10 months ago
- cf5c636 Accessing NETCONF servers from Python by Jan Kundrát · 4 years, 10 months ago
- 2803b59 Merge changes Ia2ec062e,Iab642afe,Ied6dca1b by Jan Kundrát · 4 years, 10 months ago
- b737f42 Remove unimplemented function by Jan Kundrát · 4 years, 10 months ago
- 7707cae Parse key values as leaf_data by Václav Kubernát · 4 years, 10 months ago
- 1bbac7c Require quotes around string values in set by Václav Kubernát · 4 years, 10 months ago
- 777704d Fix leaf_editing test by Václav Kubernát · 4 years, 10 months ago
- 72749c6 Change ParserContext::m_curPath to dataPath_ by Václav Kubernát · 4 years, 10 months ago
- efcac93 Merge pathToAbsoluteSchemaString and pathToSchemaString by Václav Kubernát · 4 years, 10 months ago
- c18ffac Disable space skipping in argument of set by Václav Kubernát · 4 years, 10 months ago