clixon/lib/src
Olof hagsand 14b03f63a3 all clixon event functions prepended with clixon_
Replaced fcgi getparam code with clixon-data parameters
2020-06-05 16:19:03 +02:00
..
clixon_api_path_parse.h Copyright change: LLC -> LLC(Netgate) 2020-04-23 16:55:56 +02:00
clixon_api_path_parse.l Copyright change: LLC -> LLC(Netgate) 2020-04-23 16:55:56 +02:00
clixon_api_path_parse.y Copyright change: LLC -> LLC(Netgate) 2020-04-23 16:55:56 +02:00
clixon_data.c all clixon event functions prepended with clixon_ 2020-06-05 16:19:03 +02:00
clixon_datastore.c * Optimized prefix checks at xml parse time: using many prefixes slowed down parsing considerably 2020-04-29 23:11:48 +02:00
clixon_datastore_read.c * Experimental optimzations of yang-bind and sort for large lists 2020-05-01 17:08:32 +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 * Experimental optimzations of yang-bind and sort for large lists 2020-05-01 17:08:32 +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 clixon-config@2020-04-23.yang revision 2020-05-11 14:38:38 +02:00
clixon_event.c all clixon event functions prepended with clixon_ 2020-06-05 16:19:03 +02:00
clixon_file.c Copyright change: LLC -> LLC(Netgate) 2020-04-23 16:55:56 +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_instance_id_parse.h Copyright change: LLC -> LLC(Netgate) 2020-04-23 16:55:56 +02:00
clixon_instance_id_parse.l Copyright change: LLC -> LLC(Netgate) 2020-04-23 16:55:56 +02:00
clixon_instance_id_parse.y Copyright change: LLC -> LLC(Netgate) 2020-04-23 16:55:56 +02:00
clixon_json.c * Experimental optimzations of yang-bind and sort for large lists 2020-05-01 17:08:32 +02:00
clixon_json_parse.h Copyright change: LLC -> LLC(Netgate) 2020-04-23 16:55:56 +02:00
clixon_json_parse.l Copyright change: LLC -> LLC(Netgate) 2020-04-23 16:55:56 +02:00
clixon_json_parse.y Copyright change: LLC -> LLC(Netgate) 2020-04-23 16:55:56 +02: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 Copyright change: LLC -> LLC(Netgate) 2020-04-23 16:55:56 +02:00
clixon_netconf_lib.c Added decriptive error message when plugins produce invalid state XML. 2020-05-10 17:10:07 +02:00
clixon_options.c all clixon event functions prepended with clixon_ 2020-06-05 16:19:03 +02:00
clixon_path.c Copyright change: LLC -> LLC(Netgate) 2020-04-23 16:55:56 +02:00
clixon_plugin.c * New clixon-lib@2020-04-23.yang revision 2020-04-28 22:10:06 +02:00
clixon_proto.c Copyright change: LLC -> LLC(Netgate) 2020-04-23 16:55:56 +02:00
clixon_proto_client.c Added decriptive error message when plugins produce invalid state XML. 2020-05-10 17:10:07 +02: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 all clixon event functions prepended with clixon_ 2020-06-05 16:19:03 +02:00
clixon_string.c all clixon event functions prepended with clixon_ 2020-06-05 16:19:03 +02:00
clixon_uid.c warnings in travis 2020-02-02 17:07:46 +01:00
clixon_validate.c Added option to treat unknown XML (wrt YANG) as anydata. 2020-05-03 22:03:33 +02:00
clixon_xml.c * Added new function xml_child_index_each() to iterate over the children of an XML node according to the order defined by an explicit index variable. 2020-05-20 15:21:59 +02:00
clixon_xml_bind.c Removed and enabled code for compile options: RESTART_PLUGIN_RPC, XML_NEW_DIFFERENTIATE, OPTIMIZE_45_BIND and OPTIMIZE_45_SORT 2020-05-11 15:29:58 +02:00
clixon_xml_changelog.c Copyright change: LLC -> LLC(Netgate) 2020-04-23 16:55:56 +02:00
clixon_xml_io.c Added new function (this time for real) 2020-05-29 13:43:43 +02:00
clixon_xml_map.c removed state path kludge 2020-05-05 17:13:38 +02:00
clixon_xml_nsctx.c Removed and enabled code for compile options: RESTART_PLUGIN_RPC, XML_NEW_DIFFERENTIATE, OPTIMIZE_45_BIND and OPTIMIZE_45_SORT 2020-05-11 15:29:58 +02:00
clixon_xml_parse.h Copyright change: LLC -> LLC(Netgate) 2020-04-23 16:55:56 +02:00
clixon_xml_parse.l * Optimizations 2020-04-28 22:31:58 +02:00
clixon_xml_parse.y * Optimized prefix checks at xml parse time: using many prefixes slowed down parsing considerably 2020-04-29 23:11:48 +02:00
clixon_xml_sort.c Removed and enabled code for compile options: RESTART_PLUGIN_RPC, XML_NEW_DIFFERENTIATE, OPTIMIZE_45_BIND and OPTIMIZE_45_SORT 2020-05-11 15:29:58 +02:00
clixon_xml_vec.c Copyright change: LLC -> LLC(Netgate) 2020-04-23 16:55:56 +02:00
clixon_xpath.c Copyright change: LLC -> LLC(Netgate) 2020-04-23 16:55:56 +02: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 Copyright change: LLC -> LLC(Netgate) 2020-04-23 16:55:56 +02: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 * Optimizations 2020-04-28 22:31:58 +02:00
clixon_xpath_parse.h Copyright change: LLC -> LLC(Netgate) 2020-04-23 16:55:56 +02:00
clixon_xpath_parse.l Copyright change: LLC -> LLC(Netgate) 2020-04-23 16:55:56 +02:00
clixon_xpath_parse.y Copyright change: LLC -> LLC(Netgate) 2020-04-23 16:55:56 +02:00
clixon_yang.c new function ; Added valgrind mem check in leak tests; pattern CDATA tests 2020-05-29 12:39:07 +02: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 Copyright change: LLC -> LLC(Netgate) 2020-04-23 16:55:56 +02:00
clixon_yang_parse.h Copyright change: LLC -> LLC(Netgate) 2020-04-23 16:55:56 +02:00
clixon_yang_parse.l Copyright change: LLC -> LLC(Netgate) 2020-04-23 16:55:56 +02:00
clixon_yang_parse.y Copyright change: LLC -> LLC(Netgate) 2020-04-23 16:55:56 +02:00
clixon_yang_parse_lib.c new function ; Added valgrind mem check in leak tests; pattern CDATA tests 2020-05-29 12:39:07 +02:00
clixon_yang_type.c NACM RFC341 datanode paths, read operation 2020-04-14 11:38:29 +02:00
Makefile.in * Optimizations 2020-04-28 22:31:58 +02:00