summaryrefslogtreecommitdiffstats
path: root/lib/northbound.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4088 from opensourcerouting/bump-libyang-requirement-versJafar Al-Gharaibeh2019-07-091-9/+2
|\
| * lib: use flag from new libyang version to simplify the codeRenato Westphal2019-07-021-9/+2
* | lib: fix a couple of yang validation issuesRenato Westphal2019-07-021-2/+5
|/
* lib: Fix gcc 9 warning -> error issueDonald Sharp2019-05-311-1/+1
* lib: hashing functions should take const argumentsQuentin Young2019-05-141-1/+1
* lib: add new gRPC-based northbound pluginRenato Westphal2019-04-261-0/+2
* lib: introduce a read-write lock for northbound configurationsRenato Westphal2019-04-261-54/+98
* lib: add API to allow northbound clients to lock/unlock the running configura...Renato Westphal2019-04-261-9/+90
* Merge pull request #4161 from opensourcerouting/nb-performanceQuentin Young2019-04-221-33/+120
|\
| * lib: rework management of user pointers in the northbound layerRenato Westphal2019-04-181-33/+120
* | lib: make nb_candidate_edit() more flexibleRenato Westphal2019-04-181-7/+0
* | lib: introduce flog() to simplify the northbound code a little bitRenato Westphal2019-04-181-16/+20
* | lib: don't initialize the northbound database in the unit testsRenato Westphal2019-04-181-6/+0
|/
* lib: add fine-grained debugging in the northboundRenato Westphal2019-04-151-15/+71
* lib: fix removal of yang non-presence containersRenato Westphal2019-03-031-2/+21
* lib: simplify code that calculates configuration diffsRenato Westphal2019-03-021-45/+30
* libs, rip, isis: change northbound operation enum to DESTROYMark Stapp2019-02-111-8/+8
* libs, daemons: changes to permit c++ compilationMark Stapp2019-02-111-2/+2
* lib: don't abort when incomplete xpath is given by the userRenato Westphal2019-01-141-2/+6
* lib: fix "may be used uninitialized" build warningRenato Westphal2019-01-141-1/+2
* lib: add NB phase-specific error codesEmanuele Di Pascale2018-12-181-6/+31
* lib: Fix string size issue with clangDonald Sharp2018-12-121-1/+1
* lib, tests: add support for keyless YANG listsRenato Westphal2018-12-091-13/+35
* lib: add support for confirmed commitsRenato Westphal2018-12-071-2/+3
* lib, tests: major rework in the operational-data callbacksRenato Westphal2018-11-261-0/+345
* lib: add support for YANG lists with mixed config and state dataRenato Westphal2018-11-261-5/+38
* lib: rework the yang schema node iteration functionsRenato Westphal2018-11-261-8/+13
* lib: remove entire data tree on yang_dnode_free()Renato Westphal2018-11-261-1/+2
* lib, tools: use CHECK_FLAG/SET_FLAG more often in the northbound codeRenato Westphal2018-11-261-11/+13
* lib: make it possible to create YANG data nodes containing state dataRenato Westphal2018-11-261-1/+1
* lib: add a new northbound plugin for SysrepoRenato Westphal2018-10-271-0/+2
* lib: add a new northbound plugin for ConfDRenato Westphal2018-10-271-0/+2
* lib: introduce new northbound APIRenato Westphal2018-10-271-0/+1200