clixon/util
Olof hagsand 7425a3b520 * C-API change: xml_new() changed from xml_new(name, xp, ys) to xml_new(name, prefix, xp, type)
* If you have used, `ys`, add `xml_spec_set(x, ys)` after the statement
  * If you have `xml_type_set(x, TYPE)` or `xml_prefix_set(x, PREFIX)` immediately after the statement, you can remove those and set them directly as: `xml_new(name, PREFIX, xp, TYPE)`
2020-03-12 22:29:28 +01:00
..
clixon_util_datastore.c * New "general-purpose" datastore upgrade callback added which i called once on startup, intended for lo 2020-02-20 14:00:01 +01:00
clixon_util_grpc.c * New "general-purpose" datastore upgrade callback added which i called once on startup, intended for lo 2020-02-20 14:00:01 +01:00
clixon_util_insert.c * New "general-purpose" datastore upgrade callback added which i called once on startup, intended for lo 2020-02-20 14:00:01 +01:00
clixon_util_json.c * C-API: Added xpath_first_localonly() as an xpath function that skips prefix and namespace checks. 2019-12-20 18:21:46 +01:00
clixon_util_path.c * C-API change: xml_new() changed from xml_new(name, xp, ys) to xml_new(name, prefix, xp, type) 2020-03-12 22:29:28 +01:00
clixon_util_regexp.c Configure and test modification for better Freebsd port 2019-09-20 06:09:48 -10:00
clixon_util_socket.c * New "general-purpose" datastore upgrade callback added which i called once on startup, intended for lo 2020-02-20 14:00:01 +01:00
clixon_util_ssl.c util ssl+grpc tools 2019-10-18 19:42:15 +02:00
clixon_util_stream.c * C-API: Added xpath_first_localonly() as an xpath function that skips prefix and namespace checks. 2019-12-20 18:21:46 +01:00
clixon_util_xml.c * C-API change: xml_new() changed from xml_new(name, xp, ys) to xml_new(name, prefix, xp, type) 2020-03-12 22:29:28 +01:00
clixon_util_xpath.c * C-API change: xml_new() changed from xml_new(name, xp, ys) to xml_new(name, prefix, xp, type) 2020-03-12 22:29:28 +01:00
clixon_util_yang.c * C-API: Added xpath_first_localonly() as an xpath function that skips prefix and namespace checks. 2019-12-20 18:21:46 +01:00
Makefile.in Very large commit for upcoming 4.4 release 2020-02-02 15:52:30 +01: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.