- e7248b2 Add support for executing RPCs by Václav Kubernát · 4 years, 5 months ago
- 48e9dfa Add ProxyDatastore by Václav Kubernát · 4 years, 4 months ago
- 54c34ae Sync dependencies by Tomas Pecka · 4 years, 4 months ago
- c577ae5 Get rid of nonsensical operator== by Václav Kubernát · 4 years, 4 months ago
- f4b6a93 Get rid of repeating if/else branches by Václav Kubernát · 4 years, 4 months ago
- e3d282a Use unique_ptr instead of calling free directly by Václav Kubernát · 4 years, 4 months ago
- bbaedc8 Derive InvalidNodeException from std::exception by Václav Kubernát · 4 years, 4 months ago
- f92724b Get rid of useless std::move call by Václav Kubernát · 4 years, 4 months ago
- 3a43323 Get rid of single-line if statements by Václav Kubernát · 4 years, 4 months ago
- 59e4ee4 Add [[nodiscard]] attribute where meaningful by Václav Kubernát · 4 years, 4 months ago
- 1db04ca Prefer raw-string literal instead of quote escaping by Václav Kubernát · 4 years, 4 months ago
- 742e11c Use auto instead of a type by Václav Kubernát · 4 years, 4 months ago
- 51fa48e Prefer = default for default ctors and dtors by Václav Kubernát · 4 years, 4 months ago
- 4863729 Use lambda, instead of std::bind by Václav Kubernát · 4 years, 4 months ago
- faacd02 Get rid of push_back in favor of emplace_back by Václav Kubernát · 4 years, 4 months ago
- b94e155 Merge "Fix crashes on leafref value printing" by Václav Kubernát · 4 years, 4 months ago
- 7b191ce Fix crashes on leafref value printing by Václav Kubernát · 4 years, 4 months ago
- 28cf336 yang-cli: Allow editing ops data by Václav Kubernát · 4 years, 4 months ago
- 619e654 yang-cli: Allow loading module by name by Václav Kubernát · 4 years, 4 months ago
- 548cb19 Allow loading initial data to yang-cli by Václav Kubernát · 4 years, 5 months ago
- e5df98f Merge "Rework dump command parsing" by Jan Kundrát · 4 years, 5 months ago
- 7aaf6dc YangSchema: Throw on enabling invalid features by Václav Kubernát · 4 years, 5 months ago
- 3b5e652 Rework dump command parsing by Václav Kubernát · 4 years, 5 months ago
- 70d7f7a Add dump command by Václav Kubernát · 4 years, 5 months ago
- 6a7dd4d Refactor some yang related stuff by Václav Kubernát · 4 years, 5 months ago
- d628291 Make DatastoreAccess::getItems const by Václav Kubernát · 4 years, 5 months ago
- 74487df Add yang-cli by Václav Kubernát · 4 years, 5 months ago
- 36986c5 tests: Manipulating datastore without commit by Václav Kubernát · 4 years, 5 months ago
- 0f362fb Add test for changes without commit by Václav Kubernát · 4 years, 5 months ago
- 50b7fb4 Merge changes I494813fa,Iff7eb70e by Jan Kundrát · 4 years, 5 months ago
- b386367 Merge "Simplify template wrappers in NC client" by Jan Kundrát · 4 years, 5 months ago
- f44bdda Fix YangSchema::enableFeature segfault on invalid modules by Václav Kubernát · 4 years, 5 months ago
- daf4031 Refactor NetconfAccess::getItems algorithm by Václav Kubernát · 4 years, 5 months ago
- b7206ad CLI: Allow deleting leaf nodes by Jan Kundrát · 4 years, 5 months ago
- d287286 tests: datastore backends are happy to delete leafs as well by Jan Kundrát · 4 years, 5 months ago
- 7ec214d tests: Accessing non-existing schema nodes by Jan Kundrát · 4 years, 5 months ago
- cbf288b Unify item creation/deletion in datastore access by Jan Kundrát · 4 years, 5 months ago
- 3867c9e tests: check what happens when deleting "wrong nodes" by Jan Kundrát · 4 years, 5 months ago
- dd00eeb Simplify template wrappers in NC client by Václav Kubernát · 4 years, 5 months ago
- fa96ac2 Add test for getting "/" by Václav Kubernát · 4 years, 5 months ago
- 2c4778b Make prefixes optional in listInstanceToString by Václav Kubernát · 4 years, 5 months ago
- b8a90c4 Merge "Sync dependencies" by Jan Kundrát · 4 years, 5 months ago
- 2f8caa4 Sync dependencies by Jan Kundrát · 4 years, 5 months ago
- 97376f7 Validate data paths and schema paths by Jan Kundrát · 4 years, 5 months ago
- e781b90 Put empty path checking to a function by Václav Kubernát · 4 years, 5 months ago
- 59be0de Fix toCanonical going up from root by Václav Kubernát · 4 years, 5 months ago
- c2bfe49 Allow going up with ".." when in root by Václav Kubernát · 4 years, 5 months ago
- 5452ede Add Interpreter tests by Václav Kubernát · 4 years, 5 months ago
- 4c3d22f Rework ls interpreter to use resolvePath by Václav Kubernát · 4 years, 5 months ago
- 7e16769 Rework absolutePathFromCommand by Václav Kubernát · 4 years, 5 months ago
- 97eb99f cmake: Remove useless call by Václav Kubernát · 4 years, 5 months ago
- f8ce1bc Fix expectations in keyvalue_completion by Václav Kubernát · 4 years, 5 months ago
- 747c60f Merge changes I52982071,I07091df4,Iba835038,I1e208001,Ib24c6652, ... by Václav Kubernát · 4 years, 5 months ago
- 8f6bff3 Change get_::m_path type by Václav Kubernát · 4 years, 5 months ago
- bcb78ec Remove unused exception by Václav Kubernát · 4 years, 5 months ago
- fb4bda6 Fix get interpreter by Václav Kubernát · 4 years, 5 months ago
- c4ec2d4 Remove useless check in lyNodesToTree by Václav Kubernát · 4 years, 5 months ago
- 1a5fa97 Remove unused constructor by Václav Kubernát · 4 years, 5 months ago
- f365ecf Add test for identityref invalid module by Václav Kubernát · 4 years, 5 months ago
- ed824d0 Move all pretty printers to pretty_printers.hpp by Václav Kubernát · 4 years, 5 months ago
- 1dc9e3e tests: Fix yang if-feature enum test by Václav Kubernát · 4 years, 5 months ago
- 64ba743 Merge changes I4d4f2d49,I472c0b32,Iefc31f83 by Václav Kubernát · 4 years, 5 months ago
- de598b0 Prefer member initializer list in classes by Václav Kubernát · 4 years, 5 months ago
- 51d0801 Allow usage of search dirs in YangSchema by Václav Kubernát · 4 years, 5 months ago
- 3c8fe02 Rename fillMap and move it for reuse by Václav Kubernát · 4 years, 5 months ago
- 89e3f34 Get rid of std::filesystem linking by Václav Kubernát · 4 years, 5 months ago
- bf65dd7 Add move command for moving (leaf)list instances by Václav Kubernát · 4 years, 6 months ago
- 9275025 Remove unused function by Václav Kubernát · 4 years, 5 months ago
- aed4bc7 Fix .. when inside a path with no child nodes by Václav Kubernát · 4 years, 5 months ago
- 51956f5 Remove Schema::isLeafList by Václav Kubernát · 4 years, 5 months ago
- 82ad385 Merge changes Ia27f6aa1,I919c7175 by Václav Kubernát · 4 years, 5 months ago
- e811bfa Remove Schema::is* methods by Václav Kubernát · 4 years, 6 months ago
- c0c5869 boring: sync the deps by Jan Kundrát · 4 years, 5 months ago
- 77be74a Merge "Update libyang for the yang:key XML namespace fix" by Jan Kundrát · 4 years, 5 months ago
- 3b84c7c Update libyang for the yang:key XML namespace fix by Jan Kundrát · 4 years, 5 months ago
- 86e63ad Merge "Use ListInstance typedef in more places" by Jan Kundrát · 4 years, 5 months ago
- 912b949 Remove unused overloads in Schema by Václav Kubernát · 4 years, 6 months ago
- c15fe82 Use ListInstance typedef in more places by Václav Kubernát · 4 years, 5 months ago
- cf9224f Change DatastoreAccess::Tree typedef by Václav Kubernát · 4 years, 5 months ago
- a93f900 Refactor ListInstance to a header file by Václav Kubernát · 4 years, 6 months ago
- 9fa5dca Disallow space between list suffix and list prefix by Václav Kubernát · 4 years, 5 months ago
- 573a837 Sync dependencies by Jan Kundrát · 4 years, 5 months ago
- 9dd1330 Update dependencies by Jan Kundrát · 4 years, 5 months ago
- 53e9024 Merge "tests: small deduplication" by Václav Kubernát · 4 years, 5 months ago
- 4a65b01 tests: small deduplication by Jan Kundrát · 4 years, 6 months ago
- 2db124c Rework ParserContext temporary list context path by Václav Kubernát · 4 years, 6 months ago
- 1bcee3b Don't save curModule in module parser by Václav Kubernát · 4 years, 6 months ago
- f3e377b Get rid of m_topLevelModulePresent by Václav Kubernát · 4 years, 6 months ago
- 70cbe15 Delete unused class by Václav Kubernát · 4 years, 6 months ago
- 59e41d1 Merge changes I823773f4,If63415b5,Ic5a92c8b,I1f713427,I2a6c9f46, ... by Jan Kundrát · 4 years, 6 months ago
- c540928 Merge changes I0d08d82a,Ie72ef296,I55447e43 by Jan Kundrát · 4 years, 6 months ago
- 440dc48 Update doctest by Václav Kubernát · 4 years, 6 months ago
- 40735fd Python: use the same order of definitions as in the abstract base class by Jan Kundrát · 4 years, 6 months ago
- 2397fe7 tests: run the Python test suite with the example-module enabled by Jan Kundrát · 4 years, 6 months ago
- a114cb1 tests: register kill_daemons as a resource cleanup complementing start_daemons by Jan Kundrát · 4 years, 6 months ago
- afe9ef7 StaticSchema: Remove unused method by Václav Kubernát · 4 years, 6 months ago
- 672889c Change struct to a function by Václav Kubernát · 4 years, 6 months ago
- 2ebab1d Simplify listInstancePath_class by Václav Kubernát · 4 years, 6 months ago
- b5ca154 Prefer std::variant in dataNode_/schemaNode_ by Václav Kubernát · 4 years, 6 months ago
- d624799 Get rid of useless variant in get by Václav Kubernát · 4 years, 6 months ago