| .. |
|
clixon_data.c
|
Structural C-code change: Merged yang_spec and yang_node types into yang_stmt
|
2019-04-02 12:27:33 +02:00 |
|
clixon_datastore.c
|
More performance tweaks
|
2019-04-21 17:29:11 +02:00 |
|
clixon_datastore_read.c
|
Removed external direct access to the yang_stmt struct.
|
2019-04-24 15:13:19 +02:00 |
|
clixon_datastore_read.h
|
* Optimized validation by making xml_diff work on raw cache tree (not copies)
|
2019-04-07 15:55:53 +02:00 |
|
clixon_datastore_write.c
|
Merge branch 'master' of https://github.com/clicon/clixon
|
2019-04-24 15:35:57 +02:00 |
|
clixon_datastore_write.h
|
* Structural change: removed datastore plugin and directory, and merged into regulat clixon lib code.
|
2019-03-31 18:17:40 +02:00 |
|
clixon_err.c
|
* New xml_isancestor xml function
|
2019-02-27 16:33:51 +01:00 |
|
clixon_event.c
|
2019
|
2019-01-02 15:48:30 +01:00 |
|
clixon_file.c
|
* Removed all dependency on strverscmp
|
2019-02-27 10:46:05 +01:00 |
|
clixon_handle.c
|
* Structural change: removed datastore plugin and directory, and merged into regulat clixon lib code.
|
2019-03-31 18:17:40 +02:00 |
|
clixon_hash.c
|
Non linear str2int
|
2019-04-23 12:53:29 +02:00 |
|
clixon_json.c
|
Merge branch 'master' of https://github.com/clicon/clixon
|
2019-04-24 15:35:57 +02:00 |
|
clixon_json_parse.h
|
2019
|
2019-01-02 15:48:30 +01:00 |
|
clixon_json_parse.l
|
* Support of yangmodels supported, see test_yangmodels.sh
|
2019-01-10 20:52:19 +01:00 |
|
clixon_json_parse.y
|
Yang choice functionality improved and stricter validation for CLI generation, mandatory flags, etc.
|
2019-01-04 11:37:26 +01:00 |
|
clixon_log.c
|
* There was a problem with ordered-by-user for XML children that appeared in so\
|
2019-02-27 18:20:23 +01:00 |
|
clixon_nacm.c
|
Removed external direct access to the yang_stmt struct.
|
2019-04-24 15:13:19 +02:00 |
|
clixon_netconf_lib.c
|
Structural C-code change: Merged yang_spec and yang_node types into yang_stmt
|
2019-04-02 12:27:33 +02:00 |
|
clixon_options.c
|
Structural C-code change: Merged yang_spec and yang_node types into yang_stmt
|
2019-04-02 12:27:33 +02:00 |
|
clixon_plugin.c
|
* Backend plugin returning NULL was still installed - is now logged and skipped.
|
2019-04-11 11:25:42 +02:00 |
|
clixon_proto.c
|
Structural C-code change: Merged yang_spec and yang_node types into yang_stmt
|
2019-04-02 12:27:33 +02:00 |
|
clixon_proto_client.c
|
Experimental customized error output strings, see [lib/clixon/clixon_err_string.h]
|
2019-04-11 12:45:31 +02:00 |
|
clixon_sha1.c
|
renamed .h and libs clicon->clixon
|
2016-02-28 15:27:36 +01:00 |
|
clixon_sig.c
|
2019
|
2019-01-02 15:48:30 +01:00 |
|
clixon_stream.c
|
Structural C-code change: Merged yang_spec and yang_node types into yang_stmt
|
2019-04-02 12:27:33 +02:00 |
|
clixon_string.c
|
Non linear str2int
|
2019-04-23 12:53:29 +02:00 |
|
clixon_xml.c
|
Non linear str2int
|
2019-04-23 12:53:29 +02:00 |
|
clixon_xml_changelog.c
|
Removed external direct access to the yang_stmt struct.
|
2019-04-24 15:13:19 +02:00 |
|
clixon_xml_map.c
|
Merge branch 'master' of https://github.com/clicon/clixon
|
2019-04-24 15:35:57 +02:00 |
|
clixon_xml_parse.h
|
Structural C-code change: Merged yang_spec and yang_node types into yang_stmt
|
2019-04-02 12:27:33 +02:00 |
|
clixon_xml_parse.l
|
* A yang type regex cache added, this helps the performance by avoiding re-running the regcomp command on every iteration.
|
2019-04-19 16:01:39 +02:00 |
|
clixon_xml_parse.y
|
* A yang type regex cache added, this helps the performance by avoiding re-running the regcomp command on every iteration.
|
2019-04-19 16:01:39 +02:00 |
|
clixon_xml_sort.c
|
Merge branch 'master' of https://github.com/clicon/clixon
|
2019-04-24 15:35:57 +02:00 |
|
clixon_xpath
|
renamed .h and libs clicon->clixon
|
2016-02-28 15:27:36 +01:00 |
|
clixon_xpath.c
|
* Optimized validation by making xml_diff work on raw cache tree (not copies)
|
2019-04-07 15:55:53 +02:00 |
|
clixon_xpath_ctx.c
|
2019
|
2019-01-02 15:48:30 +01:00 |
|
clixon_xpath_parse.h
|
2019
|
2019-01-02 15:48:30 +01:00 |
|
clixon_xpath_parse.l
|
xpath parser scan strings instead of characters
|
2019-04-02 11:01:01 +02:00 |
|
clixon_xpath_parse.y
|
xpath parser scan strings instead of characters
|
2019-04-02 11:01:01 +02:00 |
|
clixon_yang.c
|
Merge branch 'master' of https://github.com/clicon/clixon
|
2019-04-24 15:35:57 +02:00 |
|
clixon_yang_cardinality.c
|
Removed external direct access to the yang_stmt struct.
|
2019-04-24 15:13:19 +02:00 |
|
clixon_yang_cardinality.h
|
2019
|
2019-01-02 15:48:30 +01:00 |
|
clixon_yang_internal.h
|
Merge branch 'master' of https://github.com/clicon/clixon
|
2019-04-24 15:35:57 +02:00 |
|
clixon_yang_module.c
|
Merge branch 'master' of https://github.com/clicon/clixon
|
2019-04-24 15:35:57 +02:00 |
|
clixon_yang_parse.h
|
Structural C-code change: Merged yang_spec and yang_node types into yang_stmt
|
2019-04-02 12:27:33 +02:00 |
|
clixon_yang_parse.l
|
new try: optimized yang string parsing
|
2019-02-20 17:36:40 +01:00 |
|
clixon_yang_parse.y
|
Removed external direct access to the yang_stmt struct.
|
2019-04-24 15:13:19 +02:00 |
|
clixon_yang_type.c
|
Merge branch 'master' of https://github.com/clicon/clixon
|
2019-04-24 15:35:57 +02:00 |
|
Makefile.in
|
Makefile avoid double yacc runs
|
2019-04-11 10:12:17 +02:00 |