clixon/lib/clixon
Olof hagsand a7a699a8b5 New state plugin callback for pagination.
* You need to change all statedata plugin callback for the new pagination feature
  * If you dont use pagination you can ignore the values of the new parameters
  * See [User manual pagination](https://clixon-docs.readthedocs.io/en/latest/misc.html#pagination)
  * The updated callback signature is as follows:
  ```
  int statedata(clicon_handle     h,
                cvec             *nsc,
	        char             *xpath,
	        pagination_mode_t pagmode,   // NEW
	        uint32_t          offset,    // NEW
	        uint32_t          limit,     // NEW
	        uint32_t         *remaining, // NEW
	        cxobj            *xstate)
  ```
2021-09-21 15:02:46 +02:00
..
clixon.h.in * YANG Leafref feature update 2021-08-16 17:14:27 +02:00
clixon_client.h * Corrected client session handling to make internal IPC socket persistent 2021-01-27 15:07:27 +01:00
clixon_data.h - Add remaining argument to state callback 2021-09-21 11:27:58 +02:00
clixon_datastore.h * Add multiple yang support also for obsolete versions 2021-04-12 12:42:26 +02:00
clixon_err.h * JSON errors are now labelled with JSON and not XML 2021-09-20 21:35:01 +02:00
clixon_err_string.h Copyright 2021 2021-01-13 14:40:34 +01:00
clixon_event.h * Event exit API changed to a single decrementing counter where 1 means exit. 2021-06-16 11:58:13 +02:00
clixon_file.h Copyright 2021 2021-01-13 14:40:34 +01:00
clixon_handle.h Added proc socket and text proto rpc 2021-01-22 14:41:47 +01:00
clixon_hash.h Copyright 2021 2021-01-13 14:40:34 +01:00
clixon_json.h Copyright 2021 2021-01-13 14:40:34 +01:00
clixon_log.h Copyright 2021 2021-01-13 14:40:34 +01:00
clixon_nacm.h * Changed config and install options for Restconf 2021-05-23 17:14:18 +02:00
clixon_netconf_lib.h - New netconf-specific uint32 parse functions 2021-09-21 11:24:53 +02:00
clixon_netns.h - Restconf bind: continue with other sockets if bind fails, print address on log 2021-04-13 18:00:27 +02:00
clixon_options.h * Added new startup-mode: running-startup: First try running db, if it is empty try startup db. 2021-05-27 13:18:01 +02:00
clixon_path.h * Pagination according to new draft 2021-09-21 11:22:41 +02:00
clixon_plugin.h New state plugin callback for pagination. 2021-09-21 15:02:46 +02:00
clixon_proc.h Add timeout 100ms before every kill restconf iteration 2021-05-11 15:55:33 +02:00
clixon_proto.h * Corrected client session handling to make internal IPC socket persistent 2021-01-27 15:07:27 +01:00
clixon_proto_client.h - New netconf-specific uint32 parse functions 2021-09-21 11:24:53 +02:00
clixon_queue.h Copyright 2021 2021-01-13 14:40:34 +01:00
clixon_regex.h Copyright 2021 2021-01-13 14:40:34 +01:00
clixon_sig.h Copyright 2021 2021-01-13 14:40:34 +01:00
clixon_stream.h Copyright 2021 2021-01-13 14:40:34 +01:00
clixon_string.h Move Yang patterns: \n match from yang parse to regex compile stage 2021-08-05 12:53:26 +02:00
clixon_uid.h Copyright 2021 2021-01-13 14:40:34 +01:00
clixon_validate.h Copyright 2021 2021-01-13 14:40:34 +01:00
clixon_xml.h - Moved restrconf code from pageing rpc to get 2021-09-21 11:24:53 +02:00
clixon_xml_bind.h * Netconf message-id attribute changed from optional to mandatory 2021-06-30 10:59:10 +02:00
clixon_xml_changelog.h Copyright 2021 2021-01-13 14:40:34 +01:00
clixon_xml_io.h * Removed endtag parameter of clixon_xml_parse_file() 2021-03-15 13:24:27 +01:00
clixon_xml_map.h * Fixed: YANG when was not properly implemented for LEAF default values 2021-08-03 13:38:31 +02:00
clixon_xml_nsctx.h Copyright 2021 2021-01-13 14:40:34 +01:00
clixon_xml_sort.h Copyright 2021 2021-01-13 14:40:34 +01:00
clixon_xml_vec.h Copyright 2021 2021-01-13 14:40:34 +01:00
clixon_xpath.h - New netconf-specific uint32 parse functions 2021-09-21 11:24:53 +02:00
clixon_xpath_ctx.h upgrade copyright, aux tools, etc 2021-01-21 12:23:46 +01:00
clixon_xpath_optimize.h Copyright 2021 2021-01-13 14:40:34 +01:00
clixon_xpath_yang.h * YANG Leafref feature update 2021-08-16 17:14:27 +02:00
clixon_yang.h * Added linenumbers to all YANG symbols for better debug and errors 2021-08-03 12:53:37 +02:00
clixon_yang_module.h * JSON encoding of YANG metadata according to RFC 7952 2021-09-21 11:23:40 +02:00
clixon_yang_parse_lib.h upgrade copyright, aux tools, etc 2021-01-21 12:23:46 +01:00
clixon_yang_type.h upgrade copyright, aux tools, etc 2021-01-21 12:23:46 +01:00
Makefile.in Copyright 2021 2021-01-13 14:40:34 +01:00