3 - persistence testing (unindex, search):
5 + need to clean up state on stop/suspend (including file-hashing => util API change!)
7 + file-opening / dir-reading / naming issues (but testcase passes!?)
8 - gnunet-service-fs (hot-path routing, load-based routing, nitpicks)
9 - [gnunet-service-fs.c:208]: member 'LocalGetContext::results_bf_size' is never used
10 - [gnunet-service-fs.c:501]: member 'PendingRequest::used_pids_size' is never used
11 - [gnunet-service-fs.c:654]: member 'ConnectedPeer::last_client_replies' is never used
12 - [gnunet-service-fs.c:669]: member 'ConnectedPeer::avg_delay' is never used
13 - [gnunet-service-fs.c:675]: member 'ConnectedPeer::avg_priority' is never used
14 - [gnunet-service-fs.c:688]: member 'ConnectedPeer::pending_requests' is never used
15 - [gnunet-service-fs.c:694]: member 'ConnectedPeer::last_p2p_replies_woff' is never used
16 - [gnunet-service-fs.c:700]: member 'ConnectedPeer::last_client_replies_woff' is never used
18 + active reply route caching design & implementation of service; gap extension!
20 - on-demand encoding => move logic to block-library!?
21 - peer selection => how to consider latency/bw/etc?
22 - content transmission => how often the same block?
23 - how to select delay before next migration?
26 - integrate with FS or not? (peer list, index/on-demand encoding, block code,
27 inbound priority assignment; all would be easier with tight integration!)
29 - good to have for transport/DV evaluation!
31 - write DV API (need to move declarations from dv_api.c to gnunet_dv_service.h!)
32 - implement DV service
33 - implement DV library (looks done)
34 - implement DV transport plugin
36 - implement performance tests (needs tbench)
38 - needs more testing (especially F2F topology) & transport blacklisting
40 - only connect() sockets that are ready (select()) [Nils]
41 [On W32, we need to select after calling socket before doing connect etc.]
43 - use g_main_context_set_poll_func to integrate GTK with GNUnet Scheduler!? (YUCK!)
44 - OR: add scheduler API to enable integration with GTK main loop instead of doing our own select
45 - use g_main_context_pending, g_main_context_query / g_main_context_check / g_main_context_dispatch
46 and NEVER g_main_loop_run (can this be done? might be the clean way to do this! But how
47 to integrate this with "gtk_main"? Docu says:
48 "It's OK to use the GLib main loop directly instead of gtk_main(), though it involves
49 slightly more typing. See GMainLoop in the GLib documentation."
50 => so maybe it "just works"?
52 - design & implement new setup tool
56 - good to have for DV/DHT evaluation!
58 - implement DHT service
60 - implement performance tests
64 - need to get rid of synchronous API for service starts (cause all kinds of problems)
65 [=> eliminate for need to tell ARM about service starts most of the time!] [Safey]
66 - better tracking of which config changes actually need to cause process restarts by ARM.
67 - listen for requests to discover dependencies between services (and avoid
68 having to explicitly program start requests)
69 - better crash management (attach debugging support, capture and analyze
70 debug output, detect random vs. deterministic crashes)
73 - datastore reservation (publishing)
74 - location URIs (publish, search, download)
75 - unindex on index failure
76 - utilize in-line files in meta data always (including in search results or
77 when download is triggered manually and for probes); currently the data is
78 only used when users do a general 'recursive' download
79 - non-anonymous FS service (needs DHT)
80 + DHT integration for search
81 + CS-DHT-functions (DHT-put of LOC)
82 + P2P-functions (DHT-get)
83 - collection API & tests
84 + gnunet-pseudonym (collection support)
85 - implement FS performance tests
91 - improved content selection (not just 'get_random')
94 * Determine RC bugs and fix those!
96 - modify configuration to allow controlling connections for non-local starts
97 - testbed creation with topology (needs working F2F topology)
99 - implement testcases for distributed testing
100 - test basic peer re-configure
101 - test topology creation
102 - test churn generation
103 - consider changing API for peer-group termination to
104 call continuation when done
106 - finalize API design
109 - integration with transport service
110 * MYSQL database backends: [CG]
114 - reconstruct IBLOCKS from DBLOCKS if possible (during download; see FIXME in fs_download)
115 - add support for pushing "already seen" search results to FS service for bloomfilter (can wait)
116 - use different 'priority' for probe downloads vs. normal downloads
120 - expand bibliography
121 - convert documentation pages to books
122 - update books (especially for developers)
123 - create good Drupal theme for GNUnet
124 - make a NICE download page and figure out how to enable developers to publish TGZs nicely
125 - port "contact" page
126 - add content type for "todo" items?
127 * POSTGRES database backends: [CG]
130 * Determine RC bugs and fix those!
134 - SMTP transport backend
135 - HTTPS transport backend
136 + improved HTTPS support in MHD
138 - Implement method of learning our external addresses from
139 other peers; need some kind of threshold-based
140 scheme, limiting both the total number of addresses that we accept
141 this way as well as requiring multiple confirmations; also, we
142 should possibly try to confirm that the given address works for
143 us ourselves (loopback-style) before adding it to the list
144 + we may be able to simplify WELCOME messages (no need to add
145 addresses there anymore, but may help to learn them there anyway...).
146 + we probably want some kind of voting/counting for learning IP addresses
147 (maybe including IP addresses in ads proportional to how often others
148 report them? we at least need some protection against >64k HELLOs!),
149 + provide a way to give the user a list of "learned" IP addresses and
150 a way to easily "veto" addresses off the list!
151 => If MiM attacker uses vetoed address, blacklist the specific IP for
152 the presumed neighbour!
153 - implement gnunet-transport (transport configurator / tester)
154 - UPnP-based IP detection
155 (Note: build library always, build service when libxml2/etc. are available)
157 - Remove KBlocks in gnunet-unindex (see discussion with Kenneth Almquist on gnunet-devs in 9/2009)
159 - expire 'ancient' HELLOs (those without valid addresses AND that
160 we have not 'used' (for their public keys) in a while; need a way
161 to track actual 'use')
162 - make sue we also trigger notifications whenever HELLOs expire
169 - should use hash map to look up sessions
171 - should use BIO instead of mmap
173 - need to periodically probe latency/transport cost changes & possibly switch transport
174 - should use hash map to look up Neighbours (service AND plugins!)
176 - check for duplicates on insertion (currently, same content is frequently
177 stored again [seen with KBLOCKS and SBLOCKS]!)
179 - merge multiple HELLOs of the same peer in the transmission queue
180 (theoretically reduces overhead; bounds message queue size)
181 - merge multiple iteration requests over "all" peers in the queue
182 (theoretically reduces overhead; bounds messgae queue size)
184 - use different queue prioritization for probe-downloads vs. normal downloads (!?)
188 - repeatedly resolve hostname and look up interfaces to determine our own IP
189 - [./transport/plugin_transport_tcp.c:391]: (style) struct or union member 'Plugin::address_update_task' is never used (related to issue above)
191 - [./transport/gnunet-service-transport.c:173]: (style) struct or union member 'TransportPlugin::rebuild' is never used (related to TCP not refreshing external addresses?)
193 - testcase would be nice...