clixon/util
Olof hagsand 2603b6f139 CLI show compare example function
Improved diff algorithm for XML and TEXT/curly, replaced UNIX diff with structural in-mem algorithm
Fixed: ["show compare" and "show compare | display cli" differs #23](https://github.com/clicon/clixon-controller/issues/23)
Changed parameters of example clispec function `compare_dbs()`
Added show2cbuf functions for TEXT/CLI
Renamed clixon_txt2file to clixon_text2file
2023-09-22 10:42:00 +02:00
..
clixon_netconf_ssh_callhome.c [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_netconf_ssh_callhome_client.c Renamed custom constant to better reflect usage, fixed some vagrant problems 2023-07-28 16:56:08 +02:00
clixon_restconf_callhome_client.c [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_util_datastore.c C-API: clixon_xml2file and clixon_xml2cbuf added prefix argument 2023-04-12 10:44:58 +02:00
clixon_util_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_util_grpc.c [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_util_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_util_path.c C-API: clixon_xml2file and clixon_xml2cbuf added prefix argument 2023-04-12 10:44:58 +02:00
clixon_util_regexp.c [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_util_socket.c Low-level message functions added descr argument for better logging C-API change 2023-09-12 10:08:32 +02:00
clixon_util_ssl.c [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_util_stream.c Avoid copying timeval onto stack 2023-08-15 18:02:14 +02:00
clixon_util_validate.c PERF: Added a recurse parameter to xml_yang_minmax_recurse() to avoid "double recursion" 2023-02-23 11:42:15 +01:00
clixon_util_xml.c CLI show compare example function 2023-09-22 10:42:00 +02:00
clixon_util_xml_mod.c C-API: clixon_xml2file and clixon_xml2cbuf added prefix argument 2023-04-12 10:44:58 +02:00
clixon_util_xpath.c C-API: clixon_xml2file and clixon_xml2cbuf added prefix argument 2023-04-12 10:44:58 +02:00
clixon_util_yang.c [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
Makefile.in configure.ac: add proper check for libcurl + curl/curl.h 2023-02-09 15:53:52 +01:00
README.md - Link utils statically if LINKAGE=static 2021-06-18 22:50:30 +02:00

Clixon utils

This directory contains Clixon utility programs, ie, programs that are good to have for testing, analysis, etc, but not an actual part of delivered code.

Look inside C-code for documentation

Note, streams utility may need: libcurl4-openssl-dev or corresponding.