clixon/apps/backend
Olof hagsand 9a8c6cf3e6 * New clixon-lib@2020-04-23.yang revision
* Added: stats RPC for clixon XML and memory statistics.
  * Added: restart-plugin RPC for restarting individual plugins without restarting backend.
* xml-stats moved from clixon-config.yang as state data to an rpc `datastats` in clixon-lib.yang
* Experimental: restart_plugin
* Two new plugin callbacks added
  * ca_daemon: Called just after a server has "daemonized", ie put in background.
  * ca_trans_commit_done: Called when all plugin commits have been done.
    * Note: If you have used "end" callback and usign transaction data, you should probably use this instead.
2020-04-28 22:10:06 +02:00
..
backend_client.c * New clixon-lib@2020-04-23.yang revision 2020-04-28 22:10:06 +02: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 * New clixon-lib@2020-04-23.yang revision 2020-04-28 22:10:06 +02:00
backend_commit.h * New clixon-lib@2020-04-23.yang revision 2020-04-28 22:10:06 +02:00
backend_handle.h 2019 2019-01-02 15:48:30 +01:00
backend_main.c * New clixon-lib@2020-04-23.yang revision 2020-04-28 22:10:06 +02:00
backend_plugin.c * New clixon-lib@2020-04-23.yang revision 2020-04-28 22:10:06 +02:00
backend_plugin.h * New clixon-lib@2020-04-23.yang revision 2020-04-28 22:10:06 +02:00
backend_socket.c memerror in uid-get. reinsert save config yang spec (removed for wrong reasons previously causing memleaks) 2019-12-01 16:48:45 +01:00
backend_socket.h 2019 2019-01-02 15:48:30 +01:00
backend_startup.c * New clixon-lib@2020-04-23.yang revision 2020-04-28 22:10:06 +02:00
backend_startup.h * startup_extraxml triggers unnecessary validation 2019-06-14 22:01:30 +02:00
clixon_backend.h 2019 2019-01-02 15:48:30 +01:00
clixon_backend_handle.c * Bumped version to 4.3.0.PRE 2019-11-03 13:05:50 +01: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 * Pushed tag to 4.0.1.PRE 2019-07-23 22:11:14 +02:00