summaryrefslogtreecommitdiffstats
path: root/lib/northbound_confd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-241-2/+2
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-8/+8
* *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-241-2/+2
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-9/+10
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-4/+4
* mgmtd: Add MGMT Backend Interface FrameworkChristian Hopps2023-03-221-1/+2
* lib: fix init. use of nb_context to be by value not by referenceChristian Hopps2023-02-241-1/+1
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-23/+18
* lib: confd: fix format-truncation warningsRuslan Babayev2021-11-121-2/+2
* lib: confd: fix non-void return-type warningRuslan Babayev2021-11-121-0/+4
* lib: confd: fix compilation broken with libyang2Ruslan Babayev2021-11-121-39/+44
* *: don't pass pointers to a local variables to thread_add_*Igor Ryzhov2021-10-071-10/+24
* lib: adapt to version 2 of libyangChristian Hopps2021-05-131-8/+8
* build: make builddir include path consistentDavid Lamparter2021-04-211-1/+1
* *: require semicolon after FRR_DAEMON_INFO & co.David Lamparter2021-03-171-1/+2
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-1/+1
* lib: combine two YANG schema iteration functions into oneRenato Westphal2020-10-231-2/+2
* lib: fix iteration over schema nodes of a single YANG moduleRenato Westphal2020-10-231-2/+6
* *: add errmsg to nb rpcChirag Shah2020-10-051-1/+4
* lib: don't ignore error messages generated during the commit apply phaseRenato Westphal2020-08-151-2/+5
* lib: silence -Wformat-truncation warnings in the confd pluginRenato Westphal2020-05-291-8/+8
* lib: return human-readable error messages to the northbound clientsRenato Westphal2020-05-291-6/+3
* lib: introduce the northbound context structureRenato Westphal2020-05-291-2/+4
* Revert "lib: introduce a read-write lock for northbound configurations"Renato Westphal2019-09-181-5/+1
* lib: introduce a read-write lock for northbound configurationsRenato Westphal2019-04-261-1/+5
* lib: add API to allow northbound clients to lock/unlock the running configura...Renato Westphal2019-04-261-1/+1
* lib: add fine-grained debugging in the northboundRenato Westphal2019-04-151-19/+73
* *: use proper bool initializers & fix comparisonsQuentin Young2019-02-261-1/+1
* libs, rip, isis: change northbound operation enum to DESTROYMark Stapp2019-02-111-1/+1
* lib, tests: add support for keyless YANG listsRenato Westphal2018-12-091-16/+80
* lib: fix NETCONF network-wide transactions for confd and sysrepoRenato Westphal2018-12-071-32/+95
* Merge pull request #3342 from opensourcerouting/nb-operational-dataRuss White2018-11-291-117/+205
|\
| * lib, tests: major rework in the operational-data callbacksRenato Westphal2018-11-261-102/+167
| * lib: do not subscribe to config changes on a state data tree (confd plugin)Renato Westphal2018-11-261-0/+3
| * lib: rework the yang schema node iteration functionsRenato Westphal2018-11-261-9/+12
| * lib, tools: use CHECK_FLAG/SET_FLAG more often in the northbound codeRenato Westphal2018-11-261-2/+2
| * lib: don't fetch schema information when creating yang_data structuresRenato Westphal2018-11-261-7/+24
* | lib: improve error handling when connection to confd is lostRenato Westphal2018-11-261-0/+2
|/
* lib: add a new northbound plugin for ConfDRenato Westphal2018-10-271-0/+1206