clixon/util
Olof hagsand c31b1c471b * Changed first parameter from int fd to FILE *f in the following functions:
* clixon_xml_parse_file(), clixon_json_parse_file(), yang_parse_file()
  * See [Bytewise read() of files is slow #146](https://github.com/clicon/clixon/issues/146)
2020-11-04 22:21:42 +01:00
..
clixon_util_datastore.c * Changed first parameter from int fd to FILE *f in the following functions: 2020-11-04 22:21:42 +01:00
clixon_util_grpc.c all clixon event functions prepended with clixon_ 2020-06-05 16:19:03 +02:00
clixon_util_json.c * Changed first parameter from int fd to FILE *f in the following functions: 2020-11-04 22:21:42 +01:00
clixon_util_path.c * Changed first parameter from int fd to FILE *f in the following functions: 2020-11-04 22:21:42 +01:00
clixon_util_regexp.c Replaced the global variable debug with access function: clicon_debug_get(). 2020-06-09 16:04:49 +02:00
clixon_util_socket.c * Changed first parameter from int fd to FILE *f in the following functions: 2020-11-04 22:21:42 +01:00
clixon_util_ssl.c all clixon event functions prepended with clixon_ 2020-06-05 16:19:03 +02:00
clixon_util_stream.c Replaced the global variable debug with access function: clicon_debug_get(). 2020-06-09 16:04:49 +02:00
clixon_util_xml.c * Changed first parameter from int fd to FILE *f in the following functions: 2020-11-04 22:21:42 +01:00
clixon_util_xml_mod.c Moved restconf_stream.c -> restconf_stream_fcgi.c, made some generaizations and documented what was hardcoded to FCGI 2020-06-23 15:00:41 +02:00
clixon_util_xpath.c * Changed first parameter from int fd to FILE *f in the following functions: 2020-11-04 22:21:42 +01:00
clixon_util_yang.c * Changed first parameter from int fd to FILE *f in the following functions: 2020-11-04 22:21:42 +01:00
Makefile.in * Removed printfs in xpath-equal code 2020-06-06 12:34:48 +02:00
README.md Adaptions for ARMv7 2019-04-07 15:49:19 +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.

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