clixon/lib/src
Olof hagsand 9c57902b96 * XML parser conformance to W3 spec
* Names lexically correct (NCName)
  * Syntactically Correct handling of '<?' (processing instructions) and '<?xml' (XML declaration)
  * XML prolog syntax for 'well-formed' XML
  * <!DOCTYPE (ie DTD) is not supported.
2018-11-18 13:22:08 +01:00
..
clixon_err.c Dedicated xml,json,yang and xsl parser utility programs added 2018-06-17 19:40:06 +02:00
clixon_event.c * Restconf stream notification support - two variants. 2018-10-21 22:19:38 +02:00
clixon_file.c deprecated readdir_r with readdir 2018-08-05 16:34:45 +02:00
clixon_handle.c Mem leakage and test update for valgrind 2018-11-06 14:41:43 +01:00
clixon_hash.c * Full support of XPATH 1.0 according to https://www.w3.org/TR/xpath-10 using yacc/lex 2018-07-16 16:13:31 +02:00
clixon_json.c * Much better support for XPATH 1.0 according to https://www.w3.org/TR/xpath-10 using yacc/lex 2018-07-17 16:59:32 +02:00
clixon_json_parse.h 2017->2018 2018-01-01 12:25:33 +01:00
clixon_json_parse.l Ignore \r - common http/restconf end-of-line 2018-04-09 04:24:22 +00:00
clixon_json_parse.y Fixed JSON unbalanced braces resultin assert 2018-05-06 21:06:52 +02:00
clixon_log.c * Major rewrite of event streams 2018-09-30 14:51:30 +02:00
clixon_netconf_lib.c Load netconf notification and add create-subscription to yang. 2018-10-23 20:43:59 +02:00
clixon_options.c * Stream replay support 2018-10-27 11:12:01 +02:00
clixon_plugin.c Memory error in backend transaction revert 2018-08-01 18:34:44 +02:00
clixon_proto.c * Major rewrite of event streams 2018-09-30 14:51:30 +02:00
clixon_proto_client.c * Restconf stream notification support - two variants. 2018-10-21 22:19:38 +02:00
clixon_sha1.c renamed .h and libs clicon->clixon 2016-02-28 15:27:36 +01:00
clixon_sig.c 2017->2018 2018-01-01 12:25:33 +01:00
clixon_stream.c Mem leakage and test update for valgrind 2018-11-06 14:41:43 +01:00
clixon_string.c * No space after ampersand escaped characters in XML https://github.com/clicon/clixon/issues/52 2018-10-29 21:41:16 +01:00
clixon_xml.c * XML parser conformance to W3 spec 2018-11-18 13:22:08 +01:00
clixon_xml_db.c Event stream discovery support 2018-09-23 17:45:22 +02:00
clixon_xml_map.c * ietf-netconf yang module added with candidate, validate, startup and xpath features enabled. 2018-10-17 22:36:59 +02:00
clixon_xml_parse.h Fixed issue https://github.com/clicon/clixon/issues/17 special character in strings can break RPCs 2018-04-21 16:32:46 +02:00
clixon_xml_parse.l * XML parser conformance to W3 spec 2018-11-18 13:22:08 +01:00
clixon_xml_parse.y * XML parser conformance to W3 spec 2018-11-18 13:22:08 +01:00
clixon_xml_sort.c Fixed https://github.com/clicon/clixon/issues/46 Issue with empty values in leaf-list 2018-10-27 17:06:08 +02:00
clixon_xpath renamed .h and libs clicon->clixon 2016-02-28 15:27:36 +01:00
clixon_xpath.c axismap not used 2018-07-30 13:32:45 +00:00
clixon_xpath_ctx.c util warnings 2018-07-19 08:03:07 +00:00
clixon_xpath_parse.h * Full support of XPATH 1.0 according to https://www.w3.org/TR/xpath-10 using yacc/lex 2018-07-16 16:13:31 +02:00
clixon_xpath_parse.l * Full support of XPATH 1.0 according to https://www.w3.org/TR/xpath-10 using yacc/lex 2018-07-16 16:13:31 +02:00
clixon_xpath_parse.y moved xpath debug level from 1 to 2 2018-07-30 11:56:48 +00:00
clixon_yang.c YANG keywords "action" and "belongs-to" implemented by syntactically by parser (but not proper semantics). 2018-11-04 18:36:55 +01:00
clixon_yang_module.c Add conformance-type to modules-state 2018-10-27 13:51:42 +02:00
clixon_yang_parse.h Dedicated xml,json,yang and xsl parser utility programs added 2018-06-17 19:40:06 +02:00
clixon_yang_parse.l Yang 1.1 action syntax added (but function is not supported) 2018-10-10 22:27:46 +02:00
clixon_yang_parse.y YANG keywords "action" and "belongs-to" implemented by syntactically by parser (but not proper semantics). 2018-11-04 18:36:55 +01:00
clixon_yang_type.c * Much better support for XPATH 1.0 according to https://www.w3.org/TR/xpath-10 using yacc/lex 2018-07-17 16:59:32 +02:00
json_xpath.c XML creation and parse API changes 2017-12-09 14:14:40 +01:00
Makefile.in RFC 7895: 2018-10-12 18:41:53 +02:00