summaryrefslogtreecommitdiff
path: root/lib/northbound_sysrepo.c
AgeCommit message (Expand)Author
2024-08-27lib: common debug config outputIgor Ryzhov
2024-08-27lib: rework debug initIgor Ryzhov
2024-04-22lib: rework northbound RPC callbackIgor Ryzhov
2024-03-11lib: Remove MTYPE_SYSREPO it is not usedDonald Sharp
2024-02-03lib: set change errmsg in sysrepo sessionali-aqrabawi
2024-01-23lib: remove leaf-list xpath hack from northboundIgor Ryzhov
2024-01-19lib: better conditionalize leaf-list predicate xpath additionChristian Hopps
2024-01-11mgmt, lib: differentiate DELETE and REMOVE operationsIgor Ryzhov
2024-01-11lib: split nb_operation into two typesIgor Ryzhov
2023-12-28lib: northbound: add yielding and batching to oper-state queriesChristian Hopps
2023-12-28lib: create and use libyang tree during oper-state walkChristian Hopps
2023-04-17lib: always check for error, don't count on dnode being NULLChristian Hopps
2023-03-24*: Convert `struct event_master` to `struct event_loop`Donald Sharp
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Convert struct thread_master to struct event_master and it's ilkDonald Sharp
2023-03-24*: Convert thread_add_XXX functions to event_add_XXXDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-03-21mgmtd: Add MGMT Backend Interface FrameworkChristian Hopps
2023-02-23lib: fix init. use of nb_context to be by value not by referenceChristian Hopps
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-06-09lib: Update sysrepo code with the latest API changesDonatas Abraitis
2022-03-15lib: support to sysrepo-2.0.41Fabio Antonini
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
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-22lib: rename very_late_init hook to config_postDavid Lamparter
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-09-15lib: simplify handling of the sysrepo startup configurationRenato Westphal
2020-09-15lib: fix handling of deleted nodes in the sysrepo pluginRenato Westphal
2020-09-15lib: postpone the sysrepo plugin initializationRenato Westphal
2020-08-20lib: adapt plugin to use new Sysrepo versionRenato Westphal
2020-08-14lib: don't ignore error messages generated during the commit apply phaseRenato 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-09-04lib: Fix erroneously setting pointer values_cnt as NULLBi-Ruei, Chiu
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-18lib: sync sysrepo module with latest API changesRenato Westphal
2019-04-15lib: add fine-grained debugging in the northboundRenato Westphal
2019-02-11libs, rip, isis: change northbound operation enum to DESTROYMark Stapp
2018-12-07lib: fix NETCONF network-wide transactions for confd and sysrepoRenato Westphal
2018-11-26lib, tests: major rework in the operational-data callbacksRenato 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