summaryrefslogtreecommitdiffstats
path: root/lib/northbound_sysrepo.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-241-3/+3
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-3/+3
* *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-241-3/+3
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-3/+3
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-2/+2
* 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
* lib: Update sysrepo code with the latest API changesDonatas Abraitis2022-06-091-7/+7
* lib: support to sysrepo-2.0.41Fabio Antonini2022-03-151-14/+14
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-5/+3
* *: don't pass pointers to a local variables to thread_add_*Igor Ryzhov2021-10-071-5/+4
* lib: adapt to version 2 of libyangChristian Hopps2021-05-131-11/+11
* lib: rename very_late_init hook to config_postDavid Lamparter2021-04-221-2/+2
* 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-4/+4
* lib: fix iteration over schema nodes of a single YANG moduleRenato Westphal2020-10-231-0/+4
* *: add errmsg to nb rpcChirag Shah2020-10-051-1/+4
* lib: simplify handling of the sysrepo startup configurationRenato Westphal2020-09-151-35/+22
* lib: fix handling of deleted nodes in the sysrepo pluginRenato Westphal2020-09-151-1/+1
* lib: postpone the sysrepo plugin initializationRenato Westphal2020-09-151-1/+8
* lib: adapt plugin to use new Sysrepo versionRenato Westphal2020-08-201-240/+76
* lib: don't ignore error messages generated during the commit apply phaseRenato Westphal2020-08-151-2/+5
* lib: return human-readable error messages to the northbound clientsRenato Westphal2020-05-291-3/+15
* lib: introduce the northbound context structureRenato Westphal2020-05-291-4/+6
* Revert "lib: introduce a read-write lock for northbound configurations"Renato Westphal2019-09-181-5/+1
* lib: Fix erroneously setting pointer values_cnt as NULLBi-Ruei, Chiu2019-09-041-1/+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-3/+3
* lib: sync sysrepo module with latest API changesRenato Westphal2019-04-181-1/+1
* lib: add fine-grained debugging in the northboundRenato Westphal2019-04-151-10/+60
* libs, rip, isis: change northbound operation enum to DESTROYMark Stapp2019-02-111-2/+2
* lib: fix NETCONF network-wide transactions for confd and sysrepoRenato Westphal2018-12-071-16/+74
* lib, tests: major rework in the operational-data callbacksRenato Westphal2018-11-261-116/+14
* lib: rework the yang schema node iteration functionsRenato Westphal2018-11-261-19/+22
* 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-2/+11
* lib: add a new northbound plugin for SysrepoRenato Westphal2018-10-271-0/+899