clixon/apps/backend
Olof hagsand b40dafb691 * Event exit API changed to a single decrementing counter where 1 means exit.
* Removed: `clicon_exit_reset()`
  * Changed: `clicon_exit_set()` --> `clixon_exit_set(int nr)`
  * Changed: `clicon_exit_get()` --> `clixon_exit_get()`
* native restconf special case upgrade handling from http/1 -> http/2 and restconf restart: delay the restart using event exit counter
2021-06-16 11:58:13 +02:00
..
backend_client.c * Changed config and install options for Restconf 2021-05-23 17:14:18 +02:00
backend_client.h fixed fcgi notification, genmodel 2021-03-10 14:45:18 +01:00
backend_commit.c - Restructure plugin module using a "module struct" rather than global variables. 2021-04-19 11:06:40 +02:00
backend_commit.h - Restructure plugin module using a "module struct" rather than global variables. 2021-04-19 11:06:40 +02:00
backend_handle.h debug print of backend state, split test-stream into a netconf and restconf part, change restconf yang auth-type from leaf-list to leaf 2021-01-27 14:40:34 +01:00
backend_main.c * Event exit API changed to a single decrementing counter where 1 means exit. 2021-06-16 11:58:13 +02:00
backend_plugin.c * Fix: XPath:s used in netconf (eg get-config) did not correctly access default values 2021-05-07 13:07:34 +02:00
backend_plugin.h - Restructure plugin module using a "module struct" rather than global variables. 2021-04-19 11:06:40 +02:00
backend_plugin_restconf.c * Restconf: added inline configuration using -R <xml> command line as an alternative to making advanced restconf configuration 2021-05-26 11:24:39 +02:00
backend_plugin_restconf.h * Restconf authentication callback (ca_auth) signature changed 2021-02-09 21:26:35 +01:00
backend_socket.c * Corrected client session handling to make internal IPC socket persistent 2021-01-27 15:07:27 +01:00
backend_socket.h Copyright 2021 2021-01-13 14:40:34 +01:00
backend_startup.c * Add multiple yang support also for obsolete versions 2021-04-12 12:42:26 +02:00
backend_startup.h Copyright 2021 2021-01-13 14:40:34 +01:00
clixon_backend.h Copyright 2021 2021-01-13 14:40:34 +01:00
clixon_backend_handle.c debug print of backend state, split test-stream into a netconf and restconf part, change restconf yang auth-type from leaf-list to leaf 2021-01-27 14:40:34 +01:00
clixon_backend_handle.h Copyright 2021 2021-01-13 14:40:34 +01:00
clixon_backend_transaction.c - Restructure plugin module using a "module struct" rather than global variables. 2021-04-19 11:06:40 +02:00
clixon_backend_transaction.h Copyright 2021 2021-01-13 14:40:34 +01:00
Makefile.in * Changed config and install options for Restconf 2021-05-23 17:14:18 +02:00