clixon/util
2023-08-15 18:02:14 +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 C-API: clixon_xml2file and clixon_xml2cbuf added prefix argument 2023-04-12 10:44: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 C-API: clixon_xml2file and clixon_xml2cbuf added prefix argument 2023-04-12 10:44:58 +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 C-API: clixon_xml2file and clixon_xml2cbuf added prefix argument 2023-04-12 10:44:58 +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.