..
clixon_api_path_parse.h
Updated copyright statements to 2022
2022-01-18 16:36:00 +01:00
clixon_api_path_parse.l
* HTTP/1 native parser as part of the RESTCONF client
2022-02-08 16:59:08 +01:00
clixon_api_path_parse.y
Updated copyright statements to 2022
2022-01-18 16:36:00 +01:00
clixon_client.c
* Implementation of "chunked framing" according to RFC6242 for Netconf 1.1.
2022-03-28 12:36:44 +02:00
clixon_data.c
Module state upgrade: RFC7895 to RFC 8525
2022-03-07 10:56:54 +01:00
clixon_datastore.c
Updated copyright statements to 2022
2022-01-18 16:36:00 +01:00
clixon_datastore_read.c
Fixed: Removed warning at startup: No YANG spec for module-set
2022-04-12 16:51:01 +02:00
clixon_datastore_read.h
Updated copyright statements to 2022
2022-01-18 16:36:00 +01:00
clixon_datastore_write.c
Fixed a cornercase of RFC 7950 Sec 7.9, a choice witout case with sub-containers
2022-05-16 13:12:59 +02:00
clixon_datastore_write.h
Updated copyright statements to 2022
2022-01-18 16:36:00 +01:00
clixon_dispatcher.c
Pagination callback modifications: ensure xml is bound to yang, removed
2021-10-14 14:06:01 +02:00
clixon_err.c
* Rename demon -> daemon
2022-03-07 11:18:27 +01:00
clixon_event.c
* Implementation of "chunked framing" according to RFC6242 for Netconf 1.1.
2022-03-28 12:36:44 +02:00
clixon_file.c
Misc sanity checks and documentation
2022-04-19 14:19:29 +02:00
clixon_handle.c
Updated copyright statements to 2022
2022-01-18 16:36:00 +01:00
clixon_hash.c
Updated copyright statements to 2022
2022-01-18 16:36:00 +01:00
clixon_instance_id_parse.h
Updated copyright statements to 2022
2022-01-18 16:36:00 +01:00
clixon_instance_id_parse.l
* HTTP/1 native parser as part of the RESTCONF client
2022-02-08 16:59:08 +01:00
clixon_instance_id_parse.y
Updated copyright statements to 2022
2022-01-18 16:36:00 +01:00
clixon_json.c
Fixed: [Returning a string while Querying leaf-list for single entry]( https://github.com/clicon/clixon/issues/326 )
2022-05-12 12:04:13 +02:00
clixon_json_parse.h
Updated copyright statements to 2022
2022-01-18 16:36:00 +01:00
clixon_json_parse.l
* HTTP/1 native parser as part of the RESTCONF client
2022-02-08 16:59:08 +01:00
clixon_json_parse.y
Updated copyright statements to 2022
2022-01-18 16:36:00 +01:00
clixon_log.c
Logging fixes
2022-04-30 11:31:51 +02:00
clixon_nacm.c
Updated copyright statements to 2022
2022-01-18 16:36:00 +01:00
clixon_netconf_lib.c
Test: restconf CN variable, strip curl newline
2022-05-12 09:40:12 +02:00
clixon_netns.c
* Fixed: RESTCONF Native: Failed binding of socket in network namespace caused process zombie
2021-05-17 22:50:07 +02:00
clixon_options.c
Updated copyright statements to 2022
2022-01-18 16:36:00 +01:00
clixon_path.c
Updated copyright statements to 2022
2022-01-18 16:36:00 +01:00
clixon_plugin.c
Updated copyright statements to 2022
2022-01-18 16:36:00 +01:00
clixon_proc.c
Code format tweak
2022-02-04 10:17:14 -05:00
clixon_proto.c
RESTCONF FCGI notifications: minor timing adjustments, mostly for testcases
2022-04-18 12:15:26 +02:00
clixon_proto_client.c
* Implementation of "chunked framing" according to RFC6242 for Netconf 1.1.
2022-03-28 12:36:44 +02:00
clixon_regex.c
Updated copyright statements to 2022
2022-01-18 16:36:00 +01:00
clixon_sig.c
* Rename demon -> daemon
2022-03-07 11:18:27 +01:00
clixon_stream.c
Updated copyright statements to 2022
2022-01-18 16:36:00 +01:00
clixon_string.c
Limited http-data static server
2022-04-21 16:02:39 +02:00
clixon_uid.c
Updated copyright statements to 2022
2022-01-18 16:36:00 +01:00
clixon_validate.c
Fixed: [if choice is declared with multiple elements or leaf-list with in a case scope , addition or updation is not happening as expected]( https://github.com/clicon/clixon/issues/327 )
2022-04-29 19:16:56 +02:00
clixon_xml.c
* New clixon-config@2022-02-11.yang revision
2022-02-12 21:45:50 +01:00
clixon_xml_bind.c
* Fixed: [restconf GET json response does not encode top level node with namespace as per rfc #303 ]( https://github.com/clicon/clixon/issues/303 )
2022-02-17 18:42:37 +01:00
clixon_xml_changelog.c
Updated copyright statements to 2022
2022-01-18 16:36:00 +01:00
clixon_xml_io.c
* HTTP/1 native parser as part of the RESTCONF client
2022-02-08 16:59:08 +01:00
clixon_xml_map.c
* Added nsc parameter to xml2xpath() and ensured the xpath uses prefixes.
2022-05-09 13:48:07 +02:00
clixon_xml_nsctx.c
Updated copyright statements to 2022
2022-01-18 16:36:00 +01:00
clixon_xml_parse.h
Updated copyright statements to 2022
2022-01-18 16:36:00 +01:00
clixon_xml_parse.l
Updated copyright statements to 2022
2022-01-18 16:36:00 +01:00
clixon_xml_parse.y
Updated copyright statements to 2022
2022-01-18 16:36:00 +01:00
clixon_xml_sort.c
Fixed: [if choice is declared with multiple elements or leaf-list with in a case scope , addition or updation is not happening as expected]( https://github.com/clicon/clixon/issues/327 )
2022-04-29 19:16:56 +02:00
clixon_xml_vec.c
Updated copyright statements to 2022
2022-01-18 16:36:00 +01:00
clixon_xpath.c
* XPath parser: fixing lexical issues cornercases
2022-04-07 12:53:57 +02:00
clixon_xpath_ctx.c
Updated copyright statements to 2022
2022-01-18 16:36:00 +01:00
clixon_xpath_eval.c
Updated copyright statements to 2022
2022-01-18 16:36:00 +01:00
clixon_xpath_eval.h
Updated copyright statements to 2022
2022-01-18 16:36:00 +01:00
clixon_xpath_function.c
Updated copyright statements to 2022
2022-01-18 16:36:00 +01:00
clixon_xpath_function.h
Updated copyright statements to 2022
2022-01-18 16:36:00 +01:00
clixon_xpath_optimize.c
- Disabled xpath optimization for hierarchical list
2022-04-14 15:21:25 +02:00
clixon_xpath_parse.h
* XPath parser: fixing lexical issues cornercases
2022-04-07 12:53:57 +02:00
clixon_xpath_parse.l
* XPath parser: fixing lexical issues cornercases
2022-04-07 12:53:57 +02:00
clixon_xpath_parse.y
YANG key list and unique fixes
2022-04-17 11:02:34 +02:00
clixon_xpath_yang.c
Updated copyright statements to 2022
2022-01-18 16:36:00 +01:00
clixon_yang.c
* [Adding feature to top level container doesn't work]( https://github.com/clicon/clixon/issues/322 )
2022-04-06 14:04:11 +02:00
clixon_yang_cardinality.c
Updated copyright statements to 2022
2022-01-18 16:36:00 +01:00
clixon_yang_cardinality.h
Updated copyright statements to 2022
2022-01-18 16:36:00 +01:00
clixon_yang_internal.h
* Bumped version to 5.7.0_PRE
2022-03-14 12:13:45 +01:00
clixon_yang_module.c
- Misc documentation
2022-04-14 15:21:25 +02:00
clixon_yang_parse.h
Updated copyright statements to 2022
2022-01-18 16:36:00 +01:00
clixon_yang_parse.l
* HTTP/1 native parser as part of the RESTCONF client
2022-02-08 16:59:08 +01:00
clixon_yang_parse.y
Fixed: YANG parsing: unknown-stmt was not allowed within another unknown-stmt
2022-02-09 14:21:40 +01:00
clixon_yang_parse_lib.c
SNMP MIB->YANG translation file handling.
2022-05-19 15:46:35 +02:00
clixon_yang_type.c
Updated copyright statements to 2022
2022-01-18 16:36:00 +01:00
Makefile.in
Updated copyright statements to 2022
2022-01-18 16:36:00 +01:00