summaryrefslogtreecommitdiff
path: root/lib/northbound_cli.c
AgeCommit message (Expand)Author
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
2019-09-18Revert "lib: introduce a read-write lock for northbound configurations"Renato Westphal
2019-08-21lib: fix uint32_t overflow in a couple of CLI commandsRenato Westphal
2019-06-22lib: fix northbound static analyzer warningRafael Zalamena
2019-06-22lib: northbound cli support to end config nodesRafael Zalamena
2019-05-28lib: Separate out the debug_init apiDonald Sharp
2019-04-26lib: introduce a read-write lock for northbound configurationsRenato Westphal
2019-04-26lib: add API to allow northbound clients to lock/unlock the running configura...Renato Westphal
2019-04-15lib: add fine-grained debugging in the northboundRenato Westphal
2019-01-18lib: peform only partial YANG validation when displaying operational dataRenato Westphal
2019-01-14lib: fix "use of uninitialised value" valgrind warningRenato Westphal
2019-01-02lib: fix segfault on freebsd when using vsnprintf() incorrectlyRenato Westphal
2018-12-18lib: copy xpaths when enqueing changesEmanuele Di Pascale
2018-12-09Merge pull request #3442 from opensourcerouting/confirmed-commitsDonald Sharp
2018-12-07lib: implement the "show" commandRenato Westphal
2018-12-07lib: add support for confirmed commitsRenato Westphal
2018-11-30Merge pull request #3378 from opensourcerouting/remove-config-lockDonald Sharp
2018-11-29Merge pull request #3342 from opensourcerouting/nb-operational-dataRuss White
2018-11-26lib, tests: major rework in the operational-data callbacksRenato Westphal
2018-11-26lib, tools: use CHECK_FLAG/SET_FLAG more often in the northbound codeRenato Westphal
2018-11-26*: remove the configuration lock from all daemonsRenato Westphal
2018-11-26lib, ripd: rework API for converted CLI commandsRenato Westphal
2018-10-27lib: introduce new northbound APIRenato Westphal