aboutsummaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS19
1 files changed, 19 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index d209717f5..e764e3cd9 100644
--- a/BUGS
+++ b/BUGS
@@ -82,6 +82,22 @@ sane end-user should care about this codebase yet anyway.
82 ==28393== by 0x524473E: GNUNET_NETWORK_socket_create_from_accept (network.c:323) 82 ==28393== by 0x524473E: GNUNET_NETWORK_socket_create_from_accept (network.c:323)
83 (rest of trace identical) 83 (rest of trace identical)
84 84
85 - [./transport/gnunet-service-transport.c:173]: (style) struct or union member 'TransportPlugin::rebuild' is never used
86 - [./transport/plugin_transport_tcp.c:391]: (style) struct or union member 'Plugin::address_update_task' is never used
87
88* FS:
89 - [./fs/gnunet-service-fs.c:208]: (style) struct or union member 'LocalGetContext::results_bf_size' is never used
90 - [./fs/gnunet-service-fs.c:501]: (style) struct or union member 'PendingRequest::used_pids_size' is never used
91 - [./fs/gnunet-service-fs.c:654]: (style) struct or union member 'ConnectedPeer::last_client_replies' is never used
92 - [./fs/gnunet-service-fs.c:669]: (style) struct or union member 'ConnectedPeer::avg_delay' is never used
93 - [./fs/gnunet-service-fs.c:675]: (style) struct or union member 'ConnectedPeer::avg_priority' is never used
94 - [./fs/gnunet-service-fs.c:688]: (style) struct or union member 'ConnectedPeer::pending_requests' is never used
95 - [./fs/gnunet-service-fs.c:694]: (style) struct or union member 'ConnectedPeer::last_p2p_replies_woff' is never used
96 - [./fs/gnunet-service-fs.c:700]: (style) struct or union member 'ConnectedPeer::last_client_replies_woff' is never used
97
98* TOPOLOGY:
99 - [./topology/gnunet-daemon-topology.c:94]: (style) struct or union member 'PeerList::last_hello_sent' is never used
100
85* DATASTORE: 101* DATASTORE:
86 - mysql backend 102 - mysql backend
87 - postgres backend 103 - postgres backend
@@ -100,6 +116,9 @@ sane end-user should care about this codebase yet anyway.
100 to signal on PONG and have topology hook directly into transport to 116 to signal on PONG and have topology hook directly into transport to
101 kill plaintext connections before they have a chance to become encrypted 117 kill plaintext connections before they have a chance to become encrypted
102 (may require minor hack in transport API) 118 (may require minor hack in transport API)
119 - [./core/gnunet-service-core.c:469]: (style) struct or union member 'Neighbour::message_queue_size' is never used
120 - [./core/test_core_api_start_only.c:50]: (style) struct or union member 'PeerContext::id' is never used
121
103* PEERINFO: 122* PEERINFO:
104 - have gnunet-peerinfo print actual host addresses again 123 - have gnunet-peerinfo print actual host addresses again
105 - add option to gnunet-peerinfo to modify trust value 124 - add option to gnunet-peerinfo to modify trust value