Todo List

Member ipc_send_message (struct ipc_client *ipcc, const char *server_name, const void *msg, size_t msg_len)

It must NOT fail, if server has not been registered yet.

Member LIBGUPNP_DIDLLITE_CONTAINER_BUG

Remove this difinition when the bug will be resolved. See https://bugzilla.gnome.org/show_bug.cgi?id=770174

Member ndn_init_asn_value (asn_value **value, const asn_type *type)

Check that ASN.1 value belongs to type

Member TAD_TIMEOUT_DEF

Put it in appropriate place.

Member TAD_TIMEOUT_INF

Put it in appropriate place.

Member tapi_file_copy_ta (const char *ta_src, const char *src, const char *ta_dst, const char *dst)

Currently the function does not support copying files on the Engine locally, so both ta_src and ta_dst cannot be NULL at the same time.

Member tapi_tad_init_asn_value (asn_value **value, const asn_type *type)

Check that ASN.1 value belongs to type

Member te_rand_unsigned (uintmax_t min, uintmax_t max)

The current implementation is not well suited for multithreaded applications, just like the standard rand() used by rand_range(), however, the algorithm does support creation of robust parallel PRNGs, so it may be implemented, should it ever be needed.

Member te_string_expand_parameters (const char *src, te_expand_param_func expand_param, const void *ctx, te_string *dest)

Support registering additional filters.

Member trc_report_test_iter_entry::collect_args

Probably it should used instead of args throughout the code.