clixon/lib/src
2023-09-28 17:31:14 +02:00
..
clixon_api_path_parse.h [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_api_path_parse.l [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_api_path_parse.y * Changed debug levels in clicon_debug() to be based on maskable flags 2023-01-27 14:56:58 +01:00
clixon_client.c Low-level message functions added descr argument for better logging C-API change 2023-09-12 10:08:32 +02:00
clixon_data.c Added clicon_data_init API, and yang_mount_get API 2023-03-12 21:04:23 +01:00
clixon_datastore.c C-style comments 2023-08-09 18:47:40 +02:00
clixon_datastore_read.c C-style comments 2023-08-09 18:47:40 +02:00
clixon_datastore_read.h [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_datastore_write.c C-style comments 2023-08-09 18:47:40 +02:00
clixon_datastore_write.h Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
clixon_dispatcher.c [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_err.c Error handling for CLI 2022-11-19 11:11:08 +01:00
clixon_event.c * Added new functions: xml_tree_equal and xpath2xml 2023-03-23 22:16:33 +01:00
clixon_file.c * C-API: Added clicon_handle parameter to all xml_bind_* calls 2023-01-27 14:56:58 +01:00
clixon_handle.c [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_hash.c [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_instance_id_parse.h [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_instance_id_parse.l [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_instance_id_parse.y * Changed debug levels in clicon_debug() to be based on maskable flags 2023-01-27 14:56:58 +01:00
clixon_json.c Fixed: [JSON backslash string decoding/encoding not correct](https://github.com/clicon/clixon/issues/453) 2023-09-19 12:28:58 +02:00
clixon_json_parse.h Valgrind fixes 2023-09-28 17:31:14 +02:00
clixon_json_parse.l Compile errors for woth-restconf=fcgi. Added CI for compiling fcgi 2023-09-26 22:50:06 +02:00
clixon_json_parse.y Valgrind fixes 2023-09-28 17:31:14 +02:00
clixon_log.c C-API: Added cli_process_control(), added uid to cli_process_control() 2023-06-01 17:50:23 +02:00
clixon_nacm.c Include fix: need sys/time.h 2022-12-23 15:14:12 +01:00
clixon_netconf_input.c C-API: Added cli_process_control(), added uid to cli_process_control() 2023-06-01 17:50:23 +02:00
clixon_netconf_lib.c C-API: Added cli_process_control(), added uid to cli_process_control() 2023-06-01 17:50:23 +02:00
clixon_netconf_monitoring.c Avoid copying timeval onto stack 2023-08-15 18:02:14 +02:00
clixon_netns.c [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_options.c CLI show compare example function 2023-09-22 10:42:00 +02:00
clixon_path.c Autocli optimization feature for generating smaller CLISPECs for large YANGs using treerefs 2023-07-23 15:21:59 +02:00
clixon_plugin.c Added configure option CLICON_PLUGIN_DLOPEN_GLOBAL for config of dlopen() 2023-07-06 17:34:28 +02:00
clixon_proc.c Avoid copying timeval onto stack 2023-08-15 18:02:14 +02:00
clixon_proto.c Low-level message functions added descr argument for better logging C-API change 2023-09-12 10:08:32 +02:00
clixon_proto_client.c Improved performance of mountpoint show config 2023-09-16 21:59:23 +02:00
clixon_regex.c Added copyright for cjson code 2022-11-23 09:59:26 +01:00
clixon_sig.c * Added new functions: xml_tree_equal and xpath2xml 2023-03-23 22:16:33 +01:00
clixon_stream.c Low-level message functions added descr argument for better logging C-API change 2023-09-12 10:08:32 +02:00
clixon_string.c Fixed: [JSON backslash string decoding/encoding not correct](https://github.com/clicon/clixon/issues/453) 2023-09-19 12:28:58 +02:00
clixon_text_syntax.c CLI show compare example function 2023-09-22 10:42:00 +02:00
clixon_text_syntax_parse.h [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_text_syntax_parse.l * Break-out RFC 7950 Section 6.1 tokenization 2022-07-25 09:25:11 +02:00
clixon_text_syntax_parse.y Include fix: need sys/time.h 2022-12-23 15:14:12 +01:00
clixon_uid.c [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_validate.c C-API: clixon_xml2file and clixon_xml2cbuf added prefix argument 2023-04-12 10:44:58 +02:00
clixon_validate_minmax.c PERF: Added a recurse parameter to xml_yang_minmax_recurse() to avoid "double recursion" 2023-02-23 11:42:15 +01:00
clixon_xml.c Modified backend exit strategy so that 2nd ^C actually exits 2023-06-13 13:34:57 +02:00
clixon_xml_bind.c * Added new functions: xml_tree_equal and xpath2xml 2023-03-23 22:16:33 +01:00
clixon_xml_changelog.c [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_xml_default.c * Added new functions: xml_tree_equal and xpath2xml 2023-03-23 22:16:33 +01:00
clixon_xml_io.c CLI show compare example function 2023-09-22 10:42:00 +02:00
clixon_xml_map.c CLI show compare example function 2023-09-22 10:42:00 +02:00
clixon_xml_nsctx.c C-API: Added specialized xml_child_each_attr function to counter perf issue 2023-05-29 12:25:39 +02:00
clixon_xml_parse.h [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_xml_parse.l Enhanced for client-side functionality: 2023-01-02 21:29:28 +01:00
clixon_xml_parse.y * Changed debug levels in clicon_debug() to be based on maskable flags 2023-01-27 14:56:58 +01:00
clixon_xml_sort.c Move validation flag to include diff 2023-02-21 20:19:59 +01:00
clixon_xml_vec.c C-API: clixon_xml2file and clixon_xml2cbuf added prefix argument 2023-04-12 10:44:58 +02:00
clixon_xpath.c Improved performance of mountpoint show config 2023-09-16 21:59:23 +02:00
clixon_xpath_ctx.c [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_xpath_eval.c * Fixed: [xpath // abbreviation does not work other than on the top-level](https://github.com/clicon/clixon/issues/435) 2023-06-21 11:45:49 +02:00
clixon_xpath_eval.h Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
clixon_xpath_function.c * Added new functions: xml_tree_equal and xpath2xml 2023-03-23 22:16:33 +01:00
clixon_xpath_function.h Added XPATH function boolean() 2022-07-08 15:12:28 +02:00
clixon_xpath_optimize.c * Added new functions: xml_tree_equal and xpath2xml 2023-03-23 22:16:33 +01:00
clixon_xpath_parse.h [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_xpath_parse.l * XPath parser: fixing lexical issues cornercases 2022-04-07 12:53:57 +02:00
clixon_xpath_parse.y Fixed xpath crashes discovered by fuzzing 2022-11-04 17:45:54 +01:00
clixon_xpath_yang.c [YANG error when poking on EOS configuration](https://github.com/clicon/clixon-controller/issues/26) 2023-08-21 10:57:27 +02:00
clixon_yang.c Added: [Feature request: node's alias for CLI](https://github.com/clicon/clixon/issues/434) 2023-08-31 18:00:29 +02:00
clixon_yang_cardinality.c Fixed xpath crashes discovered by fuzzing 2022-11-04 17:45:54 +01:00
clixon_yang_cardinality.h [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_yang_internal.h * Added new functions: xml_tree_equal and xpath2xml 2023-03-23 22:16:33 +01:00
clixon_yang_module.c Example: added -m/-M options for testing mount-points 2023-08-07 18:12:53 +02:00
clixon_yang_parse.h [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_yang_parse.l [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_yang_parse.y * YANG schema mount RFC 8528, state data 2023-01-27 15:11:08 +01:00
clixon_yang_parse_lib.c Fixed: [Openconfig configuration on Juniper MX does not work](https://github.com/clicon/clixon-controller/issues/20) 2023-08-11 17:12:11 +02:00
clixon_yang_schema_mount.c Example: added -m/-M options for testing mount-points 2023-08-07 18:12:53 +02:00
clixon_yang_schemanode_parse.h [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_yang_schemanode_parse.l * Break-out RFC 7950 Section 6.1 tokenization 2022-07-25 09:25:11 +02:00
clixon_yang_schemanode_parse.y Include fix: need sys/time.h 2022-12-23 15:14:12 +01:00
clixon_yang_sub_parse.c Call ys_populate_feature from if_feature_check 2023-04-30 17:34:31 +03:00
clixon_yang_sub_parse.h Call ys_populate_feature from if_feature_check 2023-04-30 17:34:31 +03:00
clixon_yang_sub_parse.l * Break-out RFC 7950 Section 6.1 tokenization 2022-07-25 09:25:11 +02:00
clixon_yang_sub_parse.y Call ys_populate_feature from if_feature_check 2023-04-30 17:34:31 +03:00
clixon_yang_type.c * Added new functions: xml_tree_equal and xpath2xml 2023-03-23 22:16:33 +01:00
Makefile.in Unified netconf input function 2023-04-20 21:28:01 +02:00