clixon/apps/backend
Olof Hagsand d5f4969780 * Set access/subscribe base URL with: CLICON_STREAM_URL_PREFIX (default https\
://localhost/streams).
    * Example: new stream "foo" will get access URL: https://localhost/streams/\
foo
  * Optional pub/sub support enabled by ./configure --enable-publish
    * Set publish URL base with: CLICON_STREAM_PUB_PREFIX (default http://local\
host/pub)
    * Example: new stream "foo" will get pub URL: https://localhost/pub/foo
2018-10-15 22:08:38 +02:00
..
backend_client.c * Set access/subscribe base URL with: CLICON_STREAM_URL_PREFIX (default https\ 2018-10-15 22:08:38 +02:00
backend_client.h * Major rewrite of event streams 2018-09-30 14:51:30 +02:00
backend_commit.c Dedicated xml,json,yang and xsl parser utility programs added 2018-06-17 19:40:06 +02:00
backend_commit.h 2017->2018 2018-01-01 12:25:33 +01:00
backend_handle.h NACM external file support. CLICON_NACM_FILE config option, if CLICON_NACM_MODE is external 2018-04-23 23:09:55 +02:00
backend_main.c * Set access/subscribe base URL with: CLICON_STREAM_URL_PREFIX (default https\ 2018-10-15 22:08:38 +02:00
backend_plugin.c Event stream discovery support 2018-09-23 17:45:22 +02:00
backend_plugin.h Event stream discovery support 2018-09-23 17:45:22 +02:00
backend_socket.c sock ipv4 2018-07-24 22:27:52 +02:00
backend_socket.h 2017->2018 2018-01-01 12:25:33 +01:00
clixon_backend.h plugin API remake 2018-04-04 09:51:47 +00:00
clixon_backend_handle.c * YANG Features 2018-10-10 20:11:20 +02:00
clixon_backend_handle.h * Major rewrite of event streams 2018-09-30 14:51:30 +02:00
clixon_backend_transaction.c include limits.h for non-Linux compatibility 2018-04-23 08:49:45 -10:00
clixon_backend_transaction.h Plugin RPC callback interface have been unified between backend, netconf and restconf. 2018-04-07 18:20:33 +02:00
Makefile.in * INSTALLFLAGS added with default value -s(strip). 2018-04-30 12:06:19 +02:00