summaryrefslogtreecommitdiff
path: root/lib/northbound_confd.c
AgeCommit message (Expand)Author
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2021-11-11lib: confd: fix format-truncation warningsRuslan Babayev
2021-11-11lib: confd: fix non-void return-type warningRuslan Babayev
2021-11-11lib: confd: fix compilation broken with libyang2Ruslan Babayev
2021-10-07*: don't pass pointers to a local variables to thread_add_*Igor Ryzhov
2021-05-13lib: adapt to version 2 of libyangChristian Hopps
2021-04-21build: make builddir include path consistentDavid Lamparter
2021-03-17*: require semicolon after FRR_DAEMON_INFO & co.David Lamparter
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2020-10-23lib: combine two YANG schema iteration functions into oneRenato Westphal
2020-10-23lib: fix iteration over schema nodes of a single YANG moduleRenato Westphal
2020-10-05*: add errmsg to nb rpcChirag Shah
2020-08-14lib: don't ignore error messages generated during the commit apply phaseRenato Westphal
2020-05-28lib: silence -Wformat-truncation warnings in the confd pluginRenato Westphal
2020-05-28lib: return human-readable error messages to the northbound clientsRenato Westphal
2020-05-28lib: introduce the northbound context structureRenato Westphal
2019-09-18Revert "lib: introduce a read-write lock for northbound configurations"Renato Westphal
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-02-25*: use proper bool initializers & fix comparisonsQuentin Young
2019-02-11libs, rip, isis: change northbound operation enum to DESTROYMark Stapp
2018-12-09lib, tests: add support for keyless YANG listsRenato Westphal
2018-12-07lib: fix NETCONF network-wide transactions for confd and sysrepoRenato Westphal
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: do not subscribe to config changes on a state data tree (confd plugin)Renato Westphal
2018-11-26lib: rework the yang schema node iteration functionsRenato Westphal
2018-11-26lib, tools: use CHECK_FLAG/SET_FLAG more often in the northbound codeRenato Westphal
2018-11-26lib: don't fetch schema information when creating yang_data structuresRenato Westphal
2018-11-26lib: improve error handling when connection to confd is lostRenato Westphal
2018-10-27lib: add a new northbound plugin for ConfDRenato Westphal