aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-05-29 01:22:39 +0000
committerChristian Grothoff <christian@grothoff.org>2009-05-29 01:22:39 +0000
commit9bf34bae8102d0c20b36008ce10c2695a658c4d5 (patch)
treef1f158bbd1f9f261dc6e916bfb7861e96d49a3c9 /TODO
parent8b74c89ef87f87ed22a4e25deb507124f8c04053 (diff)
downloadgnunet-9bf34bae8102d0c20b36008ce10c2695a658c4d5.tar.gz
gnunet-9bf34bae8102d0c20b36008ce10c2695a658c4d5.zip
ignore
Diffstat (limited to 'TODO')
-rw-r--r--TODO41
1 files changed, 41 insertions, 0 deletions
diff --git a/TODO b/TODO
index 8c97584cc..b91f1e74b 100644
--- a/TODO
+++ b/TODO
@@ -13,6 +13,47 @@ Util:
13* Should "server" argument be given in event callbacks? 13* Should "server" argument be given in event callbacks?
14* consider adding "get_time" to "configuration" API 14* consider adding "get_time" to "configuration" API
15 15
16TESTCASES WANTED:
17For these functions, it would be nice if we had testcases ("make check")
18that would cause them to be executed and check that they are working:
19* gnunet-service-peerinfo:
20 - change_host_trust / flush_trust
21 - remove_garbage /
22 - discard_hosts_helper / cron_clean_data_hosts
23* gnunet-service-transport:
24 - try_unvalidated_addresses
25 - lookup_address_callback
26 - lookup_hello_callback
27 - plugin_env_lookup_address
28 - notify_clients_disconnect
29 - list_validated_addresses
30 - cleanup_validation
31 - disconnect_neighbour
32 - handle_set_quota
33* plugin_transport_tcp.c:
34 - tcp_plugin_cancel
35 - tcp_plugin_address_pretty_printer / append_port
36 - tcp_plugin_set_receive_quota
37 - delayed_done
38* transport_api:
39 - GNUNET_TRANSPORT_set_qutoa / send_set_quota
40 - hello_wait_timeout
41 - transmit_ready
42 - transmit_timeout
43 - remove_from_any_list / remove_neighbour
44 - GNUNET_TRANSPORT_notify_transmit_ready_cancel
45* core_api:
46 - timeout_request
47 - solicit_traffic / copy_and_free
48 - GNUNET_CORE_peer_configure / produce_configure_message
49* gnunet-service-core:
50 - update_window
51 - find_client
52 - handle_client_request_configure
53 - set_key_retry_task
54 - align_and_deliver
55 - handle_transport_notify_disconnect
56
16 57
17PHASE #2: (Goal: recover basic core functionality) 58PHASE #2: (Goal: recover basic core functionality)
18 59