clixon/apps/backend
Olof hagsand cf63d0f761 * New clixon-config@2020-12-30.yang revision
* New clixon-lib@2020-12-30.yang revision
* Added callback to process-control RPC feature in clixon-lib.yang to manage processes
* Changed behavior of starting restconf internally using `CLICON_BACKEND_RESTCONF_PROCESS` monitoring changes in enable flag, not only the RPC.
* Changed: RPC process-control output parameter status to pid
2021-01-02 17:27:44 +01:00
..
backend_client.c * New clixon-config@2020-12-30.yang revision 2021-01-02 17:27:44 +01:00
backend_client.h * Internal backend socket protocol changed: uint32_t session-id added, see clixon_proto.h 2019-10-19 19:52:09 +02:00
backend_commit.c * Reworked evhtp restconf config to only use clixon-restconf.yang and marked local restconf options as obsolete 2020-11-21 13:16:29 +01:00
backend_commit.h Removed and enabled code for compile options: RESTART_PLUGIN_RPC, XML_NEW_DIFFERENTIATE, OPTIMIZE_45_BIND and OPTIMIZE_45_SORT 2020-05-11 15:29:58 +02:00
backend_handle.h Added restconf handle specialization to implement restconf parameters 2020-06-22 12:47:43 +02:00
backend_main.c * New clixon-config@2020-12-30.yang revision 2021-01-02 17:27:44 +01:00
backend_plugin.c Added new backend plugin: ca_pre-demon called if backend is daemonized just prior to forking. 2020-10-31 17:08:59 +01:00
backend_plugin.h Added new backend plugin: ca_pre-demon called if backend is daemonized just prior to forking. 2020-10-31 17:08:59 +01:00
backend_socket.c * Multi-socket feature (eg IPv4/IPv6 http/https) to restconf evhtp 2020-11-15 12:34:40 +01:00
backend_socket.h 2019 2019-01-02 15:48:30 +01:00
backend_startup.c * Ensure all fopen check for NULL (not -1) 2020-12-07 13:33:21 +01:00
backend_startup.h * startup_extraxml triggers unnecessary validation 2019-06-14 22:01:30 +02:00
clixon_backend.h Changed code so that it will be compatible with c++. 2020-07-02 15:00:53 +03:00
clixon_backend_handle.c rearranged default code to be outside of copying in xml_get inner loop, and that no defaults are computed if no yang binding is made 2020-09-09 15:52:54 +02:00
clixon_backend_handle.h 2019 2019-01-02 15:48:30 +01:00
clixon_backend_transaction.c Clixon 4.4 three compile-time options: MOVE_TRANS_END for changing transaction-end callbacks; STATE_ORDERED_BY_SYSTEM to make state data system ordered; XML_MERGE_TWO_ROUNDS to improve xml_merge performance. 2020-04-02 14:28:58 +02:00
clixon_backend_transaction.h Non-key list now not accepted in edit-config (before only on validation) 2019-05-08 12:51:10 +02:00
Makefile.in Support for building static lib: 2020-11-29 17:00:35 +01:00