| .. |
|
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
|
* Yang Configure options changed
|
2018-12-03 21:16:35 +01:00 |
|
clixon_options.c
|
* Yang Configure options changed
|
2018-12-03 21:16:35 +01:00 |
|
clixon_plugin.c
|
* Yang Configure options changed
|
2018-12-03 21:16:35 +01: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
|
* Yang Configure options changed
|
2018-12-03 21:16:35 +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 Configure options changed
|
2018-12-03 21:16:35 +01:00 |
|
clixon_yang_cardinality.c
|
YANG parser cardinality checked (https://github.com/clicon/clixon/issues/48)
|
2018-12-05 22:18:28 +01:00 |
|
clixon_yang_cardinality.h
|
clixon_yang_cardinality files added
|
2018-11-18 20:58:18 +01:00 |
|
clixon_yang_module.c
|
* Yang Configure options changed
|
2018-12-03 21:16:35 +01: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
|
Openconfig yang specs parsed: https://github.com/openconfig/public
|
2018-11-25 18:24:13 +01:00 |
|
clixon_yang_parse.y
|
YANG parser cardinality checked (https://github.com/clicon/clixon/issues/48)
|
2018-12-05 22:18:28 +01:00 |
|
clixon_yang_type.c
|
* Yang Support of submodule, include and belongs-to.
|
2018-12-01 18:17:42 +01:00 |
|
json_xpath.c
|
getopt return value changed from char to int (https://github.com/clicon/clixon/issues/58)
|
2018-12-01 18:34:52 +01:00 |
|
Makefile.in
|
* Yang parser is stricter (see cardinality below) which may break parsing of slack yang specs.
|
2018-11-18 20:55:57 +01:00 |