clixon/util
Olof hagsand 2d9d204f69 * RESTCONF "insert" and "point" query parameters supported
* Yang Netconf leaf/leaf-list insert support
  * For "ordered-by user" leafs and leaf-lists, the insert and value/key attributes are supported according to RFC7950 Sections 7.7.9 and 7.8.6

* Fixed RESTCONF api-path leaf-list selection was not made properly
2019-07-31 14:04:27 +02:00
..
clixon_util_datastore.c Restore xmldb_get() to original (but removed one parameter 2019-06-04 11:14:03 +02:00
clixon_util_insert.c * RESTCONF "insert" and "point" query parameters supported 2019-07-31 14:04:27 +02:00
clixon_util_json.c * Identity/identityref mapped between XML and JSON 2019-07-28 18:09:55 +02:00
clixon_util_regexp.c Added support for inverted regexps 2019-05-29 14:39:36 +02:00
clixon_util_stream.c * Date-and-time type now properly uses ISO 8601 UTC timezone designators. 2019-01-11 17:30:08 +01:00
clixon_util_xml.c Many validation functions have changed error parameter from cbuf to xml tree. 2019-06-10 12:49:40 +02:00
clixon_util_xpath.c Reverted some of the nsc xpath API changes. In the revert, xpath_first() and xpath_vec() retain their old syntax with nsc==NULL. 2019-07-09 12:19:03 +02:00
clixon_util_yang.c Structural C-code change: Merged yang_spec and yang_node types into yang_stmt 2019-04-02 12:27:33 +02:00
Makefile.in * Regexp improvements 2019-05-20 16:03:29 +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.