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
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
clixon_util_stream.c
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
README.md

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.