clixon/apps/backend
Olof hagsand 6ff36a2894 * Added xml_wrap function that adds an XML node above a node as a wrapper
* also renamed `xml_insert` to `xml_wrap_all`.
* Added `clicon_argv_get()` function to get the user command-line options, ie the args in `-- <args>`. This is an alternative to using them passed to `plugin_start()`.
2019-03-27 16:04:14 +01:00
..
backend_client.c * Ensured you can add multiple callbacks for any RPC, including basic ones. 2019-03-10 17:27:52 +01:00
backend_client.h * Ensured you can add multiple callbacks for any RPC, including basic ones. 2019-03-10 17:27:52 +01:00
backend_commit.c xml changelog next iteration 2019-03-26 12:04:51 +01:00
backend_commit.h XML chanelog revision 2019-03-25 10:42:27 +01:00
backend_handle.h 2019 2019-01-02 15:48:30 +01:00
backend_main.c * Added xml_wrap function that adds an XML node above a node as a wrapper 2019-03-27 16:04:14 +01:00
backend_plugin.c * New yang changelog experimental feature for automatic upgrade 2019-03-21 18:05:55 +01:00
backend_plugin.h * New yang changelog experimental feature for automatic upgrade 2019-03-21 18:05:55 +01:00
backend_socket.c * Removed all dependency on strverscmp 2019-02-27 10:46:05 +01:00
backend_socket.h 2019 2019-01-02 15:48:30 +01:00
backend_startup.c * Added xml_wrap function that adds an XML node above a node as a wrapper 2019-03-27 16:04:14 +01:00
backend_startup.h Changed (startup) running mode so that startup_db is not overwritten. 2019-03-12 09:56:09 +01:00
clixon_backend.h 2019 2019-01-02 15:48:30 +01:00
clixon_backend_handle.c 2019 2019-01-02 15:48:30 +01:00
clixon_backend_handle.h 2019 2019-01-02 15:48:30 +01:00
clixon_backend_transaction.c 2019 2019-01-02 15:48:30 +01:00
clixon_backend_transaction.h 2019 2019-01-02 15:48:30 +01:00
Makefile.in Made Makefile concurrent so that it can be compiled with -jN 2019-03-21 10:40:00 +01:00