summaryrefslogtreecommitdiff
path: root/lib/northbound_cli.c
AgeCommit message (Expand)Author
2023-06-19mgmtd: KISS the locking codeChristian Hopps
2023-06-12lib: mgmtd: simplify implicit commit codeChristian Hopps
2023-05-30lib: mgmtd: fixes for startup config file processingChristian Hopps
2023-04-17lib: always return valid data format for show yang command.Christian Hopps
2023-03-24*: Convert `struct event_master` to `struct event_loop`Donald Sharp
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Convert struct thread_master to struct event_master and it's ilkDonald Sharp
2023-03-24*: Convert thread_cancelXXX to event_cancelXXXDonald Sharp
2023-03-24*: Convert thread_add_XXX functions to event_add_XXXDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-03-22lib, mgmtd: Add few fixes for commit-check and rollbackPushpasis Sarkar
2023-03-21mgmtd: Add MGMT Transaction FrameworkYash Ranjan
2023-03-21mgmtd: Add MGMT Backend Interface FrameworkChristian Hopps
2023-03-21mgmtd: Add MGMT Frontend Interface FrameworkChristian Hopps
2023-02-23lib: fix init. use of nb_context to be by value not by referenceChristian Hopps
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-10-26build, vtysh: extract vtysh commands from .xrefDavid Lamparter
2022-03-02lib,vtysh: show operational data with configRafael Zalamena
2022-03-02lib: fix show yang operational state outputRafael Zalamena
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2021-10-13lib: northbound cli show/cmd functions must not modify data nodesIgor Ryzhov
2021-09-17lib: significantly improve nb cli command sortingIgor Ryzhov
2021-06-02northbound: KISS always batch yang config (file read), it's fasterChristian Hopps
2021-05-13lib: adapt to version 2 of libyangChristian Hopps
2021-04-21build: make builddir include path consistentDavid Lamparter
2021-03-23lib: add ability to sort CLI commands printed by NB layerIgor Ryzhov
2021-03-23lib: simplify nb_cli_show_dnode_cmdsIgor Ryzhov
2021-03-01Merge pull request #8073 from idryzhov/vtysh-show-configSantosh P K
2021-02-17lib: fix some misc SA warningsQuentin Young
2021-02-12lib: allow "show config running" command for non-transactional CLIIgor Ryzhov
2021-02-01lib/xref: add xrefs for install_element()David Lamparter
2021-01-18lib: Correctly set temp file permissionsDonald Sharp
2020-10-23*: unify thread/event cancel macrosMark Stapp
2020-10-05*: add errmsg to nb rpcChirag Shah
2020-09-11lib: fix crashes with leafrefs that point to non-implemented modulesRenato Westphal
2020-08-31lib: silence overly verbose CLI warningRenato Westphal
2020-08-14lib: don't ignore error messages generated during the commit apply phaseRenato Westphal
2020-08-03lib: introduce configuration back-off timer for YANG-modeled commandsRenato Westphal
2020-05-28lib: return human-readable error messages to the northbound clientsRenato Westphal
2020-05-28lib: introduce the northbound context structureRenato Westphal
2020-04-16*: move CLI node names to cmd_node->nameDavid Lamparter
2020-04-16*: remove second parameter on install_node()David Lamparter
2020-04-16*: remove cmd_node->vtyshDavid Lamparter
2020-04-16*: clean up cmd_node initializersDavid Lamparter
2019-12-06lib: new defaults logicDavid Lamparter
2019-11-29lib: fix display of candidate configurationsRenato Westphal
2019-10-16lib, vtysh: add new libyang option to the "debug northbound" commandRenato Westphal
2019-10-14lib: fix harmless lyd_schema_sort() warningRenato Westphal
2019-10-11lib: avoid expensive operations when editing a candidate configRenato Westphal
2019-10-11lib: remove expensive error handling in the northbound CLI clientRenato Westphal