clixon/apps/cli
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
..
cli_common.c * Pushed tag to 4.0.1.PRE 2019-07-23 22:11:14 +02:00
cli_common.h Clixon release 4.0.0 2019-07-13 16:33:23 +02:00
cli_generate.c misleading if indentation 2019-07-11 12:14:02 +02:00
cli_generate.h Structural C-code change: Merged yang_spec and yang_node types into yang_stmt 2019-04-02 12:27:33 +02:00
cli_handle.c * Structural change: removed datastore plugin and directory, and merged into regulat clixon lib code. 2019-03-31 18:17:40 +02:00
cli_handle.h 2019 2019-01-02 15:48:30 +01:00
cli_main.c * Pushed tag to 4.0.1.PRE 2019-07-23 22:11:14 +02:00
cli_plugin.c * Pushed tag to 4.0.1.PRE 2019-07-23 22:11:14 +02:00
cli_plugin.h 2019 2019-01-02 15:48:30 +01:00
cli_show.c * Pushed tag to 4.0.1.PRE 2019-07-23 22:11:14 +02:00
clixon_cli.h Clixon release 4.0.0 2019-07-13 16:33:23 +02:00
clixon_cli_api.h Clixon release 4.0.0 2019-07-13 16:33:23 +02:00
Makefile.in Made Makefile concurrent so that it can be compiled with -jN 2019-03-21 10:40:00 +01:00