summaryrefslogtreecommitdiffstats
path: root/lib/northbound_cli.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: new defaults logicDavid Lamparter2019-12-061-1/+2
* lib: fix display of candidate configurationsRenato Westphal2019-11-301-5/+5
* lib, vtysh: add new libyang option to the "debug northbound" commandRenato Westphal2019-10-161-3/+13
* lib: fix harmless lyd_schema_sort() warningRenato Westphal2019-10-151-0/+4
* lib: avoid expensive operations when editing a candidate configRenato Westphal2019-10-121-0/+19
* lib: remove expensive error handling in the northbound CLI clientRenato Westphal2019-10-121-26/+9
* Revert "lib: introduce a read-write lock for northbound configurations"Renato Westphal2019-09-181-87/+52
* lib: fix uint32_t overflow in a couple of CLI commandsRenato Westphal2019-08-211-7/+7
* lib: fix northbound static analyzer warningRafael Zalamena2019-06-221-1/+1
* lib: northbound cli support to end config nodesRafael Zalamena2019-06-221-1/+33
* lib: Separate out the debug_init apiDonald Sharp2019-05-281-1/+1
* lib: introduce a read-write lock for northbound configurationsRenato Westphal2019-04-261-52/+87
* lib: add API to allow northbound clients to lock/unlock the running configura...Renato Westphal2019-04-261-10/+5
* lib: add fine-grained debugging in the northboundRenato Westphal2019-04-151-19/+78
* lib: peform only partial YANG validation when displaying operational dataRenato Westphal2019-01-181-1/+1
* lib: fix "use of uninitialised value" valgrind warningRenato Westphal2019-01-141-1/+1
* lib: fix segfault on freebsd when using vsnprintf() incorrectlyRenato Westphal2019-01-031-5/+8
* lib: copy xpaths when enqueing changesEmanuele Di Pascale2018-12-181-1/+1
* Merge pull request #3442 from opensourcerouting/confirmed-commitsDonald Sharp2018-12-091-7/+88
|\
| * lib: add support for confirmed commitsRenato Westphal2018-12-071-7/+88
* | lib: implement the "show" commandRenato Westphal2018-12-071-0/+26
|/
* Merge pull request #3378 from opensourcerouting/remove-config-lockDonald Sharp2018-12-011-28/+2
|\
| * *: remove the configuration lock from all daemonsRenato Westphal2018-11-261-28/+2
* | Merge pull request #3342 from opensourcerouting/nb-operational-dataRuss White2018-11-291-4/+116
|\ \
| * | lib, tests: major rework in the operational-data callbacksRenato Westphal2018-11-261-0/+112
| * | lib, tools: use CHECK_FLAG/SET_FLAG more often in the northbound codeRenato Westphal2018-11-261-4/+4
| |/
* / lib, ripd: rework API for converted CLI commandsRenato Westphal2018-11-261-8/+35
|/
* lib: introduce new northbound APIRenato Westphal2018-10-271-0/+1448