clixon/apps/backend
Corey Minyard 26062d7003 backend: Consolidate common code in plugin callbacks
There was a bunch of repeated code in the calls to the transaction
callbacks.  Consolidate it all in one function and call that from the
various transaction handling functions.

Signed-off-by: Corey Minyard <minyard@acm.org>
2024-06-11 16:45:49 +02:00
..
backend_client.c clixon-config.yang: Added CLICON_DEBUG, Removed: CLICON_NETCONF_DUPLICATE_ALLOW 2024-05-21 13:21:55 +02:00
backend_client.h Restructured error,debug anf log API 2023-12-18 08:29:14 +01:00
backend_commit.c Re-optimized yang cardinality 2024-05-02 13:34:46 +02:00
backend_confirm.c Symbolic and combined debug names in cmd-line of all applications 2024-02-02 11:54:12 +01:00
backend_get.c Fixed: backend exit when receiving invalid NETCONF get select XPath 2024-05-15 13:44:12 +02:00
backend_get.h Restructured error,debug anf log API 2023-12-18 08:29:14 +01:00
backend_handle.h Restructured error,debug anf log API 2023-12-18 08:29:14 +01:00
backend_main.c Changed intermediate version numbers to be git-style, eg 7.0.0-39 instead of 7.1.0-PRE 2024-05-08 16:51:45 +02:00
backend_plugin.c backend: Consolidate common code in plugin callbacks 2024-06-11 16:45:49 +02:00
backend_plugin_restconf.c Fixed: Fail on return errors when reading from datastore 2024-04-24 13:48:06 +02:00
backend_plugin_restconf.h Restructured error,debug anf log API 2023-12-18 08:29:14 +01:00
backend_socket.c Event priority. Backend socket has higher prio. 2024-04-25 14:58:41 +02:00
backend_socket.h Restructured error,debug anf log API 2023-12-18 08:29:14 +01:00
backend_startup.c Fixed: Fail on return errors when reading from datastore 2024-04-24 13:48:06 +02:00
backend_startup.h Restructured error,debug anf log API 2023-12-18 08:29:14 +01:00
clixon_backend.h Files: Rearranged backend .h files: moved client_entry to clixon_backend_client.h 2023-03-03 16:05:31 +01:00
clixon_backend_client.h Restructured error,debug anf log API 2023-12-18 08:29:14 +01:00
clixon_backend_commit.h Restructured error,debug anf log API 2023-12-18 08:29:14 +01:00
clixon_backend_handle.c Fixes after coverity static analysis 2024-03-03 17:05:36 +01:00
clixon_backend_plugin.h Optimized datastore access by ensuring REPORT_ALL in memory and EXPLICIT in file 2024-02-01 20:42:25 +01:00
clixon_backend_transaction.c Drop __FUNCTION__ from clixon_debug() calls 2024-01-11 17:29:37 +01:00
clixon_backend_transaction.h Restructured error,debug anf log API 2023-12-18 08:29:14 +01:00
Makefile.in Remove hardcoded paths to commands, configs, etc. in source 2023-11-28 16:42:33 +01:00