clixon/lib/src
2024-11-28 16:44:28 +01:00
..
clixon_api_path_parse.h C-style update: Unified comment, retvals in order, remove trailing spaces 2023-10-23 09:58:13 +02:00
clixon_api_path_parse.l Changed ca_errmsg callback to a more generic variant 2024-01-05 16:41:53 +01:00
clixon_api_path_parse.y Debug: Added PARSE debug flag 2024-05-15 13:51:18 +02:00
clixon_client.c Break out init of orig-ptr to yang_start() to be made after options 2024-09-28 18:04:04 +02:00
clixon_data.c Formatting and documentation 2024-10-16 12:39:45 +02:00
clixon_datastore.c System-only config: Source of truth 2024-11-15 10:43:53 +01:00
clixon_datastore_read.c System-only config: Source of truth 2024-11-15 10:43:53 +01:00
clixon_datastore_read.h Restructured error,debug anf log API 2023-12-18 08:29:14 +01:00
clixon_datastore_write.c System-only config: Source of truth 2024-11-15 10:43:53 +01:00
clixon_datastore_write.h Split config into multiple sub-files on mount-point boundaries and dont write clean subfiles 2024-04-25 14:58:14 +02:00
clixon_debug.c Moved map functions from clixon_string to _map, new ptr2ptr map 2024-08-10 13:42:37 +02:00
clixon_digest.c Split config into multiple sub-files on mount-point boundaries and dont write clean subfiles 2024-04-25 14:58:14 +02:00
clixon_dispatcher.c Removed list-pagination-partial-state extension 2024-10-16 10:46:54 +02:00
clixon_err.c Added yang domains for mount-point isolation 2024-09-12 20:48:14 +02:00
clixon_event.c Event priority. Backend socket has higher prio. 2024-04-25 14:58:41 +02:00
clixon_file.c Split config into multiple sub-files on mount-point boundaries and dont write clean subfiles 2024-04-25 14:58:14 +02:00
clixon_handle.c Changed ca_errmsg callback to a more generic variant 2024-01-05 16:41:53 +01:00
clixon_hash.c Moved map functions from clixon_string to _map, new ptr2ptr map 2024-08-10 13:42:37 +02:00
clixon_instance_id_parse.h C-style update: Unified comment, retvals in order, remove trailing spaces 2023-10-23 09:58:13 +02:00
clixon_instance_id_parse.l Changed ca_errmsg callback to a more generic variant 2024-01-05 16:41:53 +01:00
clixon_instance_id_parse.y Debug: Added PARSE debug flag 2024-05-15 13:51:18 +02:00
clixon_json.c System-only-config 2024-11-04 15:55:23 +01:00
clixon_json_parse.h C-style update: Unified comment, retvals in order, remove trailing spaces 2023-10-23 09:58:13 +02:00
clixon_json_parse.l Changed ca_errmsg callback to a more generic variant 2024-01-05 16:41:53 +01:00
clixon_json_parse.y Debug: Added PARSE debug flag 2024-05-15 13:51:18 +02:00
clixon_log.c Improved customized error handling 2024-08-20 11:05:52 +02:00
clixon_map.c Fixed: [YANG 'when' does not work in multiple grouping](https://github.com/clicon/clixon/issues/572) 2024-10-28 12:06:28 +01:00
clixon_nacm.c Moved map functions from clixon_string to _map, new ptr2ptr map 2024-08-10 13:42:37 +02:00
clixon_netconf_input.c Minor perf improve of NETCONF input read 2024-08-23 09:54:42 +02:00
clixon_netconf_lib.c Fixed Debug -D msg: dont show length in detailed debug 2024-11-27 10:55:34 +01:00
clixon_netconf_monitoring.c C-API changes: Replace yn_each with yn_iter, add keyw argument to yang_stats() 2024-07-04 18:27:14 +02:00
clixon_netns.c Debug: ensured all exit logs are on the format: retval:%s 2024-01-24 10:03:28 +01:00
clixon_options.c System-only-config 2024-11-04 15:55:23 +01:00
clixon_path.c YANG mount refactoring: remove set functions 2024-09-01 16:45:39 +02:00
clixon_plugin.c System-only config 2024-11-04 09:34:27 +01:00
clixon_proc.c Moved map functions from clixon_string to _map, new ptr2ptr map 2024-08-10 13:42:37 +02:00
clixon_proto.c Fixed Debug -D msg: dont show length in detailed debug 2024-11-27 10:55:34 +01:00
clixon_proto_client.c Moved map functions from clixon_string to _map, new ptr2ptr map 2024-08-10 13:42:37 +02:00
clixon_regex.c Changed ca_errmsg callback to a more generic variant 2024-01-05 16:41:53 +01:00
clixon_sig.c Added debug level INIT 2024-02-17 22:16:56 +01:00
clixon_stream.c Moved map functions from clixon_string to _map, new ptr2ptr map 2024-08-10 13:42:37 +02:00
clixon_string.c string substitute NULL with "" 2024-11-28 16:44:28 +01:00
clixon_text_syntax.c Debug: Added PARSE debug flag 2024-05-15 13:51:18 +02:00
clixon_text_syntax_parse.h C-style update: Unified comment, retvals in order, remove trailing spaces 2023-10-23 09:58:13 +02:00
clixon_text_syntax_parse.l Restructured error,debug anf log API 2023-12-18 08:29:14 +01:00
clixon_text_syntax_parse.y Debug: Added PARSE debug flag 2024-05-15 13:51:18 +02:00
clixon_uid.c Drop __FUNCTION__ from clixon_debug() calls 2024-01-11 17:29:37 +01:00
clixon_validate.c Fixed: [string length validation doesn't work for the entry "" in case it has default value specified](https://github.com/clicon/clixon/issues/563) 2024-11-01 09:58:28 +01:00
clixon_validate_minmax.c Fixed: [Change CLICON_NETCONF_DUPLICATE_ALLOW to remove duplicates](https://github.com/clicon/clixon-controller/issues/160) 2024-11-23 10:54:00 +01:00
clixon_xml.c Moved map functions from clixon_string to _map, new ptr2ptr map 2024-08-10 13:42:37 +02:00
clixon_xml_bind.c Set domain as yang-spec name 2024-09-25 19:03:26 +02:00
clixon_xml_changelog.c Moved map functions from clixon_string to _map, new ptr2ptr map 2024-08-10 13:42:37 +02:00
clixon_xml_default.c when_xpath memory fixes and trimmed perf 2024-08-29 17:57:52 +02:00
clixon_xml_io.c System-only config 2024-11-04 09:34:27 +01:00
clixon_xml_map.c Fixed: [Change CLICON_NETCONF_DUPLICATE_ALLOW to remove duplicates](https://github.com/clicon/clixon-controller/issues/160) 2024-11-23 10:54:00 +01:00
clixon_xml_nsctx.c Moved map functions from clixon_string to _map, new ptr2ptr map 2024-08-10 13:42:37 +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 Restructured error,debug anf log API 2023-12-18 08:29:14 +01:00
clixon_xml_parse.y Debug: Added PARSE debug flag 2024-05-15 13:51:18 +02:00
clixon_xml_sort.c Config check for qsort_s/qsort_r 2024-10-25 19:24:37 +02:00
clixon_xml_vec.c List-pagination sort-by parameter 2024-07-11 22:45:15 +02:00
clixon_xpath.c Fixed: Segv in canonical xpath transform 2024-11-20 15:14:02 +01:00
clixon_xpath_ctx.c Moved map functions from clixon_string to _map, new ptr2ptr map 2024-08-10 13:42:37 +02:00
clixon_xpath_eval.c New: [feature request: support xpath functions for strings](https://github.com/clicon/clixon/issues/556) 2024-11-02 17:27:25 +01:00
clixon_xpath_eval.h C-style update: Unified comment, retvals in order, remove trailing spaces 2023-10-23 09:58:13 +02:00
clixon_xpath_function.c New: [feature request: support xpath functions for strings](https://github.com/clicon/clixon/issues/556) 2024-11-02 17:27:25 +01:00
clixon_xpath_function.h New: [feature request: support xpath functions for strings](https://github.com/clicon/clixon/issues/556) 2024-11-02 17:27:25 +01:00
clixon_xpath_optimize.c Moved map functions from clixon_string to _map, new ptr2ptr map 2024-08-10 13:42:37 +02:00
clixon_xpath_parse.h C-style update: Unified comment, retvals in order, remove trailing spaces 2023-10-23 09:58:13 +02:00
clixon_xpath_parse.l Moved map functions from clixon_string to _map, new ptr2ptr map 2024-08-10 13:42:37 +02:00
clixon_xpath_parse.y New: [feature request: support xpath functions for strings](https://github.com/clicon/clixon/issues/556) 2024-11-02 17:27:25 +01:00
clixon_xpath_yang.c Moved map functions from clixon_string to _map, new ptr2ptr map 2024-08-10 13:42:37 +02:00
clixon_yang.c Fixed: [Error with submodules and feature Interaction](https://github.com/clicon/clixon-controller/issues/158) 2024-11-08 16:37:31 +01:00
clixon_yang_cardinality.c C-API changes: Replace yn_each with yn_iter, add keyw argument to yang_stats() 2024-07-04 18:27:14 +02:00
clixon_yang_cardinality.h Restructured error,debug anf log API 2023-12-18 08:29:14 +01:00
clixon_yang_internal.h Re-add yang ref-count for obsolete yangs in readfile 2024-10-22 21:02:00 +02:00
clixon_yang_module.c Move debug msg to msg+detail, only msg length in debug level msg 2024-09-27 14:45:08 +02:00
clixon_yang_parse.h C-style update: Unified comment, retvals in order, remove trailing spaces 2023-10-23 09:58:13 +02:00
clixon_yang_parse.l C-style update: Unified comment, retvals in order, remove trailing spaces 2023-10-23 09:58:13 +02:00
clixon_yang_parse.y Fixed: [Clixon fails to load yang with extension](https://github.com/clicon/clixon/issues/554) 2024-09-21 11:04:03 +02:00
clixon_yang_parse_lib.c Fixed: [Error with submodules and feature Interaction](https://github.com/clicon/clixon-controller/issues/158) 2024-11-08 16:37:31 +01:00
clixon_yang_schema_mount.c C-API: changed singature to yang_mount_set(y), rm: yang_mount_yspec2ymnt 2024-11-14 11:27:51 +01: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 Restructured error,debug anf log API 2023-12-18 08:29:14 +01:00
clixon_yang_schemanode_parse.y Debug: Added PARSE debug flag 2024-05-15 13:51:18 +02:00
clixon_yang_sub_parse.c Fixed: [Error with submodules and feature Interaction](https://github.com/clicon/clixon-controller/issues/158) 2024-11-08 16:37:31 +01:00
clixon_yang_sub_parse.h Fixed: [Error with submodules and feature Interaction](https://github.com/clicon/clixon-controller/issues/158) 2024-11-08 16:37:31 +01:00
clixon_yang_sub_parse.l Restructured error,debug anf log API 2023-12-18 08:29:14 +01:00
clixon_yang_sub_parse.y Fixed: [Error with submodules and feature Interaction](https://github.com/clicon/clixon-controller/issues/158) 2024-11-08 16:37:31 +01:00
clixon_yang_type.c YANG deviation: Resolve deviated types lexically in deviation context 2024-08-16 13:33:43 +02:00
Makefile.in New version string on the form: 7.1.0-1+11+g2b25294 2024-10-18 17:33:25 +02:00