clixon/apps/backend
Olof hagsand 3f68cca06c * New yang changelog experimental feature for automatic upgrade
* Added modules-state diff parameter to xmldb_get datastore function for startup scenarios.
* Allowed Yang extended Xpath functions (syntax only):
  * re-match, deref, derived-from, derived-from-or-self, enum-value, bit-is-set
* XSD regular expression handling of dash(`-`)
  *: Translate XDS `[xxx\-yyy]` to POSIX `[xxxyyy-]`.
* YANG Anydata treated same as Anyxml
2019-03-21 18:05:55 +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 * New yang changelog experimental feature for automatic upgrade 2019-03-21 18:05:55 +01:00
backend_commit.h * Ensured you can add multiple callbacks for any RPC, including basic ones. 2019-03-10 17:27:52 +01:00
backend_handle.h 2019 2019-01-02 15:48:30 +01:00
backend_main.c * New yang changelog experimental feature for automatic upgrade 2019-03-21 18:05:55 +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 Changed (startup) running mode so that startup_db is not overwritten. 2019-03-12 09:56:09 +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