clixon/apps/backend
Olof hagsand e7b60619da * Pushed tag to 4.0.1.PRE
* Restconf RFC 8040 increased feature compliance
  * Cache-Control: no-cache added in HTTP responses (RFC Section 5.5)
  * Restconf monitoring capabilities (RFC Section 9.1)
* Added support for Yang extensions
  * New plugin callback: ca_extension
  * Main backend example includes example code on how to implement a Yang extension in a plugin.
* JSON changes
  * Non-pretty-print output removed all extra spaces.
    * Example: `{"nacm-example:x": 42}` --> {"nacm-example:x":42}`
  * Empty JSON container changed from `null` to `{}`.
    * Empty list and leafs remain as `null`
* Removed unnecessary configure dependencies
  * libnsl, libcrypt, libm, if_vlan,...
* pseudo-plugin added, to enable callbacks also for main programs. Useful for extensions
* Yang Unique statements with multiple schema identifiers did not work on some platforms due to memory error.
2019-07-23 22:11:14 +02:00
..
backend_client.c * Pushed tag to 4.0.1.PRE 2019-07-23 22:11:14 +02: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 Merge branch 'master' of https://github.com/clicon/clixon. 2019-07-08 14:47:18 +02: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 * Pushed tag to 4.0.1.PRE 2019-07-23 22:11:14 +02:00
backend_plugin.c * Pushed tag to 4.0.1.PRE 2019-07-23 22:11:14 +02:00
backend_plugin.h * Pushed tag to 4.0.1.PRE 2019-07-23 22:11:14 +02: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 * Pushed tag to 4.0.1.PRE 2019-07-23 22:11:14 +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 * Structural change: removed datastore plugin and directory, and merged into regulat clixon lib code. 2019-03-31 18:17:40 +02:00
clixon_backend_handle.h 2019 2019-01-02 15:48:30 +01:00
clixon_backend_transaction.c Non-key list now not accepted in edit-config (before only on validation) 2019-05-08 12:51:10 +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