- 162165e Add `switch` command by Václav Kubernát · 3 years, 9 months ago
- f5d7515 Rework datastores by Václav Kubernát · 4 years ago
- eaf5668 SysrepoSubscription: Allow subscribing to startup by Václav Kubernát · 3 years, 9 months ago
- 1fcfa9c NetconfAccess: Use <edit-data> instead of <edit-config> by Václav Kubernát · 3 years, 9 months ago
- b37356d Get rid of lambda by Václav Kubernát · 3 years, 9 months ago
- 2844df6 Fix setting identityrefs by Václav Kubernát · 3 years, 9 months ago
- 39f83f5 Get rid of trailing slash saving by Václav Kubernát · 3 years, 9 months ago
- 6cc2f91 Sync dependencies by Jan Kundrát · 3 years, 9 months ago
- aff1f49 Fix exec with space and no arguments by Václav Kubernát · 3 years, 9 months ago
- 611d681 Sync dependencies by Jan Kundrát · 3 years, 9 months ago
- 825ad62 Sync the NETCONF stack by Jan Kundrát · 3 years, 9 months ago
- faad1de Sync the NETCONF stack by Jan Kundrát · 3 years, 9 months ago
- 2dbf670 Remove more sr_val remainders by Václav Kubernát · 3 years, 9 months ago
- 2ac6641 Remove unused methods by Václav Kubernát · 3 years, 9 months ago
- fbab2d4 Refactor RPC input generation by Václav Kubernát · 3 years, 9 months ago
- b8bad06 Fix set not ignoring whitespace by Václav Kubernát · 3 years, 9 months ago
- 94bb7cf Fix sending actions by Václav Kubernát · 3 years, 9 months ago
- d57ec45 Only include RPC/action output in the output by Václav Kubernát · 3 years, 9 months ago
- 4077613 Get rid of sr_val in SysrepoAccess::execute by Václav Kubernát · 3 years, 9 months ago
- 2a121c5 Merge "cli: connecting over a UNIX socket" by Jan Kundrát · 3 years, 9 months ago
- 80b248f Sync the NETCONF dependencies by Jan Kundrát · 3 years, 9 months ago
- 1ccf0d4 cli: connecting over a UNIX socket by Jan Kundrát · 3 years, 9 months ago
- ba84ede hotfix: Handle netopeer2 sending too much data by Václav Kubernát · 3 years, 9 months ago
- 2edfe54 Fix crash when execing invalid RPC by Václav Kubernát · 3 years, 9 months ago
- 86840ec Update the NETCONF stack by Jan Kundrát · 3 years, 10 months ago
- 6c34e9f Fix int64/uint64 JSON parsing test by Jan Kundrát · 3 years, 10 months ago
- ce108db Fix completion bug by Václav Kubernát · 3 years, 10 months ago
- fa36c82 Fix identityref bug when it's a typedef by Václav Kubernát · 3 years, 10 months ago
- 32423ef Update deps by Jan Kundrát · 3 years, 10 months ago
- 603dc16 Sync the NETCONF stack by Jan Kundrát · 3 years, 10 months ago
- 2400fff NETCONF: do not try to use confirmed-commit by Jan Kundrát · 3 years, 10 months ago
- 0651966 Update the NETCONF stack by Jan Kundrát · 3 years, 10 months ago
- fe170ad NetconfAccess: switch to <get-data> for getItems by Václav Kubernát · 3 years, 10 months ago
- d860d98 Add <get-data> wrapper by Václav Kubernát · 3 years, 10 months ago
- 13666e3 netconf: refactor common part of get/getConfig by Jan Kundrát · 3 years, 10 months ago
- 2e37b1e Merge "Show current RPC input more clearly" by Jan Kundrát · 3 years, 10 months ago
- 2bed952 Show current RPC input more clearly by Václav Kubernát · 4 years ago
- 5700a25 Merge "Allow immediately executing RPC with no input" by Václav Kubernát · 3 years, 10 months ago
- 8e53bda Merge "Update dependencies" by Jan Kundrát · 3 years, 10 months ago
- d8408e0 Allow immediately executing RPC with no input by Václav Kubernát · 4 years ago
- 5e8a4eb Merge "Fix describe path parsing" by Václav Kubernát · 3 years, 10 months ago
- 0d90315 Merge "Add support for yang type descriptions" by Jan Kundrát · 3 years, 10 months ago
- d11b561 Merge "netconf-cli: The CLI is not called netconf-access" by Jan Kundrát · 3 years, 10 months ago
- cd24c56 Merge "tests: Shorten paths to the NETCONF listening socket" by Jan Kundrát · 3 years, 10 months ago
- 3200b86 Fix describe path parsing by Václav Kubernát · 4 years ago
- 9435bc0 netconf-cli: The CLI is not called netconf-access by Jan Kundrát · 3 years, 10 months ago
- 467c22c Fix bits completion by Václav Kubernát · 4 years ago
- 832bd7e Remove workaround for GCC <10 by Václav Kubernát · 4 years ago
- f82e224 Prefer emplace_back by Václav Kubernát · 4 years ago
- 0cdebb4 Remove unused methods by Václav Kubernát · 4 years ago
- b3960f8 Merge DatastoreAccess executeRpc and executeAction by Václav Kubernát · 4 years ago
- 9a7f742 tests: Shorten paths to the NETCONF listening socket by Jan Kundrát · 3 years, 10 months ago
- 1bd7d59 Update dependencies by Tomáš Pecka · 3 years, 11 months ago
- 1ae24f4 Add support for yang type descriptions by Václav Kubernát · 4 years ago
- 160e5a2 Make describe a little more graceful by Václav Kubernát · 4 years ago
- 419d917 Revise help messages by Václav Kubernát · 4 years ago
- 21fc5e2 Add more const const by Václav Kubernát · 4 years ago
- f8ca364 cmake: Use find_package for replxx by Václav Kubernát · 4 years ago
- d7d793c C++20: Use designated initializers by Václav Kubernát · 4 years ago
- 9fc6906 Merge "Build with C++20" by Václav Kubernát · 4 years ago
- 80b6ad7 Merge changes Ib67436af,Id3a07d2a by Václav Kubernát · 4 years ago
- 385dcdd Build with C++20 by Václav Kubernát · 4 years ago
- 0745618 Merge "Remove unused script" by Jan Kundrát · 4 years ago
- 805d02c CI: build on Fedora 33 by Jan Kundrát · 4 years ago
- c331a31 tests: Wait until netopeer exits before cleaning up shm by Václav Kubernát · 4 years ago
- 68fd32e Remove unused script by Václav Kubernát · 4 years ago
- 634e24a tests: Capture the output of netopeer2-server by Václav Kubernát · 4 years ago
- 85ba738 Fix get command completing nodes after list-end by Václav Kubernát · 4 years ago
- 7eb4715 Fix parsing issue with get by Václav Kubernát · 4 years ago
- fda29ca Merge "Fix cd into leafs" by Václav Kubernát · 4 years ago
- fd26116 Quit netconf-cli if `ssh` crashes by Václav Kubernát · 4 years ago
- 0d47e5e Fix cd into leafs by Václav Kubernát · 4 years ago
- b4e5b18 Cleanup formatting by Václav Kubernát · 4 years ago
- d4800e5 Update libyang by Václav Kubernát · 4 years ago
- bba5252 Make sysrepo dependency optional by Jan Kundrát · 4 years ago
- 75c88c5 cmake: move boring setup of sysrepo/netopeer paths into an extra file by Jan Kundrát · 4 years ago
- 83930de cmake: do not mess with CMake module paths by Jan Kundrát · 4 years ago
- eba3465 CI: simplify pattern for job artifacts by Jan Kundrát · 4 years ago
- c28a21b cmake: move pthread detection earlier by Jan Kundrát · 4 years ago
- f90a0b5 Fix sysrepo bug with key-less lists by Václav Kubernát · 4 years ago
- 61d92d7 Add test for lyNodesToTree by Václav Kubernát · 4 years ago
- 2b33536 fix linking on ARM by Jan Kundrát · 4 years ago
- 2e4cafe Fix leafDataFromValue by Václav Kubernát · 4 years ago
- 155961c Merge "CI: re-enable ARM builds" by Jan Kundrát · 4 years ago
- 3a31608 CI: re-enable ARM builds by Jan Kundrát · 4 years ago
- e2e15ee Support connecting to NETCONF clients via SSH by Václav Kubernát · 4 years, 9 months ago
- 7a9463f NetconfAccess: allow connection over a pair of FDs by Václav Kubernát · 4 years ago
- 43e12e7 Install the `yang-cli`binary by Jan Kundrát · 4 years ago
- 8ab58e0 Update libyang by Václav Kubernát · 4 years ago
- 3d787b1 Fix `prepare` by Václav Kubernát · 4 years ago
- 3ffd24a Add a comment about writableOps_tag by Václav Kubernát · 4 years ago
- 3102968 Disable rpc node completion for get by Václav Kubernát · 4 years ago
- dab73ca Add parser support for bits by Václav Kubernát · 4 years, 1 month ago
- 909d966 Change bits_::m_bits to a vector by Václav Kubernát · 4 years ago
- a46751c Switch to Fedora 32 builds by Jan Kundrát · 4 years, 1 month ago
- d1beedc Rework datastore tests by Václav Kubernát · 4 years, 2 months ago
- 654303f Migrate to new NETCONF stack by Václav Kubernát · 4 years, 3 months ago
- d2cd30a Merge "Fix missing include on GCC 10.2 on ARM (Bootlin toolchain)" by Jan Kundrát · 4 years, 1 month ago
- 91d1172 tests: Do not assume bash is at /bin/bash by Jan Kundrát · 4 years, 1 month ago
- 9d163f1 Fix missing include on GCC 10.2 on ARM (Bootlin toolchain) by Jan Kundrát · 4 years, 1 month ago