clixon/lib/src
Olof hagsand 7ad16bd84b * C-API: Added xpath_first_localonly() as an xpath function that skips prefix and namespace checks.
* Added experimental code for optizing XPath search using binary search.
  * Enable with XPATH_LIST_OPTIMIZE
* Changed `clicon_rpc_generate_error(msg, xerr)` to `clicon_rpc_generate_error(xerr, msg, arg)`
2019-12-20 18:21:46 +01:00
..
clixon_data.c memerror in uid-get. reinsert save config yang spec (removed for wrong reasons previously causing memleaks) 2019-12-01 16:48:45 +01:00
clixon_datastore.c * Internal backend socket protocol changed: uint32_t session-id added, see clixon_proto.h 2019-10-19 19:52:09 +02:00
clixon_datastore_read.c * Added namespace-context parameter nsc to xpath_first and xpath_vec, (xpath_vec_nsc and xpath_first_nsc` are removed). 2019-12-07 20:46:13 +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_tree.c wrong fread -1 check 2019-05-10 14:44:21 +00:00
clixon_datastore_tree.h New XMLDB_FORMAT added: tree. An experimental record-based tree database for direct access of records. 2019-04-26 13:38:55 +02:00
clixon_datastore_write.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_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 Demon->Daemon, FreeBSD grep changes 2019-10-14 07:47:08 -10:00
clixon_event.c 2019 2019-01-02 15:48:30 +01:00
clixon_file.c * Implemented backend daemon drop privileges after initialization to 2019-09-14 18:34:32 +02: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_json.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_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 * 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_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 * Added namespace-context parameter nsc to xpath_first and xpath_vec, (xpath_vec_nsc and xpath_first_nsc` are removed). 2019-12-07 20:46:13 +01:00
clixon_netconf_lib.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_options.c * Added namespace-context parameter nsc to xpath_first and xpath_vec, (xpath_vec_nsc and xpath_first_nsc` are removed). 2019-12-07 20:46:13 +01:00
clixon_plugin.c Configure and test modification for better Freebsd port 2019-09-20 06:09:48 -10:00
clixon_proto.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_proto_client.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_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 * Added namespace-context parameter nsc to xpath_first and xpath_vec, (xpath_vec_nsc and xpath_first_nsc` are removed). 2019-12-07 20:46:13 +01:00
clixon_string.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_uid.c memerror in uid-get. reinsert save config yang spec (removed for wrong reasons previously causing memleaks) 2019-12-01 16:48:45 +01:00
clixon_xml.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_xml_changelog.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_xml_map.c * Added namespace-context parameter nsc to xpath_first and xpath_vec, (xpath_vec_nsc and xpath_first_nsc` are removed). 2019-12-07 20:46:13 +01:00
clixon_xml_nsctx.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_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 XML parser failed on ]]]> termination of CDATA. 2019-12-19 21:43:03 +01:00
clixon_xml_parse.y use cbuf for xml value code 2019-11-18 21:16:12 +01:00
clixon_xml_sort.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_xpath.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_xpath_ctx.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_xpath_eval.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_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_parse.h Merge branch 'master' of https://github.com/clicon/clixon. 2019-07-08 14:47:18 +02:00
clixon_xpath_parse.l * 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_parse.y * 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_yang.c Added "canonical" global namespace context: nsctx_global 2019-11-15 17:04:13 +01:00
clixon_yang_cardinality.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_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 * Pushed tag to 4.0.1.PRE 2019-07-23 22:11:14 +02:00
clixon_yang_module.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_yang_parse.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_parse.l * Pushed tag to 4.0.1.PRE 2019-07-23 22:11:14 +02:00
clixon_yang_parse.y Updated openconfig and yangmodels repos lead to some changed in testscript and a minor parsing lapsus 2019-11-16 17:34:18 +01:00
clixon_yang_type.c Configure and test modification for better Freebsd port 2019-09-20 06:09:48 -10:00
Makefile.in FreeBSD modifications: Configure, makefiles and test scripts modification for Freebsd 2019-10-20 09:03:31 -10:00