clixon/lib/src
Olof hagsand c7d6f69a85 * Session-id CLI functionality delayed: "lazy evaluation"
* From a cli perspective this is a revert to 4.1 behaviour, where the cli does not immediately exit on start if the backend is not running, but with the new session-id function
2020-02-05 15:37:25 +01:00
..
clixon_api_path_parse.h Very large commit for upcoming 4.4 release 2020-02-02 15:52:30 +01:00
clixon_api_path_parse.l typos 2020-02-02 15:59:26 +01:00
clixon_api_path_parse.y warnings in travis 2020-02-02 17:07:46 +01:00
clixon_data.c * Session-id CLI functionality delayed: "lazy evaluation" 2020-02-05 15:37:25 +01:00
clixon_datastore.c * Internal backend socket protocol changed: uint32_t session-id added, see clixon_proto.h 2019-10-19 19:52:09 +02:00
clixon_datastore_read.c Obsoleted and removed XMLDB format "tree". This function did not work. Only xml and json allowed. 2020-02-02 19:15:39 +01:00
clixon_datastore_read.h * Optimized validation by making xml_diff work on raw cache tree (not copies) 2019-04-07 15:55:53 +02:00
clixon_datastore_write.c Obsoleted and removed XMLDB format "tree". This function did not work. Only xml and json allowed. 2020-02-02 19:15:39 +01:00
clixon_datastore_write.h * Structural change: removed datastore plugin and directory, and merged into regulat clixon lib code. 2019-03-31 18:17:40 +02:00
clixon_err.c Very large commit for upcoming 4.4 release 2020-02-02 15:52:30 +01:00
clixon_event.c 2019 2019-01-02 15:48:30 +01:00
clixon_file.c * Implemented backend daemon drop privileges after initialization to 2019-09-14 18:34:32 +02:00
clixon_handle.c All hash_ functions have been prefixed with clicon_ to avoid name collision with other packages (frr) 2019-06-18 14:49:18 +02:00
clixon_hash.c All hash_ functions have been prefixed with clicon_ to avoid name collision with other packages (frr) 2019-06-18 14:49:18 +02:00
clixon_instance_id_parse.h added instance_id parse files 2020-02-02 16:05:10 +01:00
clixon_instance_id_parse.l added instance_id parse files 2020-02-02 16:05:10 +01:00
clixon_instance_id_parse.y added instance_id parse files 2020-02-02 16:05:10 +01:00
clixon_json.c Very large commit for upcoming 4.4 release 2020-02-02 15:52:30 +01:00
clixon_json_parse.h Very large commit for upcoming 4.4 release 2020-02-02 15:52:30 +01:00
clixon_json_parse.l typos 2020-02-02 15:59:26 +01:00
clixon_json_parse.y typos 2020-02-02 15:59:26 +01:00
clixon_log.c * C-API: Added xpath_first_localonly() as an xpath function that skips prefix and namespace checks. 2019-12-20 18:21:46 +01:00
clixon_nacm.c Very large commit for upcoming 4.4 release 2020-02-02 15:52:30 +01:00
clixon_netconf_lib.c Very large commit for upcoming 4.4 release 2020-02-02 15:52:30 +01:00
clixon_options.c Very large commit for upcoming 4.4 release 2020-02-02 15:52:30 +01:00
clixon_path.c Very large commit for upcoming 4.4 release 2020-02-02 15:52:30 +01:00
clixon_plugin.c Configure and test modification for better Freebsd port 2019-09-20 06:09:48 -10:00
clixon_proto.c clang warnings 2019-12-23 14:03:42 +00:00
clixon_proto_client.c * Session-id CLI functionality delayed: "lazy evaluation" 2020-02-05 15:37:25 +01:00
clixon_regex.c empty unquoted string; unknown in anydata/xml 2019-05-29 19:36:23 +02:00
clixon_sha1.c renamed .h and libs clicon->clixon 2016-02-28 15:27:36 +01:00
clixon_sig.c Demon->Daemon, FreeBSD grep changes 2019-10-14 07:47:08 -10:00
clixon_stream.c warnings in travis 2020-02-02 17:07:46 +01:00
clixon_string.c * C-API: Added xpath_first_localonly() as an xpath function that skips prefix and namespace checks. 2019-12-20 18:21:46 +01:00
clixon_uid.c warnings in travis 2020-02-02 17:07:46 +01:00
clixon_validate.c Very large commit for upcoming 4.4 release 2020-02-02 15:52:30 +01:00
clixon_xml.c Very large commit for upcoming 4.4 release 2020-02-02 15:52:30 +01:00
clixon_xml_changelog.c Very large commit for upcoming 4.4 release 2020-02-02 15:52:30 +01:00
clixon_xml_map.c XML namespace merge bug fixed. Example: two xmlns attributes could both survive a merge whereas one should replace the other. 2020-02-05 12:08:20 +01:00
clixon_xml_nsctx.c * C-API: Added xpath_first_localonly() as an xpath function that skips prefix and namespace checks. 2019-12-20 18:21:46 +01:00
clixon_xml_parse.h Very large commit for upcoming 4.4 release 2020-02-02 15:52:30 +01:00
clixon_xml_parse.l XML parser failed on ]]]> termination of CDATA. 2019-12-19 21:43:03 +01:00
clixon_xml_parse.y use cbuf for xml value code 2019-11-18 21:16:12 +01:00
clixon_xml_sort.c Very large commit for upcoming 4.4 release 2020-02-02 15:52:30 +01:00
clixon_xpath.c Very large commit for upcoming 4.4 release 2020-02-02 15:52:30 +01:00
clixon_xpath_ctx.c Very large commit for upcoming 4.4 release 2020-02-02 15:52:30 +01:00
clixon_xpath_eval.c Very large commit for upcoming 4.4 release 2020-02-02 15:52:30 +01:00
clixon_xpath_eval.h * C-API: Added xpath_first_localonly() as an xpath function that skips prefix and namespace checks. 2019-12-20 18:21:46 +01:00
clixon_xpath_optimize.c Very large commit for upcoming 4.4 release 2020-02-02 15:52:30 +01:00
clixon_xpath_parse.h Very large commit for upcoming 4.4 release 2020-02-02 15:52:30 +01:00
clixon_xpath_parse.l Very large commit for upcoming 4.4 release 2020-02-02 15:52:30 +01:00
clixon_xpath_parse.y Very large commit for upcoming 4.4 release 2020-02-02 15:52:30 +01:00
clixon_yang.c Very large commit for upcoming 4.4 release 2020-02-02 15:52:30 +01:00
clixon_yang_cardinality.c Very large commit for upcoming 4.4 release 2020-02-02 15:52:30 +01:00
clixon_yang_cardinality.h The Clixon API has been extended with namespaces, or namespace contexts in the following cases: 2019-07-08 10:36:37 +02:00
clixon_yang_internal.h Very large commit for upcoming 4.4 release 2020-02-02 15:52:30 +01:00
clixon_yang_module.c Very large commit for upcoming 4.4 release 2020-02-02 15:52:30 +01:00
clixon_yang_parse.h The Clixon API has been extended with namespaces, or namespace contexts in the following cases: 2019-07-08 10:36:37 +02:00
clixon_yang_parse.l warnings in travis 2020-02-02 17:07:46 +01:00
clixon_yang_parse.y Very large commit for upcoming 4.4 release 2020-02-02 15:52:30 +01:00
clixon_yang_parse_lib.c Very large commit for upcoming 4.4 release 2020-02-02 15:52:30 +01:00
clixon_yang_type.c Very large commit for upcoming 4.4 release 2020-02-02 15:52:30 +01:00
Makefile.in Obsoleted and removed XMLDB format "tree". This function did not work. Only xml and json allowed. 2020-02-02 19:15:39 +01:00