| .. |
|
clixon_api_path_parse.h
|
2020 copyright statement
|
2020-02-22 15:54:15 +01:00 |
|
clixon_api_path_parse.l
|
2020 copyright statement
|
2020-02-22 15:54:15 +01:00 |
|
clixon_api_path_parse.y
|
2020 copyright statement
|
2020-02-22 15:54:15 +01:00 |
|
clixon_data.c
|
Merge tag '4.3.3' into merge-4.3
|
2020-03-16 14:13:47 +01:00 |
|
clixon_datastore.c
|
Removed prefix parameter to xml_new
|
2020-03-17 11:18:22 +01:00 |
|
clixon_datastore_read.c
|
2020 copyright
|
2020-03-27 15:42:03 +01: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
|
* New XML parsing API:
|
2020-03-19 21:32:27 +01: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
|
2020 copyright
|
2020-03-27 15:42:03 +01:00 |
|
clixon_event.c
|
2019
|
2019-01-02 15:48:30 +01:00 |
|
clixon_file.c
|
* New "general-purpose" datastore upgrade callback added which i called once on startup, intended for lo
|
2020-02-20 14:00:01 +01:00 |
|
clixon_handle.c
|
All hash_ functions have been prefixed with clicon_ to avoid name collision with other packages (frr)
|
2019-06-18 14:49:18 +02:00 |
|
clixon_hash.c
|
All hash_ functions have been prefixed with clicon_ to avoid name collision with other packages (frr)
|
2019-06-18 14:49:18 +02:00 |
|
clixon_instance_id_parse.h
|
2020 copyright statement
|
2020-02-22 15:54:15 +01:00 |
|
clixon_instance_id_parse.l
|
2020 copyright statement
|
2020-02-22 15:54:15 +01:00 |
|
clixon_instance_id_parse.y
|
* Explicit search indexes
|
2020-02-28 12:16:16 +01:00 |
|
clixon_json.c
|
* New XML parsing API:
|
2020-03-19 21:32:27 +01:00 |
|
clixon_json_parse.h
|
internal type/var/prefix name changes for yacc parsing
|
2020-02-22 11:15:51 +01:00 |
|
clixon_json_parse.l
|
* New "general-purpose" datastore upgrade callback added which i called once on startup, intended for lo
|
2020-02-20 14:00:01 +01:00 |
|
clixon_json_parse.y
|
Removed prefix parameter to xml_new
|
2020-03-17 11:18:22 +01:00 |
|
clixon_log.c
|
* C-API: Added xpath_first_localonly() as an xpath function that skips prefix and namespace checks.
|
2019-12-20 18:21:46 +01:00 |
|
clixon_nacm.c
|
NACM datanode write rules have been changed from looking at datastore being chekend (eg running/candidate/startup) to *only* look at running.
|
2020-03-12 14:58:30 +01:00 |
|
clixon_netconf_lib.c
|
Fixes for 4.4 release
|
2020-03-24 16:41:30 +01:00 |
|
clixon_options.c
|
Fixes for 4.4 release
|
2020-03-24 16:41:30 +01:00 |
|
clixon_path.c
|
Added / to api-path to xpath conversion
|
2020-03-25 22:11:07 +01:00 |
|
clixon_plugin.c
|
Moved code from clixon_xml.c to namespace and io functions to reduce size of core xml file
|
2020-03-02 09:43:57 +01:00 |
|
clixon_proto.c
|
2020 copyright
|
2020-03-27 15:42:03 +01:00 |
|
clixon_proto_client.c
|
* New XML parsing API:
|
2020-03-19 21:32:27 +01:00 |
|
clixon_regex.c
|
empty unquoted string; unknown in anydata/xml
|
2019-05-29 19:36:23 +02:00 |
|
clixon_sha1.c
|
renamed .h and libs clicon->clixon
|
2016-02-28 15:27:36 +01:00 |
|
clixon_sig.c
|
Demon->Daemon, FreeBSD grep changes
|
2019-10-14 07:47:08 -10:00 |
|
clixon_stream.c
|
* New XML parsing API:
|
2020-03-19 21:32:27 +01:00 |
|
clixon_string.c
|
clixon_util_path did not sort XML properly
|
2020-02-08 17:00:47 +01:00 |
|
clixon_uid.c
|
warnings in travis
|
2020-02-02 17:07:46 +01:00 |
|
clixon_validate.c
|
* New "general-purpose" datastore upgrade callback added which i called once on startup, intended for lo
|
2020-02-20 14:00:01 +01:00 |
|
clixon_xml.c
|
* New XML parsing API:
|
2020-03-19 21:32:27 +01:00 |
|
clixon_xml_changelog.c
|
* New XML parsing API:
|
2020-03-19 21:32:27 +01:00 |
|
clixon_xml_io.c
|
* New XML parsing API:
|
2020-03-19 21:32:27 +01:00 |
|
clixon_xml_map.c
|
Clixon 4.4 three compile-time options: MOVE_TRANS_END for changing transaction-end callbacks; STATE_ORDERED_BY_SYSTEM to make state data system ordered; XML_MERGE_TWO_ROUNDS to improve xml_merge performance.
|
2020-04-02 14:28:58 +02:00 |
|
clixon_xml_nsctx.c
|
readd namespace cache
|
2020-03-30 22:07:46 +02:00 |
|
clixon_xml_parse.h
|
internal type/var/prefix name changes for yacc parsing
|
2020-02-22 11:15:51 +01:00 |
|
clixon_xml_parse.l
|
internal type/var/prefix name changes for yacc parsing
|
2020-02-22 11:15:51 +01:00 |
|
clixon_xml_parse.y
|
renamed xml_spec_populate*() to xml_bind_yang*()
|
2020-03-17 16:11:58 +01:00 |
|
clixon_xml_sort.c
|
Clixon 4.4 three compile-time options: MOVE_TRANS_END for changing transaction-end callbacks; STATE_ORDERED_BY_SYSTEM to make state data system ordered; XML_MERGE_TWO_ROUNDS to improve xml_merge performance.
|
2020-04-02 14:28:58 +02:00 |
|
clixon_xml_vec.c
|
* Added option: CLICON_CLI_BUF_START and CLICON_CLI_BUF_THRESHOLD so you can change the start and
|
2020-03-04 11:27:43 +01:00 |
|
clixon_xpath.c
|
internal type/var/prefix name changes for yacc parsing
|
2020-02-22 11:15:51 +01:00 |
|
clixon_xpath_ctx.c
|
Very large commit for upcoming 4.4 release
|
2020-02-02 15:52:30 +01:00 |
|
clixon_xpath_eval.c
|
* New "general-purpose" datastore upgrade callback added which i called once on startup, intended for lo
|
2020-02-20 14:00:01 +01:00 |
|
clixon_xpath_eval.h
|
* C-API: Added xpath_first_localonly() as an xpath function that skips prefix and namespace checks.
|
2019-12-20 18:21:46 +01:00 |
|
clixon_xpath_optimize.c
|
CHanged back xvec API to use cxobj ** instead if clixon_xvec since it may be easier for the an end-user.
|
2020-03-02 10:59:46 +01:00 |
|
clixon_xpath_parse.h
|
2020 copyright statement
|
2020-02-22 15:54:15 +01:00 |
|
clixon_xpath_parse.l
|
2020 copyright statement
|
2020-02-22 15:54:15 +01:00 |
|
clixon_xpath_parse.y
|
2020 copyright statement
|
2020-02-22 15:54:15 +01:00 |
|
clixon_yang.c
|
loosen yang check of keys in lists to not do it in rpc declarations
|
2020-03-27 15:44:05 +01:00 |
|
clixon_yang_cardinality.c
|
Very large commit for upcoming 4.4 release
|
2020-02-02 15:52:30 +01:00 |
|
clixon_yang_cardinality.h
|
The Clixon API has been extended with namespaces, or namespace contexts in the following cases:
|
2019-07-08 10:36:37 +02:00 |
|
clixon_yang_internal.h
|
Sanity check of mandatory key statement for Yang LISTs.
|
2020-03-09 15:48:33 +01:00 |
|
clixon_yang_module.c
|
* New XML parsing API:
|
2020-03-19 21:32:27 +01:00 |
|
clixon_yang_parse.h
|
2020 copyright statement
|
2020-02-22 15:54:15 +01:00 |
|
clixon_yang_parse.l
|
2020 copyright statement
|
2020-02-22 15:54:15 +01:00 |
|
clixon_yang_parse.y
|
2020 copyright statement
|
2020-02-22 15:54:15 +01:00 |
|
clixon_yang_parse_lib.c
|
loosen yang check of keys in lists to not do it in rpc declarations
|
2020-03-27 15:44:05 +01:00 |
|
clixon_yang_type.c
|
* New "general-purpose" datastore upgrade callback added which i called once on startup, intended for lo
|
2020-02-20 14:00:01 +01:00 |
|
Makefile.in
|
Fixed [Makefile syntax error *** mixed implicit and normal rules #104](https://github.com/clicon/clixon/issues/104). Make operator seems not to work on GNU make version < 4.
|
2020-03-11 13:16:04 +01:00 |